Skip to content

Commit bdffcb3

Browse files
author
shenjin
committed
<fix>[storage]: Initialize controller in activeIscsiVolume when null
Add overloaded method with PrimaryStorageVO parameter Initialize controller in activeIscsiVolume when null Resolves: ZSTAC-77315 Change-Id: I75656f6178726675636f6d63656b666873786d62
1 parent a005714 commit bdffcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/src/main/java/org/zstack/storage/addon/primary/BlockExternalPrimaryStorageFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public interface BlockExternalPrimaryStorageFactory {
1111

1212
BlockExternalPrimaryStorageBackend getBlockExternalPrimaryStorageBackend(PrimaryStorageVO vo);
1313

14-
void activeIscsiVolume(String clientIqn, BaseVolumeInfo vol, boolean shareable);
14+
void activeIscsiVolume(String clientIqn, BaseVolumeInfo vol, boolean shareable, PrimaryStorageVO vo);
1515

1616
Map<String, String> getVolumeIscsiInfo(String volInstallPath, HostInventory host);
1717

0 commit comments

Comments
 (0)