mirror of
https://github.com/kolesa-team/pve-purestorage-plugin.git
synced 2026-08-12 21:53:06 -06:00
return path in map_volume (#37)
This commit is contained in:
@@ -895,7 +895,7 @@ sub map_volume {
|
||||
print "Info :: Waiting (" . $iteration . "s) for map volume \"$volname\"...\n";
|
||||
$iteration++;
|
||||
if ( -e $path ) {
|
||||
return 1;
|
||||
return $path;
|
||||
}
|
||||
sleep $interval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user