Example #1
0
 def f():
     cg = VNXConsistencyGroup('test_cg', t_cli())
     m1 = VNXLun(name='m1', cli=t_cli())
     m2 = VNXLun(name='m2', cli=t_cli())
     cg.add_member(m1, m2)
Example #2
0
 def f():
     cg = VNXConsistencyGroup(name="cg1", cli=t_cli())
     cg.add_member(1)
Example #3
0
 def f():
     cg = VNXConsistencyGroup(name="test_cg", cli=t_cli())
     with cg.with_no_poll():
         cg.add_member(1, 2, 3)
Example #4
0
 def f():
     cg = VNXConsistencyGroup(name="test_cg", cli=t_cli())
     with cg.with_no_poll():
         cg.add_member(1, 2, 3)
Example #5
0
 def f():
     cg = VNXConsistencyGroup('test_cg', t_cli())
     m1 = VNXLun(name='m1', cli=t_cli())
     m2 = VNXLun(name='m2', cli=t_cli())
     cg.add_member(m1, m2)