]> git.proxmox.com Git - pve-storage.git/commit
diskmanage: allow partitions for get_udev_info
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 28 Sep 2021 11:39:47 +0000 (13:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 30 Sep 2021 16:10:56 +0000 (18:10 +0200)
commit0f4533476d7e3c951278afe388cdff3a4655922a
tree5c6766e48a7925a3c0d6e443df8fbb92b95bab9c
parent21a75847a8ef3c8226c92eee1ec12ee233cd6757
diskmanage: allow partitions for get_udev_info

both existing callers only call this with non-partitions currently, so
the change should be backwards compatible.

In preparation to enable ZFS creation on top of partitions (where the
udev info is used to get the stable by-id path of a device).

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Diskmanage.pm