示例#1
0
 def f():
     l = VNXLun(lun_id=0, cli=t_cli())
     l.expand(999999)
示例#2
0
 def f():
     lun = VNXLun(lun_id=1, cli=t_cli())
     lun.expand(12)
示例#3
0
文件: test_lun.py 项目: crook/storops
 def f():
     l = VNXLun(lun_id=0, cli=t_cli())
     l.expand(999999)
示例#4
0
文件: test_lun.py 项目: crook/storops
 def f():
     l = VNXLun(lun_id=1, cli=t_cli())
     l.expand(12)
示例#5
0
 def f():
     l = VNXLun(lun_id=1, cli=t_cli())
     l.expand(1)