mirror of https://github.com/apache/cloudstack.git
fix a typo
Host.Type.SecondaryStorageVM is the correct type of StartupSecondaryStorageCommand
This commit is contained in:
parent
0821023aa5
commit
e3240664ab
|
|
@ -22,7 +22,7 @@ import com.cloud.host.Host;
|
|||
public class StartupSecondaryStorageCommand extends StartupCommand {
|
||||
|
||||
public StartupSecondaryStorageCommand() {
|
||||
super(Host.Type.ConsoleProxy);
|
||||
super(Host.Type.SecondaryStorageVM);
|
||||
setIqn("NoIqn");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue