Fixes a Systemd error when dealing with CSI mount paths.
When using bare metal Ceph, the mount paths for CSI volumes are too
large and this generates constant error logs on daemon.log.
This was recognized as an issue in systemd:
https://github.com/systemd/systemd/issues/18077
And this commit is a cherry pick from the debian repo:
https://salsa.debian.org/
systemd-team/systemd/-/commit/1d0727e76fd5e9a07cc9991ec9a10ea1d78a99c7
Test Plan:
PASS: Fresh install with a designer ISO and MTC operations.
PASS: Fresh install with a designer ISO and Sanity tests.
PASS: Update systemd using the .deb packages and MTC operations.
Closes-Bug: 2112335
Change-Id: I3f3e8d9f8991a5a9ddc727170b2f1bf0734946ef
Signed-off-by: Raphael Santos <raphael.dasilvasantos@windriver.com>