forked from ceph/ceph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refs/pull/27141/head: mon/OSDMonitor: fix osd boot feature vs require_osd_release check include/ceph_features: retire 7 other old features include/ceph_features: retire ERASURE_CODE_PLUGINS_V2 include/ceph_features: retire OSD_ERASURE_CODES include/ceph_features: update comment to align with N+2 upgrades include/ceph_features: adjust whitespace for retired and now usable features mon: remove check for jewel mons mds/FSMap: remove support for encoding jewel FSMap include/ceph_features: enable SERVER_OCTOPUS test/cli/osdmaptool/feature-set-unset-list: add octopus to output test/cli/osdmaptool/feature-set-unset-list: change unknown feature bit qa/releases/octopus.yaml: add octopus upgrade final step osd/OSDMap: octopus encoding features mon/OSDMonitor: add mon_debug_no_require_octopus mon/OSDMonitor: allow 'osd require-osd-release octopus' mon: add ondisk incompat octopus feature mon/mon_types: add mon feature for octopus include/ceph_features: SERVER_O -> SERVER_OCTOPUS Reviewed-by: Neha Ojha <[email protected]>
- Loading branch information
Showing
16 changed files
with
150 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
tasks: | ||
- exec: | ||
osd.0: | ||
- ceph osd require-osd-release octopus | ||
- ceph osd set-require-min-compat-client octopus | ||
- ceph.healthy: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.