Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Target release17.1.1
Epic

PP-790 - Getting issue details... STATUS

Document status
DRAFT
Forum Discussion/Reviewhttp://community.pbspro.org/t/pp-790-qmgr-output-has-inconsistent-whitespaces/566
Document owner
Designer
Developers
QA

Background:

It seems like for all commands (qstat, pbsnodes etc.), we use spaces (" ") as prefix for new attributes, but for qmgr we use tabs. Similarly, for line extensions in qmgr, we use spaces as prefix while the other commands use tabs. We should make the outputs consistent.


Interface change:

  • Synopsis: Output of "qmgr list" will now use spaces (" ") to indent new attributes and tabs ("\t") to indent line extensions
  • Details:
    • New attributes listed will be indented by 4 spaces (" ").
    • Line extensions of long attribute values will be indented by a single tab ("\t").
    • This indentation scheme will make qmgr list output consistent with that of qstat and pbsnodes output.
  • No labels