基本信息
{{ detail.id }}
{{ detail.name }}
{{ detail.size ? detail.size + ' GB' : '-' }}
{{ detail.is_system ? '是' : '否' }}
{{ detail.is_mount ? '已挂载' : '未挂载' }}
{{ volStatusLabel(detail.status) }}
{{ detail.host_id || '-' }}
{{ detail.host_volume_id || '-' }}
{{ detail.path || '-' }}
{{ detail.target_device }}
{{ detail.vm_id }}
{{ detail.image_id }}
{{ formatTimestamp(detail.created_at) }}
{{ formatTimestamp(detail.updated_at) }}
操作
调整大小
挂载
卸载
迁移
删除
{{ detail?.size || 0 }} GB
取消
确定
{{ detail?.name }} ({{ detail?.size }} GB)
选择
取消
挂载
将数据卷迁移到另一台宿主机上。迁移过程中数据卷将不可用。
{{ detail?.name }} ({{ detail?.size }} GB)
取消
确定迁移
{ mountVmId = vm.id; mountVmName = vm.name || '' }" />