ceph: prevent osd label update on startup #41

Merged
karasz merged 1 commits from pr-amery-ceph into main 11 months ago
amery commented 11 months ago
Owner
--- a/m/ceph.conf
+++ b/m/ceph.conf
@@ -3,3 +3,6 @@ fsid = 28180b9b-6d5d-4be0-bb5b-e4b04bf03804
 mon_initial_members = ssd-lon-4, ssd-ams-4, htz-fsn-1, ssd-nyc-3
 mon_host = 10.16.0.4, 10.32.0.4, 10.48.0.1, 10.64.0.3
 cluster_network = 10.0.0.0/8
+
+; don't rewrite labels on startup
+osd_class_update_on_start = false
``` --- a/m/ceph.conf +++ b/m/ceph.conf @@ -3,3 +3,6 @@ fsid = 28180b9b-6d5d-4be0-bb5b-e4b04bf03804 mon_initial_members = ssd-lon-4, ssd-ams-4, htz-fsn-1, ssd-nyc-3 mon_host = 10.16.0.4, 10.32.0.4, 10.48.0.1, 10.64.0.3 cluster_network = 10.0.0.0/8 + +; don't rewrite labels on startup +osd_class_update_on_start = false ```
amery added 1 commit 11 months ago
14686ff5a8 ceph: prevent osd label update on startup
amery requested review from karasz 11 months ago
karasz approved these changes 11 months ago
karasz left a comment
Owner

LGTM

LGTM
karasz merged commit 3cafb1a4e2 into main 11 months ago
karasz deleted branch pr-amery-ceph 11 months ago

Reviewers

karasz approved these changes 11 months ago
The pull request has been merged as 3cafb1a4e2.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.