コード例 #1
0
ファイル: test_lun.py プロジェクト: optionalg/storops
 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
ファイル: test_lun.py プロジェクト: thotypous/storops
 def f():
     l = VNXLun(lun_id=1, cli=t_cli())
     l.expand(1)