Actions
Bug #16753
closedBug #16549: Shared files are broken in relayd
Bug #16641: Error 404 when accessing shared-files (relayd)
shared-files api put files in the wrong path
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
sharing a file from a node to another node is not working because the file is put by shared file api in the wrong place.
/var/rudder/shared-files/<targetID>/<sourceid>/myfile
but it should be
/var/rudder/shared-files/<targetID>/files/<sourceid>/myfile
instead
Updated by Vincent MEMBRÉ almost 5 years ago
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ almost 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder/pull/2776
Updated by Vincent MEMBRÉ almost 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|1fa81f253b372ee49132f54a3cc9cc398db2243a.
Updated by Vincent MEMBRÉ almost 5 years ago
- Target version changed from 6.0.4 to 6.0.3
Updated by Vincent MEMBRÉ almost 5 years ago
- Fix check changed from To do to Checked
Updated by Alexis Mousset over 4 years ago
- Name check changed from To do to Reviewed
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.3 which was released today.
Actions