-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reload: add ability to reload a single block volume
Problem: ------- Right now, if any block volume is failed to load as part of service bringup or node reboot, may be because of an issue from the backend, then there is no way to reload that single block volume, we need to reload/restart all the\ block volumes present in the node just to load one block volume, this interrupts ongoing I/O (via this path) for all the volumes hosted within the node. Solution: -------- Add ability to reload a single block volume without touching other block volumes in the node. $ gluster-block help usage: gluster-block [timeout <seconds>] <command> <volname[/blockname]> [<args>] [--json*] commands: [...] reload <volname/blockname> reload a block device. [...] Reviewed-by: Xiubo Li <[email protected]> Signed-off-by: Prasanna Kumar Kalever <[email protected]>
- Loading branch information
Showing
7 changed files
with
532 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.