Actions
Bug #13882
closedrudder agent inventory wrongly states that we are not in full compliance mode
Pull Request:
Severity:
UX impact:
User visibility:
First impressions of Rudder
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Running rudder agent inventory, I get the following output
Rudder agent 4.3.7.rc1.git201811200148 Node uuid: a5c27396-19c6-4d9a-99da-c9ca3b9f2132 Start execution with config [20181121-092358-b3b3be7a] M| State Technique Component Key Message E| compliant Inventory inventory The inventory has been successfully sent ## Summary ##################################################################### Not all components were displayed because we are not in full compliance mode. Please run with -g to force full compliance mode. => 1 components in Enforce mode -> 1 compliant Execution time: 3.15s ################################################################################
it is in full compliance, so we should not state that
Updated by Nicolas CHARLES about 6 years ago
reason is rudder agent inventory calls rudder agent run D force_inventory -b doInventory - so we have a partial run execution
option -b set FULL_COMPLIANCE to 0, which is not what we wish
we should detect that we are in partial run, and in this case clearly state it "run is not complete due to command line argument" or something like that
Updated by Nicolas CHARLES about 6 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES about 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-agent/pull/198
Updated by Nicolas CHARLES about 6 years ago
- Translation missing: en.field_tag_list set to Next minor release
Updated by Vincent MEMBRÉ almost 6 years ago
- Target version changed from 4.3.7 to 4.3.8
Updated by Vincent MEMBRÉ almost 6 years ago
- Related to Bug #10751: Add a warn message when agent run is incomplete added
Updated by Vincent MEMBRÉ almost 6 years ago
- Target version changed from 4.3.8 to 4.3.9
Updated by Nicolas CHARLES almost 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-agent|a343d9aa500da3126d183cf06d24e33c4b3e077d.
Updated by Alexis Mousset almost 6 years ago
- Status changed from Pending release to Released
Actions