69.95. 共享集
设置共享属性
使用方法:
openstack share set [-h] [--property <key=value>] [--name <name>]
[--description <description>] [--public <public>]
[--status <status>] [--task-state <task-state>]
<share>
| value | Summary |
|---|---|
| <share> | 修改的共享(名称或 id) |
| value | Summary |
|---|---|
| -h, --help | 显示帮助信息并退出 |
| --property <key=value> | 将属性设置为此共享(重复选项可设置多个属性) |
| --name <name> | 新共享名称。(default=none) |
| --description <description> | 新共享描述。(default=none) |
| --public <public> | 共享可见性级别。定义其他租户是否可以查看它。 |
| --status <status> | 明确更新共享的状态(仅管理员)。示例包括: available, error, create, delete, error_deleting。 |
| --task-state <task-state> | 指明哪个任务状态以分配共享。选项包括 migration_starting, migration_in_progress, migration_completing, migration_success, migration_error, migration_cancelled, migration_driver_in_progress, migration_driver_phase1_done, data_copying_starting, data_copying_in_progress, data_copying_completing, data_copying_completed, data_copying_cancel, data_copying_copying.error_error |