Add postgres btrfs zvol
This commit is contained in:
parent
8f458590e2
commit
5b8a1430fe
|
@ -53,14 +53,11 @@
|
||||||
postgres = {
|
postgres = {
|
||||||
type = "zfs_volume";
|
type = "zfs_volume";
|
||||||
size = "10G -s";
|
size = "10G -s";
|
||||||
options = {
|
content = {
|
||||||
"com.sun:auto-snapshot:daily" = "true";
|
type = "filesystem";
|
||||||
"volblocksize" = "8k";
|
format = "btrfs";
|
||||||
|
mountpoint = "/postgres";
|
||||||
};
|
};
|
||||||
};
|
|
||||||
lxc = {
|
|
||||||
type = "zfs_volume";
|
|
||||||
size = "10G -s";
|
|
||||||
options = {
|
options = {
|
||||||
"com.sun:auto-snapshot:daily" = "true";
|
"com.sun:auto-snapshot:daily" = "true";
|
||||||
"volblocksize" = "8k";
|
"volblocksize" = "8k";
|
||||||
|
|
Loading…
Reference in New Issue