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