diff --git a/src/PVE/Storage/ESXiPlugin.pm b/src/PVE/Storage/ESXiPlugin.pm index 6131c51..bedeac8 100644 --- a/src/PVE/Storage/ESXiPlugin.pm +++ b/src/PVE/Storage/ESXiPlugin.pm @@ -477,7 +477,6 @@ sub path { die "storage '$class' does not support snapshots\n" if defined $snapname; - # FIXME: activate/mount: return mount_dir($storeid) . '/' . $volname; }