Hi Seems there's a minor flaw in CentOS/RHEL niit script:
line 91 reads:
daemon --user="$user" "$RADOSGW -n $name"
should ImHO be:
daemon --user="$user" $RADOSGW -n $name
to avoid /etc/rc.d/init.d/functions:__pids_var_run line 151 complain in dirname
:)
/Steffen
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
