mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2025-01-11 05:18:01 +03:00
d70d814ccf
`pvesh get /nodes/{node}/storage/{storage}/content/{volume}` failed for several storage types, because the respective storage plugins returned only the volumes `size` on `volume_size_info` calls, while also the format is required. This patch fixes the issue by returning also `format` and where possible `used`. The issue was reported in the forum: https://forum.proxmox.com/threads/pvesh-get-nodes-node-storage-storage-content-volume-returns-error.123747/ Signed-off-by: Christian Ebner <c.ebner@proxmox.com> [ T: fixup white space error ] Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
.. | ||
LunCmd | ||
BTRFSPlugin.pm | ||
CephFSPlugin.pm | ||
CIFSPlugin.pm | ||
DirPlugin.pm | ||
GlusterfsPlugin.pm | ||
ISCSIDirectPlugin.pm | ||
ISCSIPlugin.pm | ||
LVMPlugin.pm | ||
LvmThinPlugin.pm | ||
Makefile | ||
NFSPlugin.pm | ||
PBSPlugin.pm | ||
Plugin.pm | ||
RBDPlugin.pm | ||
ZFSPlugin.pm | ||
ZFSPoolPlugin.pm |