Skip to content

Commit

Permalink
Consistent indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Mar 3, 2025
1 parent e871fc0 commit eb3979d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
32 changes: 16 additions & 16 deletions webpages/pools.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ must support POSIX file access control lists (ACLs).

The VMs should only be accessible via a desktop started by the VM-Operator.

* Disable the display manager.
```console
# systemctl disable gdm
# systemctl stop gdm
```
* Disable the display manager.

```console
# systemctl disable gdm
# systemctl stop gdm
```
* Disable `getty` on tty1.
```console
# systemctl mask getty@tty1
# systemctl stop getty@tty1
```
* Disable `getty` on tty1.

```console
# systemctl mask getty@tty1
# systemctl stop getty@tty1
```

You can, of course, disable `getty` completely. If you do this, make sure
that you can still access your master VM through `ssh`, else you have
Expand All @@ -44,11 +44,11 @@ development purposes and not for production.
The following should actually be configured for any VM.
* Prevent suspend/hibernate, because it will lock the VM.
* Prevent suspend/hibernate, because it will lock the VM.
```console
# systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
```
```console
# systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
```
### Install the VM-Operator agent

Expand Down
50 changes: 25 additions & 25 deletions webpages/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@ layout: vm-operator

## To version 4.0.0

* The VmViewer conlet has been renamed to VmAccess. This affects the
[configuration](https://jdrupes.org/vm-operator/user-gui.html). Configuration
information using the old path
`/Manager/GuiHttpServer/ConsoleWeblet/WebConsole/ComponentCollector/VmViewer`
is still accepted for backward compatibility until the next major version,
but should be updated.

The change of name also causes conlets added to the overview page by
users to "disappear" from the GUI. They have to be re-added.

The latter behavior also applies to the VmConlet conlet which has been
renamed to VmMgmt.
* The configuration property `passwordValidity` has been moved from component
`/Manager/Controller/DisplaySecretMonitor` to
`/Manager/Controller/Reconciler/DisplaySecretReconciler`. The old path is
still accepted for backward compatibility until the next major version,
but should be updated.

* The standard [template](./runner.html#stand-alone-configuration) used
to generate the QEMU command has been updated. Unless you have enabled
automatic updates of the template in the VM definition, you have to
update the template manually. If you're using your own template, you
have to add a virtual serial port (see the git history of the standard
template for the required addition).
* The VmViewer conlet has been renamed to VmAccess. This affects the
[configuration](https://jdrupes.org/vm-operator/user-gui.html).
Configuration information using the old path
`/Manager/GuiHttpServer/ConsoleWeblet/WebConsole/ComponentCollector/VmViewer`
is still accepted for backward compatibility until the next major version,
but should be updated.

The change of name also causes conlets added to the overview page by
users to "disappear" from the GUI. They have to be re-added.

The latter behavior also applies to the VmConlet conlet which has been
renamed to VmMgmt.

* The configuration property `passwordValidity` has been moved from component
`/Manager/Controller/DisplaySecretMonitor` to
`/Manager/Controller/Reconciler/DisplaySecretReconciler`. The old path is
still accepted for backward compatibility until the next major version,
but should be updated.

* The standard [template](./runner.html#stand-alone-configuration) used
to generate the QEMU command has been updated. Unless you have enabled
automatic updates of the template in the VM definition, you have to
update the template manually. If you're using your own template, you
have to add a virtual serial port (see the git history of the standard
template for the required addition).

## To version 3.4.0

Expand Down

0 comments on commit eb3979d

Please sign in to comment.