mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue