zpool wait all - wait on all background process to complete #10114
-
System information
Describe the feature you would like to addWe now have many Describe how to use the new featureUse A varient could be to allow multiple items on the command line;
but this might be harder to encode. (Unless each wait item were a bit mask entry, then it might be practical.) State priority of feature requestI'd say this is a low priority item, (if implemented at all). However, it does round out the feature set of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The functionality you're requesting is already implemented (
|
Beta Was this translation helpful? Give feedback.
The functionality you're requesting is already implemented (
zpool wait poolname
andzpool wait -t free,scrub poolname
). Are you asking for the syntax to be augmented to acceptzpool wait all poolname
andzpool wait free,scrub poolname
?