def main(argv): marvin_nas().create_zfs_pool(argv[0], argv[1], argv[2:])
def main(argv): marvin_nas().destroy_zfs_pool(argv[0])