-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DE2222 and IQN update. #205
Conversation
@@ -508,6 +508,7 @@ func resourceMetalHostCreate(d *schema.ResourceData, meta interface{}) (err erro | |||
Pending: []string{ | |||
string(rest.HOSTSTATE_NEW), | |||
string(rest.HOSTSTATE_IMAGING_PREP), | |||
string(rest.HOSTSTATE_ISCSI_ATTACHING), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In line 514 is
string(rest.HOSTSTATE_ATTACHING)
only for FC?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In line 514 is
string(rest.HOSTSTATE_ATTACHING)only for FC?
Yes, sort of, it's for all but iSCSI. For now, it's only FC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add reference to quake PR for the state changes, and US54740 for the IQN update in the PR text for the records.
@@ -508,6 +508,7 @@ func resourceMetalHostCreate(d *schema.ResourceData, meta interface{}) (err erro | |||
Pending: []string{ | |||
string(rest.HOSTSTATE_NEW), | |||
string(rest.HOSTSTATE_IMAGING_PREP), | |||
string(rest.HOSTSTATE_ISCSI_ATTACHING), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In line 514 is
string(rest.HOSTSTATE_ATTACHING)only for FC?
Yes, sort of, it's for all but iSCSI. For now, it's only FC.
No description provided.