Fix call of DecortController.disk_share method in decort_disk.create method

This commit is contained in:
2024-05-23 13:56:35 +03:00
parent 538c7e6f47
commit fde986bb42

View File

@@ -315,7 +315,7 @@ class decort_disk(DecortController):
limits=self.amodule.params['limitIO'])
#set share status
if self.amodule.params['shareable'] and self.amodule.params['type'] == "D":
self.dick_share(self.disk_id,self.amodule.params['shareable'])
self.disk_share(self.disk_id,self.amodule.params['shareable'])
return
def action(self,restore=False):