swift/doc
Ondřej Nový 0dc3fd6d0b Set owner of drive-audit recon cache to swift user
Fixies this problem:
* swift-drive-audit needs to be run by root, because only root have
  "umount" permission
* swift-object servers typically runs as user swift
* if swift-drive-audit is run by root, /var/cache/swift/drive.recon is
  owned by root, with 0o600
* recon middleware (inside swift-object-server) can't read this cache
  file: swift-object: Error reading recon cache file

This patch adds "user" option to drive-audit config file. Recon cache
is chowned to this user.
(cherry picked from commit 9847796)

Change-Id: Ibf20543ee690b7c5a37fabd1540fd5c0c7b638c9
2016-11-18 12:20:47 +01:00
..
manpages Fixed cut and pasted paragraph from commit message in manpage 2016-09-19 15:31:46 +02:00
saio Refactor server side copy as middleware 2016-05-11 14:55:51 -04:00
source Set owner of drive-audit recon cache to swift user 2016-11-18 12:20:47 +01:00