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:
committed by
Wolfgang Bumiller
parent
9758abcb5e
commit
b6d049b176
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user