From b6d049b176a6936e4d71a51c4d9de3e4f5680a82 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Fri, 9 May 2025 13:31:59 +0200 Subject: [PATCH] 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 --- src/PVE/Storage/ESXiPlugin.pm | 1 - 1 file changed, 1 deletion(-) 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; }