esxi plugin: remove invalid fixme

No other plugin activates the storage inside the path() method either.
The caller needs to ensure that the storage is activated before using
the result of path().

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner
2025-05-09 13:31:59 +02:00
committed by Wolfgang Bumiller
parent 9758abcb5e
commit b6d049b176

View File

@ -477,7 +477,6 @@ sub path {
die "storage '$class' does not support snapshots\n" if defined $snapname; die "storage '$class' does not support snapshots\n" if defined $snapname;
# FIXME: activate/mount:
return mount_dir($storeid) . '/' . $volname; return mount_dir($storeid) . '/' . $volname;
} }