Fix call of DecortController.disk_share method in decort_disk.create method
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user