Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
du-docs
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
703
docs
du-docs
Commits
cd926f85
Commit
cd926f85
authored
1 year ago
by
Milan
Browse files
Options
Downloads
Patches
Plain Diff
FAQ
parent
1c2261a3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
faq.md
+8
-0
8 additions, 0 deletions
faq.md
mkdocs.yml
+1
-1
1 addition, 1 deletion
mkdocs.yml
object-storage/rbd-setup.md
+4
-1
4 additions, 1 deletion
object-storage/rbd-setup.md
with
13 additions
and
2 deletions
faq.md
0 → 100644
+
8
−
0
View file @
cd926f85
---
languages
:
-
en
-
cs
---
# FAQ - Frequently Asked Questions
Frequently asked questions can be found in the
[
Data Storage documentation
](
FAQ
- Frequently Asked Questions).
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
1
−
1
View file @
cd926f85
...
...
@@ -10,4 +10,4 @@ nav:
-
RBD Service
:
-
RBD Overview
:
object-storage/rbd-service.md
-
RBD Setup
:
object-storage/rbd-setup.md
-
FAQ
:
faq.md
-
FAQ
:
faq.md
This diff is collapsed.
Click to expand it.
object-storage/rbd-setup.md
+
4
−
1
View file @
cd926f85
...
...
@@ -166,8 +166,11 @@ Volume unmapping.
To get better performance choose appropriate size of
`read_ahead`
cache depends on your size of memory.
Example for 8GB:<br/>
echo 8388608 > /sys/block/rbd0/queue/read_ahead_kb
Example for 512MB:<br/>
echo 524288 > /sys/block/rbd0/queue/read_ahead_kb
To apply changes you have to unmap image and map it again.
...
...
@@ -233,7 +236,7 @@ This command should execute if the dependencies are set correctly `umount`, LUKS
(alternatively
`systemctl stop ceph-rbdmap.service`
)
###
R
esize
###
Image r
esize
When resizing an encrypted image, you need to follow the order and the main one is the line with cryptsetup
`--verbose resize image_name`
.
rbd resize rbd_pool_name/image_name --size 200T
...
...
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