mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +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 StartupSecondaryStorageCommand() {
|
||||
super(Host.Type.ConsoleProxy);
|
||||
super(Host.Type.SecondaryStorage);
|
||||
setIqn("NoIqn");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user