Project

General

Profile

Actions

Bug #10671

closed

rados cppool don't work if target is a ecpool

Added by Italo Santos over 9 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
High
Assignee:
-
Category:
common
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

I'm trying to copy a ec pool to another ecpool but when I try I face the error bellow:

root@ceph0001:~# rados cppool ecpool newecpool
.rgw.buckets:default.4797.1__shadow_.guzLcfIwb-wC3-cFRZtnkW-5TFxvzLg_117 => newecpool:default.4797.1__shadow_.guzLcfIwb-wC3-cFRZtnkW-5TFxvzLg_117
error copying object: (2) No such file or directory
error copying pool .rgw.buckets => newecpool: (95) Operation not supported

In other hand if try copy a replicated pool to ecpool everything goes fine:

root@ceph0001:~# rados cppool ecpool replicated
.rgw.buckets:default.4797.1__shadow_.guzLcfIwb-wC3-cFRZtnkW-5TFxvzLg_117 => replicated:default.4797.1__shadow_.guzLcfIwb-wC3-cFRZtnkW-5TFxvzLg_117
.rgw.buckets:default.770771.56_mysql/2015-01/teste_backup-3-1421773772.sql.gz => replicated:default.770771.56_mysql/2015-01/teste_backup-3-1421773772.sql.gz
.rgw.buckets:default.4797.1__shadow_.gR7_-CzFxl5-1hMe60nb2qtUSQpb2h8_129 => replicated:default.4797.1__shadow_.gR7_-CzFxl5-1hMe60nb2qtUSQpb2h8_129
.rgw.buckets:default.4797.1_GP010004.MP4 => replicated:default.4797.1_GP010004.MP4
[...]
.rgw.buckets:default.4797.1_IPS-LWB-CONFIGURACAO/LWBUtilities/usr/local/sas/utilities/backupcontrol => replicated:default.4797.1_IPS-LWB-CONFIGURACAO/LWBUtilities/usr/local/sas/utilities/backupcontrol
.rgw.buckets:default.4797.1_IPS-LWB-CONFIGURACAO/LWBScripts/root/scripts/aggr_mtu_conf.sh => replicated:default.4797.1_IPS-LWB-CONFIGURACAO/LWBScripts/root/scripts/aggr_mtu_conf.sh
.rgw.buckets:default.770771.56__shadow_.pv59KVmTTFGzfAwoZA4ixRBu6HRrju3_5 => replicated:default.770771.56__shadow_.pv59KVmTTFGzfAwoZA4ixRBu6HRrju3_5
.rgw.buckets:default.4797.1__shadow_.gR7_-CzFxl5-1hMe60nb2qtUSQpb2h8_84 => replicated:default.4797.1__shadow_.gR7_-CzFxl5-1hMe60nb2qtUSQpb2h8_84
successfully copied pool ecpool

To ensure I made another test, coping a replicated pool to a ecpool and I face with the same error, coping ecpool to another ecpool:

root@ceph0001:~# rados cppool replicated newecpool
replicated:default.4797.1__shadow_.guzLcfIwb-wC3-cFRZtnkW-5TFxvzLg_117 => newecpool:default.4797.1__shadow_.guzLcfIwb-wC3-cFRZtnkW-5TFxvzLg_117
error copying object: (2) No such file or directory
error copying pool replicated => newecpool: (95) Operation not supported

Actions

Also available in: Atom PDF