rename attributes to template for snapshots
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
61a550c1fe
commit
1a5b2e699a
|
|
@ -774,7 +774,7 @@ class ControllerSynologyDriver extends CsiBaseDriver {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
let data = Object.assign({}, driver.options.iscsi.lunSnapshotAttributes, {
|
let data = Object.assign({}, driver.options.iscsi.lunSnapshotTemplate, {
|
||||||
src_lun_uuid: lun.uuid,
|
src_lun_uuid: lun.uuid,
|
||||||
taken_by: "democratic-csi",
|
taken_by: "democratic-csi",
|
||||||
description: name, //check
|
description: name, //check
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue