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
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
Service Desk
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
Cecylia Bocovich
Wiki Replica
Commits
b564370c
Unverified
Commit
b564370c
authored
3 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
builder was renamed
parent
50cd9ab7
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
+7
-7
7 additions, 7 deletions
howto/ganeti.md
with
7 additions
and
7 deletions
howto/ganeti.md
+
7
−
7
View file @
b564370c
...
...
@@ -164,7 +164,7 @@ the [storage servers documentation](howto/new-machine-cymru#storage-servers) for
This assumes you are creating a 500GB VM, partitioned on the Linux
host,
*not*
on the iSCSI volume. TODO: change those instructions to
create one volume per partition, so that those can be resized more
easily. The following is how
`tb-build
er
-03`
was setup.
easily. The following is how
`tb-build-03`
was setup.
1.
create the disk on the SAN and assign it to the host group:
...
...
@@ -219,11 +219,11 @@ easily. The following is how `tb-builder-03` was setup.
--net 0:ip=pool,network=gnt-chi-01 \
--no-ip-check \
--no-name-check \
--disk 0:adopt=/dev/disk/by-id/dm-name-tb-build
er
-03-root \
--disk 1:adopt=/dev/disk/by-id/dm-name-tb-build
er
-03-swap,name=swap \
--disk 2:adopt=/dev/disk/by-id/dm-name-tb-build
er
-03-srv \
--disk 0:adopt=/dev/disk/by-id/dm-name-tb-build-03-root \
--disk 1:adopt=/dev/disk/by-id/dm-name-tb-build-03-swap,name=swap \
--disk 2:adopt=/dev/disk/by-id/dm-name-tb-build-03-srv \
--backend-parameters memory=16g,vcpus=8 \
tb-build
er
-03.torproject.org
tb-build-03.torproject.org
NOTE: the actual node must be manually picked because the `hail`
allocator doesn't seem to know about block devices.
...
...
@@ -233,8 +233,8 @@ easily. The following is how `tb-builder-03` was setup.
adopted. so you need to reinstall the machine, which involves
stopping it first:
gnt-instance shutdown --timeout=0 tb-build
er
-03
gnt-instance reinstall tb-build
er
-03
gnt-instance shutdown --timeout=0 tb-build-03
gnt-instance reinstall tb-build-03
From here on, follow the
[
next steps
](
#next-steps
)
above.
...
...
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