Skip to content

Commit

Permalink
Add latest known issue
Browse files Browse the repository at this point in the history
  • Loading branch information
keirthana committed May 15, 2024
1 parent f4a3281 commit 5527433
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions reference/release-notes/1.22.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ The following known issues exist in the 1.22.0 release and are planned to be fix

* Video playback does not work on 64-bit only systems where the NVIDIA GPU is installed.
* For existing charmed deployments, creating instances with streaming enabled using the `enable-streaming` option requires manually adding the new relation between the AMS and the stream agent charms. See [How to upgrade Anbox Cloud](https://anbox-cloud.io/docs/howto/update/upgrade-anbox).

Check failure on line 60 in reference/release-notes/1.22.0.md

View workflow job for this annotation

GitHub Actions / Check docs links

Incorrect docs link

Documentation links should point to Discourse
* To work around [issue 13420](https://github.com/canonical/lxd/issues/13420) in LXD, run the following command after deploying a new unit of the [LXD for Anbox Cloud](https://charmhub.io/ams-lxd) charm:

```
juju ssh lxd/n -- lxc storage set ams0 volume.zfs.block_mode=false
```
This workaround needs to be applied to every LXD node deployed using the LXD for Anbox Cloud charm. Otherwise, instances launched via AMS fail with an error similar to the following:
```
Error: Failed creating instance from image: Failed to run: zfs set volsize=3000000512 ams0/containers/ams-cp1pjd7lra53mbq42mug: exit status 255 (cannot set property for 'ams0/containers/ams-cp1pjd7lra53mbq42mug': 'volsize' must be a multiple of volume block size (16K))
```
## Bugs fixed
Expand Down

0 comments on commit 5527433

Please sign in to comment.