Loki: remove minio subvolume
This commit is contained in:
parent
66f9cec5aa
commit
5f29f9d8f4
1 changed files with 5 additions and 5 deletions
|
|
@ -52,11 +52,11 @@
|
||||||
options = [ "subvol=@garage-metadata" "compress=lzo" ];
|
options = [ "subvol=@garage-metadata" "compress=lzo" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/var/lib/minio/data" = {
|
# fileSystems."/var/lib/minio/data" = {
|
||||||
device = "/dev/disk/by-uuid/2e897ea5-c8f9-4fa8-9cc6-3f5807ba8afc";
|
# device = "/dev/disk/by-uuid/2e897ea5-c8f9-4fa8-9cc6-3f5807ba8afc";
|
||||||
fsType = "btrfs";
|
# fsType = "btrfs";
|
||||||
options = [ "subvol=@minio" "compress=lzo" ];
|
# options = [ "subvol=@minio" "compress=lzo" ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
swapDevices = [{
|
swapDevices = [{
|
||||||
device = "/swapfile";
|
device = "/swapfile";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue