Skip to content

Commit

Permalink
Merge pull request #183 from gecio/minor_fixes
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
daveiit authored Nov 23, 2023
2 parents 70305b8 + 7bcb5b3 commit 64fb9b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_optimist/faq/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ systemctl start qemu-guest-agent
systemctl enable qemu-guest-agent
```

Außerdem empfehlen wir beim [Hochladen Ihrer eigenen Images](https://docs.gec.io/de/optimist/specs/images/#uploading-your-own-images), dass Sie `--property hw_qemu_guest_agent=True` als Property an Ihren Images hinzufügen.
Außerdem empfehlen wir beim [Hochladen Ihrer eigenen Images](https://docs.gec.io/de/optimist/specs/images/#upload-von-eigenen-images), dass Sie `--property hw_qemu_guest_agent=True` als Property an Ihren Images hinzufügen.

Sobald der qemu-guest-agent läuft, kann der Snapshot erstellt werden.

Expand Down
2 changes: 1 addition & 1 deletion docs/_optimist/specs/images/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Dabei müssen mindestens folgende Parameter spezifiziert werden:
- `--file`: Das Quell-Image auf Ihrem System
- Name des Abbilds: `my-image` als Beispiel.

Um die Erstellung von Snapshots für laufende Instanzen zu ermöglichen ist es notwendig, dass Sie das Property `--property hw_qemu_guest_agent=`True`` an den von Ihnen genutzten Images setzen und `qemu-guest-agent` auf dem System installieren.
Um die Erstellung von Snapshots für laufende Instanzen zu ermöglichen ist es notwendig, dass Sie das Property `--property hw_qemu_guest_agent=True` an den von Ihnen genutzten Images setzen und `qemu-guest-agent` auf dem System installieren.

Weitere Details finden Sie in unseren [FAQ](https://docs.gec.io/de/optimist/faq/#warum-kann-ich-keinen-snapshot-einer-laufenden-instance-erstellen).

Expand Down
2 changes: 1 addition & 1 deletion docs/_optimist/specs/images/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ The command to upload images requires these fields at a minimum:
- `--file`: The source file on your machine
- Name of the Image: `my-image` for example.

Additionally, to enable the creation of Snapshots on running Instances, we recommend that you set `--property hw_qemu_guest_agent=`True`` on the images you create, and to install the `qemu-guest-agent` upon creation of the new image. See our [FAQ](https://docs.gec.io/de/optimist/faq/#why-am-i-unable-to-create-a-snapshot-of-a-running-instance) for more details.
Additionally, to enable the creation of Snapshots on running Instances, we recommend that you set `--property hw_qemu_guest_agent=True` on the images you create, and to install the `qemu-guest-agent` upon creation of the new image. See our [FAQ](https://docs.gec.io/de/optimist/faq/#why-am-i-unable-to-create-a-snapshot-of-a-running-instance) for more details.

You can also use the dashboard to upload images. Make sure to use the same properties there.

0 comments on commit 64fb9b3

Please sign in to comment.