Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
5320e5ea
Commit
5320e5ea
authored
7 years ago
by
Jenkins
Committed by
Gerrit Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Revert "Fix a typo and complement doc in ceph-guide.rst""
parents
2f00c646
75c5700a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/ceph-guide.rst
+4
-8
4 additions, 8 deletions
doc/ceph-guide.rst
with
4 additions
and
8 deletions
doc/ceph-guide.rst
+
4
−
8
View file @
5320e5ea
...
@@ -44,19 +44,15 @@ usage with Kolla.
...
@@ -44,19 +44,15 @@ usage with Kolla.
Sector size (logical/physical): 512B/512B
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Partition Table: gpt
Number Start End Size File system Name Flags
Number Start End Size File system Name Flags
1
1049kB 10.7GB 10.7GB KOLLA_CEPH_OSD_BOOTSTRAP
1
1049kB 10.7GB 10.7GB KOLLA_CEPH_OSD_BOOTSTRAP
Using an external journal drive
Using an external journal drive
-------------------------------
-------------------------------
Create a journal partition of 5 GByte and a data partition with the remaining
The steps documented above created a journal partition of 5 GByte
storage capacity on the same tagged drive.
and a data partition with the remaining storage capacity on the same tagged
drive.
::
parted /dev/sdb -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP_J 0 5GB
parted /dev/sdb -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP_D 5GB 100%
It is a common practice to place the journal of an OSD on a separate
It is a common practice to place the journal of an OSD on a separate
journal drive. This section documents how to use an external journal drive.
journal drive. This section documents how to use an external journal drive.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment