创建

1
xe sr-create name-label=ISO type=iso device-config:location=/iso  device-config:legacy_mode=true content-type=iso

删除

首先, 运行下面的命令来确定SR的UUID:

1
xe sr-list name-label=<Name of the SR>

其次,确定对应PBD的UUID:

1
xe pbd-list sr-uuid=<UUID of SR>

再次,断开PBD:

1
xe pbd-unplug uuid=<UUID of PBD>

最后,删除记录

1
xe sr-forget uuid=<UUID of SR>