mirror of
https://github.com/ceph/ceph
synced 2025-01-02 00:52:22 +00:00
Merge pull request #934 from cernceph/wip-rgw-ulimit
radosgw: increase nofiles ulimit on sysvinit machines
This commit is contained in:
commit
31b0823deb
@ -80,7 +80,7 @@ case "$1" in
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#start-stop-daemon --start -u $user -x $RADOSGW -- -n $name
|
#start-stop-daemon --start -u $user -x $RADOSGW -- -n $name
|
||||||
daemon --user="$user" "$RADOSGW -n $name"
|
daemon --user="$user" "ulimit -n 32768; $RADOSGW -n $name"
|
||||||
echo "Starting $name..."
|
echo "Starting $name..."
|
||||||
done
|
done
|
||||||
daemon_is_running $RADOSGW
|
daemon_is_running $RADOSGW
|
||||||
|
Loading…
Reference in New Issue
Block a user