Files
pve-storage/test/disk_tests/usages/lsblk
Fabian Ebner 59c03cd970 Diskmanage: also check for filesystem type when determining usage
Like this, a non-ZFS filesystem living on a whole disk will also be detected
when it is not mounted.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2021-02-06 13:52:20 +01:00

9 lines
344 B
Plaintext

{
"blockdevices": [
{"path":"/dev/sdm", "parttype":null, "fstype":null},
{"path":"/dev/sdm1", "parttype":"6a898cc3-1dd2-11b2-99a6-080020736631", "fstype":"zfs_member"},
{"path":"/dev/sdm9", "parttype":"6a945a3b-1dd2-11b2-99a6-080020736631", "fstype":null},
{"path":"/dev/sdn", "parttype":null, "fstype":"xfs"}
]
}