Revision 343ae85c

b/svc/attach
1
storwize_svc.py
b/svc/create
1
storwize_svc.py
b/svc/detach
1
storwize_svc.py
b/svc/grow
1
storwize_svc.py
/dev/null
1
svc_san SVC SAN identifier in the INI config file
b/svc/parameters.list
1
svc_san SVC SAN identifier in the INI config file
b/svc/remove
1
storwize_svc.py
b/svc/setinfo
1
storwize_svc.py
b/svc/snapshot
1
storwize_svc.py
b/svc/storwize_svc.py
935 935
            raise SVCError("Verify op failed")
936 936

  
937 937

  
938
    def setinfo(self):
939
        pass
940

  
941
    def snapshot(self):
942
        pass
943

  
944

  
938 945
def main():
939 946
    """Read env variables and SAN conf and branch to the requested function.
940 947

  
......
951 958
                'grow': svc.grow,
952 959
                'remove': svc.remove,
953 960
                'verify': svc.verify,
961
                'setinfo': svc.setinfo,
962
                'snapshot': svc.snapshot,
954 963
            }[os.path.basename(sys.argv[0])]
955 964
        except KeyError:
956 965
            sys.stderr.write("Op not supported\n")
b/svc/verify
1
storwize_svc.py

Also available in: Unified diff