Skip to content

Commit

Permalink
Merge pull request #7208 from Eideticom/martin/libvirt_warning
Browse files Browse the repository at this point in the history
docs: add warning about libvirt latent workers
  • Loading branch information
p12tic committed Nov 7, 2023
2 parents c4c7bf4 + 6c9c5be commit 637fe76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions master/docs/manual/configuration/workers-libvirt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ Should set up a KVM compatible libvirt network for your buildbot VM's to run on.
Configuring your Master
-----------------------

.. warning::
There is currently a buildbot bug that fails to use the ``base_image`` if provided.
This means that the worker always uses the ``hd_image`` and changes will persist between builds.
See the `GitHub issue <https://github.com/buildbot/buildbot/issues/7122>`_ for details.

If you want to add a simple on demand VM to your setup, you only need the following.
We set the username to ``minion1``, the password to ``sekrit``.
The base image is called ``base_image`` and a copy of it will be made for the duration of the VM's life.
Expand Down
1 change: 1 addition & 0 deletions newsfragments/libvirt-latent-bug.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Describe an existing bug with Libvirt latent workers that does not use a copy of the image (:issue `7122`).

0 comments on commit 637fe76

Please sign in to comment.