Re: /etc/init.d/ceph bug for multi-host when using -a option

2013-01-23 Thread Dan Mick
On 01/22/2013 11:18 PM, Chen, Xiaoxi wrote: Hi List, Here is part of /etc/init.d/ceph script: case $command in start) # Increase max_open_files, if the configuration calls for it. get_conf max_open_files 8192 max open files if [

/etc/init.d/ceph bug for multi-host when using -a option

2013-01-22 Thread Chen, Xiaoxi
Hi List, Here is part of /etc/init.d/ceph script: case $command in start) # Increase max_open_files, if the configuration calls for it. get_conf max_open_files 8192 max open files if [ $max_open_files != 0 ]; then # Note: Don't try