Merge PR #31823 into master

* refs/pull/31823/head:
	ceph-daemon: fix logrotate su line

Reviewed-by: Sebastian Wagner <swagner@suse.com>
This commit is contained in:
Sage Weil 2019-11-25 08:12:41 -06:00
commit fd5a82e3cd

View File

@ -674,7 +674,7 @@ def install_base_units(fsid):
endscript
missingok
notifempty
su root ceph
su root root
}
""" % fsid)