Re: [ceph-users] Mixing EC and Replicated pools on HDDs in Ceph RGW Luminous

2018-09-19 Thread Konstantin Shalygin
I am setting up RadosGW and Ceph cluster on Luminous. I am using EC for `buckets.data` pool on HDD osds, is it okay to put `buckets.non-ec` pool with replicated ruleset for multi-parts upload on the same HDD osds? Will there be issues with mixing EC and replicated pools on the same disk types?

Re: [ceph-users] Mixing EC and Replicated pools on HDDs in Ceph RGW Luminous

2018-09-09 Thread David Turner
You can indeed have multiple types of pools on the same disks. Go ahead and put the non-ec pool with a replicated ruleset on the HDDs with the EC data pool. I believe your correct that the non-ec pool gets cleared out when the upload is complete and the file is flushed to EC. On Sun, Sep 9, 2018,

[ceph-users] Mixing EC and Replicated pools on HDDs in Ceph RGW Luminous

2018-09-09 Thread Nhat Ngo
Hi all, I am setting up RadosGW and Ceph cluster on Luminous. I am using EC for `buckets.data` pool on HDD osds, is it okay to put `buckets.non-ec` pool with replicated ruleset for multi-parts upload on the same HDD osds? Will there be issues with mixing EC and replicated pools on the same dis