Hello Stephane,

Try this .

$ceph osd pool get <pool-name> size   -->> it will prompt the "
 osd_pool_default_size "
$ceph osd pool get <pool-name> min_size    -->> it will prompt the "
 osd_pool_default_min_size "

if you want to change in runtime, trigger below command

$ceph osd pool set <pool-name> size <value>
$ceph osd pool set <pool-name> min_size <value>

Cheers
Jay

On Mon, Jan 16, 2017 at 4:39 PM, Stéphane Klein <cont...@stephane-klein.info
> wrote:

> In documentation I read here: http://docs.ceph.com/docs/
> master/rados/troubleshooting/troubleshooting-pg/?highlight=
> stuck%20inactive#fewer-osds-than-replicas
>
> « You can make the changes at runtime. If you make the changes in your
> Ceph configuration file, you may need to restart your cluster. »
>
> but documentation don't explain how to make the changes at runtime.
>
> Best regards,
> Stéphane
> --
> Stéphane Klein <cont...@stephane-klein.info>
> blog: http://stephane-klein.info
> cv : http://cv.stephane-klein.info
> Twitter: http://twitter.com/klein_stephane
>
> _______________________________________________
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
>
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to