Skip to content

Commit

Permalink
Add a new field 'RemountRequired' for restoring the reattached volumes
Browse files Browse the repository at this point in the history
Longhorn longhorn#851

Signed-off-by: Shuo Wu <shuo@rancher.com>
  • Loading branch information
Shuo Wu authored and yasker committed Nov 8, 2019
1 parent f88d71c commit 7bfc0bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ type VolumeStatus struct {
FrontendDisabled bool `json:"frontendDisabled"`
InitialRestorationRequired bool `json:"initialRestorationRequired"`
RestoreInitiated bool `json:"restoreInitiated"`
RemountRequired bool `json:"remountRequired"`
}

type RecurringJobType string
Expand Down

0 comments on commit 7bfc0bf

Please sign in to comment.