[Queens-only] Do not remove symlinks by containers-tmpwatch

This change prevents the containers-tmpwatch cron job from deleting
symlinks, so that /var/log/containers/swift, which is a symlink to
/var/log/swift, is preserved.

This patch is submitted to queens directly because we no longer have
the symlink for /var/log/container/swift since the following patch[1]
was merged.

[1] b1486301f2

Closes-Bug: #1906489
Change-Id: I70cd4bc3d7bff766e95026c6ea8c60c98c6d13c7
This commit is contained in:
Takashi Kajinami 2020-12-03 00:00:43 +09:00
parent e954f302b0
commit def2071463
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ outputs:
mode: 0755 mode: 0755
content: | content: |
#!/bin/sh #!/bin/sh
tmpwatch --nodirs \ tmpwatch --nodirs --nosymlinks \
-X "/var/log/containers/*/*log" \ -X "/var/log/containers/*/*log" \
-X "/var/log/containers/*/*/*log" \ -X "/var/log/containers/*/*/*log" \
-X "/var/log/containers/*/*err" \ -X "/var/log/containers/*/*err" \