Feature #22147
Set multiple flags in a single command line
Status:
In Progress
Priority:
Normal
Assignee:
Category:
Administration/Usability
Target version:
-
% Done:
0%
Source:
Support
Tags:
Backport:
Reviewed:
Affected Versions:
Component(RADOS):
Monitor, ceph cli
Pull request ID:
Description
- Set multiple flags in a single command line
# ceph osd set noout nodeep-scrub noscrub
History
#1 Updated by Vikhyat Umrao over 5 years ago
- Source set to Support
#2 Updated by Greg Farnum over 5 years ago
- Project changed from Ceph to RADOS
- Category set to Administration/Usability
- Component(RADOS) Monitor, ceph cli added
#3 Updated by Jesse Williamson almost 5 years ago
- Assignee set to Jesse Williamson
#4 Updated by Jesse Williamson almost 5 years ago
It seems fair to assume that "unset" should support this also.
Question: should settings that require --yes-i-really-mean-it allow that flag to be passed to all of them, or should they be (my inclination) omitted from batch setting?
#5 Updated by Greg Farnum almost 5 years ago
I don’t think we should skip it entirely. Many of the places that implement a check like that are using a common flag so it may be the default behavior anyway?
#6 Updated by Neha Ojha about 4 years ago
- Status changed from New to In Progress