mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'apache/4.18' into main
This commit is contained in:
commit
fcbf540369
|
|
@ -241,7 +241,7 @@ public class LinstorStorageAdaptor implements StorageAdaptor {
|
|||
null,
|
||||
null);
|
||||
|
||||
makeResourceAvailable(api, rscName, true);
|
||||
makeResourceAvailable(api, rscName, false);
|
||||
|
||||
if (!resources.isEmpty() && !resources.get(0).getVolumes().isEmpty()) {
|
||||
final String devPath = resources.get(0).getVolumes().get(0).getDevicePath();
|
||||
|
|
|
|||
Loading…
Reference in New Issue