Opened 13 years ago
Last modified 10 years ago
#505 new defect
IZ2547: qconf -mq parsing problem in queue override value
Reported by: | rhierlmeier | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 6.2 |
Severity: | Keywords: | qmaster | |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2547]
Issue #: 2547 Platform: All Reporter: rhierlmeier (rhierlmeier) Component: gridengine OS: All Subcomponent: qmaster Version: 6.2 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: ernst (ernst) QA Contact: ernst URL: * Summary: qconf -mq parsing problem in queue override value Status whiteboard: Attachments: Issue 2547 blocks: Votes for issue 2547: Opened: Mon Apr 7 05:08:00 -0700 2008 ------------------------ When a per-host queue override value is specified using # qconf -mq <queue_name> like this load_thresholds [foo=NONE],np_load_avg=11.00 where foo is a hostname, it is accepted by qmaster but it causes insane output format later # qconf -sq all.q | grep thres load_thresholds foo=NONE],np_load_avg=11.00 if it is specified load_thresholds np_load_avg=11.00,[foo=NONE] the output is sane # qconf -sq all.q | grep thres load_thresholds np_load_avg=11.00,[foo=NONE]
Note: See
TracTickets for help on using
tickets.