remove comments
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
e8f68a9af7
commit
1eb78a1528
|
|
@ -204,8 +204,6 @@ create /backstores/block/${iscsiName}
|
||||||
case "zfs-generic-nfs":
|
case "zfs-generic-nfs":
|
||||||
switch (this.options.nfs.shareStrategy) {
|
switch (this.options.nfs.shareStrategy) {
|
||||||
case "setDatasetProperties":
|
case "setDatasetProperties":
|
||||||
// remove the dataset properties
|
|
||||||
// sleep to let things settle
|
|
||||||
for (let key of ["share", "sharenfs"]) {
|
for (let key of ["share", "sharenfs"]) {
|
||||||
if (
|
if (
|
||||||
this.options.nfs.shareStrategySetDatasetProperties.properties[
|
this.options.nfs.shareStrategySetDatasetProperties.properties[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue