Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
The Tor Project
TPA
Wiki Replica
Commits
88ceba7f
Commit
88ceba7f
authored
2 years ago
by
Jérôme Charaoui
Browse files
Options
Downloads
Patches
Plain Diff
howto/ganeti: document where to find key infos
parent
a2cd6f17
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/ganeti.md
+11
-1
11 additions, 1 deletion
howto/ganeti.md
with
11 additions
and
1 deletion
howto/ganeti.md
+
11
−
1
View file @
88ceba7f
...
...
@@ -684,7 +684,17 @@ depending on the situation.
Use this procedure before to a virtual disk from one of the iSCSI SANs.
First, remove the multipath config and reload:
First, we'll need to gather a some information about the disk to remove.
*
Which SAN is hosting the disk
*
What LUN is assigned to the disk
*
The WWID of both the SAN and the virtual disk
/usr/local/sbin/tpo-show-san-disks
SMcli -n <san> -S -quick -c "show storageArray summary;" | grep "Storage array world-wide identifier"
cat /etc/multipath/conf.d/<name>.conf
Second, remove the multipath config and reload:
gnt-cluster command rm /etc/multipath/conf.d/test-01.conf
gnt-cluster command "multipath -r ; multipath -w <disk-wwid> ; multipath -r"
...
...
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