diff --git a/PureStoragePlugin.pm b/PureStoragePlugin.pm index 7e9576a..8baabd8 100644 --- a/PureStoragePlugin.pm +++ b/PureStoragePlugin.pm @@ -892,6 +892,8 @@ sub filesystem_path { my ( $class, $scfg, $volname, $snapname ) = @_; print "Debug :: PVE::Storage::Custom::PureStoragePlugin::sub::filesystem_path\n" if $DEBUG; + die "Error :: filesystem_path: snapshot is not implemented ($snapname)\n" if defined($snapname); + # do we even need this? my ( $vtype, undef, $vmid ) = $class->parse_volname( $volname );