Configure zrepl for quasar
This commit is contained in:
parent
211af9bd61
commit
2e32793655
2 changed files with 6 additions and 2 deletions
|
|
@ -100,7 +100,10 @@
|
||||||
type = "zpool";
|
type = "zpool";
|
||||||
inherit options rootFsOptions;
|
inherit options rootFsOptions;
|
||||||
datasets = {
|
datasets = {
|
||||||
snapshot.type = "zfs_fs";
|
snapshot = {
|
||||||
|
type = "zfs_fs";
|
||||||
|
mountpoint = "/snapshot";
|
||||||
|
};
|
||||||
# Reserve space for performance
|
# Reserve space for performance
|
||||||
reservation = {
|
reservation = {
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,8 @@
|
||||||
inherit listener_name;
|
inherit listener_name;
|
||||||
type = "local";
|
type = "local";
|
||||||
};
|
};
|
||||||
root_fs = "zarchive";
|
root_fs = "zarchive/snapshot";
|
||||||
|
recv.placeholder.encryption = "off";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue