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";
|
||||
inherit options rootFsOptions;
|
||||
datasets = {
|
||||
snapshot.type = "zfs_fs";
|
||||
snapshot = {
|
||||
type = "zfs_fs";
|
||||
mountpoint = "/snapshot";
|
||||
};
|
||||
# Reserve space for performance
|
||||
reservation = {
|
||||
type = "zfs_fs";
|
||||
|
|
|
|||
|
|
@ -68,7 +68,8 @@
|
|||
inherit listener_name;
|
||||
type = "local";
|
||||
};
|
||||
root_fs = "zarchive";
|
||||
root_fs = "zarchive/snapshot";
|
||||
recv.placeholder.encryption = "off";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue