Skip to content

Commit faaa46e

Browse files
added info in configuration.md
1 parent b2187ff commit faaa46e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/markdown/features/configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ workerInstance:
242242
# permanent: False
243243
# semiPermanent: False
244244
# exists: False
245+
# id: # id of volume if exists: True
245246
mountPoint: /vol/test
246247
size: 50
247248
fstype: ext4
@@ -277,7 +278,7 @@ You can even attach a volume that already exists. However, don't try to add a si
277278
- **Semi-permanent** volumes are deleted once their cluster is destroyed not when their server is powered down during the cluster's runtime. By setting `semiPermanent: True`, you create a semi-permanent volume.
278279
- **Permanent** volumes are deleted once you delete them manually. By setting `permanent: True`, you create a permanent volume.
279280
- **Temporary** volumes are deleted once their server is destroyed. By setting `permanent: False` and `semiPermanent: False` (their default value), you create a temporary volume.
280-
- **Existing** volumes can be attached by setting the exact name of that volume as `name` and setting `exists: True`. If you use this to attach the volume to a worker, make sure that the worker group's count is 1. Otherwise, BiBiGrid will try to attach that volume to each instance.
281+
- **Existing** volumes can be attached by setting the exact name of that volume as `name` and setting `exists: True`. If you use this to attach the volume to a worker, make sure that the worker group's count is 1. Otherwise, BiBiGrid will try to attach that volume to each instance. You should also set `id:` to the volume's id.
281282
- You can create volumes from **snapshots** by setting `snapshot` to your snapshot's name. You can create all kinds of volumes of them.
282283
- `type` allows you to set the storage option. For Bielefeld there are `CEPH_HDD` (HDD) and `CEPH_NVME` (SSD).
283284

0 commit comments

Comments
 (0)