Skip to content

Commit

Permalink
DE22222:iSCSI volumes are failing to attach to host
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-saito committed Jun 13, 2024
1 parent 05e2722 commit 238741e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v1/api/swagger/components/schemas/HostState.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ enum:
- Maintenance
- Attaching
- Detaching
- ISCSI Attaching
- ISCSI Detaching
- All Detaching
description: Overall host state
example: Ready
3 changes: 3 additions & 0 deletions v1/pkg/client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4841,6 +4841,9 @@ components:
- Maintenance
- Attaching
- Detaching
- ISCSI Attaching
- ISCSI Detaching
- All Detaching
example: Ready
type: string
HostSubstate:
Expand Down
3 changes: 3 additions & 0 deletions v1/pkg/client/model_host_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ const (
HOSTSTATE_MAINTENANCE HostState = "Maintenance"
HOSTSTATE_ATTACHING HostState = "Attaching"
HOSTSTATE_DETACHING HostState = "Detaching"
HOSTSTATE_ISCSI_ATTACHING HostState = "ISCSI Attaching"
HOSTSTATE_ISCSI_DETACHING HostState = "ISCSI Detaching"
HOSTSTATE_ALL_DETACHING HostState = "All Detaching"
)

0 comments on commit 238741e

Please sign in to comment.