Actions
Bug #5006
closedInventory promises spew errors if /opt/rudder/etc/server-roles.d/ directory is not present
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Since #4929, the inventory promises attempt to show what Rudder server roles are on a machine, by checking the existance of files in /opt/rudder/etc/server-roles.d/.
However, if this directory is not present, the following errors get output:
2014-06-12T15:11:03+0000 error: /default/addInformationsToInventory/vars: Directory '/opt/rudder/etc/server-roles.d/' could not be accessed in lsdir(), (opendir: No such file or directory) 2014-06-12T15:11:03+0000 error: /default/addInformationsToInventory/vars: Directory '/opt/rudder/etc/server-roles.d/' could not be accessed in lsdir(), (opendir: No such file or directory) 2014-06-12T15:11:03+0000 error: /default/addInformationsToInventory/vars: Directory '/opt/rudder/etc/server-roles.d/' could not be accessed in lsdir(), (opendir: No such file or directory)
Updated by Vincent MEMBRÉ over 10 years ago
- Target version changed from 2.11.0~beta1 to 2.11.0~beta2
Updated by Matthieu CERDA over 10 years ago
- Target version changed from 2.11.0~beta2 to 2.11.0~rc1
Updated by Vincent MEMBRÉ over 10 years ago
- Target version changed from 2.11.0~rc1 to 2.11.0~rc2
Updated by Vincent MEMBRÉ over 10 years ago
- Target version changed from 2.11.0~rc2 to 2.11.0
Updated by Vincent MEMBRÉ over 10 years ago
- Target version changed from 2.11.0 to 2.11.1
Updated by Nicolas PERRON over 10 years ago
- Target version changed from 2.11.1 to 2.11.2
Updated by Nicolas PERRON over 10 years ago
- Target version changed from 2.11.2 to 2.11.3
Updated by Matthieu CERDA about 10 years ago
- Target version changed from 2.11.3 to 2.11.4
Updated by Vincent MEMBRÉ about 10 years ago
- Target version changed from 2.11.4 to 2.11.5
Updated by Matthieu CERDA about 10 years ago
- Status changed from 8 to In progress
- Assignee changed from Nicolas CHARLES to Matthieu CERDA
Updated by Matthieu CERDA about 10 years ago
- Status changed from In progress to Rejected
- % Done changed from 0 to 100
This bug is a duplicate of #5200, which has been fixed. Rejecting.
Actions