Remove complete ceph package from hut
Only the ceph-client is needed. Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
parent
1d4badda5b
commit
b6bd31e159
@ -3,7 +3,6 @@
|
|||||||
# Mounts the /ceph filesystem at boot
|
# Mounts the /ceph filesystem at boot
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ceph
|
|
||||||
ceph-client
|
ceph-client
|
||||||
fio # For benchmarks
|
fio # For benchmarks
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user