예제 #1
0
 def method_call():
     l1 = VNXLun(name='l1', cli=t_cli())
     l1.enable_dedup()
예제 #2
0
파일: test_lun.py 프로젝트: crook/storops
 def f():
     l2 = VNXLun(name='l3', cli=t_cli())
     l2.enable_dedup()
예제 #3
0
 def f():
     l2 = VNXLun(name='l3', cli=t_cli())
     l2.enable_dedup()
예제 #4
0
파일: test_lun.py 프로젝트: crook/storops
 def method_call():
     l1 = VNXLun(name='l1', cli=t_cli())
     l1.enable_dedup()