reload is difficult to use with instance jobs
Bug #1012938 reported by
Tv
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
upstart |
New
|
Undecided
|
Unassigned |
Bug Description
If I have an instance job (such as ceph-osd), that all read a config file (such as /etc/ceph/
I could do an initctl list | mawk ... | ... etc, reconstruct the instance variables from the what's inside the parens, but that just seems too clumsy.
To post a comment you must log in.
Makes sense to me. The most elegant way would be to have a glob expression available like we have in the job syntax. Done right, '*' should mean "all instances"
initctl reload ceph-osd '*'
or
initctl reload network-interface 'IFACE=eth[012]'