mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 10551: pass correct host type to StartupSecondaryStorageCommand
This commit is contained in:
parent
49999bf609
commit
e00c011dcb
@ -22,7 +22,7 @@ import com.cloud.host.Host;
|
|||||||
public class StartupSecondaryStorageCommand extends StartupCommand {
|
public class StartupSecondaryStorageCommand extends StartupCommand {
|
||||||
|
|
||||||
public StartupSecondaryStorageCommand() {
|
public StartupSecondaryStorageCommand() {
|
||||||
super(Host.Type.ConsoleProxy);
|
super(Host.Type.SecondaryStorage);
|
||||||
setIqn("NoIqn");
|
setIqn("NoIqn");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user