예제 #1
0
 def f():
     VNXRaidGroup.create(t_cli(), 11, ['1_0_0', '1_0_1'], 'r12')
예제 #2
0
 def create_rg(self, rg_id, disks, raid_type=None):
     return VNXRaidGroup.create(self._cli, rg_id, disks, raid_type)
예제 #3
0
파일: test_rg.py 프로젝트: crook/storops
 def f():
     VNXRaidGroup.create(t_cli(), 11, ['1_0_0', '1_0_1'], 'r12')