mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Add VIR_STORAGE_POOL_INACCESSIBLE to denote inaccessible storage pools
This status will be used by the ESX storage driver. For example a running NFS pool is inaccessible when the NFS server is currently unreachable.
This commit is contained in:
@@ -5159,6 +5159,10 @@ cmdPoolInfo(vshControl *ctl, const vshCmd *cmd)
|
||||
vshPrint(ctl, "%-15s %s\n", _("State:"),
|
||||
_("degraded"));
|
||||
break;
|
||||
case VIR_STORAGE_POOL_INACCESSIBLE:
|
||||
vshPrint(ctl, "%-15s %s\n", _("State:"),
|
||||
_("inaccessible"));
|
||||
break;
|
||||
}
|
||||
|
||||
if (info.state == VIR_STORAGE_POOL_RUNNING ||
|
||||
|
||||
Reference in New Issue
Block a user