Add a new "-y, --yes" option to allow scripting of operations requiring a y/n answer from the user#110
Add a new "-y, --yes" option to allow scripting of operations requiring a y/n answer from the user#110
Conversation
…ng a y/n answer from the user
|
I'm still not willing to add a foot-gun global option as it can be destructive in some (rare) cases, but instead I'd be open to supporting scriptable "interface" with the existing unattended mechanism to some commands if there are valid usecases. But the |
|
With #87, if a parity disk change is in progress (or any disk change I guess), and we do a * |
|
Thanks, that's a bug that will be fixed with #111.
|
|
Thanks a lot!
Le 10 mars 2026 19:13:10 GMT+01:00, Matti Hiljanen ***@***.***> a écrit :
…qvr left a comment (qvr/nonraid#110)
Thanks, that's a bug that will be fixed with #111.
`nmdctl check resume` should resume if there is a paused operation without confirmation, even without unattended flag.
--
Reply to this email directly or view it on GitHub:
#110 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
|
The fix in #111 is now merged and released as |
Today, it's impossible to script some operations, for example the resuming of a check in soime case.
WIth the addition of the '-y' flag, those operation can be scripted, at the discretion of the user