Skip to content
Snippets Groups Projects
Verified Commit 06875250 authored by anarcat's avatar anarcat
Browse files

remove gnt-chi ganeti instance creation example, replace with gnt-dal

parent e6ec3669
No related branches found
No related tags found
No related merge requests found
......@@ -120,12 +120,12 @@ Then follow [howto/new-machine](howto/new-machine).
### Other examples
This is a typical server creation in the `gnt-chi` cluster:
This is a typical server creation in the `gnt-dal` cluster:
gnt-instance add \
-o debootstrap+bookworm \
-t drbd --no-wait-for-sync \
--net 0:ip=pool,network=gnt-chi-01 \
--net 0:ip=pool,network=gnt-dal-01 \
--no-ip-check \
--no-name-check \
--disk 0:size=10G \
......@@ -148,19 +148,6 @@ DRBD, in the FSN cluster:
Do not forget to follow the [next steps](#next-steps), above.
A test server in `gnt-dal`:
gnt-instance add \
-o debootstrap+bookworm \
-t drbd --no-wait-for-sync \
--net 0:ip=pool,network=gnt-dal-01 \
--no-ip-check \
--no-name-check \
--disk 0:size=10G \
--disk 1:size=20G \
--backend-parameters memory=8g,vcpus=2 \
test-01.torproject.org
### iSCSI integration
To create a VM with iSCSI backing, a disk must first be created on the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment