mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-20 15:39:33 +00:00
fix(democratic-csi): ZFS parent dataset overlap
This commit is contained in:
@@ -68,7 +68,7 @@ spec:
|
||||
driver: zfs-local-dataset
|
||||
zfs:
|
||||
datasetParentName: bigsmoke/data
|
||||
detachedSnapshotsDatasetParentName: bigsmoke/data/s
|
||||
detachedSnapshotsDatasetParentName: bigsmoke/data-snap
|
||||
datasetProperties:
|
||||
recordsize: "1M"
|
||||
compression: "zstd-9"
|
||||
|
||||
@@ -67,8 +67,8 @@ spec:
|
||||
config:
|
||||
driver: zfs-local-zvol
|
||||
zfs:
|
||||
datasetParentName: bigsmoke/vol
|
||||
detachedSnapshotsDatasetParentName: bigsmoke/vol/s
|
||||
datasetParentName: bigsmoke/zvol
|
||||
detachedSnapshotsDatasetParentName: bigsmoke/zvol-snap
|
||||
datasetProperties:
|
||||
atime: "off"
|
||||
zvolCompression: "zstd-9"
|
||||
|
||||
Reference in New Issue
Block a user