Project

General

Profile

Actions

Bug #15377

closed

How to change the default pool of keeping data uding radosgw

Added by Xiaoyu Guo about 8 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

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

Description

I have been trying many ways to do that,including change the config files like adding code as below
rgw zone root pool=other_pool_name
I also tried to change the set of default zone like this:
@{
"domain_root": ".rgw",
"control_pool": ".rgw.control",
"gc_pool": ".rgw.gc",
"log_pool": ".log",
"intent_log_pool": ".intent-log",
"usage_log_pool": ".usage",
"user_keys_pool": ".users",
"user_email_pool": ".users.email",
"user_swift_pool": ".users.swift",
"user_uid_pool": ".users.uid",
"system_key": {
"access_key": "",
"secret_key": ""
},
"placement_pools": [ {
"key": "default-placement",
"val": {
"index_pool": ".rgw.buckets.index",
"data_pool": "other_pool_name",
"data_extra_pool": ".rgw.buckets.extra"
}
}
]
}@
but it still didn't work,it still save data to default pool which is .rgw.buckets
I really want to know why,it's the first question i commit in tracker,if there is anything I did wrong here,please let me know.

Actions #1

Updated by Abhishek Lekshmanan almost 8 years ago

  • Assignee deleted (Abhishek Lekshmanan)
Actions #2

Updated by Loïc Dachary almost 8 years ago

  • Target version deleted (v9.2.1)
Actions #3

Updated by Greg Farnum almost 7 years ago

  • Project changed from Ceph to rgw
  • Category deleted (22)
Actions #4

Updated by Yehuda Sadeh almost 7 years ago

  • Status changed from New to Closed

There are different ways to do it. Probably adding a new placement and setting it as the default placement is the way to go. This affects newly created buckets. Sorry for the very late response, bug was under the wrong tracker project. Closing it, should refer to ceph-users mailing list if have further issues.

Actions

Also available in: Atom PDF