Bug #13882
rudder agent inventory wrongly states that we are not in full compliance mode
Pull Request:
Severity:
User visibility:
First impressions of Rudder
Effort required:
Priority:
0
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
Related issues
Associated revisions
History
#1
Updated by Nicolas CHARLES 3 months 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
#2
Updated by Nicolas CHARLES 3 months ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
#3
Updated by Nicolas CHARLES 3 months 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
#4
Updated by Nicolas CHARLES 3 months ago
- Tags set to Next minor release
#5
Updated by Vincent MEMBRÉ 3 months ago
- Target version changed from 4.3.7 to 4.3.8
#6
Updated by Vincent MEMBRÉ 3 months ago
- Parent task deleted (
#10751)
#7
Updated by Vincent MEMBRÉ 3 months ago
- Related to Bug #10751: Add a warn message when agent run is incomplete added
#8
Updated by Vincent MEMBRÉ about 2 months ago
- Target version changed from 4.3.8 to 4.3.9
#9
Updated by Nicolas CHARLES 28 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-agent|a343d9aa500da3126d183cf06d24e33c4b3e077d.
#10
Updated by Alexis MOUSSET 23 days ago
- Status changed from Pending release to Released
Fixes #13882: rudder agent inventory wrongly states that we are not in full compliance mode