Home
last modified time | relevance | path

Searched refs:consistgrp (Results 1 – 4 of 4) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/inspur/instorage/
H A Dfakes.py1565 consistgrp = kwargs['consistgrp']
1569 if not consistgrp.isdigit():
1572 consistgrp):
1577 if int(consistgrp) in self._lcconsistgrp_list.keys():
1578 cg_id = int(consistgrp)
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/inspur/instorage/
H A Dinstorage_common.py2754 def create_localcopy_to_consistgrp(self, source, target, consistgrp, argument
2761 {'source': source, 'target': target, 'cg': consistgrp})
2779 consistgrp=consistgrp)
3434 def mklcmap(self, source, target, full_copy, copy_rate, consistgrp=None): argument
3441 if consistgrp:
3442 ssh_cmd.extend(['-consistgrp', consistgrp])
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/ibm/storwize_svc/
H A Dstorwize_svc_common.py551 def mkfcmap(self, source, target, full_copy, copy_rate, consistgrp=None): argument
558 if consistgrp:
559 ssh_cmd.extend(['-consistgrp', consistgrp])
1829 def create_flashcopy_to_consistgrp(self, source, target, consistgrp, argument
1836 {'source': source, 'target': target, 'cg': consistgrp})
1854 consistgrp=consistgrp)
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/ibm/
H A Dtest_storwize_svc.py1487 consistgrp = kwargs['consistgrp']
1491 if not consistgrp.isdigit():
1494 == consistgrp):
1499 if int(consistgrp) in self._fcconsistgrp_list.keys():
1500 cg_id = int(consistgrp)