Hide Forgot
Description of problem: condor_configure_store prints priority for included features or features added to a group, but it does not print them for features added to a node. On the other hand it prints priorities also for dependent features, which does not make much sense. E.g. # ccs -l -f f1 -n n -g g Node "n": Last Check-in Time: Never Group Memberships: Internal Default Group Features Applied: f1 f2 Explicitly Set Parameters: Feature "f1": Feature ID: 50 Name: f1 Included Parameters: Included Features: 0: f4 1: f5 Conflicts: Dependencies: 0: f4 1: f5 Group "g": Group ID: 4 Name: g Members: Features (priority: name): 0: f1 1: f2 Parameters: Version-Release number of selected component (if applicable): condor-wallaby-tools-4.1.2-1 How reproducible: 100% Steps to Reproduce: 1. create some included features 2. create some dependant features 3. add some features to a node node and also to a group 4. list the node, the group and feature with includes and dependencies filled Actual results: The priorities are printed for included and dependant features and features added to a group, they are not listed for features added to a node. Expected results: Show priorities for all cases where it makes sense (included features, features added to a node/group) or don't print priorities at all. Additional info:
The new ccs uses wallaby shell commands, so the output has changed to that displayed by the wallaby shell commands. As such, this is not really relevant any more.