Read the Docs build information Build id: 2947479 Project: canonical-lxd Version: default Commit: c32e13760bcc5ee8d0666c1861cb25d946f03fad Date: 2025-04-07T15:58:39.843949Z State: finished Success: True [rtd-command-info] start-time: 2025-04-07T15:58:40.792232Z, end-time: 2025-04-07T15:58:42.348187Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/canonical/lxd . Cloning into '.'... [rtd-command-info] start-time: 2025-04-07T15:58:42.410488Z, end-time: 2025-04-07T15:58:44.412358Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/stable-5.21:refs/remotes/origin/stable-5.21 From https://github.com/canonical/lxd * [new branch] stable-5.21 -> origin/stable-5.21 * [new tag] lxd-5.21.3 -> lxd-5.21.3 [rtd-command-info] start-time: 2025-04-07T15:58:44.517321Z, end-time: 2025-04-07T15:58:44.739886Z, duration: 0, exit-code: 0 git checkout --force origin/stable-5.21 Note: switching to 'origin/stable-5.21'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at c32e137 Resources: Add device's filesystem UUID if present (stable-5.21) (#15347) [rtd-command-info] start-time: 2025-04-07T15:58:44.800886Z, end-time: 2025-04-07T15:58:44.840025Z, duration: 0, exit-code: 0 cat doc/.readthedocs.yaml # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-24.04 tools: golang: "1.23" python: "3.12" jobs: pre_install: - pip install gitpython pyyaml - cd doc && python3 .sphinx/build_requirements.py - git fetch --unshallow || true pre_build: - go build -ldflags "-s -w" -o trimpath -o lxc.bin ./lxc # Build documentation in the docs/ directory with Sphinx sphinx: builder: dirhtml configuration: doc/conf.py fail_on_warning: true # If using Sphinx, optionally build your docs in additional formats such as PDF formats: - pdf # Optionally declare the Python requirements required to build your docs python: install: - requirements: doc/.sphinx/requirements.txt [rtd-command-info] start-time: 2025-04-07T15:58:51.760551Z, end-time: 2025-04-07T15:58:53.497978Z, duration: 1, exit-code: 0 asdf global golang 1.23.2 [rtd-command-info] start-time: 2025-04-07T15:58:58.222662Z, end-time: 2025-04-07T15:58:58.279463Z, duration: 0, exit-code: 0 asdf global python 3.12.7 [rtd-command-info] start-time: 2025-04-07T15:58:58.609421Z, end-time: 2025-04-07T15:59:01.215634Z, duration: 2, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.7.final.0-64 in 680ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2025-04-07T15:59:01.283142Z, end-time: 2025-04-07T15:59:07.904117Z, duration: 6, exit-code: 0 pip install gitpython pyyaml Collecting gitpython Downloading GitPython-3.1.44-py3-none-any.whl (207 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.6/207.6 kB 4.3 MB/s eta 0:00:00 Collecting pyyaml Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 8.8 MB/s eta 0:00:00 Collecting gitdb<5,>=4.0.1 (from gitpython) Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 11.0 MB/s eta 0:00:00 Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython) Downloading smmap-5.0.2-py3-none-any.whl (24 kB) Installing collected packages: smmap, pyyaml, gitdb, gitpython Successfully installed gitdb-4.0.12 gitpython-3.1.44 pyyaml-6.0.2 smmap-5.0.2 [notice] A new release of pip is available: 23.1 -> 25.0.1 [notice] To update, run: pip install --upgrade pip [rtd-command-info] start-time: 2025-04-07T15:59:07.966998Z, end-time: 2025-04-07T15:59:14.886246Z, duration: 6, exit-code: 0 cd doc && python3 .sphinx/build_requirements.py No man page content generated. [rtd-command-info] start-time: 2025-04-07T15:59:14.953053Z, end-time: 2025-04-07T15:59:49.006550Z, duration: 34, exit-code: 0 git fetch --unshallow || true From https://github.com/canonical/lxd 79f770b8f..25800c30b main -> origin/main * [new tag] lxd-0.1 -> lxd-0.1 * [new tag] lxd-0.10 -> lxd-0.10 * [new tag] lxd-0.11 -> lxd-0.11 * [new tag] lxd-0.12 -> lxd-0.12 * [new tag] lxd-0.13 -> lxd-0.13 * [new tag] lxd-0.14 -> lxd-0.14 * [new tag] lxd-0.15 -> lxd-0.15 * [new tag] lxd-0.16 -> lxd-0.16 * [new tag] lxd-0.17 -> lxd-0.17 * [new tag] lxd-0.18 -> lxd-0.18 * [new tag] lxd-0.19 -> lxd-0.19 * [new tag] lxd-0.2 -> lxd-0.2 * [new tag] lxd-0.20 -> lxd-0.20 * [new tag] lxd-0.21 -> lxd-0.21 * [new tag] lxd-0.22 -> lxd-0.22 * [new tag] lxd-0.23 -> lxd-0.23 * [new tag] lxd-0.24 -> lxd-0.24 * [new tag] lxd-0.25 -> lxd-0.25 * [new tag] lxd-0.26 -> lxd-0.26 * [new tag] lxd-0.27 -> lxd-0.27 * [new tag] lxd-0.3 -> lxd-0.3 * [new tag] lxd-0.4 -> lxd-0.4 * [new tag] lxd-0.5 -> lxd-0.5 * [new tag] lxd-0.6 -> lxd-0.6 * [new tag] lxd-0.7 -> lxd-0.7 * [new tag] lxd-0.8 -> lxd-0.8 * [new tag] lxd-0.8.1 -> lxd-0.8.1 * [new tag] lxd-0.9 -> lxd-0.9 * [new tag] lxd-2.0.0 -> lxd-2.0.0 * [new tag] lxd-2.0.0.beta1 -> lxd-2.0.0.beta1 * [new tag] lxd-2.0.0.beta2 -> lxd-2.0.0.beta2 * [new tag] lxd-2.0.0.beta3 -> lxd-2.0.0.beta3 * [new tag] lxd-2.0.0.beta4 -> lxd-2.0.0.beta4 * [new tag] lxd-2.0.0.rc1 -> lxd-2.0.0.rc1 * [new tag] lxd-2.0.0.rc2 -> lxd-2.0.0.rc2 * [new tag] lxd-2.0.0.rc3 -> lxd-2.0.0.rc3 * [new tag] lxd-2.0.0.rc4 -> lxd-2.0.0.rc4 * [new tag] lxd-2.0.0.rc5 -> lxd-2.0.0.rc5 * [new tag] lxd-2.0.0.rc6 -> lxd-2.0.0.rc6 * [new tag] lxd-2.0.0.rc7 -> lxd-2.0.0.rc7 * [new tag] lxd-2.0.0.rc8 -> lxd-2.0.0.rc8 * [new tag] lxd-2.0.0.rc9 -> lxd-2.0.0.rc9 * [new tag] lxd-2.1 -> lxd-2.1 * [new tag] lxd-2.10 -> lxd-2.10 * [new tag] lxd-2.10.1 -> lxd-2.10.1 * [new tag] lxd-2.11 -> lxd-2.11 * [new tag] lxd-2.12 -> lxd-2.12 * [new tag] lxd-2.13 -> lxd-2.13 * [new tag] lxd-2.14 -> lxd-2.14 * [new tag] lxd-2.15 -> lxd-2.15 * [new tag] lxd-2.16 -> lxd-2.16 * [new tag] lxd-2.17 -> lxd-2.17 * [new tag] lxd-2.18 -> lxd-2.18 * [new tag] lxd-2.19 -> lxd-2.19 * [new tag] lxd-2.2 -> lxd-2.2 * [new tag] lxd-2.20 -> lxd-2.20 * [new tag] lxd-2.21 -> lxd-2.21 * [new tag] lxd-2.3 -> lxd-2.3 * [new tag] lxd-2.4 -> lxd-2.4 * [new tag] lxd-2.4.1 -> lxd-2.4.1 * [new tag] lxd-2.5 -> lxd-2.5 * [new tag] lxd-2.6 -> lxd-2.6 * [new tag] lxd-2.6.1 -> lxd-2.6.1 * [new tag] lxd-2.6.2 -> lxd-2.6.2 * [new tag] lxd-2.7 -> lxd-2.7 * [new tag] lxd-2.8 -> lxd-2.8 * [new tag] lxd-2.9 -> lxd-2.9 * [new tag] lxd-2.9.1 -> lxd-2.9.1 * [new tag] lxd-2.9.2 -> lxd-2.9.2 * [new tag] lxd-2.9.3 -> lxd-2.9.3 * [new tag] lxd-3.0.0 -> lxd-3.0.0 * [new tag] lxd-3.0.0.beta1 -> lxd-3.0.0.beta1 * [new tag] lxd-3.0.0.beta2 -> lxd-3.0.0.beta2 * [new tag] lxd-3.0.0.beta3 -> lxd-3.0.0.beta3 * [new tag] lxd-3.0.0.beta4 -> lxd-3.0.0.beta4 * [new tag] lxd-3.0.0.beta5 -> lxd-3.0.0.beta5 * [new tag] lxd-3.0.0.beta6 -> lxd-3.0.0.beta6 * [new tag] lxd-3.0.0.beta7 -> lxd-3.0.0.beta7 * [new tag] lxd-3.1 -> lxd-3.1 * [new tag] lxd-3.10 -> lxd-3.10 * [new tag] lxd-3.11 -> lxd-3.11 * [new tag] lxd-3.12 -> lxd-3.12 * [new tag] lxd-3.13 -> lxd-3.13 * [new tag] lxd-3.14 -> lxd-3.14 * [new tag] lxd-3.15 -> lxd-3.15 * [new tag] lxd-3.16 -> lxd-3.16 * [new tag] lxd-3.17 -> lxd-3.17 * [new tag] lxd-3.18 -> lxd-3.18 * [new tag] lxd-3.19 -> lxd-3.19 * [new tag] lxd-3.2 -> lxd-3.2 * [new tag] lxd-3.20 -> lxd-3.20 * [new tag] lxd-3.21 -> lxd-3.21 * [new tag] lxd-3.22 -> lxd-3.22 * [new tag] lxd-3.23 -> lxd-3.23 * [new tag] lxd-3.3 -> lxd-3.3 * [new tag] lxd-3.4 -> lxd-3.4 * [new tag] lxd-3.5 -> lxd-3.5 * [new tag] lxd-3.6 -> lxd-3.6 * [new tag] lxd-3.7 -> lxd-3.7 * [new tag] lxd-3.8 -> lxd-3.8 * [new tag] lxd-3.9 -> lxd-3.9 * [new tag] lxd-4.0.0 -> lxd-4.0.0 * [new tag] lxd-4.1 -> lxd-4.1 * [new tag] lxd-4.10 -> lxd-4.10 * [new tag] lxd-4.11 -> lxd-4.11 * [new tag] lxd-4.12 -> lxd-4.12 * [new tag] lxd-4.13 -> lxd-4.13 * [new tag] lxd-4.14 -> lxd-4.14 * [new tag] lxd-4.15 -> lxd-4.15 * [new tag] lxd-4.16 -> lxd-4.16 * [new tag] lxd-4.17 -> lxd-4.17 * [new tag] lxd-4.18 -> lxd-4.18 * [new tag] lxd-4.19 -> lxd-4.19 * [new tag] lxd-4.2 -> lxd-4.2 * [new tag] lxd-4.20 -> lxd-4.20 * [new tag] lxd-4.21 -> lxd-4.21 * [new tag] lxd-4.22 -> lxd-4.22 * [new tag] lxd-4.23 -> lxd-4.23 * [new tag] lxd-4.24 -> lxd-4.24 * [new tag] lxd-4.3 -> lxd-4.3 * [new tag] lxd-4.4 -> lxd-4.4 * [new tag] lxd-4.5 -> lxd-4.5 * [new tag] lxd-4.6 -> lxd-4.6 * [new tag] lxd-4.7 -> lxd-4.7 * [new tag] lxd-4.8 -> lxd-4.8 * [new tag] lxd-4.9 -> lxd-4.9 * [new tag] lxd-5.0.0 -> lxd-5.0.0 * [new tag] lxd-5.1 -> lxd-5.1 * [new tag] lxd-5.10 -> lxd-5.10 * [new tag] lxd-5.11 -> lxd-5.11 * [new tag] lxd-5.12 -> lxd-5.12 * [new tag] lxd-5.13 -> lxd-5.13 * [new tag] lxd-5.14 -> lxd-5.14 * [new tag] lxd-5.15 -> lxd-5.15 * [new tag] lxd-5.16 -> lxd-5.16 * [new tag] lxd-5.17 -> lxd-5.17 * [new tag] lxd-5.18 -> lxd-5.18 * [new tag] lxd-5.19 -> lxd-5.19 * [new tag] lxd-5.2 -> lxd-5.2 * [new tag] lxd-5.20 -> lxd-5.20 * [new tag] lxd-5.21.0 -> lxd-5.21.0 * [new tag] lxd-5.21.1 -> lxd-5.21.1 * [new tag] lxd-5.21.2 -> lxd-5.21.2 * [new tag] lxd-5.3 -> lxd-5.3 * [new tag] lxd-5.4 -> lxd-5.4 * [new tag] lxd-5.5 -> lxd-5.5 * [new tag] lxd-5.6 -> lxd-5.6 * [new tag] lxd-5.7 -> lxd-5.7 * [new tag] lxd-5.8 -> lxd-5.8 * [new tag] lxd-5.9 -> lxd-5.9 * [new tag] lxd-6.1 -> lxd-6.1 * [new tag] lxd-6.2 -> lxd-6.2 * [new tag] lxd-6.3 -> lxd-6.3 * [new tag] v5.21.0 -> v5.21.0 [rtd-command-info] start-time: 2025-04-07T15:59:49.098849Z, end-time: 2025-04-07T15:59:52.002592Z, duration: 2, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (23.1) Collecting pip Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 33.8 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (67.6.1) Collecting setuptools Downloading setuptools-78.1.0-py3-none-any.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 383.7 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-25.0.1 setuptools-78.1.0 [rtd-command-info] start-time: 2025-04-07T15:59:52.064687Z, end-time: 2025-04-07T15:59:56.501266Z, duration: 4, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx Collecting sphinx Downloading sphinx-8.2.3-py3-none-any.whl.metadata (7.0 kB) Collecting sphinxcontrib-applehelp>=1.0.7 (from sphinx) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-htmlhelp>=2.0.6 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath>=1.0.1 (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-qthelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.22,>=0.20 (from sphinx) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.2 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting babel>=2.13 (from sphinx) Downloading babel-2.17.0-py3-none-any.whl.metadata (2.0 kB) Collecting alabaster>=0.7.14 (from sphinx) Downloading alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.30.0 (from sphinx) Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) Collecting roman-numerals-py>=1.0.0 (from sphinx) Downloading roman_numerals_py-3.1.0-py3-none-any.whl.metadata (3.6 kB) Collecting packaging>=23.0 (from sphinx) Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.30.0->sphinx) Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx) Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx) Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx) Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) Downloading sphinx-8.2.3-py3-none-any.whl (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 151.4 MB/s eta 0:00:00 Downloading alabaster-1.0.0-py3-none-any.whl (13 kB) Downloading babel-2.17.0-py3-none-any.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 339.7 MB/s eta 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 846.5 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading packaging-24.2-py3-none-any.whl (65 kB) Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 990.3 MB/s eta 0:00:00 Downloading requests-2.32.3-py3-none-any.whl (64 kB) Downloading roman_numerals_py-3.1.0-py3-none-any.whl (7.7 kB) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB) Downloading certifi-2025.1.31-py3-none-any.whl (166 kB) Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (145 kB) Downloading idna-3.10-py3-none-any.whl (70 kB) Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) Downloading urllib3-2.3.0-py3-none-any.whl (128 kB) Installing collected packages: snowballstemmer, urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, roman-numerals-py, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx Successfully installed Jinja2-3.1.6 MarkupSafe-3.0.2 Pygments-2.19.1 alabaster-1.0.0 babel-2.17.0 certifi-2025.1.31 charset-normalizer-3.4.1 docutils-0.21.2 idna-3.10 imagesize-1.4.1 packaging-24.2 requests-2.32.3 roman-numerals-py-3.1.0 snowballstemmer-2.2.0 sphinx-8.2.3 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 urllib3-2.3.0 [rtd-command-info] start-time: 2025-04-07T15:59:56.559175Z, end-time: 2025-04-07T16:00:01.770375Z, duration: 5, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r doc/.sphinx/requirements.txt Requirement already satisfied: GitPython in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from -r doc/.sphinx/requirements.txt (line 7)) (3.1.44) Collecting canonical-sphinx-extensions (from -r doc/.sphinx/requirements.txt (line 8)) Downloading canonical_sphinx_extensions-0.0.27-py3-none-any.whl.metadata (15 kB) Collecting furo (from -r doc/.sphinx/requirements.txt (line 9)) Downloading furo-2024.8.6-py3-none-any.whl.metadata (5.9 kB) Collecting linkify-it-py (from -r doc/.sphinx/requirements.txt (line 11)) Downloading linkify_it_py-2.0.3-py3-none-any.whl.metadata (8.5 kB) Collecting myst-parser (from -r doc/.sphinx/requirements.txt (line 12)) Downloading myst_parser-4.0.1-py3-none-any.whl.metadata (5.5 kB) Collecting pyspelling (from -r doc/.sphinx/requirements.txt (line 13)) Downloading pyspelling-2.10-py3-none-any.whl.metadata (3.8 kB) Requirement already satisfied: pyyaml in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from -r doc/.sphinx/requirements.txt (line 14)) (6.0.2) Requirement already satisfied: sphinx in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from -r doc/.sphinx/requirements.txt (line 15)) (8.2.3) Collecting sphinx-autobuild (from -r doc/.sphinx/requirements.txt (line 16)) Downloading sphinx_autobuild-2024.10.3-py3-none-any.whl.metadata (7.7 kB) Collecting sphinx-copybutton (from -r doc/.sphinx/requirements.txt (line 17)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB) Collecting sphinx-design (from -r doc/.sphinx/requirements.txt (line 18)) Downloading sphinx_design-0.6.1-py3-none-any.whl.metadata (5.5 kB) Collecting sphinx-notfound-page (from -r doc/.sphinx/requirements.txt (line 19)) Downloading sphinx_notfound_page-1.1.0-py3-none-any.whl.metadata (2.9 kB) Collecting sphinx-remove-toctrees (from -r doc/.sphinx/requirements.txt (line 20)) Downloading sphinx_remove_toctrees-1.0.0.post1-py3-none-any.whl.metadata (5.8 kB) Collecting sphinx-reredirects (from -r doc/.sphinx/requirements.txt (line 21)) Downloading sphinx_reredirects-0.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting sphinx-tabs (from -r doc/.sphinx/requirements.txt (line 22)) Downloading sphinx_tabs-3.4.7-py3-none-any.whl.metadata (6.3 kB) Collecting sphinxcontrib-jquery (from -r doc/.sphinx/requirements.txt (line 23)) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl.metadata (2.6 kB) Collecting sphinxext-opengraph (from -r doc/.sphinx/requirements.txt (line 25)) Downloading sphinxext_opengraph-0.10.0-py3-none-any.whl.metadata (2.7 kB) Collecting watchfiles (from -r doc/.sphinx/requirements.txt (line 26)) Downloading watchfiles-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) Collecting sphinxcontrib-svg2pdfconverter[CairoSVG] (from -r doc/.sphinx/requirements.txt (line 24)) Downloading sphinxcontrib_svg2pdfconverter-1.3.0-py3-none-any.whl.metadata (3.3 kB) Requirement already satisfied: gitdb<5,>=4.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from GitPython->-r doc/.sphinx/requirements.txt (line 7)) (4.0.12) Requirement already satisfied: requests in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from canonical-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 8)) (2.32.3) Collecting beautifulsoup4 (from canonical-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 8)) Downloading beautifulsoup4-4.13.3-py3-none-any.whl.metadata (3.8 kB) Requirement already satisfied: docutils in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from canonical-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 8)) (0.21.2) Collecting sphinx-basic-ng>=1.0.0.beta2 (from furo->-r doc/.sphinx/requirements.txt (line 9)) Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl.metadata (1.5 kB) Requirement already satisfied: pygments>=2.7 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from furo->-r doc/.sphinx/requirements.txt (line 9)) (2.19.1) Collecting uc-micro-py (from linkify-it-py->-r doc/.sphinx/requirements.txt (line 11)) Downloading uc_micro_py-1.0.3-py3-none-any.whl.metadata (2.0 kB) Requirement already satisfied: jinja2 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from myst-parser->-r doc/.sphinx/requirements.txt (line 12)) (3.1.6) Collecting markdown-it-py~=3.0 (from myst-parser->-r doc/.sphinx/requirements.txt (line 12)) Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Collecting mdit-py-plugins>=0.4.1,~=0.4 (from myst-parser->-r doc/.sphinx/requirements.txt (line 12)) Downloading mdit_py_plugins-0.4.2-py3-none-any.whl.metadata (2.8 kB) Collecting html5lib (from pyspelling->-r doc/.sphinx/requirements.txt (line 13)) Downloading html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB) Collecting lxml (from pyspelling->-r doc/.sphinx/requirements.txt (line 13)) Downloading lxml-5.3.2-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.6 kB) Collecting markdown (from pyspelling->-r doc/.sphinx/requirements.txt (line 13)) Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB) Collecting soupsieve>=1.8 (from pyspelling->-r doc/.sphinx/requirements.txt (line 13)) Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB) Collecting wcmatch>=8.5 (from pyspelling->-r doc/.sphinx/requirements.txt (line 13)) Downloading wcmatch-10.0-py3-none-any.whl.metadata (5.0 kB) Requirement already satisfied: sphinxcontrib-applehelp>=1.0.7 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 15)) (2.0.0) Requirement already satisfied: sphinxcontrib-devhelp>=1.0.6 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 15)) (2.0.0) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.6 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 15)) (2.1.0) Requirement already satisfied: sphinxcontrib-jsmath>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 15)) (1.0.1) Requirement already satisfied: sphinxcontrib-qthelp>=1.0.6 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 15)) (2.0.0) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 15)) (2.0.0) Requirement already satisfied: snowballstemmer>=2.2 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 15)) (2.2.0) Requirement already satisfied: babel>=2.13 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 15)) (2.17.0) Requirement already satisfied: alabaster>=0.7.14 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 15)) (1.0.0) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 15)) (1.4.1) Requirement already satisfied: roman-numerals-py>=1.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 15)) (3.1.0) Requirement already satisfied: packaging>=23.0 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 15)) (24.2) Collecting colorama>=0.4.6 (from sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 16)) Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting starlette>=0.35 (from sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 16)) Downloading starlette-0.46.1-py3-none-any.whl.metadata (6.2 kB) Collecting uvicorn>=0.25 (from sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 16)) Downloading uvicorn-0.34.0-py3-none-any.whl.metadata (6.5 kB) Collecting websockets>=11 (from sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 16)) Downloading websockets-15.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.8 kB) Collecting cairosvg>=1.0 (from sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 24)) Downloading CairoSVG-2.7.1-py3-none-any.whl.metadata (2.7 kB) Collecting anyio>=3.0.0 (from watchfiles->-r doc/.sphinx/requirements.txt (line 26)) Downloading anyio-4.9.0-py3-none-any.whl.metadata (4.7 kB) Requirement already satisfied: idna>=2.8 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from anyio>=3.0.0->watchfiles->-r doc/.sphinx/requirements.txt (line 26)) (3.10) Collecting sniffio>=1.1 (from anyio>=3.0.0->watchfiles->-r doc/.sphinx/requirements.txt (line 26)) Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) Collecting typing_extensions>=4.5 (from anyio>=3.0.0->watchfiles->-r doc/.sphinx/requirements.txt (line 26)) Downloading typing_extensions-4.13.1-py3-none-any.whl.metadata (3.0 kB) Collecting cairocffi (from cairosvg>=1.0->sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 24)) Downloading cairocffi-1.7.1-py3-none-any.whl.metadata (3.3 kB) Collecting cssselect2 (from cairosvg>=1.0->sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 24)) Downloading cssselect2-0.8.0-py3-none-any.whl.metadata (2.9 kB) Collecting defusedxml (from cairosvg>=1.0->sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 24)) Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) Collecting pillow (from cairosvg>=1.0->sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 24)) Downloading pillow-11.1.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (9.1 kB) Collecting tinycss2 (from cairosvg>=1.0->sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 24)) Downloading tinycss2-1.4.0-py3-none-any.whl.metadata (3.0 kB) Requirement already satisfied: smmap<6,>=3.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from gitdb<5,>=4.0.1->GitPython->-r doc/.sphinx/requirements.txt (line 7)) (5.0.2) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from jinja2->myst-parser->-r doc/.sphinx/requirements.txt (line 12)) (3.0.2) Collecting mdurl~=0.1 (from markdown-it-py~=3.0->myst-parser->-r doc/.sphinx/requirements.txt (line 12)) Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from requests->canonical-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 8)) (3.4.1) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from requests->canonical-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 8)) (2.3.0) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages (from requests->canonical-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 8)) (2025.1.31) Collecting click>=7.0 (from uvicorn>=0.25->sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 16)) Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) Collecting h11>=0.8 (from uvicorn>=0.25->sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 16)) Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) Collecting bracex>=2.1.1 (from wcmatch>=8.5->pyspelling->-r doc/.sphinx/requirements.txt (line 13)) Downloading bracex-2.5.post1-py3-none-any.whl.metadata (3.5 kB) Collecting six>=1.9 (from html5lib->pyspelling->-r doc/.sphinx/requirements.txt (line 13)) Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting webencodings (from html5lib->pyspelling->-r doc/.sphinx/requirements.txt (line 13)) Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB) Collecting cffi>=1.1.0 (from cairocffi->cairosvg>=1.0->sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 24)) Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) Collecting pycparser (from cffi>=1.1.0->cairocffi->cairosvg>=1.0->sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 24)) Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) Downloading canonical_sphinx_extensions-0.0.27-py3-none-any.whl (60 kB) Downloading furo-2024.8.6-py3-none-any.whl (341 kB) Downloading linkify_it_py-2.0.3-py3-none-any.whl (19 kB) Downloading myst_parser-4.0.1-py3-none-any.whl (84 kB) Downloading pyspelling-2.10-py3-none-any.whl (45 kB) Downloading sphinx_autobuild-2024.10.3-py3-none-any.whl (11 kB) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Downloading sphinx_design-0.6.1-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 137.6 MB/s eta 0:00:00 Downloading sphinx_notfound_page-1.1.0-py3-none-any.whl (8.2 kB) Downloading sphinx_remove_toctrees-1.0.0.post1-py3-none-any.whl (5.2 kB) Downloading sphinx_reredirects-0.1.6-py3-none-any.whl (5.7 kB) Downloading sphinx_tabs-3.4.7-py3-none-any.whl (9.7 kB) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) Downloading sphinxext_opengraph-0.10.0-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 897.9 MB/s eta 0:00:00 Downloading watchfiles-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (452 kB) Downloading anyio-4.9.0-py3-none-any.whl (100 kB) Downloading CairoSVG-2.7.1-py3-none-any.whl (43 kB) Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) Downloading mdit_py_plugins-0.4.2-py3-none-any.whl (55 kB) Downloading soupsieve-2.6-py3-none-any.whl (36 kB) Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl (22 kB) Downloading starlette-0.46.1-py3-none-any.whl (71 kB) Downloading uvicorn-0.34.0-py3-none-any.whl (62 kB) Downloading wcmatch-10.0-py3-none-any.whl (39 kB) Downloading websockets-15.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (182 kB) Downloading beautifulsoup4-4.13.3-py3-none-any.whl (186 kB) Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) Downloading lxml-5.3.2-cp312-cp312-manylinux_2_28_x86_64.whl (5.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 319.0 MB/s eta 0:00:00 Downloading Markdown-3.7-py3-none-any.whl (106 kB) Downloading sphinxcontrib_svg2pdfconverter-1.3.0-py3-none-any.whl (7.9 kB) Downloading uc_micro_py-1.0.3-py3-none-any.whl (6.2 kB) Downloading bracex-2.5.post1-py3-none-any.whl (11 kB) Downloading click-8.1.8-py3-none-any.whl (98 kB) Downloading h11-0.14.0-py3-none-any.whl (58 kB) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) Downloading typing_extensions-4.13.1-py3-none-any.whl (45 kB) Downloading cairocffi-1.7.1-py3-none-any.whl (75 kB) Downloading cssselect2-0.8.0-py3-none-any.whl (15 kB) Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Downloading pillow-11.1.0-cp312-cp312-manylinux_2_28_x86_64.whl (4.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 348.8 MB/s eta 0:00:00 Downloading tinycss2-1.4.0-py3-none-any.whl (26 kB) Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB) Downloading pycparser-2.22-py3-none-any.whl (117 kB) Installing collected packages: webencodings, websockets, uc-micro-py, typing_extensions, tinycss2, soupsieve, sniffio, six, pycparser, pillow, mdurl, markdown, lxml, h11, defusedxml, colorama, click, bracex, wcmatch, uvicorn, markdown-it-py, linkify-it-py, html5lib, cssselect2, cffi, beautifulsoup4, anyio, watchfiles, starlette, sphinxext-opengraph, sphinxcontrib-svg2pdfconverter, sphinxcontrib-jquery, sphinx-tabs, sphinx-reredirects, sphinx-remove-toctrees, sphinx-notfound-page, sphinx-design, sphinx-copybutton, sphinx-basic-ng, pyspelling, mdit-py-plugins, canonical-sphinx-extensions, cairocffi, sphinx-autobuild, myst-parser, furo, cairosvg Successfully installed anyio-4.9.0 beautifulsoup4-4.13.3 bracex-2.5.post1 cairocffi-1.7.1 cairosvg-2.7.1 canonical-sphinx-extensions-0.0.27 cffi-1.17.1 click-8.1.8 colorama-0.4.6 cssselect2-0.8.0 defusedxml-0.7.1 furo-2024.8.6 h11-0.14.0 html5lib-1.1 linkify-it-py-2.0.3 lxml-5.3.2 markdown-3.7 markdown-it-py-3.0.0 mdit-py-plugins-0.4.2 mdurl-0.1.2 myst-parser-4.0.1 pillow-11.1.0 pycparser-2.22 pyspelling-2.10 six-1.17.0 sniffio-1.3.1 soupsieve-2.6 sphinx-autobuild-2024.10.3 sphinx-basic-ng-1.0.0b2 sphinx-copybutton-0.5.2 sphinx-design-0.6.1 sphinx-notfound-page-1.1.0 sphinx-remove-toctrees-1.0.0.post1 sphinx-reredirects-0.1.6 sphinx-tabs-3.4.7 sphinxcontrib-jquery-4.1 sphinxcontrib-svg2pdfconverter-1.3.0 sphinxext-opengraph-0.10.0 starlette-0.46.1 tinycss2-1.4.0 typing_extensions-4.13.1 uc-micro-py-1.0.3 uvicorn-0.34.0 watchfiles-1.0.4 wcmatch-10.0 webencodings-0.5.1 websockets-15.0.1 [rtd-command-info] start-time: 2025-04-07T16:00:02.128986Z, end-time: 2025-04-07T16:00:42.560505Z, duration: 40, exit-code: 0 go build -ldflags "-s -w" -o trimpath -o lxc.bin ./lxc go: downloading go1.23.7 (linux/amd64) go: downloading github.com/gorilla/websocket v1.5.1 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/spf13/cobra v1.9.1 go: downloading golang.org/x/crypto v0.37.0 go: downloading golang.org/x/sys v0.32.0 go: downloading golang.org/x/term v0.31.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/zitadel/oidc/v3 v3.37.0 go: downloading github.com/pkg/sftp v1.13.9 go: downloading golang.org/x/oauth2 v0.28.0 go: downloading github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3 go: downloading github.com/pkg/xattr v0.4.10 go: downloading github.com/fvbommel/sortorder v1.1.0 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/gosexy/gettext v0.0.0-20160830220431-74466a0a0c4a go: downloading golang.org/x/text v0.24.0 go: downloading golang.org/x/net v0.38.0 go: downloading github.com/spf13/pflag v1.0.6 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.6 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/kr/fs v0.1.0 go: downloading github.com/go-jose/go-jose/v4 v4.0.5 go: downloading github.com/muhlemmer/gu v0.3.1 go: downloading github.com/zitadel/schema v1.3.1 go: downloading github.com/gorilla/securecookie v1.1.2 go: downloading github.com/zitadel/logging v0.6.2 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading go.opentelemetry.io/otel v1.35.0 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading github.com/go-logr/logr v1.4.2 go: downloading go.opentelemetry.io/otel/metric v1.35.0 go: downloading go.opentelemetry.io/otel/trace v1.35.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading go.opentelemetry.io/auto/sdk v1.1.0 [rtd-command-info] start-time: 2025-04-07T16:00:42.631501Z, end-time: 2025-04-07T16:00:42.670568Z, duration: 0, exit-code: 0 cat doc/conf.py import sys import os import requests from urllib.parse import urlparse from git import Repo, InvalidGitRepositoryError import time import ast sys.path.append('./') from custom_conf import * sys.path.append('.sphinx/') from build_requirements import * # Configuration file for the Sphinx documentation builder. # You should not do any modifications to this file. Put your custom # configuration into the custom_conf.py file. # If you need to change this file, contribute the changes upstream. # # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html ############################################################ ### Extensions ############################################################ extensions = [ 'sphinx_design', 'sphinx_copybutton', 'sphinxcontrib.jquery' ] # Only add redirects extension if any redirects are specified. if AreRedirectsDefined(): extensions.append('sphinx_reredirects') # Only add myst extensions if any configuration is present. if IsMyStParserUsed(): extensions.append('myst_parser') # Additional MyST syntax myst_enable_extensions = [ 'substitution', 'deflist', 'linkify' ] myst_enable_extensions.extend(custom_myst_extensions) # Only add Open Graph extension if any configuration is present. if IsOpenGraphConfigured(): extensions.append('sphinxext.opengraph') extensions.extend(custom_extensions) extensions = DeduplicateExtensions(extensions) ### Configuration for extensions # Used for related links if not 'discourse_prefix' in html_context and 'discourse' in html_context: html_context['discourse_prefix'] = html_context['discourse'] + '/t/' # The URL prefix for the notfound extension depends on whether the documentation uses versions. # For documentation on documentation.ubuntu.com, we also must add the slug. url_version = '' url_lang = '' # Determine if the URL uses versions and language if 'READTHEDOCS_CANONICAL_URL' in os.environ and os.environ['READTHEDOCS_CANONICAL_URL']: url_parts = os.environ['READTHEDOCS_CANONICAL_URL'].split('/') if len(url_parts) >= 2 and 'READTHEDOCS_VERSION' in os.environ and os.environ['READTHEDOCS_VERSION'] == url_parts[-2]: url_version = url_parts[-2] + '/' if len(url_parts) >= 3 and 'READTHEDOCS_LANGUAGE' in os.environ and os.environ['READTHEDOCS_LANGUAGE'] == url_parts[-3]: url_lang = url_parts[-3] + '/' # Set notfound_urls_prefix to the slug (if defined) and the version/language affix if slug: notfound_urls_prefix = '/' + slug + '/' + url_lang + url_version elif len(url_lang + url_version) > 0: notfound_urls_prefix = '/' + url_lang + url_version else: notfound_urls_prefix = '' notfound_context = { 'title': 'Page not found', 'body': '

Sorry, but the documentation page that you are looking for was not found.

\n\n

Documentation changes over time, and pages are moved around. We try to redirect you to the updated content where possible, but unfortunately, that didn\'t work this time (maybe because the content you were looking for does not exist in this version of the documentation).

\n

You can try to use the navigation to locate the content you\'re looking for, or search for a similar page.

\n', } # Default image for OGP (to prevent font errors, see # https://github.com/canonical/sphinx-docs-starter-pack/pull/54 ) if not 'ogp_image' in locals(): ogp_image = 'https://assets.ubuntu.com/v1/253da317-image-document-ubuntudocs.svg' ############################################################ ### General configuration ############################################################ exclude_patterns = [ '_build', 'Thumbs.db', '.DS_Store', '.sphinx', ] exclude_patterns.extend(custom_excludes) rst_epilog = ''' .. include:: /reuse/links.txt ''' if 'custom_rst_epilog' in locals(): rst_epilog = custom_rst_epilog source_suffix = { '.rst': 'restructuredtext', '.md': 'markdown', } if not 'conf_py_path' in html_context and 'github_folder' in html_context: html_context['conf_py_path'] = html_context['github_folder'] # For ignoring specific links linkcheck_anchors_ignore_for_url = [ r'https://github\.com/.*' ] linkcheck_anchors_ignore_for_url.extend(custom_linkcheck_anchors_ignore_for_url) # Tags cannot be added directly in custom_conf.py, so add them here for tag in custom_tags: tags.add(tag) # html_context['get_contribs'] is a function and cannot be # cached (see https://github.com/sphinx-doc/sphinx/issues/12300) suppress_warnings = ["config.cache"] ############################################################ ### Styling ############################################################ # Find the current builder builder = 'dirhtml' if '-b' in sys.argv: builder = sys.argv[sys.argv.index('-b')+1] # Setting templates_path for epub makes the build fail if builder == 'dirhtml' or builder == 'html': templates_path = ['.sphinx/_templates'] notfound_template = '404.html' # Theme configuration html_theme = 'furo' html_last_updated_fmt = '' html_permalinks_icon = '¶' if html_title == '': html_theme_options = { 'sidebar_hide_name': True } ############################################################ ### Additional files ############################################################ html_static_path = ['.sphinx/_static'] html_css_files = [ 'custom.css', 'header.css', 'github_issue_links.css', 'furo_colors.css', 'footer.css' ] html_css_files.extend(custom_html_css_files) html_js_files = ['header-nav.js', 'footer.js'] if 'github_issues' in html_context and html_context['github_issues'] and not disable_feedback_button: html_js_files.append('github_issue_links.js') html_js_files.extend(custom_html_js_files) ############################################################# # Display the contributors def get_contributors_for_file(github_url, github_folder, pagename, page_source_suffix, display_contributors_since=None): filename = f"{pagename}{page_source_suffix}" paths=html_context['github_folder'][1:] + filename try: repo = Repo(".") except InvalidGitRepositoryError: cwd = os.getcwd() ghfolder = html_context['github_folder'][:-1] if ghfolder and cwd.endswith(ghfolder): repo = Repo(cwd.rpartition(ghfolder)[0]) else: print("The local Git repository could not be found.") return since = display_contributors_since if display_contributors_since and display_contributors_since.strip() else None commits = repo.iter_commits(paths=paths, since=since) contributors_dict = {} for commit in commits: contributor = commit.author.name if contributor not in contributors_dict or commit.committed_date > contributors_dict[contributor]['date']: contributors_dict[contributor] = { 'date': commit.committed_date, 'sha': commit.hexsha } # The github_page contains the link to the contributor's latest commit. contributors_list = [{'name': name, 'github_page': f"{github_url}/commit/{data['sha']}"} for name, data in contributors_dict.items()] sorted_contributors_list = sorted(contributors_list, key=lambda x: x['name']) return sorted_contributors_list html_context['get_contribs'] = get_contributors_for_file ############################################################ ### PDF configuration ############################################################ latex_additional_files = [ "./.sphinx/fonts/Ubuntu-B.ttf", "./.sphinx/fonts/Ubuntu-R.ttf", "./.sphinx/fonts/Ubuntu-RI.ttf", "./.sphinx/fonts/UbuntuMono-R.ttf", "./.sphinx/fonts/UbuntuMono-RI.ttf", "./.sphinx/fonts/UbuntuMono-B.ttf", "./.sphinx/images/Canonical-logo-4x.png", "./.sphinx/images/front-page-light.pdf", "./.sphinx/images/normal-page-footer.pdf", ] latex_engine = 'xelatex' latex_show_pagerefs = True latex_show_urls = 'footnote' with open(".sphinx/latex_elements_template.txt", "rt") as file: latex_config = file.read() latex_elements = ast.literal_eval(latex_config.replace("$PROJECT", project)) [rtd-command-info] start-time: 2025-04-07T16:00:42.734346Z, end-time: 2025-04-07T16:03:20.568508Z, duration: 157, exit-code: 0 python -m sphinx -T -W --keep-going -b dirhtml -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v8.2.3 loading translations [en]... done matplotlib is not installed, social cards will not be generated making output directory... done myst v4.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'deflist', 'substitution', 'linkify', 'attrs_block'}, disable_syntax=[], all_links_external=False, links_external_new_tab=False, url_schemes=('http', 'https', 'swagger'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=7, heading_slug_func=None, html_meta={}, footnote_sort=True, footnote_transition=True, words_per_minute=200, substitutions={block_filesystem: ..., create_image_button: ..., delete_button: ..., enable_ID_shifting: ..., must_start_new_session: ..., note_ip_addresses_CIDR: ..., restore_button: ..., restart_button: ..., snapshot_expiry_format: ..., snapshot_pattern_detail: ..., snapshot_pattern_format: ..., snapshot_schedule_format: ..., volume_configuration: ..., clustering_exp: ..., clustering_how: ..., clustering_ref: ..., getting_started_exp: ..., getting_started_how: ..., getting_started_ref: ..., getting_started_tut: ..., images_exp: ..., images_how: ..., images_ref: ..., initialize: ..., instances_exp: ..., instances_how: ..., instances_ref: ..., server_exp: ..., server_how: ..., server_ref: ..., networks_exp: ..., networks_how: ..., networks_ref: ..., performance_exp: ..., performance_how: ..., performance_ref: ..., projects_exp: ..., projects_how: ..., projects_ref: ..., storage_exp: ..., storage_how: ..., storage_ref: ..., security_exp: ..., security_how: ...}, linkify_fuzzy_links=False, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) loading intersphinx inventory 'cloud-init' from https://cloudinit.readthedocs.io/en/latest/objects.inv ... loading intersphinx inventory 'imagebuilder' from https://canonical-lxd-imagebuilder.readthedocs-hosted.com/en/latest/objects.inv ... building [mo]: targets for 0 po files that are out of date writing output... building [dirhtml]: targets for 511 source files that are out of date updating environment: [new config] 511 added, 0 changed, 0 removed reading sources... [ 0%] api reading sources... [ 0%] api-extensions reading sources... [ 1%] architectures reading sources... [ 1%] authentication reading sources... [ 1%] backup reading sources... [ 1%] cloud-init reading sources... [ 1%] clustering reading sources... [ 2%] config-options reading sources... [ 2%] container-environment reading sources... [ 2%] contributing reading sources... [ 2%] daemon-behavior reading sources... [ 2%] database reading sources... [ 3%] debugging reading sources... [ 3%] dev-lxd reading sources... [ 3%] doc-cheat-sheet-myst reading sources... [ 3%] environment reading sources... [ 3%] events reading sources... [ 4%] explanation/authorization reading sources... [ 4%] explanation/clusters reading sources... [ 4%] explanation/index reading sources... [ 4%] explanation/instance_config reading sources... [ 4%] explanation/instances reading sources... [ 5%] explanation/lxc_show_info reading sources... [ 5%] explanation/lxd_lxc reading sources... [ 5%] explanation/networks reading sources... [ 5%] explanation/performance_tuning reading sources... [ 5%] explanation/projects reading sources... [ 5%] explanation/security reading sources... [ 6%] explanation/storage reading sources... [ 6%] faq reading sources... [ 6%] getting_started reading sources... [ 6%] guest-os-compatibility reading sources... [ 6%] howto/access_documentation reading sources... [ 7%] howto/access_ui reading sources... [ 7%] howto/benchmark_performance reading sources... [ 7%] howto/cluster_config_networks reading sources... [ 7%] howto/cluster_config_storage reading sources... [ 7%] howto/cluster_form reading sources... [ 8%] howto/cluster_groups reading sources... [ 8%] howto/cluster_manage reading sources... [ 8%] howto/cluster_manage_instance reading sources... [ 8%] howto/cluster_recover reading sources... [ 8%] howto/container_gpu_passthrough_with_docker reading sources... [ 9%] howto/disaster_recovery reading sources... [ 9%] howto/dqlite_troubleshoot reading sources... [ 9%] howto/grafana reading sources... [ 9%] howto/images_copy reading sources... [ 9%] howto/images_create reading sources... [ 10%] howto/images_manage reading sources... [ 10%] howto/images_profiles reading sources... [ 10%] howto/images_remote reading sources... [ 10%] howto/import_machines_to_instances reading sources... [ 10%] howto/index reading sources... [ 11%] howto/initialize reading sources... [ 11%] howto/instances_access_files reading sources... [ 11%] howto/instances_backup reading sources... [ 11%] howto/instances_configure reading sources... [ 11%] howto/instances_console reading sources... [ 12%] howto/instances_create reading sources... [ 12%] howto/instances_manage reading sources... [ 12%] howto/instances_routed_nic_vm reading sources... [ 12%] howto/instances_troubleshoot reading sources... [ 12%] howto/logs_loki reading sources... [ 13%] howto/lxc_alias reading sources... [ 13%] howto/migrate_from_lxc reading sources... [ 13%] howto/move_instances reading sources... [ 13%] howto/network_acls reading sources... [ 13%] howto/network_bgp reading sources... [ 14%] howto/network_bridge_firewalld reading sources... [ 14%] howto/network_bridge_resolved reading sources... [ 14%] howto/network_configure reading sources... [ 14%] howto/network_create reading sources... [ 14%] howto/network_forwards reading sources... [ 14%] howto/network_increase_bandwidth reading sources... [ 15%] howto/network_ipam reading sources... [ 15%] howto/network_load_balancers reading sources... [ 15%] howto/network_ovn_peers reading sources... [ 15%] howto/network_ovn_setup reading sources... [ 15%] howto/network_zones reading sources... [ 16%] howto/oidc_auth0 reading sources... [ 16%] howto/oidc_entra_id reading sources... [ 16%] howto/projects_confine reading sources... [ 16%] howto/projects_create reading sources... [ 16%] howto/projects_work reading sources... [ 17%] howto/server_configure reading sources... [ 17%] howto/server_expose reading sources... [ 17%] howto/snap reading sources... [ 17%] howto/storage_backup_volume reading sources... [ 17%] howto/storage_buckets reading sources... [ 18%] howto/storage_create_instance reading sources... [ 18%] howto/storage_move_volume reading sources... [ 18%] howto/storage_pools reading sources... [ 18%] howto/storage_volumes reading sources... [ 18%] howto/troubleshoot reading sources... [ 19%] image-handling reading sources... [ 19%] images reading sources... [ 19%] index reading sources... [ 19%] installing reading sources... [ 19%] instance-exec reading sources... [ 20%] instances reading sources... [ 20%] internals reading sources... [ 20%] metrics reading sources... [ 20%] networks reading sources... [ 20%] operation reading sources... [ 21%] production-setup reading sources... [ 21%] profiles reading sources... [ 21%] projects reading sources... [ 21%] reference/cluster_member_config reading sources... [ 21%] reference/devices reading sources... [ 22%] reference/devices_disk reading sources... [ 22%] reference/devices_gpu reading sources... [ 22%] reference/devices_infiniband reading sources... [ 22%] reference/devices_nic reading sources... [ 22%] reference/devices_none reading sources... [ 23%] reference/devices_pci reading sources... [ 23%] reference/devices_proxy reading sources... [ 23%] reference/devices_tpm reading sources... [ 23%] reference/devices_unix_block reading sources... [ 23%] reference/devices_unix_char reading sources... [ 23%] reference/devices_unix_hotplug reading sources... [ 24%] reference/devices_usb reading sources... [ 24%] reference/image_format reading sources... [ 24%] reference/index reading sources... [ 24%] reference/instance_options reading sources... [ 24%] reference/instance_properties reading sources... [ 25%] reference/instance_units reading sources... [ 25%] reference/manpages reading sources... [ 25%] reference/manpages/lxc reading sources... [ 25%] reference/manpages/lxc/alias reading sources... [ 25%] reference/manpages/lxc/alias/add reading sources... [ 26%] reference/manpages/lxc/alias/list reading sources... [ 26%] reference/manpages/lxc/alias/remove reading sources... [ 26%] reference/manpages/lxc/alias/rename reading sources... [ 26%] reference/manpages/lxc/auth reading sources... [ 26%] reference/manpages/lxc/auth/group reading sources... [ 27%] reference/manpages/lxc/auth/group/create reading sources... [ 27%] reference/manpages/lxc/auth/group/delete reading sources... [ 27%] reference/manpages/lxc/auth/group/edit reading sources... [ 27%] reference/manpages/lxc/auth/group/list reading sources... [ 27%] reference/manpages/lxc/auth/group/permission reading sources... [ 28%] reference/manpages/lxc/auth/group/permission/add reading sources... [ 28%] reference/manpages/lxc/auth/group/permission/remove reading sources... [ 28%] reference/manpages/lxc/auth/group/rename reading sources... [ 28%] reference/manpages/lxc/auth/group/show reading sources... [ 28%] reference/manpages/lxc/auth/identity reading sources... [ 29%] reference/manpages/lxc/auth/identity-provider-group reading sources... [ 29%] reference/manpages/lxc/auth/identity-provider-group/create reading sources... [ 29%] reference/manpages/lxc/auth/identity-provider-group/delete reading sources... [ 29%] reference/manpages/lxc/auth/identity-provider-group/edit reading sources... [ 29%] reference/manpages/lxc/auth/identity-provider-group/group reading sources... [ 30%] reference/manpages/lxc/auth/identity-provider-group/group/add reading sources... [ 30%] reference/manpages/lxc/auth/identity-provider-group/group/remove reading sources... [ 30%] reference/manpages/lxc/auth/identity-provider-group/list reading sources... [ 30%] reference/manpages/lxc/auth/identity-provider-group/rename reading sources... [ 30%] reference/manpages/lxc/auth/identity-provider-group/show reading sources... [ 31%] reference/manpages/lxc/auth/identity/create reading sources... [ 31%] reference/manpages/lxc/auth/identity/delete reading sources... [ 31%] reference/manpages/lxc/auth/identity/edit reading sources... [ 31%] reference/manpages/lxc/auth/identity/group reading sources... [ 31%] reference/manpages/lxc/auth/identity/group/add reading sources... [ 32%] reference/manpages/lxc/auth/identity/group/remove reading sources... [ 32%] reference/manpages/lxc/auth/identity/info reading sources... [ 32%] reference/manpages/lxc/auth/identity/list reading sources... [ 32%] reference/manpages/lxc/auth/identity/show reading sources... [ 32%] reference/manpages/lxc/auth/permission reading sources... [ 32%] reference/manpages/lxc/auth/permission/list reading sources... [ 33%] reference/manpages/lxc/cluster reading sources... [ 33%] reference/manpages/lxc/cluster/add reading sources... [ 33%] reference/manpages/lxc/cluster/edit reading sources... [ 33%] reference/manpages/lxc/cluster/enable reading sources... [ 33%] reference/manpages/lxc/cluster/evacuate reading sources... [ 34%] reference/manpages/lxc/cluster/get reading sources... [ 34%] reference/manpages/lxc/cluster/group reading sources... [ 34%] reference/manpages/lxc/cluster/group/add reading sources... [ 34%] reference/manpages/lxc/cluster/group/assign reading sources... [ 34%] reference/manpages/lxc/cluster/group/create reading sources... [ 35%] reference/manpages/lxc/cluster/group/delete reading sources... [ 35%] reference/manpages/lxc/cluster/group/edit reading sources... [ 35%] reference/manpages/lxc/cluster/group/list reading sources... [ 35%] reference/manpages/lxc/cluster/group/remove reading sources... [ 35%] reference/manpages/lxc/cluster/group/rename reading sources... [ 36%] reference/manpages/lxc/cluster/group/show reading sources... [ 36%] reference/manpages/lxc/cluster/info reading sources... [ 36%] reference/manpages/lxc/cluster/list reading sources... [ 36%] reference/manpages/lxc/cluster/list-tokens reading sources... [ 36%] reference/manpages/lxc/cluster/remove reading sources... [ 37%] reference/manpages/lxc/cluster/rename reading sources... [ 37%] reference/manpages/lxc/cluster/restore reading sources... [ 37%] reference/manpages/lxc/cluster/revoke-token reading sources... [ 37%] reference/manpages/lxc/cluster/role reading sources... [ 37%] reference/manpages/lxc/cluster/role/add reading sources... [ 38%] reference/manpages/lxc/cluster/role/remove reading sources... [ 38%] reference/manpages/lxc/cluster/set reading sources... [ 38%] reference/manpages/lxc/cluster/show reading sources... [ 38%] reference/manpages/lxc/cluster/unset reading sources... [ 38%] reference/manpages/lxc/cluster/update-certificate reading sources... [ 39%] reference/manpages/lxc/completion reading sources... [ 39%] reference/manpages/lxc/completion/bash reading sources... [ 39%] reference/manpages/lxc/completion/fish reading sources... [ 39%] reference/manpages/lxc/completion/powershell reading sources... [ 39%] reference/manpages/lxc/completion/zsh reading sources... [ 40%] reference/manpages/lxc/config reading sources... [ 40%] reference/manpages/lxc/config/device reading sources... [ 40%] reference/manpages/lxc/config/device/add reading sources... [ 40%] reference/manpages/lxc/config/device/get reading sources... [ 40%] reference/manpages/lxc/config/device/list reading sources... [ 41%] reference/manpages/lxc/config/device/override reading sources... [ 41%] reference/manpages/lxc/config/device/remove reading sources... [ 41%] reference/manpages/lxc/config/device/set reading sources... [ 41%] reference/manpages/lxc/config/device/show reading sources... [ 41%] reference/manpages/lxc/config/device/unset reading sources... [ 41%] reference/manpages/lxc/config/edit reading sources... [ 42%] reference/manpages/lxc/config/get reading sources... [ 42%] reference/manpages/lxc/config/metadata reading sources... [ 42%] reference/manpages/lxc/config/metadata/edit reading sources... [ 42%] reference/manpages/lxc/config/metadata/show reading sources... [ 42%] reference/manpages/lxc/config/set reading sources... [ 43%] reference/manpages/lxc/config/show reading sources... [ 43%] reference/manpages/lxc/config/template reading sources... [ 43%] reference/manpages/lxc/config/template/create reading sources... [ 43%] reference/manpages/lxc/config/template/delete reading sources... [ 43%] reference/manpages/lxc/config/template/edit reading sources... [ 44%] reference/manpages/lxc/config/template/list reading sources... [ 44%] reference/manpages/lxc/config/template/show reading sources... [ 44%] reference/manpages/lxc/config/trust reading sources... [ 44%] reference/manpages/lxc/config/trust/add reading sources... [ 44%] reference/manpages/lxc/config/trust/edit reading sources... [ 45%] reference/manpages/lxc/config/trust/list reading sources... [ 45%] reference/manpages/lxc/config/trust/list-tokens reading sources... [ 45%] reference/manpages/lxc/config/trust/remove reading sources... [ 45%] reference/manpages/lxc/config/trust/revoke-token reading sources... [ 45%] reference/manpages/lxc/config/trust/show reading sources... [ 46%] reference/manpages/lxc/config/uefi reading sources... [ 46%] reference/manpages/lxc/config/uefi/edit reading sources... [ 46%] reference/manpages/lxc/config/uefi/get reading sources... [ 46%] reference/manpages/lxc/config/uefi/set reading sources... [ 46%] reference/manpages/lxc/config/uefi/show reading sources... [ 47%] reference/manpages/lxc/config/uefi/unset reading sources... [ 47%] reference/manpages/lxc/config/unset reading sources... [ 47%] reference/manpages/lxc/console reading sources... [ 47%] reference/manpages/lxc/copy reading sources... [ 47%] reference/manpages/lxc/delete reading sources... [ 48%] reference/manpages/lxc/exec reading sources... [ 48%] reference/manpages/lxc/export reading sources... [ 48%] reference/manpages/lxc/file reading sources... [ 48%] reference/manpages/lxc/file/create reading sources... [ 48%] reference/manpages/lxc/file/delete reading sources... [ 49%] reference/manpages/lxc/file/edit reading sources... [ 49%] reference/manpages/lxc/file/mount reading sources... [ 49%] reference/manpages/lxc/file/pull reading sources... [ 49%] reference/manpages/lxc/file/push reading sources... [ 49%] reference/manpages/lxc/image reading sources... [ 50%] reference/manpages/lxc/image/alias reading sources... [ 50%] reference/manpages/lxc/image/alias/create reading sources... [ 50%] reference/manpages/lxc/image/alias/delete reading sources... [ 50%] reference/manpages/lxc/image/alias/list reading sources... [ 50%] reference/manpages/lxc/image/alias/rename reading sources... [ 50%] reference/manpages/lxc/image/copy reading sources... [ 51%] reference/manpages/lxc/image/delete reading sources... [ 51%] reference/manpages/lxc/image/edit reading sources... [ 51%] reference/manpages/lxc/image/export reading sources... [ 51%] reference/manpages/lxc/image/get-property reading sources... [ 51%] reference/manpages/lxc/image/import reading sources... [ 52%] reference/manpages/lxc/image/info reading sources... [ 52%] reference/manpages/lxc/image/list reading sources... [ 52%] reference/manpages/lxc/image/refresh reading sources... [ 52%] reference/manpages/lxc/image/set-property reading sources... [ 52%] reference/manpages/lxc/image/show reading sources... [ 53%] reference/manpages/lxc/image/unset-property reading sources... [ 53%] reference/manpages/lxc/import reading sources... [ 53%] reference/manpages/lxc/info reading sources... [ 53%] reference/manpages/lxc/init reading sources... [ 53%] reference/manpages/lxc/launch reading sources... [ 54%] reference/manpages/lxc/list reading sources... [ 54%] reference/manpages/lxc/manpage reading sources... [ 54%] reference/manpages/lxc/monitor reading sources... [ 54%] reference/manpages/lxc/move reading sources... [ 54%] reference/manpages/lxc/network reading sources... [ 55%] reference/manpages/lxc/network/acl reading sources... [ 55%] reference/manpages/lxc/network/acl/create reading sources... [ 55%] reference/manpages/lxc/network/acl/delete reading sources... [ 55%] reference/manpages/lxc/network/acl/edit reading sources... [ 55%] reference/manpages/lxc/network/acl/get reading sources... [ 56%] reference/manpages/lxc/network/acl/list reading sources... [ 56%] reference/manpages/lxc/network/acl/rename reading sources... [ 56%] reference/manpages/lxc/network/acl/rule reading sources... [ 56%] reference/manpages/lxc/network/acl/rule/add reading sources... [ 56%] reference/manpages/lxc/network/acl/rule/remove reading sources... [ 57%] reference/manpages/lxc/network/acl/set reading sources... [ 57%] reference/manpages/lxc/network/acl/show reading sources... [ 57%] reference/manpages/lxc/network/acl/show-log reading sources... [ 57%] reference/manpages/lxc/network/acl/unset reading sources... [ 57%] reference/manpages/lxc/network/attach reading sources... [ 58%] reference/manpages/lxc/network/attach-profile reading sources... [ 58%] reference/manpages/lxc/network/create reading sources... [ 58%] reference/manpages/lxc/network/delete reading sources... [ 58%] reference/manpages/lxc/network/detach reading sources... [ 58%] reference/manpages/lxc/network/detach-profile reading sources... [ 59%] reference/manpages/lxc/network/edit reading sources... [ 59%] reference/manpages/lxc/network/forward reading sources... [ 59%] reference/manpages/lxc/network/forward/create reading sources... [ 59%] reference/manpages/lxc/network/forward/delete reading sources... [ 59%] reference/manpages/lxc/network/forward/edit reading sources... [ 59%] reference/manpages/lxc/network/forward/get reading sources... [ 60%] reference/manpages/lxc/network/forward/list reading sources... [ 60%] reference/manpages/lxc/network/forward/port reading sources... [ 60%] reference/manpages/lxc/network/forward/port/add reading sources... [ 60%] reference/manpages/lxc/network/forward/port/remove reading sources... [ 60%] reference/manpages/lxc/network/forward/set reading sources... [ 61%] reference/manpages/lxc/network/forward/show reading sources... [ 61%] reference/manpages/lxc/network/forward/unset reading sources... [ 61%] reference/manpages/lxc/network/get reading sources... [ 61%] reference/manpages/lxc/network/info reading sources... [ 61%] reference/manpages/lxc/network/list reading sources... [ 62%] reference/manpages/lxc/network/list-allocations reading sources... [ 62%] reference/manpages/lxc/network/list-leases reading sources... [ 62%] reference/manpages/lxc/network/load-balancer reading sources... [ 62%] reference/manpages/lxc/network/load-balancer/backend reading sources... [ 62%] reference/manpages/lxc/network/load-balancer/backend/add reading sources... [ 63%] reference/manpages/lxc/network/load-balancer/backend/remove reading sources... [ 63%] reference/manpages/lxc/network/load-balancer/create reading sources... [ 63%] reference/manpages/lxc/network/load-balancer/delete reading sources... [ 63%] reference/manpages/lxc/network/load-balancer/edit reading sources... [ 63%] reference/manpages/lxc/network/load-balancer/get reading sources... [ 64%] reference/manpages/lxc/network/load-balancer/list reading sources... [ 64%] reference/manpages/lxc/network/load-balancer/port reading sources... [ 64%] reference/manpages/lxc/network/load-balancer/port/add reading sources... [ 64%] reference/manpages/lxc/network/load-balancer/port/remove reading sources... [ 64%] reference/manpages/lxc/network/load-balancer/set reading sources... [ 65%] reference/manpages/lxc/network/load-balancer/show reading sources... [ 65%] reference/manpages/lxc/network/load-balancer/unset reading sources... [ 65%] reference/manpages/lxc/network/peer reading sources... [ 65%] reference/manpages/lxc/network/peer/create reading sources... [ 65%] reference/manpages/lxc/network/peer/delete reading sources... [ 66%] reference/manpages/lxc/network/peer/edit reading sources... [ 66%] reference/manpages/lxc/network/peer/get reading sources... [ 66%] reference/manpages/lxc/network/peer/list reading sources... [ 66%] reference/manpages/lxc/network/peer/set reading sources... [ 66%] reference/manpages/lxc/network/peer/show reading sources... [ 67%] reference/manpages/lxc/network/peer/unset reading sources... [ 67%] reference/manpages/lxc/network/rename reading sources... [ 67%] reference/manpages/lxc/network/set reading sources... [ 67%] reference/manpages/lxc/network/show reading sources... [ 67%] reference/manpages/lxc/network/unset reading sources... [ 68%] reference/manpages/lxc/network/zone reading sources... [ 68%] reference/manpages/lxc/network/zone/create reading sources... [ 68%] reference/manpages/lxc/network/zone/delete reading sources... [ 68%] reference/manpages/lxc/network/zone/edit reading sources... [ 68%] reference/manpages/lxc/network/zone/get reading sources... [ 68%] reference/manpages/lxc/network/zone/list reading sources... [ 69%] reference/manpages/lxc/network/zone/record reading sources... [ 69%] reference/manpages/lxc/network/zone/record/create reading sources... [ 69%] reference/manpages/lxc/network/zone/record/delete reading sources... [ 69%] reference/manpages/lxc/network/zone/record/edit reading sources... [ 69%] reference/manpages/lxc/network/zone/record/entry reading sources... [ 70%] reference/manpages/lxc/network/zone/record/entry/add reading sources... [ 70%] reference/manpages/lxc/network/zone/record/entry/remove reading sources... [ 70%] reference/manpages/lxc/network/zone/record/get reading sources... [ 70%] reference/manpages/lxc/network/zone/record/list reading sources... [ 70%] reference/manpages/lxc/network/zone/record/set reading sources... [ 71%] reference/manpages/lxc/network/zone/record/show reading sources... [ 71%] reference/manpages/lxc/network/zone/record/unset reading sources... [ 71%] reference/manpages/lxc/network/zone/set reading sources... [ 71%] reference/manpages/lxc/network/zone/show reading sources... [ 71%] reference/manpages/lxc/network/zone/unset reading sources... [ 72%] reference/manpages/lxc/operation reading sources... [ 72%] reference/manpages/lxc/operation/delete reading sources... [ 72%] reference/manpages/lxc/operation/list reading sources... [ 72%] reference/manpages/lxc/operation/show reading sources... [ 72%] reference/manpages/lxc/pause reading sources... [ 73%] reference/manpages/lxc/profile reading sources... [ 73%] reference/manpages/lxc/profile/add reading sources... [ 73%] reference/manpages/lxc/profile/assign reading sources... [ 73%] reference/manpages/lxc/profile/copy reading sources... [ 73%] reference/manpages/lxc/profile/create reading sources... [ 74%] reference/manpages/lxc/profile/delete reading sources... [ 74%] reference/manpages/lxc/profile/device reading sources... [ 74%] reference/manpages/lxc/profile/device/add reading sources... [ 74%] reference/manpages/lxc/profile/device/get reading sources... [ 74%] reference/manpages/lxc/profile/device/list reading sources... [ 75%] reference/manpages/lxc/profile/device/remove reading sources... [ 75%] reference/manpages/lxc/profile/device/set reading sources... [ 75%] reference/manpages/lxc/profile/device/show reading sources... [ 75%] reference/manpages/lxc/profile/device/unset reading sources... [ 75%] reference/manpages/lxc/profile/edit reading sources... [ 76%] reference/manpages/lxc/profile/get reading sources... [ 76%] reference/manpages/lxc/profile/list reading sources... [ 76%] reference/manpages/lxc/profile/remove reading sources... [ 76%] reference/manpages/lxc/profile/rename reading sources... [ 76%] reference/manpages/lxc/profile/set reading sources... [ 77%] reference/manpages/lxc/profile/show reading sources... [ 77%] reference/manpages/lxc/profile/unset reading sources... [ 77%] reference/manpages/lxc/project reading sources... [ 77%] reference/manpages/lxc/project/create reading sources... [ 77%] reference/manpages/lxc/project/delete reading sources... [ 77%] reference/manpages/lxc/project/edit reading sources... [ 78%] reference/manpages/lxc/project/get reading sources... [ 78%] reference/manpages/lxc/project/info reading sources... [ 78%] reference/manpages/lxc/project/list reading sources... [ 78%] reference/manpages/lxc/project/rename reading sources... [ 78%] reference/manpages/lxc/project/set reading sources... [ 79%] reference/manpages/lxc/project/show reading sources... [ 79%] reference/manpages/lxc/project/switch reading sources... [ 79%] reference/manpages/lxc/project/unset reading sources... [ 79%] reference/manpages/lxc/publish reading sources... [ 79%] reference/manpages/lxc/query reading sources... [ 80%] reference/manpages/lxc/rebuild reading sources... [ 80%] reference/manpages/lxc/remote reading sources... [ 80%] reference/manpages/lxc/remote/add reading sources... [ 80%] reference/manpages/lxc/remote/get-default reading sources... [ 80%] reference/manpages/lxc/remote/list reading sources... [ 81%] reference/manpages/lxc/remote/remove reading sources... [ 81%] reference/manpages/lxc/remote/rename reading sources... [ 81%] reference/manpages/lxc/remote/set-url reading sources... [ 81%] reference/manpages/lxc/remote/switch reading sources... [ 81%] reference/manpages/lxc/rename reading sources... [ 82%] reference/manpages/lxc/restart reading sources... [ 82%] reference/manpages/lxc/restore reading sources... [ 82%] reference/manpages/lxc/snapshot reading sources... [ 82%] reference/manpages/lxc/start reading sources... [ 82%] reference/manpages/lxc/stop reading sources... [ 83%] reference/manpages/lxc/storage reading sources... [ 83%] reference/manpages/lxc/storage/bucket reading sources... [ 83%] reference/manpages/lxc/storage/bucket/create reading sources... [ 83%] reference/manpages/lxc/storage/bucket/delete reading sources... [ 83%] reference/manpages/lxc/storage/bucket/edit reading sources... [ 84%] reference/manpages/lxc/storage/bucket/get reading sources... [ 84%] reference/manpages/lxc/storage/bucket/key reading sources... [ 84%] reference/manpages/lxc/storage/bucket/key/create reading sources... [ 84%] reference/manpages/lxc/storage/bucket/key/delete reading sources... [ 84%] reference/manpages/lxc/storage/bucket/key/edit reading sources... [ 85%] reference/manpages/lxc/storage/bucket/key/list reading sources... [ 85%] reference/manpages/lxc/storage/bucket/key/show reading sources... [ 85%] reference/manpages/lxc/storage/bucket/list reading sources... [ 85%] reference/manpages/lxc/storage/bucket/set reading sources... [ 85%] reference/manpages/lxc/storage/bucket/show reading sources... [ 86%] reference/manpages/lxc/storage/bucket/unset reading sources... [ 86%] reference/manpages/lxc/storage/create reading sources... [ 86%] reference/manpages/lxc/storage/delete reading sources... [ 86%] reference/manpages/lxc/storage/edit reading sources... [ 86%] reference/manpages/lxc/storage/get reading sources... [ 86%] reference/manpages/lxc/storage/info reading sources... [ 87%] reference/manpages/lxc/storage/list reading sources... [ 87%] reference/manpages/lxc/storage/set reading sources... [ 87%] reference/manpages/lxc/storage/show reading sources... [ 87%] reference/manpages/lxc/storage/unset reading sources... [ 87%] reference/manpages/lxc/storage/volume reading sources... [ 88%] reference/manpages/lxc/storage/volume/attach reading sources... [ 88%] reference/manpages/lxc/storage/volume/attach-profile reading sources... [ 88%] reference/manpages/lxc/storage/volume/copy reading sources... [ 88%] reference/manpages/lxc/storage/volume/create reading sources... [ 88%] reference/manpages/lxc/storage/volume/delete reading sources... [ 89%] reference/manpages/lxc/storage/volume/detach reading sources... [ 89%] reference/manpages/lxc/storage/volume/detach-profile reading sources... [ 89%] reference/manpages/lxc/storage/volume/edit reading sources... [ 89%] reference/manpages/lxc/storage/volume/export reading sources... [ 89%] reference/manpages/lxc/storage/volume/get reading sources... [ 90%] reference/manpages/lxc/storage/volume/import reading sources... [ 90%] reference/manpages/lxc/storage/volume/info reading sources... [ 90%] reference/manpages/lxc/storage/volume/list reading sources... [ 90%] reference/manpages/lxc/storage/volume/move reading sources... [ 90%] reference/manpages/lxc/storage/volume/rename reading sources... [ 91%] reference/manpages/lxc/storage/volume/restore reading sources... [ 91%] reference/manpages/lxc/storage/volume/set reading sources... [ 91%] reference/manpages/lxc/storage/volume/show reading sources... [ 91%] reference/manpages/lxc/storage/volume/snapshot reading sources... [ 91%] reference/manpages/lxc/storage/volume/unset reading sources... [ 92%] reference/manpages/lxc/version reading sources... [ 92%] reference/manpages/lxc/warning reading sources... [ 92%] reference/manpages/lxc/warning/acknowledge reading sources... [ 92%] reference/manpages/lxc/warning/delete reading sources... [ 92%] reference/manpages/lxc/warning/list reading sources... [ 93%] reference/manpages/lxc/warning/show reading sources... [ 93%] reference/network_bridge reading sources... [ 93%] reference/network_macvlan reading sources... [ 93%] reference/network_ovn reading sources... [ 93%] reference/network_physical reading sources... [ 94%] reference/network_sriov reading sources... [ 94%] reference/networks reading sources... [ 94%] reference/ovn-internals reading sources... [ 94%] reference/permissions reading sources... [ 94%] reference/preseed_yaml_fields reading sources... [ 95%] reference/projects reading sources... [ 95%] reference/provided_metrics reading sources... [ 95%] reference/remote_image_servers reading sources... [ 95%] reference/server_settings reading sources... [ 95%] reference/standard_devices reading sources... [ 95%] reference/storage_btrfs reading sources... [ 96%] reference/storage_ceph reading sources... [ 96%] reference/storage_cephfs reading sources... [ 96%] reference/storage_cephobject reading sources... [ 96%] reference/storage_dir reading sources... [ 96%] reference/storage_drivers reading sources... [ 97%] reference/storage_lvm reading sources... [ 97%] reference/storage_powerflex reading sources... [ 97%] reference/storage_pure reading sources... [ 97%] reference/storage_zfs reading sources... [ 97%] reference/uefi_variables reading sources... [ 98%] reference/vm_live_migration_internals reading sources... [ 98%] remotes reading sources... [ 98%] requirements reading sources... [ 98%] rest-api reading sources... [ 98%] restapi_landing reading sources... [ 99%] server reading sources... [ 99%] storage reading sources... [ 99%] support reading sources... [ 99%] syscall-interception reading sources... [ 99%] tutorial/first_steps reading sources... [100%] tutorial/index reading sources... [100%] tutorial/ui reading sources... [100%] userns-idmap looking for now-outdated files... none found pickling environment... done checking consistency... /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/stable-5.21/doc/howto/instances_troubleshoot.md: document is referenced in multiple toctrees: ['howto/troubleshoot', 'instances'], selecting: instances <- howto/instances_troubleshoot /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/stable-5.21/doc/howto/network_bridge_firewalld.md: document is referenced in multiple toctrees: ['howto/troubleshoot', 'networks'], selecting: networks <- howto/network_bridge_firewalld done preparing documents... done copying assets... copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/stable-5.21/_readthedocs/html/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/stable-5.21/_readthedocs/html/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/stable-5.21/_readthedocs/html/_static/documentation_options.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/stable-5.21/_readthedocs/html/_static/copybutton.js copying static files: done copying extra files... copying extra files: done copying assets: done writing output... [ 0%] api writing output... [ 0%] api-extensions writing output... [ 1%] architectures writing output... [ 1%] authentication writing output... [ 1%] backup writing output... [ 1%] cloud-init writing output... [ 1%] clustering writing output... [ 2%] config-options writing output... [ 2%] container-environment writing output... [ 2%] contributing writing output... [ 2%] daemon-behavior writing output... [ 2%] database writing output... [ 3%] debugging writing output... [ 3%] dev-lxd writing output... [ 3%] doc-cheat-sheet-myst writing output... [ 3%] environment writing output... [ 3%] events writing output... [ 4%] explanation/authorization writing output... [ 4%] explanation/clusters writing output... [ 4%] explanation/index writing output... [ 4%] explanation/instance_config writing output... [ 4%] explanation/instances writing output... [ 5%] explanation/lxc_show_info writing output... [ 5%] explanation/lxd_lxc writing output... [ 5%] explanation/networks writing output... [ 5%] explanation/performance_tuning writing output... [ 5%] explanation/projects writing output... [ 5%] explanation/security writing output... [ 6%] explanation/storage writing output... [ 6%] faq writing output... [ 6%] getting_started writing output... [ 6%] guest-os-compatibility writing output... [ 6%] howto/access_documentation writing output... [ 7%] howto/access_ui writing output... [ 7%] howto/benchmark_performance writing output... [ 7%] howto/cluster_config_networks writing output... [ 7%] howto/cluster_config_storage writing output... [ 7%] howto/cluster_form writing output... [ 8%] howto/cluster_groups writing output... [ 8%] howto/cluster_manage writing output... [ 8%] howto/cluster_manage_instance writing output... [ 8%] howto/cluster_recover writing output... [ 8%] howto/container_gpu_passthrough_with_docker writing output... [ 9%] howto/disaster_recovery writing output... [ 9%] howto/dqlite_troubleshoot writing output... [ 9%] howto/grafana writing output... [ 9%] howto/images_copy writing output... [ 9%] howto/images_create writing output... [ 10%] howto/images_manage writing output... [ 10%] howto/images_profiles writing output... [ 10%] howto/images_remote writing output... [ 10%] howto/import_machines_to_instances writing output... [ 10%] howto/index writing output... [ 11%] howto/initialize writing output... [ 11%] howto/instances_access_files writing output... [ 11%] howto/instances_backup writing output... [ 11%] howto/instances_configure writing output... [ 11%] howto/instances_console writing output... [ 12%] howto/instances_create writing output... [ 12%] howto/instances_manage writing output... [ 12%] howto/instances_routed_nic_vm writing output... [ 12%] howto/instances_troubleshoot writing output... [ 12%] howto/logs_loki writing output... [ 13%] howto/lxc_alias writing output... [ 13%] howto/migrate_from_lxc writing output... [ 13%] howto/move_instances writing output... [ 13%] howto/network_acls writing output... [ 13%] howto/network_bgp writing output... [ 14%] howto/network_bridge_firewalld writing output... [ 14%] howto/network_bridge_resolved writing output... [ 14%] howto/network_configure writing output... [ 14%] howto/network_create writing output... [ 14%] howto/network_forwards writing output... [ 14%] howto/network_increase_bandwidth writing output... [ 15%] howto/network_ipam writing output... [ 15%] howto/network_load_balancers writing output... [ 15%] howto/network_ovn_peers writing output... [ 15%] howto/network_ovn_setup writing output... [ 15%] howto/network_zones writing output... [ 16%] howto/oidc_auth0 writing output... [ 16%] howto/oidc_entra_id writing output... [ 16%] howto/projects_confine writing output... [ 16%] howto/projects_create writing output... [ 16%] howto/projects_work writing output... [ 17%] howto/server_configure writing output... [ 17%] howto/server_expose writing output... [ 17%] howto/snap writing output... [ 17%] howto/storage_backup_volume writing output... [ 17%] howto/storage_buckets writing output... [ 18%] howto/storage_create_instance writing output... [ 18%] howto/storage_move_volume writing output... [ 18%] howto/storage_pools writing output... [ 18%] howto/storage_volumes writing output... [ 18%] howto/troubleshoot writing output... [ 19%] image-handling writing output... [ 19%] images writing output... [ 19%] index writing output... [ 19%] installing writing output... [ 19%] instance-exec writing output... [ 20%] instances writing output... [ 20%] internals writing output... [ 20%] metrics writing output... [ 20%] networks writing output... [ 20%] operation writing output... [ 21%] production-setup writing output... [ 21%] profiles writing output... [ 21%] projects writing output... [ 21%] reference/cluster_member_config writing output... [ 21%] reference/devices writing output... [ 22%] reference/devices_disk writing output... [ 22%] reference/devices_gpu writing output... [ 22%] reference/devices_infiniband writing output... [ 22%] reference/devices_nic writing output... [ 22%] reference/devices_none writing output... [ 23%] reference/devices_pci writing output... [ 23%] reference/devices_proxy writing output... [ 23%] reference/devices_tpm writing output... [ 23%] reference/devices_unix_block writing output... [ 23%] reference/devices_unix_char writing output... [ 23%] reference/devices_unix_hotplug writing output... [ 24%] reference/devices_usb writing output... [ 24%] reference/image_format writing output... [ 24%] reference/index writing output... [ 24%] reference/instance_options writing output... [ 24%] reference/instance_properties writing output... [ 25%] reference/instance_units writing output... [ 25%] reference/manpages writing output... [ 25%] reference/manpages/lxc writing output... [ 25%] reference/manpages/lxc/alias writing output... [ 25%] reference/manpages/lxc/alias/add writing output... [ 26%] reference/manpages/lxc/alias/list writing output... [ 26%] reference/manpages/lxc/alias/remove writing output... [ 26%] reference/manpages/lxc/alias/rename writing output... [ 26%] reference/manpages/lxc/auth writing output... [ 26%] reference/manpages/lxc/auth/group writing output... [ 27%] reference/manpages/lxc/auth/group/create writing output... [ 27%] reference/manpages/lxc/auth/group/delete writing output... [ 27%] reference/manpages/lxc/auth/group/edit writing output... [ 27%] reference/manpages/lxc/auth/group/list writing output... [ 27%] reference/manpages/lxc/auth/group/permission writing output... [ 28%] reference/manpages/lxc/auth/group/permission/add writing output... [ 28%] reference/manpages/lxc/auth/group/permission/remove writing output... [ 28%] reference/manpages/lxc/auth/group/rename writing output... [ 28%] reference/manpages/lxc/auth/group/show writing output... [ 28%] reference/manpages/lxc/auth/identity writing output... [ 29%] reference/manpages/lxc/auth/identity-provider-group writing output... [ 29%] reference/manpages/lxc/auth/identity-provider-group/create writing output... [ 29%] reference/manpages/lxc/auth/identity-provider-group/delete writing output... [ 29%] reference/manpages/lxc/auth/identity-provider-group/edit writing output... [ 29%] reference/manpages/lxc/auth/identity-provider-group/group writing output... [ 30%] reference/manpages/lxc/auth/identity-provider-group/group/add writing output... [ 30%] reference/manpages/lxc/auth/identity-provider-group/group/remove writing output... [ 30%] reference/manpages/lxc/auth/identity-provider-group/list writing output... [ 30%] reference/manpages/lxc/auth/identity-provider-group/rename writing output... [ 30%] reference/manpages/lxc/auth/identity-provider-group/show writing output... [ 31%] reference/manpages/lxc/auth/identity/create writing output... [ 31%] reference/manpages/lxc/auth/identity/delete writing output... [ 31%] reference/manpages/lxc/auth/identity/edit writing output... [ 31%] reference/manpages/lxc/auth/identity/group writing output... [ 31%] reference/manpages/lxc/auth/identity/group/add writing output... [ 32%] reference/manpages/lxc/auth/identity/group/remove writing output... [ 32%] reference/manpages/lxc/auth/identity/info writing output... [ 32%] reference/manpages/lxc/auth/identity/list writing output... [ 32%] reference/manpages/lxc/auth/identity/show writing output... [ 32%] reference/manpages/lxc/auth/permission writing output... [ 32%] reference/manpages/lxc/auth/permission/list writing output... [ 33%] reference/manpages/lxc/cluster writing output... [ 33%] reference/manpages/lxc/cluster/add writing output... [ 33%] reference/manpages/lxc/cluster/edit writing output... [ 33%] reference/manpages/lxc/cluster/enable writing output... [ 33%] reference/manpages/lxc/cluster/evacuate writing output... [ 34%] reference/manpages/lxc/cluster/get writing output... [ 34%] reference/manpages/lxc/cluster/group writing output... [ 34%] reference/manpages/lxc/cluster/group/add writing output... [ 34%] reference/manpages/lxc/cluster/group/assign writing output... [ 34%] reference/manpages/lxc/cluster/group/create writing output... [ 35%] reference/manpages/lxc/cluster/group/delete writing output... [ 35%] reference/manpages/lxc/cluster/group/edit writing output... [ 35%] reference/manpages/lxc/cluster/group/list writing output... [ 35%] reference/manpages/lxc/cluster/group/remove writing output... [ 35%] reference/manpages/lxc/cluster/group/rename writing output... [ 36%] reference/manpages/lxc/cluster/group/show writing output... [ 36%] reference/manpages/lxc/cluster/info writing output... [ 36%] reference/manpages/lxc/cluster/list writing output... [ 36%] reference/manpages/lxc/cluster/list-tokens writing output... [ 36%] reference/manpages/lxc/cluster/remove writing output... [ 37%] reference/manpages/lxc/cluster/rename writing output... [ 37%] reference/manpages/lxc/cluster/restore writing output... [ 37%] reference/manpages/lxc/cluster/revoke-token writing output... [ 37%] reference/manpages/lxc/cluster/role writing output... [ 37%] reference/manpages/lxc/cluster/role/add writing output... [ 38%] reference/manpages/lxc/cluster/role/remove writing output... [ 38%] reference/manpages/lxc/cluster/set writing output... [ 38%] reference/manpages/lxc/cluster/show writing output... [ 38%] reference/manpages/lxc/cluster/unset writing output... [ 38%] reference/manpages/lxc/cluster/update-certificate writing output... [ 39%] reference/manpages/lxc/completion writing output... [ 39%] reference/manpages/lxc/completion/bash writing output... [ 39%] reference/manpages/lxc/completion/fish writing output... [ 39%] reference/manpages/lxc/completion/powershell writing output... [ 39%] reference/manpages/lxc/completion/zsh writing output... [ 40%] reference/manpages/lxc/config writing output... [ 40%] reference/manpages/lxc/config/device writing output... [ 40%] reference/manpages/lxc/config/device/add writing output... [ 40%] reference/manpages/lxc/config/device/get writing output... [ 40%] reference/manpages/lxc/config/device/list writing output... [ 41%] reference/manpages/lxc/config/device/override writing output... [ 41%] reference/manpages/lxc/config/device/remove writing output... [ 41%] reference/manpages/lxc/config/device/set writing output... [ 41%] reference/manpages/lxc/config/device/show writing output... [ 41%] reference/manpages/lxc/config/device/unset writing output... [ 41%] reference/manpages/lxc/config/edit writing output... [ 42%] reference/manpages/lxc/config/get writing output... [ 42%] reference/manpages/lxc/config/metadata writing output... [ 42%] reference/manpages/lxc/config/metadata/edit writing output... [ 42%] reference/manpages/lxc/config/metadata/show writing output... [ 42%] reference/manpages/lxc/config/set writing output... [ 43%] reference/manpages/lxc/config/show writing output... [ 43%] reference/manpages/lxc/config/template writing output... [ 43%] reference/manpages/lxc/config/template/create writing output... [ 43%] reference/manpages/lxc/config/template/delete writing output... [ 43%] reference/manpages/lxc/config/template/edit writing output... [ 44%] reference/manpages/lxc/config/template/list writing output... [ 44%] reference/manpages/lxc/config/template/show writing output... [ 44%] reference/manpages/lxc/config/trust writing output... [ 44%] reference/manpages/lxc/config/trust/add writing output... [ 44%] reference/manpages/lxc/config/trust/edit writing output... [ 45%] reference/manpages/lxc/config/trust/list writing output... [ 45%] reference/manpages/lxc/config/trust/list-tokens writing output... [ 45%] reference/manpages/lxc/config/trust/remove writing output... [ 45%] reference/manpages/lxc/config/trust/revoke-token writing output... [ 45%] reference/manpages/lxc/config/trust/show writing output... [ 46%] reference/manpages/lxc/config/uefi writing output... [ 46%] reference/manpages/lxc/config/uefi/edit writing output... [ 46%] reference/manpages/lxc/config/uefi/get writing output... [ 46%] reference/manpages/lxc/config/uefi/set writing output... [ 46%] reference/manpages/lxc/config/uefi/show writing output... [ 47%] reference/manpages/lxc/config/uefi/unset writing output... [ 47%] reference/manpages/lxc/config/unset writing output... [ 47%] reference/manpages/lxc/console writing output... [ 47%] reference/manpages/lxc/copy writing output... [ 47%] reference/manpages/lxc/delete writing output... [ 48%] reference/manpages/lxc/exec writing output... [ 48%] reference/manpages/lxc/export writing output... [ 48%] reference/manpages/lxc/file writing output... [ 48%] reference/manpages/lxc/file/create writing output... [ 48%] reference/manpages/lxc/file/delete writing output... [ 49%] reference/manpages/lxc/file/edit writing output... [ 49%] reference/manpages/lxc/file/mount writing output... [ 49%] reference/manpages/lxc/file/pull writing output... [ 49%] reference/manpages/lxc/file/push writing output... [ 49%] reference/manpages/lxc/image writing output... [ 50%] reference/manpages/lxc/image/alias writing output... [ 50%] reference/manpages/lxc/image/alias/create writing output... [ 50%] reference/manpages/lxc/image/alias/delete writing output... [ 50%] reference/manpages/lxc/image/alias/list writing output... [ 50%] reference/manpages/lxc/image/alias/rename writing output... [ 50%] reference/manpages/lxc/image/copy writing output... [ 51%] reference/manpages/lxc/image/delete writing output... [ 51%] reference/manpages/lxc/image/edit writing output... [ 51%] reference/manpages/lxc/image/export writing output... [ 51%] reference/manpages/lxc/image/get-property writing output... [ 51%] reference/manpages/lxc/image/import writing output... [ 52%] reference/manpages/lxc/image/info writing output... [ 52%] reference/manpages/lxc/image/list writing output... [ 52%] reference/manpages/lxc/image/refresh writing output... [ 52%] reference/manpages/lxc/image/set-property writing output... [ 52%] reference/manpages/lxc/image/show writing output... [ 53%] reference/manpages/lxc/image/unset-property writing output... [ 53%] reference/manpages/lxc/import writing output... [ 53%] reference/manpages/lxc/info writing output... [ 53%] reference/manpages/lxc/init writing output... [ 53%] reference/manpages/lxc/launch writing output... [ 54%] reference/manpages/lxc/list writing output... [ 54%] reference/manpages/lxc/manpage writing output... [ 54%] reference/manpages/lxc/monitor writing output... [ 54%] reference/manpages/lxc/move writing output... [ 54%] reference/manpages/lxc/network writing output... [ 55%] reference/manpages/lxc/network/acl writing output... [ 55%] reference/manpages/lxc/network/acl/create writing output... [ 55%] reference/manpages/lxc/network/acl/delete writing output... [ 55%] reference/manpages/lxc/network/acl/edit writing output... [ 55%] reference/manpages/lxc/network/acl/get writing output... [ 56%] reference/manpages/lxc/network/acl/list writing output... [ 56%] reference/manpages/lxc/network/acl/rename writing output... [ 56%] reference/manpages/lxc/network/acl/rule writing output... [ 56%] reference/manpages/lxc/network/acl/rule/add writing output... [ 56%] reference/manpages/lxc/network/acl/rule/remove writing output... [ 57%] reference/manpages/lxc/network/acl/set writing output... [ 57%] reference/manpages/lxc/network/acl/show writing output... [ 57%] reference/manpages/lxc/network/acl/show-log writing output... [ 57%] reference/manpages/lxc/network/acl/unset writing output... [ 57%] reference/manpages/lxc/network/attach writing output... [ 58%] reference/manpages/lxc/network/attach-profile writing output... [ 58%] reference/manpages/lxc/network/create writing output... [ 58%] reference/manpages/lxc/network/delete writing output... [ 58%] reference/manpages/lxc/network/detach writing output... [ 58%] reference/manpages/lxc/network/detach-profile writing output... [ 59%] reference/manpages/lxc/network/edit writing output... [ 59%] reference/manpages/lxc/network/forward writing output... [ 59%] reference/manpages/lxc/network/forward/create writing output... [ 59%] reference/manpages/lxc/network/forward/delete writing output... [ 59%] reference/manpages/lxc/network/forward/edit writing output... [ 59%] reference/manpages/lxc/network/forward/get writing output... [ 60%] reference/manpages/lxc/network/forward/list writing output... [ 60%] reference/manpages/lxc/network/forward/port writing output... [ 60%] reference/manpages/lxc/network/forward/port/add writing output... [ 60%] reference/manpages/lxc/network/forward/port/remove writing output... [ 60%] reference/manpages/lxc/network/forward/set writing output... [ 61%] reference/manpages/lxc/network/forward/show writing output... [ 61%] reference/manpages/lxc/network/forward/unset writing output... [ 61%] reference/manpages/lxc/network/get writing output... [ 61%] reference/manpages/lxc/network/info writing output... [ 61%] reference/manpages/lxc/network/list writing output... [ 62%] reference/manpages/lxc/network/list-allocations writing output... [ 62%] reference/manpages/lxc/network/list-leases writing output... [ 62%] reference/manpages/lxc/network/load-balancer writing output... [ 62%] reference/manpages/lxc/network/load-balancer/backend writing output... [ 62%] reference/manpages/lxc/network/load-balancer/backend/add writing output... [ 63%] reference/manpages/lxc/network/load-balancer/backend/remove writing output... [ 63%] reference/manpages/lxc/network/load-balancer/create writing output... [ 63%] reference/manpages/lxc/network/load-balancer/delete writing output... [ 63%] reference/manpages/lxc/network/load-balancer/edit writing output... [ 63%] reference/manpages/lxc/network/load-balancer/get writing output... [ 64%] reference/manpages/lxc/network/load-balancer/list writing output... [ 64%] reference/manpages/lxc/network/load-balancer/port writing output... [ 64%] reference/manpages/lxc/network/load-balancer/port/add writing output... [ 64%] reference/manpages/lxc/network/load-balancer/port/remove writing output... [ 64%] reference/manpages/lxc/network/load-balancer/set writing output... [ 65%] reference/manpages/lxc/network/load-balancer/show writing output... [ 65%] reference/manpages/lxc/network/load-balancer/unset writing output... [ 65%] reference/manpages/lxc/network/peer writing output... [ 65%] reference/manpages/lxc/network/peer/create writing output... [ 65%] reference/manpages/lxc/network/peer/delete writing output... [ 66%] reference/manpages/lxc/network/peer/edit writing output... [ 66%] reference/manpages/lxc/network/peer/get writing output... [ 66%] reference/manpages/lxc/network/peer/list writing output... [ 66%] reference/manpages/lxc/network/peer/set writing output... [ 66%] reference/manpages/lxc/network/peer/show writing output... [ 67%] reference/manpages/lxc/network/peer/unset writing output... [ 67%] reference/manpages/lxc/network/rename writing output... [ 67%] reference/manpages/lxc/network/set writing output... [ 67%] reference/manpages/lxc/network/show writing output... [ 67%] reference/manpages/lxc/network/unset writing output... [ 68%] reference/manpages/lxc/network/zone writing output... [ 68%] reference/manpages/lxc/network/zone/create writing output... [ 68%] reference/manpages/lxc/network/zone/delete writing output... [ 68%] reference/manpages/lxc/network/zone/edit writing output... [ 68%] reference/manpages/lxc/network/zone/get writing output... [ 68%] reference/manpages/lxc/network/zone/list writing output... [ 69%] reference/manpages/lxc/network/zone/record writing output... [ 69%] reference/manpages/lxc/network/zone/record/create writing output... [ 69%] reference/manpages/lxc/network/zone/record/delete writing output... [ 69%] reference/manpages/lxc/network/zone/record/edit writing output... [ 69%] reference/manpages/lxc/network/zone/record/entry writing output... [ 70%] reference/manpages/lxc/network/zone/record/entry/add writing output... [ 70%] reference/manpages/lxc/network/zone/record/entry/remove writing output... [ 70%] reference/manpages/lxc/network/zone/record/get writing output... [ 70%] reference/manpages/lxc/network/zone/record/list writing output... [ 70%] reference/manpages/lxc/network/zone/record/set writing output... [ 71%] reference/manpages/lxc/network/zone/record/show writing output... [ 71%] reference/manpages/lxc/network/zone/record/unset writing output... [ 71%] reference/manpages/lxc/network/zone/set writing output... [ 71%] reference/manpages/lxc/network/zone/show writing output... [ 71%] reference/manpages/lxc/network/zone/unset writing output... [ 72%] reference/manpages/lxc/operation writing output... [ 72%] reference/manpages/lxc/operation/delete writing output... [ 72%] reference/manpages/lxc/operation/list writing output... [ 72%] reference/manpages/lxc/operation/show writing output... [ 72%] reference/manpages/lxc/pause writing output... [ 73%] reference/manpages/lxc/profile writing output... [ 73%] reference/manpages/lxc/profile/add writing output... [ 73%] reference/manpages/lxc/profile/assign writing output... [ 73%] reference/manpages/lxc/profile/copy writing output... [ 73%] reference/manpages/lxc/profile/create writing output... [ 74%] reference/manpages/lxc/profile/delete writing output... [ 74%] reference/manpages/lxc/profile/device writing output... [ 74%] reference/manpages/lxc/profile/device/add writing output... [ 74%] reference/manpages/lxc/profile/device/get writing output... [ 74%] reference/manpages/lxc/profile/device/list writing output... [ 75%] reference/manpages/lxc/profile/device/remove writing output... [ 75%] reference/manpages/lxc/profile/device/set writing output... [ 75%] reference/manpages/lxc/profile/device/show writing output... [ 75%] reference/manpages/lxc/profile/device/unset writing output... [ 75%] reference/manpages/lxc/profile/edit writing output... [ 76%] reference/manpages/lxc/profile/get writing output... [ 76%] reference/manpages/lxc/profile/list writing output... [ 76%] reference/manpages/lxc/profile/remove writing output... [ 76%] reference/manpages/lxc/profile/rename writing output... [ 76%] reference/manpages/lxc/profile/set writing output... [ 77%] reference/manpages/lxc/profile/show writing output... [ 77%] reference/manpages/lxc/profile/unset writing output... [ 77%] reference/manpages/lxc/project writing output... [ 77%] reference/manpages/lxc/project/create writing output... [ 77%] reference/manpages/lxc/project/delete writing output... [ 77%] reference/manpages/lxc/project/edit writing output... [ 78%] reference/manpages/lxc/project/get writing output... [ 78%] reference/manpages/lxc/project/info writing output... [ 78%] reference/manpages/lxc/project/list writing output... [ 78%] reference/manpages/lxc/project/rename writing output... [ 78%] reference/manpages/lxc/project/set writing output... [ 79%] reference/manpages/lxc/project/show writing output... [ 79%] reference/manpages/lxc/project/switch writing output... [ 79%] reference/manpages/lxc/project/unset writing output... [ 79%] reference/manpages/lxc/publish writing output... [ 79%] reference/manpages/lxc/query writing output... [ 80%] reference/manpages/lxc/rebuild writing output... [ 80%] reference/manpages/lxc/remote writing output... [ 80%] reference/manpages/lxc/remote/add writing output... [ 80%] reference/manpages/lxc/remote/get-default writing output... [ 80%] reference/manpages/lxc/remote/list writing output... [ 81%] reference/manpages/lxc/remote/remove writing output... [ 81%] reference/manpages/lxc/remote/rename writing output... [ 81%] reference/manpages/lxc/remote/set-url writing output... [ 81%] reference/manpages/lxc/remote/switch writing output... [ 81%] reference/manpages/lxc/rename writing output... [ 82%] reference/manpages/lxc/restart writing output... [ 82%] reference/manpages/lxc/restore writing output... [ 82%] reference/manpages/lxc/snapshot writing output... [ 82%] reference/manpages/lxc/start writing output... [ 82%] reference/manpages/lxc/stop writing output... [ 83%] reference/manpages/lxc/storage writing output... [ 83%] reference/manpages/lxc/storage/bucket writing output... [ 83%] reference/manpages/lxc/storage/bucket/create writing output... [ 83%] reference/manpages/lxc/storage/bucket/delete writing output... [ 83%] reference/manpages/lxc/storage/bucket/edit writing output... [ 84%] reference/manpages/lxc/storage/bucket/get writing output... [ 84%] reference/manpages/lxc/storage/bucket/key writing output... [ 84%] reference/manpages/lxc/storage/bucket/key/create writing output... [ 84%] reference/manpages/lxc/storage/bucket/key/delete writing output... [ 84%] reference/manpages/lxc/storage/bucket/key/edit writing output... [ 85%] reference/manpages/lxc/storage/bucket/key/list writing output... [ 85%] reference/manpages/lxc/storage/bucket/key/show writing output... [ 85%] reference/manpages/lxc/storage/bucket/list writing output... [ 85%] reference/manpages/lxc/storage/bucket/set writing output... [ 85%] reference/manpages/lxc/storage/bucket/show writing output... [ 86%] reference/manpages/lxc/storage/bucket/unset writing output... [ 86%] reference/manpages/lxc/storage/create writing output... [ 86%] reference/manpages/lxc/storage/delete writing output... [ 86%] reference/manpages/lxc/storage/edit writing output... [ 86%] reference/manpages/lxc/storage/get writing output... [ 86%] reference/manpages/lxc/storage/info writing output... [ 87%] reference/manpages/lxc/storage/list writing output... [ 87%] reference/manpages/lxc/storage/set writing output... [ 87%] reference/manpages/lxc/storage/show writing output... [ 87%] reference/manpages/lxc/storage/unset writing output... [ 87%] reference/manpages/lxc/storage/volume writing output... [ 88%] reference/manpages/lxc/storage/volume/attach writing output... [ 88%] reference/manpages/lxc/storage/volume/attach-profile writing output... [ 88%] reference/manpages/lxc/storage/volume/copy writing output... [ 88%] reference/manpages/lxc/storage/volume/create writing output... [ 88%] reference/manpages/lxc/storage/volume/delete writing output... [ 89%] reference/manpages/lxc/storage/volume/detach writing output... [ 89%] reference/manpages/lxc/storage/volume/detach-profile writing output... [ 89%] reference/manpages/lxc/storage/volume/edit writing output... [ 89%] reference/manpages/lxc/storage/volume/export writing output... [ 89%] reference/manpages/lxc/storage/volume/get writing output... [ 90%] reference/manpages/lxc/storage/volume/import writing output... [ 90%] reference/manpages/lxc/storage/volume/info writing output... [ 90%] reference/manpages/lxc/storage/volume/list writing output... [ 90%] reference/manpages/lxc/storage/volume/move writing output... [ 90%] reference/manpages/lxc/storage/volume/rename writing output... [ 91%] reference/manpages/lxc/storage/volume/restore writing output... [ 91%] reference/manpages/lxc/storage/volume/set writing output... [ 91%] reference/manpages/lxc/storage/volume/show writing output... [ 91%] reference/manpages/lxc/storage/volume/snapshot writing output... [ 91%] reference/manpages/lxc/storage/volume/unset writing output... [ 92%] reference/manpages/lxc/version writing output... [ 92%] reference/manpages/lxc/warning writing output... [ 92%] reference/manpages/lxc/warning/acknowledge writing output... [ 92%] reference/manpages/lxc/warning/delete writing output... [ 92%] reference/manpages/lxc/warning/list writing output... [ 93%] reference/manpages/lxc/warning/show writing output... [ 93%] reference/network_bridge writing output... [ 93%] reference/network_macvlan writing output... [ 93%] reference/network_ovn writing output... [ 93%] reference/network_physical writing output... [ 94%] reference/network_sriov writing output... [ 94%] reference/networks writing output... [ 94%] reference/ovn-internals writing output... [ 94%] reference/permissions writing output... [ 94%] reference/preseed_yaml_fields writing output... [ 95%] reference/projects writing output... [ 95%] reference/provided_metrics writing output... [ 95%] reference/remote_image_servers writing output... [ 95%] reference/server_settings writing output... [ 95%] reference/standard_devices writing output... [ 95%] reference/storage_btrfs writing output... [ 96%] reference/storage_ceph writing output... [ 96%] reference/storage_cephfs writing output... [ 96%] reference/storage_cephobject writing output... [ 96%] reference/storage_dir writing output... [ 96%] reference/storage_drivers writing output... [ 97%] reference/storage_lvm writing output... [ 97%] reference/storage_powerflex writing output... [ 97%] reference/storage_pure writing output... [ 97%] reference/storage_zfs writing output... [ 97%] reference/uefi_variables writing output... [ 98%] reference/vm_live_migration_internals writing output... [ 98%] remotes writing output... [ 98%] requirements writing output... [ 98%] rest-api writing output... [ 98%] restapi_landing writing output... [ 99%] server writing output... [ 99%] storage writing output... [ 99%] support writing output... [ 99%] syscall-interception writing output... [ 99%] tutorial/first_steps writing output... [100%] tutorial/index writing output... [100%] tutorial/ui writing output... [100%] userns-idmap generating indices... genindex config-options done Creating redirect 'howto/instances_snapshots/index.html' to '../instances_backup/'. Creating redirect 'reference/network_external/index.html' to '../networks/'. Creating redirect 'explanation/containers_and_vms/index.html' to '../instances/'. Creating redirect 'explanation/clustering/index.html' to '../clusters/'. Creating redirect 'security/index.html' to '../explanation/security/'. Creating redirect 'migration/index.html' to '../howto/import_machines_to_instances/'. writing additional pages... search done copying images... [ 1%] images/application-vs-system-containers.svg copying images... [ 2%] images/virtual-machines-vs-system-containers.svg copying images... [ 3%] images/ui_console.png copying images... [ 5%] images/ui_security_warning.png copying images... [ 6%] images/ui_set_up_certificates.png copying images... [ 7%] images/ui_set_up_existing_cert.png copying images... [ 8%] images/grafana_welcome.png copying images... [ 9%] images/grafana_select_prometheus.png copying images... [ 10%] images/grafana_configure_prometheus.png copying images... [ 11%] images/grafana_select_loki.png copying images... [ 13%] images/grafana_configure_loki.png copying images... [ 14%] images/grafana_dashboard_import.png copying images... [ 15%] images/grafana_dashboard_select_datasource.png copying images... [ 16%] images/grafana_resources.png copying images... [ 17%] images/grafana_instances.png copying images... [ 18%] images/UI/snapshots_daily.png copying images... [ 20%] images/UI/snapshots_cron.png copying images... [ 21%] images/UI/limits_memory_example.png copying images... [ 22%] images/UI/create_instance_ex1.png copying images... [ 23%] images/UI/create_instance_ex2.png copying images... [ 24%] images/UI/create_instance_ex2-2.png copying images... [ 25%] images/UI/create_instance_ex3.png copying images... [ 26%] images/UI/create_instance_ex4.png copying images... [ 28%] images/UI/routed_nic_create_instance.png copying images... [ 29%] images/UI/forwards_view.png copying images... [ 30%] images/UI/forward_edit_ex1.png copying images... [ 31%] images/UI/forward_create_ovn.png copying images... [ 32%] images/UI/forward_create_bridge.png copying images... [ 33%] images/UI/forward_create_port.png copying images... [ 34%] images/UI/forward_edit_ex2.png copying images... [ 36%] images/UI/forward_delete.png copying images... [ 37%] images/auth/entra-id/1-app-registrations.png copying images... [ 38%] images/auth/entra-id/2-app-name.png copying images... [ 39%] images/auth/entra-id/3-redirect-uri.png copying images... [ 40%] images/auth/entra-id/4-authentication.png copying images... [ 41%] images/auth/entra-id/5-public-client-flows.png copying images... [ 43%] images/auth/entra-id/6-api-permissions.png copying images... [ 44%] images/auth/entra-id/7-add-a-permission.png copying images... [ 45%] images/auth/entra-id/8-graph-api.png copying images... [ 46%] images/auth/entra-id/9-delegated-permissions.png copying images... [ 47%] images/auth/entra-id/10-openid-permissions.png copying images... [ 48%] images/auth/entra-id/11-client-id.png copying images... [ 49%] images/auth/entra-id/12-discovery-url.png copying images... [ 51%] images/auth/entra-id/13-keycloak-identity-providers.png copying images... [ 52%] images/auth/entra-id/14-keycloak-microsoft.png copying images... [ 53%] images/auth/entra-id/15-keycloak-broker-redirect-uri.png copying images... [ 54%] images/auth/entra-id/16-app-name-keycloak.png copying images... [ 55%] images/auth/entra-id/17-redirect-uri-keycloak.png copying images... [ 56%] images/auth/entra-id/18-certificates-and-secrets.png copying images... [ 57%] images/auth/entra-id/19-new-client-secret.png copying images... [ 59%] images/auth/entra-id/20-copy-client-secret.png copying images... [ 60%] images/auth/entra-id/21-paste-client-secret.png copying images... [ 61%] images/auth/entra-id/22-paste-client-id.png copying images... [ 62%] images/auth/entra-id/23-copy-tenant-id.png copying images... [ 63%] images/auth/entra-id/24-paste-tenant-id.png copying images... [ 64%] images/auth/entra-id/25-keycloak-clients.png copying images... [ 66%] images/auth/entra-id/26-keycloak-new-client.png copying images... [ 67%] images/auth/entra-id/27-keycloak-client-name-and-id.png copying images... [ 68%] images/auth/entra-id/28-keycloak-device-flow.png copying images... [ 69%] images/auth/entra-id/29-keycloak-redirect-uri.png copying images... [ 70%] images/auth/entra-id/30-keycloak-realm-settings.png copying images... [ 71%] images/UI/create_project.png copying images... [ 72%] images/UI/create_restr_project1.png copying images... [ 74%] images/UI/create_restr_project2.png copying images... [ 75%] images/ovn_networking_1.svg copying images... [ 76%] images/ovn_networking_2.svg copying images... [ 77%] images/ovn/ovn-uplink-bridge-ovs.svg copying images... [ 78%] images/ovn/ovn-uplink-physical.svg copying images... [ 79%] images/ovn/ovn-uplink-bridge-native.svg copying images... [ 80%] images/ovn/ovn-network.svg copying images... [ 82%] images/ovn/ovn-integration-bridge-container.svg copying images... [ 83%] images/ovn/ovn-integration-bridge-vm.svg copying images... [ 84%] images/vm_live_migration_flowchart.svg copying images... [ 85%] images/vm_live_migration_state_diagram.svg copying images... [ 86%] images/tutorial/create_instance.png copying images... [ 87%] images/tutorial/create_vm.png copying images... [ 89%] images/tutorial/create_desktop_vm.png copying images... [ 90%] images/tutorial/instances.png copying images... [ 91%] images/tutorial/instance_summary.png copying images... [ 92%] images/tutorial/yaml_configuration.png copying images... [ 93%] images/tutorial/desktop_console.png copying images... [ 94%] images/tutorial/resource_limits.png copying images... [ 95%] images/tutorial/root_disk_size.png copying images... [ 97%] images/tutorial/broken_terminal.png copying images... [ 98%] images/tutorial/add_disk_device.png copying images... [ 99%] images/tutorial/hello_world_desktop.png copying images... [100%] images/tutorial/create_project.png dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in ../_readthedocs/html. [rtd-command-info] start-time: 2025-04-07T16:03:20.680267Z, end-time: 2025-04-07T16:03:39.791514Z, duration: 19, exit-code: 0 python -m sphinx -T -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v8.2.3 loading translations [en]... done matplotlib is not installed, social cards will not be generated making output directory... done loading pickled environment... The configuration has changed (7 options: 'html_context', 'html_css_files', 'html_js_files', 'html_static_path', 'notfound_template', ...) done myst v4.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'substitution', 'deflist', 'attrs_block', 'linkify'}, disable_syntax=[], all_links_external=False, links_external_new_tab=False, url_schemes=('http', 'https', 'swagger'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=7, heading_slug_func=None, html_meta={}, footnote_sort=True, footnote_transition=True, words_per_minute=200, substitutions={block_filesystem: ..., create_image_button: ..., delete_button: ..., enable_ID_shifting: ..., must_start_new_session: ..., note_ip_addresses_CIDR: ..., restore_button: ..., restart_button: ..., snapshot_expiry_format: ..., snapshot_pattern_detail: ..., snapshot_pattern_format: ..., snapshot_schedule_format: ..., volume_configuration: ..., clustering_exp: ..., clustering_how: ..., clustering_ref: ..., getting_started_exp: ..., getting_started_how: ..., getting_started_ref: ..., getting_started_tut: ..., images_exp: ..., images_how: ..., images_ref: ..., initialize: ..., instances_exp: ..., instances_how: ..., instances_ref: ..., server_exp: ..., server_how: ..., server_ref: ..., networks_exp: ..., networks_how: ..., networks_ref: ..., performance_exp: ..., performance_how: ..., performance_ref: ..., projects_exp: ..., projects_how: ..., projects_ref: ..., storage_exp: ..., storage_how: ..., storage_ref: ..., security_exp: ..., security_how: ...}, linkify_fuzzy_links=False, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) building [mo]: targets for 0 po files that are out of date writing output... building [latex]: all documents updating environment: 0 added, 0 changed, 0 removed reading sources... looking for now-outdated files... none found preparing documents... done copying assets... copying TeX support files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/stable-5.21/_readthedocs/pdf/latexmkrc Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/stable-5.21/_readthedocs/pdf/Makefile Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/stable-5.21/_readthedocs/pdf/make.bat Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/stable-5.21/_readthedocs/pdf/latexmkjarc done copying additional files... ./.sphinx/fonts/Ubuntu-B.ttf ./.sphinx/fonts/Ubuntu-R.ttf ./.sphinx/fonts/Ubuntu-RI.ttf ./.sphinx/fonts/UbuntuMono-R.ttf ./.sphinx/fonts/UbuntuMono-RI.ttf ./.sphinx/fonts/UbuntuMono-B.ttf ./.sphinx/images/Canonical-logo-4x.png ./.sphinx/images/front-page-light.pdf ./.sphinx/images/normal-page-footer.pdfdone copying assets: done processing lxd.tex... index tutorial/index tutorial/first_steps tutorial/ui howto/index getting_started installing howto/initialize howto/snap howto/access_ui howto/access_documentation support contributing operation howto/server_expose howto/server_configure howto/oidc_entra_id howto/oidc_auth0 remotes howto/lxc_alias instances howto/instances_create howto/instances_configure howto/instances_manage profiles howto/instances_troubleshoot howto/instances_access_files howto/instances_console instance-exec cloud-init howto/instances_routed_nic_vm howto/instances_backup howto/move_instances howto/import_machines_to_instances howto/migrate_from_lxc howto/container_gpu_passthrough_with_docker images howto/images_remote howto/images_manage howto/images_profiles howto/images_copy howto/images_create projects howto/projects_create howto/projects_work howto/projects_confine storage howto/storage_pools howto/storage_volumes howto/storage_buckets howto/storage_create_instance howto/storage_backup_volume howto/storage_move_volume networks howto/network_create howto/network_configure howto/network_bgp howto/network_acls howto/network_forwards howto/network_zones howto/network_bridge_firewalld howto/network_bridge_resolved howto/network_ovn_setup howto/network_load_balancers howto/network_ovn_peers howto/network_ipam howto/troubleshoot howto/dqlite_troubleshoot debugging faq clustering howto/cluster_form howto/cluster_manage howto/cluster_config_networks howto/cluster_config_storage howto/cluster_manage_instance howto/cluster_groups howto/cluster_recover production-setup howto/benchmark_performance howto/network_increase_bandwidth metrics howto/logs_loki howto/grafana backup howto/disaster_recovery explanation/index explanation/lxd_lxc explanation/instances image-handling explanation/storage explanation/networks database explanation/lxc_show_info authentication explanation/authorization explanation/projects explanation/clusters explanation/performance_tuning explanation/security reference/index requirements architectures reference/remote_image_servers reference/image_format guest-os-compatibility container-environment config-options server explanation/instance_config reference/instance_properties reference/instance_options reference/devices reference/standard_devices reference/devices_none reference/devices_nic reference/devices_disk reference/devices_unix_char reference/devices_unix_block reference/devices_usb reference/devices_gpu reference/devices_infiniband reference/devices_proxy reference/devices_unix_hotplug reference/devices_tpm reference/devices_pci reference/instance_units reference/preseed_yaml_fields reference/projects reference/storage_drivers reference/storage_btrfs reference/storage_cephfs reference/storage_cephobject reference/storage_ceph reference/storage_powerflex reference/storage_pure reference/storage_dir reference/storage_lvm reference/storage_zfs reference/networks reference/network_bridge reference/network_ovn reference/network_macvlan reference/network_physical reference/network_sriov reference/cluster_member_config reference/server_settings reference/provided_metrics reference/permissions restapi_landing rest-api api api-extensions events dev-lxd reference/manpages reference/manpages/lxc reference/manpages/lxc/alias reference/manpages/lxc/alias/add reference/manpages/lxc/alias/list reference/manpages/lxc/alias/remove reference/manpages/lxc/alias/rename reference/manpages/lxc/auth reference/manpages/lxc/auth/group reference/manpages/lxc/auth/group/create reference/manpages/lxc/auth/group/delete reference/manpages/lxc/auth/group/edit reference/manpages/lxc/auth/group/list reference/manpages/lxc/auth/group/permission reference/manpages/lxc/auth/group/permission/add reference/manpages/lxc/auth/group/permission/remove reference/manpages/lxc/auth/group/rename reference/manpages/lxc/auth/group/show reference/manpages/lxc/auth/identity reference/manpages/lxc/auth/identity/create reference/manpages/lxc/auth/identity/delete reference/manpages/lxc/auth/identity/edit reference/manpages/lxc/auth/identity/group reference/manpages/lxc/auth/identity/group/add reference/manpages/lxc/auth/identity/group/remove reference/manpages/lxc/auth/identity/info reference/manpages/lxc/auth/identity/list reference/manpages/lxc/auth/identity/show reference/manpages/lxc/auth/identity-provider-group reference/manpages/lxc/auth/identity-provider-group/create reference/manpages/lxc/auth/identity-provider-group/delete reference/manpages/lxc/auth/identity-provider-group/edit reference/manpages/lxc/auth/identity-provider-group/group reference/manpages/lxc/auth/identity-provider-group/group/add reference/manpages/lxc/auth/identity-provider-group/group/remove reference/manpages/lxc/auth/identity-provider-group/list reference/manpages/lxc/auth/identity-provider-group/rename reference/manpages/lxc/auth/identity-provider-group/show reference/manpages/lxc/auth/permission reference/manpages/lxc/auth/permission/list reference/manpages/lxc/cluster reference/manpages/lxc/cluster/add reference/manpages/lxc/cluster/edit reference/manpages/lxc/cluster/enable reference/manpages/lxc/cluster/evacuate reference/manpages/lxc/cluster/get reference/manpages/lxc/cluster/group reference/manpages/lxc/cluster/group/add reference/manpages/lxc/cluster/group/assign reference/manpages/lxc/cluster/group/create reference/manpages/lxc/cluster/group/delete reference/manpages/lxc/cluster/group/edit reference/manpages/lxc/cluster/group/list reference/manpages/lxc/cluster/group/remove reference/manpages/lxc/cluster/group/rename reference/manpages/lxc/cluster/group/show reference/manpages/lxc/cluster/info reference/manpages/lxc/cluster/list reference/manpages/lxc/cluster/list-tokens reference/manpages/lxc/cluster/remove reference/manpages/lxc/cluster/rename reference/manpages/lxc/cluster/restore reference/manpages/lxc/cluster/revoke-token reference/manpages/lxc/cluster/role reference/manpages/lxc/cluster/role/add reference/manpages/lxc/cluster/role/remove reference/manpages/lxc/cluster/set reference/manpages/lxc/cluster/show reference/manpages/lxc/cluster/unset reference/manpages/lxc/cluster/update-certificate reference/manpages/lxc/completion reference/manpages/lxc/completion/bash reference/manpages/lxc/completion/fish reference/manpages/lxc/completion/powershell reference/manpages/lxc/completion/zsh reference/manpages/lxc/config reference/manpages/lxc/config/device reference/manpages/lxc/config/device/add reference/manpages/lxc/config/device/get reference/manpages/lxc/config/device/list reference/manpages/lxc/config/device/override reference/manpages/lxc/config/device/remove reference/manpages/lxc/config/device/set reference/manpages/lxc/config/device/show reference/manpages/lxc/config/device/unset reference/manpages/lxc/config/edit reference/manpages/lxc/config/get reference/manpages/lxc/config/metadata reference/manpages/lxc/config/metadata/edit reference/manpages/lxc/config/metadata/show reference/manpages/lxc/config/set reference/manpages/lxc/config/show reference/manpages/lxc/config/template reference/manpages/lxc/config/template/create reference/manpages/lxc/config/template/delete reference/manpages/lxc/config/template/edit reference/manpages/lxc/config/template/list reference/manpages/lxc/config/template/show reference/manpages/lxc/config/trust reference/manpages/lxc/config/trust/add reference/manpages/lxc/config/trust/edit reference/manpages/lxc/config/trust/list reference/manpages/lxc/config/trust/list-tokens reference/manpages/lxc/config/trust/remove reference/manpages/lxc/config/trust/revoke-token reference/manpages/lxc/config/trust/show reference/manpages/lxc/config/uefi reference/manpages/lxc/config/uefi/edit reference/manpages/lxc/config/uefi/get reference/manpages/lxc/config/uefi/set reference/manpages/lxc/config/uefi/show reference/manpages/lxc/config/uefi/unset reference/manpages/lxc/config/unset reference/manpages/lxc/console reference/manpages/lxc/copy reference/manpages/lxc/delete reference/manpages/lxc/exec reference/manpages/lxc/export reference/manpages/lxc/file reference/manpages/lxc/file/create reference/manpages/lxc/file/delete reference/manpages/lxc/file/edit reference/manpages/lxc/file/mount reference/manpages/lxc/file/pull reference/manpages/lxc/file/push reference/manpages/lxc/image reference/manpages/lxc/image/alias reference/manpages/lxc/image/alias/create reference/manpages/lxc/image/alias/delete reference/manpages/lxc/image/alias/list reference/manpages/lxc/image/alias/rename reference/manpages/lxc/image/copy reference/manpages/lxc/image/delete reference/manpages/lxc/image/edit reference/manpages/lxc/image/export reference/manpages/lxc/image/get-property reference/manpages/lxc/image/import reference/manpages/lxc/image/info reference/manpages/lxc/image/list reference/manpages/lxc/image/refresh reference/manpages/lxc/image/set-property reference/manpages/lxc/image/show reference/manpages/lxc/image/unset-property reference/manpages/lxc/import reference/manpages/lxc/info reference/manpages/lxc/init reference/manpages/lxc/launch reference/manpages/lxc/list reference/manpages/lxc/manpage reference/manpages/lxc/monitor reference/manpages/lxc/move reference/manpages/lxc/network reference/manpages/lxc/network/acl reference/manpages/lxc/network/acl/create reference/manpages/lxc/network/acl/delete reference/manpages/lxc/network/acl/edit reference/manpages/lxc/network/acl/get reference/manpages/lxc/network/acl/list reference/manpages/lxc/network/acl/rename reference/manpages/lxc/network/acl/rule reference/manpages/lxc/network/acl/rule/add reference/manpages/lxc/network/acl/rule/remove reference/manpages/lxc/network/acl/set reference/manpages/lxc/network/acl/show reference/manpages/lxc/network/acl/show-log reference/manpages/lxc/network/acl/unset reference/manpages/lxc/network/attach reference/manpages/lxc/network/attach-profile reference/manpages/lxc/network/create reference/manpages/lxc/network/delete reference/manpages/lxc/network/detach reference/manpages/lxc/network/detach-profile reference/manpages/lxc/network/edit reference/manpages/lxc/network/forward reference/manpages/lxc/network/forward/create reference/manpages/lxc/network/forward/delete reference/manpages/lxc/network/forward/edit reference/manpages/lxc/network/forward/get reference/manpages/lxc/network/forward/list reference/manpages/lxc/network/forward/port reference/manpages/lxc/network/forward/port/add reference/manpages/lxc/network/forward/port/remove reference/manpages/lxc/network/forward/set reference/manpages/lxc/network/forward/show reference/manpages/lxc/network/forward/unset reference/manpages/lxc/network/get reference/manpages/lxc/network/info reference/manpages/lxc/network/list reference/manpages/lxc/network/list-allocations reference/manpages/lxc/network/list-leases reference/manpages/lxc/network/load-balancer reference/manpages/lxc/network/load-balancer/backend reference/manpages/lxc/network/load-balancer/backend/add reference/manpages/lxc/network/load-balancer/backend/remove reference/manpages/lxc/network/load-balancer/create reference/manpages/lxc/network/load-balancer/delete reference/manpages/lxc/network/load-balancer/edit reference/manpages/lxc/network/load-balancer/get reference/manpages/lxc/network/load-balancer/list reference/manpages/lxc/network/load-balancer/port reference/manpages/lxc/network/load-balancer/port/add reference/manpages/lxc/network/load-balancer/port/remove reference/manpages/lxc/network/load-balancer/set reference/manpages/lxc/network/load-balancer/show reference/manpages/lxc/network/load-balancer/unset reference/manpages/lxc/network/peer reference/manpages/lxc/network/peer/create reference/manpages/lxc/network/peer/delete reference/manpages/lxc/network/peer/edit reference/manpages/lxc/network/peer/get reference/manpages/lxc/network/peer/list reference/manpages/lxc/network/peer/set reference/manpages/lxc/network/peer/show reference/manpages/lxc/network/peer/unset reference/manpages/lxc/network/rename reference/manpages/lxc/network/set reference/manpages/lxc/network/show reference/manpages/lxc/network/unset reference/manpages/lxc/network/zone reference/manpages/lxc/network/zone/create reference/manpages/lxc/network/zone/delete reference/manpages/lxc/network/zone/edit reference/manpages/lxc/network/zone/get reference/manpages/lxc/network/zone/list reference/manpages/lxc/network/zone/record reference/manpages/lxc/network/zone/record/create reference/manpages/lxc/network/zone/record/delete reference/manpages/lxc/network/zone/record/edit reference/manpages/lxc/network/zone/record/entry reference/manpages/lxc/network/zone/record/entry/add reference/manpages/lxc/network/zone/record/entry/remove reference/manpages/lxc/network/zone/record/get reference/manpages/lxc/network/zone/record/list reference/manpages/lxc/network/zone/record/set reference/manpages/lxc/network/zone/record/show reference/manpages/lxc/network/zone/record/unset reference/manpages/lxc/network/zone/set reference/manpages/lxc/network/zone/show reference/manpages/lxc/network/zone/unset reference/manpages/lxc/operation reference/manpages/lxc/operation/delete reference/manpages/lxc/operation/list reference/manpages/lxc/operation/show reference/manpages/lxc/pause reference/manpages/lxc/profile reference/manpages/lxc/profile/add reference/manpages/lxc/profile/assign reference/manpages/lxc/profile/copy reference/manpages/lxc/profile/create reference/manpages/lxc/profile/delete reference/manpages/lxc/profile/device reference/manpages/lxc/profile/device/add reference/manpages/lxc/profile/device/get reference/manpages/lxc/profile/device/list reference/manpages/lxc/profile/device/remove reference/manpages/lxc/profile/device/set reference/manpages/lxc/profile/device/show reference/manpages/lxc/profile/device/unset reference/manpages/lxc/profile/edit reference/manpages/lxc/profile/get reference/manpages/lxc/profile/list reference/manpages/lxc/profile/remove reference/manpages/lxc/profile/rename reference/manpages/lxc/profile/set reference/manpages/lxc/profile/show reference/manpages/lxc/profile/unset reference/manpages/lxc/project reference/manpages/lxc/project/create reference/manpages/lxc/project/delete reference/manpages/lxc/project/edit reference/manpages/lxc/project/get reference/manpages/lxc/project/info reference/manpages/lxc/project/list reference/manpages/lxc/project/rename reference/manpages/lxc/project/set reference/manpages/lxc/project/show reference/manpages/lxc/project/switch reference/manpages/lxc/project/unset reference/manpages/lxc/publish reference/manpages/lxc/query reference/manpages/lxc/rebuild reference/manpages/lxc/remote reference/manpages/lxc/remote/add reference/manpages/lxc/remote/get-default reference/manpages/lxc/remote/list reference/manpages/lxc/remote/remove reference/manpages/lxc/remote/rename reference/manpages/lxc/remote/set-url reference/manpages/lxc/remote/switch reference/manpages/lxc/rename reference/manpages/lxc/restart reference/manpages/lxc/restore reference/manpages/lxc/snapshot reference/manpages/lxc/start reference/manpages/lxc/stop reference/manpages/lxc/storage reference/manpages/lxc/storage/bucket reference/manpages/lxc/storage/bucket/create reference/manpages/lxc/storage/bucket/delete reference/manpages/lxc/storage/bucket/edit reference/manpages/lxc/storage/bucket/get reference/manpages/lxc/storage/bucket/key reference/manpages/lxc/storage/bucket/key/create reference/manpages/lxc/storage/bucket/key/delete reference/manpages/lxc/storage/bucket/key/edit reference/manpages/lxc/storage/bucket/key/list reference/manpages/lxc/storage/bucket/key/show reference/manpages/lxc/storage/bucket/list reference/manpages/lxc/storage/bucket/set reference/manpages/lxc/storage/bucket/show reference/manpages/lxc/storage/bucket/unset reference/manpages/lxc/storage/create reference/manpages/lxc/storage/delete reference/manpages/lxc/storage/edit reference/manpages/lxc/storage/get reference/manpages/lxc/storage/info reference/manpages/lxc/storage/list reference/manpages/lxc/storage/set reference/manpages/lxc/storage/show reference/manpages/lxc/storage/unset reference/manpages/lxc/storage/volume reference/manpages/lxc/storage/volume/attach reference/manpages/lxc/storage/volume/attach-profile reference/manpages/lxc/storage/volume/copy reference/manpages/lxc/storage/volume/create reference/manpages/lxc/storage/volume/delete reference/manpages/lxc/storage/volume/detach reference/manpages/lxc/storage/volume/detach-profile reference/manpages/lxc/storage/volume/edit reference/manpages/lxc/storage/volume/export reference/manpages/lxc/storage/volume/get reference/manpages/lxc/storage/volume/import reference/manpages/lxc/storage/volume/info reference/manpages/lxc/storage/volume/list reference/manpages/lxc/storage/volume/move reference/manpages/lxc/storage/volume/rename reference/manpages/lxc/storage/volume/restore reference/manpages/lxc/storage/volume/set reference/manpages/lxc/storage/volume/show reference/manpages/lxc/storage/volume/snapshot reference/manpages/lxc/storage/volume/unset reference/manpages/lxc/version reference/manpages/lxc/warning reference/manpages/lxc/warning/acknowledge reference/manpages/lxc/warning/delete reference/manpages/lxc/warning/list reference/manpages/lxc/warning/show internals environment reference/uefi_variables daemon-behavior syscall-interception userns-idmap reference/ovn-internals reference/vm_live_migration_internals resolving references... /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/stable-5.21/lib/python3.12/site-packages/cairocffi/surfaces.py:68: RemovedInSphinx90Warning: Sphinx 9 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. filename = filename.encode(sys.getfilesystemencoding()) processing lxd.tex: done writing... done copying images... [ 1%] images/ui_security_warning.png copying images... [ 2%] images/ui_set_up_certificates.png copying images... [ 3%] images/ui_set_up_existing_cert.png copying images... [ 5%] images/tutorial/create_instance.png copying images... [ 6%] images/tutorial/create_vm.png copying images... [ 7%] images/tutorial/create_desktop_vm.png copying images... [ 8%] images/tutorial/instances.png copying images... [ 9%] images/tutorial/instance_summary.png copying images... [ 10%] images/tutorial/yaml_configuration.png copying images... [ 11%] images/tutorial/desktop_console.png copying images... [ 13%] images/tutorial/resource_limits.png copying images... [ 14%] images/tutorial/root_disk_size.png copying images... [ 15%] images/tutorial/broken_terminal.png copying images... [ 16%] images/tutorial/add_disk_device.png copying images... [ 17%] images/tutorial/hello_world_desktop.png copying images... [ 18%] images/tutorial/create_project.png copying images... [ 20%] images/ui_console.png copying images... [ 21%] images/auth/entra-id/1-app-registrations.png copying images... [ 22%] images/auth/entra-id/2-app-name.png copying images... [ 23%] images/auth/entra-id/3-redirect-uri.png copying images... [ 24%] images/auth/entra-id/4-authentication.png copying images... [ 25%] images/auth/entra-id/5-public-client-flows.png copying images... [ 26%] images/auth/entra-id/6-api-permissions.png copying images... [ 28%] images/auth/entra-id/7-add-a-permission.png copying images... [ 29%] images/auth/entra-id/8-graph-api.png copying images... [ 30%] images/auth/entra-id/9-delegated-permissions.png copying images... [ 31%] images/auth/entra-id/10-openid-permissions.png copying images... [ 32%] images/auth/entra-id/11-client-id.png copying images... [ 33%] images/auth/entra-id/12-discovery-url.png copying images... [ 34%] images/auth/entra-id/13-keycloak-identity-providers.png copying images... [ 36%] images/auth/entra-id/14-keycloak-microsoft.png copying images... [ 37%] images/auth/entra-id/15-keycloak-broker-redirect-uri.png copying images... [ 38%] images/auth/entra-id/16-app-name-keycloak.png copying images... [ 39%] images/auth/entra-id/17-redirect-uri-keycloak.png copying images... [ 40%] images/auth/entra-id/18-certificates-and-secrets.png copying images... [ 41%] images/auth/entra-id/19-new-client-secret.png copying images... [ 43%] images/auth/entra-id/20-copy-client-secret.png copying images... [ 44%] images/auth/entra-id/21-paste-client-secret.png copying images... [ 45%] images/auth/entra-id/22-paste-client-id.png copying images... [ 46%] images/auth/entra-id/23-copy-tenant-id.png copying images... [ 47%] images/auth/entra-id/24-paste-tenant-id.png copying images... [ 48%] images/auth/entra-id/25-keycloak-clients.png copying images... [ 49%] images/auth/entra-id/26-keycloak-new-client.png copying images... [ 51%] images/auth/entra-id/27-keycloak-client-name-and-id.png copying images... [ 52%] images/auth/entra-id/28-keycloak-device-flow.png copying images... [ 53%] images/auth/entra-id/29-keycloak-redirect-uri.png copying images... [ 54%] images/auth/entra-id/30-keycloak-realm-settings.png copying images... [ 55%] images/UI/create_instance_ex1.png copying images... [ 56%] images/UI/create_instance_ex2.png copying images... [ 57%] images/UI/create_instance_ex2-2.png copying images... [ 59%] images/UI/create_instance_ex3.png copying images... [ 60%] images/UI/create_instance_ex4.png copying images... [ 61%] images/UI/limits_memory_example.png copying images... [ 62%] images/UI/routed_nic_create_instance.png copying images... [ 63%] images/UI/snapshots_daily.png copying images... [ 64%] images/UI/snapshots_cron.png copying images... [ 66%] images/UI/create_project.png copying images... [ 67%] images/UI/create_restr_project1.png copying images... [ 68%] images/UI/create_restr_project2.png copying images... [ 69%] images/UI/forwards_view.png copying images... [ 70%] images/UI/forward_edit_ex1.png copying images... [ 71%] images/UI/forward_create_ovn.png copying images... [ 72%] images/UI/forward_create_bridge.png copying images... [ 74%] images/UI/forward_create_port.png copying images... [ 75%] images/UI/forward_edit_ex2.png copying images... [ 76%] images/UI/forward_delete.png copying images... [ 77%] images/grafana_welcome.png copying images... [ 78%] images/grafana_select_prometheus.png copying images... [ 79%] images/grafana_configure_prometheus.png copying images... [ 80%] images/grafana_select_loki.png copying images... [ 82%] images/grafana_configure_loki.png copying images... [ 83%] images/grafana_dashboard_import.png copying images... [ 84%] images/grafana_dashboard_select_datasource.png copying images... [ 85%] images/grafana_resources.png copying images... [ 86%] images/grafana_instances.png copying images... [ 87%] images/application-vs-system-containers.svg copying images... [ 89%] images/virtual-machines-vs-system-containers.svg copying images... [ 90%] images/ovn_networking_1.svg copying images... [ 91%] images/ovn_networking_2.svg copying images... [ 92%] images/ovn/ovn-uplink-bridge-ovs.svg copying images... [ 93%] images/ovn/ovn-uplink-physical.svg copying images... [ 94%] images/ovn/ovn-uplink-bridge-native.svg copying images... [ 95%] images/ovn/ovn-network.svg copying images... [ 97%] images/ovn/ovn-integration-bridge-container.svg copying images... [ 98%] images/ovn/ovn-integration-bridge-vm.svg copying images... [ 99%] images/vm_live_migration_flowchart.svg copying images... [100%] images/vm_live_migration_state_diagram.svg Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/stable-5.21/_readthedocs/pdf/sphinxmessages.sty build succeeded. The LaTeX files are in ../_readthedocs/pdf. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). [rtd-command-info] start-time: 2025-04-07T16:03:48.454488Z, end-time: 2025-04-07T16:03:48.490652Z, duration: 0, exit-code: 0 cat latexmkrc $latex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $pdflatex = 'xelatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $lualatex = 'lualatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $xelatex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $makeindex = 'internal xindy ' . $ENV{'XINDYOPTS'} . ' %O -o %D %S'; sub xindy { my @args = @_; if (-z $args[-1]) { # create an empty .ind file if .idx is empty open(FH, ">" . $args[-2]); close(FH); return 0; } else { return system("xindy", @args); } } add_cus_dep( "glo", "gls", 0, "makeglo" ); sub makeglo { return system( "makeindex -s gglo.ist -o '$_[0].gls' '$_[0].glo'" ); } [rtd-command-info] start-time: 2025-04-07T16:03:48.551249Z, end-time: 2025-04-07T16:05:57.258838Z, duration: 128, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=canonical-lxd -interaction=nonstopmode ... (truncated) ... Command output too long. Truncated to last 1MB. 19] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 720 unde fined on input line 74026. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 720 undefined on input line 74026. LaTeX Warning: Reference `LastPage' on page 720 undefined on input line 74069. [720] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 721 unde fined on input line 74076. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 721 undefined on input line 74076. LaTeX Warning: Reference `LastPage' on page 721 undefined on input line 74141. [721] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 722 unde fined on input line 74145. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 722 undefined on input line 74145. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 722 unde fined on input line 74204. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 722 undefined on input line 74204. LaTeX Warning: Reference `LastPage' on page 722 undefined on input line 74217. [722] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 723 unde fined on input line 74246. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 723 undefined on input line 74246. LaTeX Warning: Hyper reference `reference/manpages/lxc/file/create:lxc-file-cre ate-md' on page 723 undefined on input line 74250. LaTeX Warning: Reference `reference/manpages/lxc/file/create:lxc-file-create-md ' on page 723 undefined on input line 74250. LaTeX Warning: Hyper reference `reference/manpages/lxc/file/delete:lxc-file-del ete-md' on page 723 undefined on input line 74254. LaTeX Warning: Reference `reference/manpages/lxc/file/delete:lxc-file-delete-md ' on page 723 undefined on input line 74254. LaTeX Warning: Hyper reference `reference/manpages/lxc/file/edit:lxc-file-edit- md' on page 723 undefined on input line 74258. LaTeX Warning: Reference `reference/manpages/lxc/file/edit:lxc-file-edit-md' on page 723 undefined on input line 74258. LaTeX Warning: Hyper reference `reference/manpages/lxc/file/mount:lxc-file-moun t-md' on page 723 undefined on input line 74262. LaTeX Warning: Reference `reference/manpages/lxc/file/mount:lxc-file-mount-md' on page 723 undefined on input line 74262. LaTeX Warning: Hyper reference `reference/manpages/lxc/file/pull:lxc-file-pull- md' on page 723 undefined on input line 74266. LaTeX Warning: Reference `reference/manpages/lxc/file/pull:lxc-file-pull-md' on page 723 undefined on input line 74266. LaTeX Warning: Hyper reference `reference/manpages/lxc/file/push:lxc-file-push- md' on page 723 undefined on input line 74270. LaTeX Warning: Reference `reference/manpages/lxc/file/push:lxc-file-push-md' on page 723 undefined on input line 74270. LaTeX Warning: Reference `LastPage' on page 723 undefined on input line 74304. [723] LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 724 undefined on input line 74334. LaTeX Warning: Reference `reference/manpages/lxc/file:lxc-file-md' on page 724 undefined on input line 74334. LaTeX Warning: Reference `LastPage' on page 724 undefined on input line 74372. [724] LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 725 undefined on input line 74376. LaTeX Warning: Reference `reference/manpages/lxc/file:lxc-file-md' on page 725 undefined on input line 74376. LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 725 undefined on input line 74418. LaTeX Warning: Reference `reference/manpages/lxc/file:lxc-file-md' on page 725 undefined on input line 74418. LaTeX Warning: Reference `LastPage' on page 725 undefined on input line 74459. [725] LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 726 undefined on input line 74477. LaTeX Warning: Reference `reference/manpages/lxc/file:lxc-file-md' on page 726 undefined on input line 74477. LaTeX Warning: Reference `LastPage' on page 726 undefined on input line 74531. [726] LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 727 undefined on input line 74535. LaTeX Warning: Reference `reference/manpages/lxc/file:lxc-file-md' on page 727 undefined on input line 74535. LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 727 undefined on input line 74596. LaTeX Warning: Reference `reference/manpages/lxc/file:lxc-file-md' on page 727 undefined on input line 74596. LaTeX Warning: Reference `LastPage' on page 727 undefined on input line 74609. [727] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 728 unde fined on input line 74656. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 728 undefined on input line 74656. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 728 undefined on input line 74660. LaTeX Warning: Reference `reference/manpages/lxc/image/alias:lxc-image-alias-md ' on page 728 undefined on input line 74660. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/copy:lxc-image-cop y-md' on page 728 undefined on input line 74664. LaTeX Warning: Reference `reference/manpages/lxc/image/copy:lxc-image-copy-md' on page 728 undefined on input line 74664. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/delete:lxc-image-d elete-md' on page 728 undefined on input line 74668. LaTeX Warning: Reference `reference/manpages/lxc/image/delete:lxc-image-delete- md' on page 728 undefined on input line 74668. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/edit:lxc-image-edi t-md' on page 728 undefined on input line 74672. LaTeX Warning: Reference `reference/manpages/lxc/image/edit:lxc-image-edit-md' on page 728 undefined on input line 74672. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/export:lxc-image-e xport-md' on page 728 undefined on input line 74676. LaTeX Warning: Reference `reference/manpages/lxc/image/export:lxc-image-export- md' on page 728 undefined on input line 74676. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/get-property:lxc-i mage-get-property-md' on page 728 undefined on input line 74680. LaTeX Warning: Reference `reference/manpages/lxc/image/get-property:lxc-image-g et-property-md' on page 728 undefined on input line 74680. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/import:lxc-image-i mport-md' on page 728 undefined on input line 74684. LaTeX Warning: Reference `reference/manpages/lxc/image/import:lxc-image-import- md' on page 728 undefined on input line 74684. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/info:lxc-image-inf o-md' on page 728 undefined on input line 74688. LaTeX Warning: Reference `reference/manpages/lxc/image/info:lxc-image-info-md' on page 728 undefined on input line 74688. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/list:lxc-image-lis t-md' on page 728 undefined on input line 74692. LaTeX Warning: Reference `reference/manpages/lxc/image/list:lxc-image-list-md' on page 728 undefined on input line 74692. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/refresh:lxc-image- refresh-md' on page 728 undefined on input line 74696. LaTeX Warning: Reference `reference/manpages/lxc/image/refresh:lxc-image-refres h-md' on page 728 undefined on input line 74696. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/set-property:lxc-i mage-set-property-md' on page 728 undefined on input line 74700. LaTeX Warning: Reference `reference/manpages/lxc/image/set-property:lxc-image-s et-property-md' on page 728 undefined on input line 74700. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/show:lxc-image-sho w-md' on page 728 undefined on input line 74704. LaTeX Warning: Reference `reference/manpages/lxc/image/show:lxc-image-show-md' on page 728 undefined on input line 74704. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/unset-property:lxc -image-unset-property-md' on page 728 undefined on input line 74708. LaTeX Warning: Reference `reference/manpages/lxc/image/unset-property:lxc-image -unset-property-md' on page 728 undefined on input line 74708. LaTeX Warning: Reference `LastPage' on page 728 undefined on input line 74715. [728] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 729 undefined on input line 74750. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 72 9 undefined on input line 74750. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias/create:lxc-i mage-alias-create-md' on page 729 undefined on input line 74754. LaTeX Warning: Reference `reference/manpages/lxc/image/alias/create:lxc-image-a lias-create-md' on page 729 undefined on input line 74754. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias/delete:lxc-i mage-alias-delete-md' on page 729 undefined on input line 74758. LaTeX Warning: Reference `reference/manpages/lxc/image/alias/delete:lxc-image-a lias-delete-md' on page 729 undefined on input line 74758. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias/list:lxc-ima ge-alias-list-md' on page 729 undefined on input line 74762. LaTeX Warning: Reference `reference/manpages/lxc/image/alias/list:lxc-image-ali as-list-md' on page 729 undefined on input line 74762. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias/rename:lxc-i mage-alias-rename-md' on page 729 undefined on input line 74766. LaTeX Warning: Reference `reference/manpages/lxc/image/alias/rename:lxc-image-a lias-rename-md' on page 729 undefined on input line 74766. LaTeX Warning: Reference `LastPage' on page 729 undefined on input line 74801. [729] LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 730 undefined on input line 74808. LaTeX Warning: Reference `reference/manpages/lxc/image/alias:lxc-image-alias-md ' on page 730 undefined on input line 74808. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 730 undefined on input line 74850. LaTeX Warning: Reference `reference/manpages/lxc/image/alias:lxc-image-alias-md ' on page 730 undefined on input line 74850. LaTeX Warning: Reference `LastPage' on page 730 undefined on input line 74884. [730] LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 731 undefined on input line 74902. LaTeX Warning: Reference `reference/manpages/lxc/image/alias:lxc-image-alias-md ' on page 731 undefined on input line 74902. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 731 undefined on input line 74944. LaTeX Warning: Reference `reference/manpages/lxc/image/alias:lxc-image-alias-md ' on page 731 undefined on input line 74944. LaTeX Warning: Reference `LastPage' on page 731 undefined on input line 74967. [731] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 732 undefined on input line 75004. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 73 2 undefined on input line 75004. LaTeX Warning: Reference `LastPage' on page 732 undefined on input line 75042. [732] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 733 undefined on input line 75046. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 73 3 undefined on input line 75046. LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 733 undefined on input line 75099. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 73 3 undefined on input line 75099. LaTeX Warning: Reference `LastPage' on page 733 undefined on input line 75126. [733] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 734 undefined on input line 75151. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 73 4 undefined on input line 75151. LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 734 undefined on input line 75193. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 73 4 undefined on input line 75193. LaTeX Warning: Reference `LastPage' on page 734 undefined on input line 75206. [734] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 735 undefined on input line 75249. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 73 5 undefined on input line 75249. LaTeX Warning: Reference `LastPage' on page 735 undefined on input line 75280. [735] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 736 undefined on input line 75298. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 73 6 undefined on input line 75298. LaTeX Warning: Reference `LastPage' on page 736 undefined on input line 75360. [736] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 737 undefined on input line 75378. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 73 7 undefined on input line 75378. LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 737 undefined on input line 75420. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 73 7 undefined on input line 75420. LaTeX Warning: Reference `LastPage' on page 737 undefined on input line 75444. [737] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 738 undefined on input line 75462. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 73 8 undefined on input line 75462. LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 738 undefined on input line 75511. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 73 8 undefined on input line 75511. LaTeX Warning: Reference `LastPage' on page 738 undefined on input line 75524. [738] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 739 undefined on input line 75553. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 73 9 undefined on input line 75553. LaTeX Warning: Reference `LastPage' on page 739 undefined on input line 75604. [739] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 740 unde fined on input line 75611. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 740 undefined on input line 75611. LaTeX Warning: Reference `LastPage' on page 740 undefined on input line 75669. [740] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 741 unde fined on input line 75673. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 741 undefined on input line 75673. LaTeX Warning: Reference `LastPage' on page 741 undefined on input line 75742. [741] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 742 unde fined on input line 75749. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 742 undefined on input line 75749. LaTeX Warning: Reference `LastPage' on page 742 undefined on input line 75808. [742] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 743 unde fined on input line 75829. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 743 undefined on input line 75829. Underfull \hbox (badness 10000) in paragraph at lines 75874--75876 []\TU/Ubuntu(0)/m/sc/10.95 A regular expression matching a configuration item o r its value. (e.g. LaTeX Warning: Reference `LastPage' on page 743 undefined on input line 75890. [743] LaTeX Warning: Reference `LastPage' on page 744 undefined on input line 75969. [744] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 745 unde fined on input line 75976. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 745 undefined on input line 75976. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 745 unde fined on input line 76025. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 745 undefined on input line 76025. LaTeX Warning: Reference `LastPage' on page 745 undefined on input line 76052. [745] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 746 unde fined on input line 76095. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 746 undefined on input line 76095. LaTeX Warning: Reference `LastPage' on page 746 undefined on input line 76134. [746] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 747 unde fined on input line 76188. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 747 undefined on input line 76188. LaTeX Warning: Reference `LastPage' on page 747 undefined on input line 76195. [747] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 748 unde fined on input line 76230. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 748 undefined on input line 76230. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 748 undefined on input line 76234. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 748 undefined on input line 76234. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/attach:lxc-netwo rk-attach-md' on page 748 undefined on input line 76238. LaTeX Warning: Reference `reference/manpages/lxc/network/attach:lxc-network-att ach-md' on page 748 undefined on input line 76238. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/attach-profile:l xc-network-attach-profile-md' on page 748 undefined on input line 76242. LaTeX Warning: Reference `reference/manpages/lxc/network/attach-profile:lxc-net work-attach-profile-md' on page 748 undefined on input line 76242. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/create:lxc-netwo rk-create-md' on page 748 undefined on input line 76246. LaTeX Warning: Reference `reference/manpages/lxc/network/create:lxc-network-cre ate-md' on page 748 undefined on input line 76246. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/delete:lxc-netwo rk-delete-md' on page 748 undefined on input line 76250. LaTeX Warning: Reference `reference/manpages/lxc/network/delete:lxc-network-del ete-md' on page 748 undefined on input line 76250. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/detach:lxc-netwo rk-detach-md' on page 748 undefined on input line 76254. LaTeX Warning: Reference `reference/manpages/lxc/network/detach:lxc-network-det ach-md' on page 748 undefined on input line 76254. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/detach-profile:l xc-network-detach-profile-md' on page 748 undefined on input line 76258. LaTeX Warning: Reference `reference/manpages/lxc/network/detach-profile:lxc-net work-detach-profile-md' on page 748 undefined on input line 76258. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/edit:lxc-network -edit-md' on page 748 undefined on input line 76262. LaTeX Warning: Reference `reference/manpages/lxc/network/edit:lxc-network-edit- md' on page 748 undefined on input line 76262. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 748 undefined on input line 76266. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 748 undefined on input line 76266. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/get:lxc-network- get-md' on page 748 undefined on input line 76270. LaTeX Warning: Reference `reference/manpages/lxc/network/get:lxc-network-get-md ' on page 748 undefined on input line 76270. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/info:lxc-network -info-md' on page 748 undefined on input line 76274. LaTeX Warning: Reference `reference/manpages/lxc/network/info:lxc-network-info- md' on page 748 undefined on input line 76274. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/list:lxc-network -list-md' on page 748 undefined on input line 76278. LaTeX Warning: Reference `reference/manpages/lxc/network/list:lxc-network-list- md' on page 748 undefined on input line 76278. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/list-allocations :lxc-network-list-allocations-md' on page 748 undefined on input line 76282. LaTeX Warning: Reference `reference/manpages/lxc/network/list-allocations:lxc-n etwork-list-allocations-md' on page 748 undefined on input line 76282. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/list-leases:lxc- network-list-leases-md' on page 748 undefined on input line 76286. LaTeX Warning: Reference `reference/manpages/lxc/network/list-leases:lxc-networ k-list-leases-md' on page 748 undefined on input line 76286. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 748 undefined on input line 76290. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 748 undefined on input line 76290. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 748 undefined on input line 76294. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 748 undefined on input line 76294. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/rename:lxc-netwo rk-rename-md' on page 748 undefined on input line 76298. LaTeX Warning: Reference `reference/manpages/lxc/network/rename:lxc-network-ren ame-md' on page 748 undefined on input line 76298. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/set:lxc-network- set-md' on page 748 undefined on input line 76302. LaTeX Warning: Reference `reference/manpages/lxc/network/set:lxc-network-set-md ' on page 748 undefined on input line 76302. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/show:lxc-network -show-md' on page 748 undefined on input line 76306. LaTeX Warning: Reference `reference/manpages/lxc/network/show:lxc-network-show- md' on page 748 undefined on input line 76306. LaTeX Warning: Reference `LastPage' on page 748 undefined on input line 76308. [748] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/unset:lxc-networ k-unset-md' on page 749 undefined on input line 76310. LaTeX Warning: Reference `reference/manpages/lxc/network/unset:lxc-network-unse t-md' on page 749 undefined on input line 76310. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 749 undefined on input line 76314. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 749 undefined on input line 76314. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 749 undefined on input line 76356. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 749 undefined on input line 76356. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/create:lxc-n etwork-acl-create-md' on page 749 undefined on input line 76360. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/create:lxc-network -acl-create-md' on page 749 undefined on input line 76360. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/delete:lxc-n etwork-acl-delete-md' on page 749 undefined on input line 76364. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/delete:lxc-network -acl-delete-md' on page 749 undefined on input line 76364. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/edit:lxc-net work-acl-edit-md' on page 749 undefined on input line 76368. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/edit:lxc-network-a cl-edit-md' on page 749 undefined on input line 76368. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/get:lxc-netw ork-acl-get-md' on page 749 undefined on input line 76372. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/get:lxc-network-ac l-get-md' on page 749 undefined on input line 76372. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/list:lxc-net work-acl-list-md' on page 749 undefined on input line 76376. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/list:lxc-network-a cl-list-md' on page 749 undefined on input line 76376. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rename:lxc-n etwork-acl-rename-md' on page 749 undefined on input line 76380. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rename:lxc-network -acl-rename-md' on page 749 undefined on input line 76380. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule:lxc-net work-acl-rule-md' on page 749 undefined on input line 76384. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule:lxc-network-a cl-rule-md' on page 749 undefined on input line 76384. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/set:lxc-netw ork-acl-set-md' on page 749 undefined on input line 76388. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/set:lxc-network-ac l-set-md' on page 749 undefined on input line 76388. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/show:lxc-net work-acl-show-md' on page 749 undefined on input line 76392. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/show:lxc-network-a cl-show-md' on page 749 undefined on input line 76392. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/show-log:lxc -network-acl-show-log-md' on page 749 undefined on input line 76396. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/show-log:lxc-netwo rk-acl-show-log-md' on page 749 undefined on input line 76396. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/unset:lxc-ne twork-acl-unset-md' on page 749 undefined on input line 76400. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/unset:lxc-network- acl-unset-md' on page 749 undefined on input line 76400. LaTeX Warning: Reference `LastPage' on page 749 undefined on input line 76407. [749] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 750 undefined on input line 76452. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 750 undefined on input line 76452. LaTeX Warning: Reference `LastPage' on page 750 undefined on input line 76487. [750] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 751 undefined on input line 76494. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 751 undefined on input line 76494. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 751 undefined on input line 76536. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 751 undefined on input line 76536. LaTeX Warning: Reference `LastPage' on page 751 undefined on input line 76567. [751] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 752 undefined on input line 76585. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 752 undefined on input line 76585. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 752 undefined on input line 76634. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 752 undefined on input line 76634. LaTeX Warning: Reference `LastPage' on page 752 undefined on input line 76647. [752] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 753 undefined on input line 76676. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 753 undefined on input line 76676. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 753 undefined on input line 76714. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 753 undefined on input line 76714. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule/add:lxc -network-acl-rule-add-md' on page 753 undefined on input line 76718. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule/add:lxc-netwo rk-acl-rule-add-md' on page 753 undefined on input line 76718. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule/remove: lxc-network-acl-rule-remove-md' on page 753 undefined on input line 76722. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule/remove:lxc-ne twork-acl-rule-remove-md' on page 753 undefined on input line 76722. LaTeX Warning: Reference `LastPage' on page 753 undefined on input line 76729. [753] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule:lxc-net work-acl-rule-md' on page 754 undefined on input line 76764. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule:lxc-network-a cl-rule-md' on page 754 undefined on input line 76764. LaTeX Warning: Reference `LastPage' on page 754 undefined on input line 76809. [754] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule:lxc-net work-acl-rule-md' on page 755 undefined on input line 76813. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule:lxc-network-a cl-rule-md' on page 755 undefined on input line 76813. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 755 undefined on input line 76866. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 755 undefined on input line 76866. LaTeX Warning: Reference `LastPage' on page 755 undefined on input line 76890. [755] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 756 undefined on input line 76908. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 756 undefined on input line 76908. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 756 undefined on input line 76950. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 756 undefined on input line 76950. LaTeX Warning: Reference `LastPage' on page 756 undefined on input line 76974. [756] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 757 undefined on input line 76999. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 757 undefined on input line 76999. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 757 undefined on input line 77041. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 757 undefined on input line 77041. LaTeX Warning: Reference `LastPage' on page 757 undefined on input line 77048. [757] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 758 undefined on input line 77083. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 758 undefined on input line 77083. LaTeX Warning: Reference `LastPage' on page 758 undefined on input line 77126. [758] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 759 undefined on input line 77144. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 759 undefined on input line 77144. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 759 undefined on input line 77186. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 759 undefined on input line 77186. LaTeX Warning: Reference `LastPage' on page 759 undefined on input line 77210. [759] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 760 undefined on input line 77228. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 760 undefined on input line 77228. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 760 undefined on input line 77270. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 760 undefined on input line 77270. LaTeX Warning: Reference `LastPage' on page 760 undefined on input line 77294. [760] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 761 undefined on input line 77312. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 761 undefined on input line 77312. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 761 undefined on input line 77354. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 761 undefined on input line 77354. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/create:l xc-network-forward-create-md' on page 761 undefined on input line 77358. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/create:lxc-net work-forward-create-md' on page 761 undefined on input line 77358. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/delete:l xc-network-forward-delete-md' on page 761 undefined on input line 77362. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/delete:lxc-net work-forward-delete-md' on page 761 undefined on input line 77362. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/edit:lxc -network-forward-edit-md' on page 761 undefined on input line 77366. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/edit:lxc-netwo rk-forward-edit-md' on page 761 undefined on input line 77366. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/get:lxc- network-forward-get-md' on page 761 undefined on input line 77370. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/get:lxc-networ k-forward-get-md' on page 761 undefined on input line 77370. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/list:lxc -network-forward-list-md' on page 761 undefined on input line 77374. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/list:lxc-netwo rk-forward-list-md' on page 761 undefined on input line 77374. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port:lxc -network-forward-port-md' on page 761 undefined on input line 77378. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port:lxc-netwo rk-forward-port-md' on page 761 undefined on input line 77378. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/set:lxc- network-forward-set-md' on page 761 undefined on input line 77382. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/set:lxc-networ k-forward-set-md' on page 761 undefined on input line 77382. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/show:lxc -network-forward-show-md' on page 761 undefined on input line 77386. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/show:lxc-netwo rk-forward-show-md' on page 761 undefined on input line 77386. LaTeX Warning: Reference `LastPage' on page 761 undefined on input line 77388. [761] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/unset:lx c-network-forward-unset-md' on page 762 undefined on input line 77390. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/unset:lxc-netw ork-forward-unset-md' on page 762 undefined on input line 77390. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 762 undefined on input line 77450. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 762 undefined on input line 77450. LaTeX Warning: Reference `LastPage' on page 762 undefined on input line 77463. [762] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 763 undefined on input line 77499. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 763 undefined on input line 77499. LaTeX Warning: Reference `LastPage' on page 763 undefined on input line 77544. [763] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 764 undefined on input line 77548. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 764 undefined on input line 77548. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 764 undefined on input line 77597. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 764 undefined on input line 77597. LaTeX Warning: Reference `LastPage' on page 764 undefined on input line 77628. [764] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 765 undefined on input line 77646. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 765 undefined on input line 77646. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 765 undefined on input line 77684. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 765 undefined on input line 77684. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port/add :lxc-network-forward-port-add-md' on page 765 undefined on input line 77688. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port/add:lxc-n etwork-forward-port-add-md' on page 765 undefined on input line 77688. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port/rem ove:lxc-network-forward-port-remove-md' on page 765 undefined on input line 776 92. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port/remove:lx c-network-forward-port-remove-md' on page 765 undefined on input line 77692. LaTeX Warning: Reference `LastPage' on page 765 undefined on input line 77713. [765] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port:lxc -network-forward-port-md' on page 766 undefined on input line 77741. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port:lxc-netwo rk-forward-port-md' on page 766 undefined on input line 77741. LaTeX Warning: Reference `LastPage' on page 766 undefined on input line 77787. [766] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port:lxc -network-forward-port-md' on page 767 undefined on input line 77791. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port:lxc-netwo rk-forward-port-md' on page 767 undefined on input line 77791. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 767 undefined on input line 77845. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 767 undefined on input line 77845. LaTeX Warning: Reference `LastPage' on page 767 undefined on input line 77869. [767] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 768 undefined on input line 77894. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 768 undefined on input line 77894. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 768 undefined on input line 77943. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 768 undefined on input line 77943. LaTeX Warning: Reference `LastPage' on page 768 undefined on input line 77950. [768] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 769 undefined on input line 77993. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 769 undefined on input line 77993. LaTeX Warning: Reference `LastPage' on page 769 undefined on input line 78035. [769] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 770 undefined on input line 78042. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 770 undefined on input line 78042. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 770 undefined on input line 78092. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 770 undefined on input line 78092. LaTeX Warning: Reference `LastPage' on page 770 undefined on input line 78105. [770] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 771 undefined on input line 78142. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 771 undefined on input line 78142. LaTeX Warning: Reference `LastPage' on page 771 undefined on input line 78184. [771] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 772 undefined on input line 78191. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 772 undefined on input line 78191. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 772 undefined on input line 78233. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 772 undefined on input line 78233. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend:lxc-network-load-balancer-backend-md' on page 772 undefined on input line 78237. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend: lxc-network-load-balancer-backend-md' on page 772 undefined on input line 78237 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/cr eate:lxc-network-load-balancer-create-md' on page 772 undefined on input line 7 8241. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/create:l xc-network-load-balancer-create-md' on page 772 undefined on input line 78241. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/de lete:lxc-network-load-balancer-delete-md' on page 772 undefined on input line 7 8245. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/delete:l xc-network-load-balancer-delete-md' on page 772 undefined on input line 78245. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ed it:lxc-network-load-balancer-edit-md' on page 772 undefined on input line 78249 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/edit:lxc -network-load-balancer-edit-md' on page 772 undefined on input line 78249. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ge t:lxc-network-load-balancer-get-md' on page 772 undefined on input line 78253. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/get:lxc- network-load-balancer-get-md' on page 772 undefined on input line 78253. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/li st:lxc-network-load-balancer-list-md' on page 772 undefined on input line 78257 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/list:lxc -network-load-balancer-list-md' on page 772 undefined on input line 78257. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt:lxc-network-load-balancer-port-md' on page 772 undefined on input line 78261 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port:lxc -network-load-balancer-port-md' on page 772 undefined on input line 78261. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/se t:lxc-network-load-balancer-set-md' on page 772 undefined on input line 78265. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/set:lxc- network-load-balancer-set-md' on page 772 undefined on input line 78265. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/sh ow:lxc-network-load-balancer-show-md' on page 772 undefined on input line 78269 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/show:lxc -network-load-balancer-show-md' on page 772 undefined on input line 78269. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/un set:lxc-network-load-balancer-unset-md' on page 772 undefined on input line 782 73. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/unset:lx c-network-load-balancer-unset-md' on page 772 undefined on input line 78273. LaTeX Warning: Reference `LastPage' on page 772 undefined on input line 78280. [772] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 773 undefined on input line 78311. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 773 undefined on input line 78311. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend/add:lxc-network-load-balancer-backend-add-md' on page 773 undefined on in put line 78315. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend/ add:lxc-network-load-balancer-backend-add-md' on page 773 undefined on input li ne 78315. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend/remove:lxc-network-load-balancer-backend-remove-md' on page 773 undefined on input line 78319. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend/ remove:lxc-network-load-balancer-backend-remove-md' on page 773 undefined on in put line 78319. LaTeX Warning: Reference `LastPage' on page 773 undefined on input line 78361. [773] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend:lxc-network-load-balancer-backend-md' on page 774 undefined on input line 78368. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend: lxc-network-load-balancer-backend-md' on page 774 undefined on input line 78368 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend:lxc-network-load-balancer-backend-md' on page 774 undefined on input line 78417. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend: lxc-network-load-balancer-backend-md' on page 774 undefined on input line 78417 . LaTeX Warning: Reference `LastPage' on page 774 undefined on input line 78441. [774] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 775 undefined on input line 78477. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 775 undefined on input line 78477. LaTeX Warning: Reference `LastPage' on page 775 undefined on input line 78519. [775] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 776 undefined on input line 78526. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 776 undefined on input line 78526. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 776 undefined on input line 78575. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 776 undefined on input line 78575. LaTeX Warning: Reference `LastPage' on page 776 undefined on input line 78596. [776] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 777 undefined on input line 78624. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 777 undefined on input line 78624. LaTeX Warning: Reference `LastPage' on page 777 undefined on input line 78669. [777] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 778 undefined on input line 78673. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 778 undefined on input line 78673. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 778 undefined on input line 78711. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 778 undefined on input line 78711. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt/add:lxc-network-load-balancer-port-add-md' on page 778 undefined on input li ne 78715. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port/add :lxc-network-load-balancer-port-add-md' on page 778 undefined on input line 787 15. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt/remove:lxc-network-load-balancer-port-remove-md' on page 778 undefined on in put line 78719. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port/rem ove:lxc-network-load-balancer-port-remove-md' on page 778 undefined on input li ne 78719. LaTeX Warning: Reference `LastPage' on page 778 undefined on input line 78761. [778] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt:lxc-network-load-balancer-port-md' on page 779 undefined on input line 78768 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port:lxc -network-load-balancer-port-md' on page 779 undefined on input line 78768. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt:lxc-network-load-balancer-port-md' on page 779 undefined on input line 78818 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port:lxc -network-load-balancer-port-md' on page 779 undefined on input line 78818. LaTeX Warning: Reference `LastPage' on page 779 undefined on input line 78831. [779] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 780 undefined on input line 78872. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 780 undefined on input line 78872. LaTeX Warning: Reference `LastPage' on page 780 undefined on input line 78914. [780] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 781 undefined on input line 78921. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 781 undefined on input line 78921. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 781 undefined on input line 78970. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 781 undefined on input line 78970. LaTeX Warning: Reference `LastPage' on page 781 undefined on input line 78983. [781] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 782 undefined on input line 79012. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 782 undefined on input line 79012. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/create:lxc- network-peer-create-md' on page 782 undefined on input line 79016. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/create:lxc-networ k-peer-create-md' on page 782 undefined on input line 79016. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/delete:lxc- network-peer-delete-md' on page 782 undefined on input line 79020. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/delete:lxc-networ k-peer-delete-md' on page 782 undefined on input line 79020. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/edit:lxc-ne twork-peer-edit-md' on page 782 undefined on input line 79024. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/edit:lxc-network- peer-edit-md' on page 782 undefined on input line 79024. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/get:lxc-net work-peer-get-md' on page 782 undefined on input line 79028. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/get:lxc-network-p eer-get-md' on page 782 undefined on input line 79028. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/list:lxc-ne twork-peer-list-md' on page 782 undefined on input line 79032. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/list:lxc-network- peer-list-md' on page 782 undefined on input line 79032. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/set:lxc-net work-peer-set-md' on page 782 undefined on input line 79036. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/set:lxc-network-p eer-set-md' on page 782 undefined on input line 79036. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/show:lxc-ne twork-peer-show-md' on page 782 undefined on input line 79040. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/show:lxc-network- peer-show-md' on page 782 undefined on input line 79040. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/unset:lxc-n etwork-peer-unset-md' on page 782 undefined on input line 79044. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/unset:lxc-network -peer-unset-md' on page 782 undefined on input line 79044. LaTeX Warning: Reference `LastPage' on page 782 undefined on input line 79079. [782] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 783 undefined on input line 79086. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 783 undefined on input line 79086. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 783 undefined on input line 79128. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 783 undefined on input line 79128. LaTeX Warning: Reference `LastPage' on page 783 undefined on input line 79152. [783] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 784 undefined on input line 79170. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 784 undefined on input line 79170. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 784 undefined on input line 79219. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 784 undefined on input line 79219. LaTeX Warning: Reference `LastPage' on page 784 undefined on input line 79232. [784] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 785 undefined on input line 79268. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 785 undefined on input line 79268. LaTeX Warning: Reference `LastPage' on page 785 undefined on input line 79314. [785] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 786 undefined on input line 79321. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 786 undefined on input line 79321. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 786 undefined on input line 79363. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 786 undefined on input line 79363. LaTeX Warning: Reference `LastPage' on page 786 undefined on input line 79394. [786] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 787 undefined on input line 79412. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 787 undefined on input line 79412. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 787 undefined on input line 79454. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 787 undefined on input line 79454. LaTeX Warning: Reference `LastPage' on page 787 undefined on input line 79477. [787] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 788 undefined on input line 79508. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 788 undefined on input line 79508. LaTeX Warning: Reference `LastPage' on page 788 undefined on input line 79553. [788] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 789 undefined on input line 79557. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 789 undefined on input line 79557. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 789 undefined on input line 79607. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 789 undefined on input line 79607. LaTeX Warning: Reference `LastPage' on page 789 undefined on input line 79642. [789] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 790 undefined on input line 79649. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 790 undefined on input line 79649. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/create:lxc- network-zone-create-md' on page 790 undefined on input line 79653. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/create:lxc-networ k-zone-create-md' on page 790 undefined on input line 79653. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/delete:lxc- network-zone-delete-md' on page 790 undefined on input line 79657. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/delete:lxc-networ k-zone-delete-md' on page 790 undefined on input line 79657. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/edit:lxc-ne twork-zone-edit-md' on page 790 undefined on input line 79661. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/edit:lxc-network- zone-edit-md' on page 790 undefined on input line 79661. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/get:lxc-net work-zone-get-md' on page 790 undefined on input line 79665. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/get:lxc-network-z one-get-md' on page 790 undefined on input line 79665. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/list:lxc-ne twork-zone-list-md' on page 790 undefined on input line 79669. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/list:lxc-network- zone-list-md' on page 790 undefined on input line 79669. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 790 undefined on input line 79673. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 790 undefined on input line 79673. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/set:lxc-net work-zone-set-md' on page 790 undefined on input line 79677. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/set:lxc-network-z one-set-md' on page 790 undefined on input line 79677. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/show:lxc-ne twork-zone-show-md' on page 790 undefined on input line 79681. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/show:lxc-network- zone-show-md' on page 790 undefined on input line 79681. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/unset:lxc-n etwork-zone-unset-md' on page 790 undefined on input line 79685. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/unset:lxc-network -zone-unset-md' on page 790 undefined on input line 79685. LaTeX Warning: Reference `LastPage' on page 790 undefined on input line 79730. [790] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 791 undefined on input line 79737. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 791 undefined on input line 79737. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 791 undefined on input line 79779. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 791 undefined on input line 79779. LaTeX Warning: Reference `LastPage' on page 791 undefined on input line 79814. [791] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 792 undefined on input line 79821. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 792 undefined on input line 79821. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 792 undefined on input line 79870. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 792 undefined on input line 79870. LaTeX Warning: Reference `LastPage' on page 792 undefined on input line 79891. [792] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 793 undefined on input line 79920. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 793 undefined on input line 79920. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 793 undefined on input line 79962. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 793 undefined on input line 79962. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/crea te:lxc-network-zone-record-create-md' on page 793 undefined on input line 79966 . LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/create:lxc -network-zone-record-create-md' on page 793 undefined on input line 79966. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/dele te:lxc-network-zone-record-delete-md' on page 793 undefined on input line 79970 . LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/delete:lxc -network-zone-record-delete-md' on page 793 undefined on input line 79970. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/edit :lxc-network-zone-record-edit-md' on page 793 undefined on input line 79974. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/edit:lxc-n etwork-zone-record-edit-md' on page 793 undefined on input line 79974. LaTeX Warning: Reference `LastPage' on page 793 undefined on input line 79976. [793] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y:lxc-network-zone-record-entry-md' on page 794 undefined on input line 79978. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry:lxc- network-zone-record-entry-md' on page 794 undefined on input line 79978. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/get: lxc-network-zone-record-get-md' on page 794 undefined on input line 79982. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/get:lxc-ne twork-zone-record-get-md' on page 794 undefined on input line 79982. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/list :lxc-network-zone-record-list-md' on page 794 undefined on input line 79986. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/list:lxc-n etwork-zone-record-list-md' on page 794 undefined on input line 79986. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/set: lxc-network-zone-record-set-md' on page 794 undefined on input line 79990. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/set:lxc-ne twork-zone-record-set-md' on page 794 undefined on input line 79990. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/show :lxc-network-zone-record-show-md' on page 794 undefined on input line 79994. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/show:lxc-n etwork-zone-record-show-md' on page 794 undefined on input line 79994. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/unse t:lxc-network-zone-record-unset-md' on page 794 undefined on input line 79998. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/unset:lxc- network-zone-record-unset-md' on page 794 undefined on input line 79998. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 794 undefined on input line 80050. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 794 undefined on input line 80050. LaTeX Warning: Reference `LastPage' on page 794 undefined on input line 80057. [794] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 795 undefined on input line 80092. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 795 undefined on input line 80092. LaTeX Warning: Reference `LastPage' on page 795 undefined on input line 80130. [795] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 796 undefined on input line 80134. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 796 undefined on input line 80134. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 796 undefined on input line 80172. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 796 undefined on input line 80172. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y/add:lxc-network-zone-record-entry-add-md' on page 796 undefined on input line 80176. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry/add: lxc-network-zone-record-entry-add-md' on page 796 undefined on input line 80176 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y/remove:lxc-network-zone-record-entry-remove-md' on page 796 undefined on inpu t line 80180. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry/remo ve:lxc-network-zone-record-entry-remove-md' on page 796 undefined on input line 80180. LaTeX Warning: Reference `LastPage' on page 796 undefined on input line 80222. [796] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y:lxc-network-zone-record-entry-md' on page 797 undefined on input line 80229. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry:lxc- network-zone-record-entry-md' on page 797 undefined on input line 80229. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y:lxc-network-zone-record-entry-md' on page 797 undefined on input line 80271. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry:lxc- network-zone-record-entry-md' on page 797 undefined on input line 80271. LaTeX Warning: Reference `LastPage' on page 797 undefined on input line 80295. [797] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 798 undefined on input line 80320. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 798 undefined on input line 80320. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 798 undefined on input line 80369. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 798 undefined on input line 80369. LaTeX Warning: Reference `LastPage' on page 798 undefined on input line 80376. [798] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 799 undefined on input line 80418. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 799 undefined on input line 80418. LaTeX Warning: Reference `LastPage' on page 799 undefined on input line 80456. [799] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 800 undefined on input line 80460. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 800 undefined on input line 80460. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 800 undefined on input line 80509. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 800 undefined on input line 80509. LaTeX Warning: Reference `LastPage' on page 800 undefined on input line 80537. [800] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 801 undefined on input line 80562. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 801 undefined on input line 80562. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 801 undefined on input line 80604. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 801 undefined on input line 80604. LaTeX Warning: Reference `LastPage' on page 801 undefined on input line 80617. [801] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 802 undefined on input line 80653. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 802 undefined on input line 80653. LaTeX Warning: Reference `LastPage' on page 802 undefined on input line 80691. [802] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 803 unde fined on input line 80695. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 803 undefined on input line 80695. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation/delete:lxc-ope ration-delete-md' on page 803 undefined on input line 80699. LaTeX Warning: Reference `reference/manpages/lxc/operation/delete:lxc-operation -delete-md' on page 803 undefined on input line 80699. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation/list:lxc-opera tion-list-md' on page 803 undefined on input line 80703. LaTeX Warning: Reference `reference/manpages/lxc/operation/list:lxc-operation-l ist-md' on page 803 undefined on input line 80703. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation/show:lxc-opera tion-show-md' on page 803 undefined on input line 80707. LaTeX Warning: Reference `reference/manpages/lxc/operation/show:lxc-operation-s how-md' on page 803 undefined on input line 80707. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation:lxc-operation- md' on page 803 undefined on input line 80749. LaTeX Warning: Reference `reference/manpages/lxc/operation:lxc-operation-md' on page 803 undefined on input line 80749. LaTeX Warning: Reference `LastPage' on page 803 undefined on input line 80781. [803] LaTeX Warning: Hyper reference `reference/manpages/lxc/operation:lxc-operation- md' on page 804 undefined on input line 80799. LaTeX Warning: Reference `reference/manpages/lxc/operation:lxc-operation-md' on page 804 undefined on input line 80799. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation:lxc-operation- md' on page 804 undefined on input line 80849. LaTeX Warning: Reference `reference/manpages/lxc/operation:lxc-operation-md' on page 804 undefined on input line 80849. LaTeX Warning: Reference `LastPage' on page 804 undefined on input line 80856. [804] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 805 unde fined on input line 80898. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 805 undefined on input line 80898. LaTeX Warning: Reference `LastPage' on page 805 undefined on input line 80936. [805] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 806 unde fined on input line 80940. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 806 undefined on input line 80940. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/add:lxc-profile- add-md' on page 806 undefined on input line 80944. LaTeX Warning: Reference `reference/manpages/lxc/profile/add:lxc-profile-add-md ' on page 806 undefined on input line 80944. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/assign:lxc-profi le-assign-md' on page 806 undefined on input line 80948. LaTeX Warning: Reference `reference/manpages/lxc/profile/assign:lxc-profile-ass ign-md' on page 806 undefined on input line 80948. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/copy:lxc-profile -copy-md' on page 806 undefined on input line 80952. LaTeX Warning: Reference `reference/manpages/lxc/profile/copy:lxc-profile-copy- md' on page 806 undefined on input line 80952. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/create:lxc-profi le-create-md' on page 806 undefined on input line 80956. LaTeX Warning: Reference `reference/manpages/lxc/profile/create:lxc-profile-cre ate-md' on page 806 undefined on input line 80956. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/delete:lxc-profi le-delete-md' on page 806 undefined on input line 80960. LaTeX Warning: Reference `reference/manpages/lxc/profile/delete:lxc-profile-del ete-md' on page 806 undefined on input line 80960. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 806 undefined on input line 80964. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 806 undefined on input line 80964. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/edit:lxc-profile -edit-md' on page 806 undefined on input line 80968. LaTeX Warning: Reference `reference/manpages/lxc/profile/edit:lxc-profile-edit- md' on page 806 undefined on input line 80968. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/get:lxc-profile- get-md' on page 806 undefined on input line 80972. LaTeX Warning: Reference `reference/manpages/lxc/profile/get:lxc-profile-get-md ' on page 806 undefined on input line 80972. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/list:lxc-profile -list-md' on page 806 undefined on input line 80976. LaTeX Warning: Reference `reference/manpages/lxc/profile/list:lxc-profile-list- md' on page 806 undefined on input line 80976. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/remove:lxc-profi le-remove-md' on page 806 undefined on input line 80980. LaTeX Warning: Reference `reference/manpages/lxc/profile/remove:lxc-profile-rem ove-md' on page 806 undefined on input line 80980. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/rename:lxc-profi le-rename-md' on page 806 undefined on input line 80984. LaTeX Warning: Reference `reference/manpages/lxc/profile/rename:lxc-profile-ren ame-md' on page 806 undefined on input line 80984. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/set:lxc-profile- set-md' on page 806 undefined on input line 80988. LaTeX Warning: Reference `reference/manpages/lxc/profile/set:lxc-profile-set-md ' on page 806 undefined on input line 80988. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/show:lxc-profile -show-md' on page 806 undefined on input line 80992. LaTeX Warning: Reference `reference/manpages/lxc/profile/show:lxc-profile-show- md' on page 806 undefined on input line 80992. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/unset:lxc-profil e-unset-md' on page 806 undefined on input line 80996. LaTeX Warning: Reference `reference/manpages/lxc/profile/unset:lxc-profile-unse t-md' on page 806 undefined on input line 80996. LaTeX Warning: Reference `LastPage' on page 806 undefined on input line 81034. [806] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 807 undefined on input line 81038. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 807 undefined on input line 81038. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 807 undefined on input line 81094. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 807 undefined on input line 81094. LaTeX Warning: Reference `LastPage' on page 807 undefined on input line 81118. [807] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 808 undefined on input line 81144. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 808 undefined on input line 81144. LaTeX Warning: Reference `LastPage' on page 808 undefined on input line 81192. [808] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 809 undefined on input line 81196. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 809 undefined on input line 81196. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 809 undefined on input line 81238. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 809 undefined on input line 81238. LaTeX Warning: Reference `LastPage' on page 809 undefined on input line 81276. [809] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 810 undefined on input line 81280. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 810 undefined on input line 81280. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/add:lxc-p rofile-device-add-md' on page 810 undefined on input line 81284. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/add:lxc-profile -device-add-md' on page 810 undefined on input line 81284. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/get:lxc-p rofile-device-get-md' on page 810 undefined on input line 81288. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/get:lxc-profile -device-get-md' on page 810 undefined on input line 81288. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/list:lxc- profile-device-list-md' on page 810 undefined on input line 81292. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/list:lxc-profil e-device-list-md' on page 810 undefined on input line 81292. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/remove:lx c-profile-device-remove-md' on page 810 undefined on input line 81296. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/remove:lxc-prof ile-device-remove-md' on page 810 undefined on input line 81296. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/set:lxc-p rofile-device-set-md' on page 810 undefined on input line 81300. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/set:lxc-profile -device-set-md' on page 810 undefined on input line 81300. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/show:lxc- profile-device-show-md' on page 810 undefined on input line 81304. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/show:lxc-profil e-device-show-md' on page 810 undefined on input line 81304. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/unset:lxc -profile-device-unset-md' on page 810 undefined on input line 81308. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/unset:lxc-profi le-device-unset-md' on page 810 undefined on input line 81308. LaTeX Warning: Reference `LastPage' on page 810 undefined on input line 81357. [810] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 811 undefined on input line 81361. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 811 undefined on input line 81361. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 811 undefined on input line 81403. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 811 undefined on input line 81403. LaTeX Warning: Reference `LastPage' on page 811 undefined on input line 81441. [811] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 812 undefined on input line 81445. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 812 undefined on input line 81445. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 812 undefined on input line 81487. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 812 undefined on input line 81487. LaTeX Warning: Reference `LastPage' on page 812 undefined on input line 81526. [812] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 813 undefined on input line 81533. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 813 undefined on input line 81533. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 813 undefined on input line 81575. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 813 undefined on input line 81575. LaTeX Warning: Reference `LastPage' on page 813 undefined on input line 81610. [813] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 814 undefined on input line 81617. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 814 undefined on input line 81617. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 814 undefined on input line 81667. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 814 undefined on input line 81667. LaTeX Warning: Reference `LastPage' on page 814 undefined on input line 81688. [814] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 815 undefined on input line 81716. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 815 undefined on input line 81716. LaTeX Warning: Reference `LastPage' on page 815 undefined on input line 81774. [815] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 816 undefined on input line 81781. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 816 undefined on input line 81781. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 816 undefined on input line 81823. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 816 undefined on input line 81823. LaTeX Warning: Reference `LastPage' on page 816 undefined on input line 81847. [816] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 817 undefined on input line 81865. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 817 undefined on input line 81865. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 817 undefined on input line 81918. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 817 undefined on input line 81918. LaTeX Warning: Reference `LastPage' on page 817 undefined on input line 81925. [817] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 818 undefined on input line 81960. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 818 undefined on input line 81960. LaTeX Warning: Reference `LastPage' on page 818 undefined on input line 82005. [818] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 819 undefined on input line 82009. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 819 undefined on input line 82009. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 819 unde fined on input line 82051. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 819 undefined on input line 82051. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/create:lxc-proje ct-create-md' on page 819 undefined on input line 82055. LaTeX Warning: Reference `reference/manpages/lxc/project/create:lxc-project-cre ate-md' on page 819 undefined on input line 82055. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/delete:lxc-proje ct-delete-md' on page 819 undefined on input line 82059. LaTeX Warning: Reference `reference/manpages/lxc/project/delete:lxc-project-del ete-md' on page 819 undefined on input line 82059. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/edit:lxc-project -edit-md' on page 819 undefined on input line 82063. LaTeX Warning: Reference `reference/manpages/lxc/project/edit:lxc-project-edit- md' on page 819 undefined on input line 82063. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/get:lxc-project- get-md' on page 819 undefined on input line 82067. LaTeX Warning: Reference `reference/manpages/lxc/project/get:lxc-project-get-md ' on page 819 undefined on input line 82067. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/info:lxc-project -info-md' on page 819 undefined on input line 82071. LaTeX Warning: Reference `reference/manpages/lxc/project/info:lxc-project-info- md' on page 819 undefined on input line 82071. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/list:lxc-project -list-md' on page 819 undefined on input line 82075. LaTeX Warning: Reference `reference/manpages/lxc/project/list:lxc-project-list- md' on page 819 undefined on input line 82075. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/rename:lxc-proje ct-rename-md' on page 819 undefined on input line 82079. LaTeX Warning: Reference `reference/manpages/lxc/project/rename:lxc-project-ren ame-md' on page 819 undefined on input line 82079. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/set:lxc-project- set-md' on page 819 undefined on input line 82083. LaTeX Warning: Reference `reference/manpages/lxc/project/set:lxc-project-set-md ' on page 819 undefined on input line 82083. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/show:lxc-project -show-md' on page 819 undefined on input line 82087. LaTeX Warning: Reference `reference/manpages/lxc/project/show:lxc-project-show- md' on page 819 undefined on input line 82087. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/switch:lxc-proje ct-switch-md' on page 819 undefined on input line 82091. LaTeX Warning: Reference `reference/manpages/lxc/project/switch:lxc-project-swi tch-md' on page 819 undefined on input line 82091. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/unset:lxc-projec t-unset-md' on page 819 undefined on input line 82095. LaTeX Warning: Reference `reference/manpages/lxc/project/unset:lxc-project-unse t-md' on page 819 undefined on input line 82095. LaTeX Warning: Reference `LastPage' on page 819 undefined on input line 82108. [819] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 820 undefined on input line 82156. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 820 undefined on input line 82156. LaTeX Warning: Reference `LastPage' on page 820 undefined on input line 82180. [820] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 821 undefined on input line 82198. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 821 undefined on input line 82198. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 821 undefined on input line 82248. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 821 undefined on input line 82248. LaTeX Warning: Reference `LastPage' on page 821 undefined on input line 82255. [821] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 822 undefined on input line 82297. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 822 undefined on input line 82297. LaTeX Warning: Reference `LastPage' on page 822 undefined on input line 82339. [822] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 823 undefined on input line 82346. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 823 undefined on input line 82346. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 823 undefined on input line 82395. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 823 undefined on input line 82395. LaTeX Warning: Reference `LastPage' on page 823 undefined on input line 82416. [823] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 824 undefined on input line 82437. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 824 undefined on input line 82437. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 824 undefined on input line 82490. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 824 undefined on input line 82490. LaTeX Warning: Reference `LastPage' on page 824 undefined on input line 82497. [824] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 825 undefined on input line 82532. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 825 undefined on input line 82532. LaTeX Warning: Reference `LastPage' on page 825 undefined on input line 82570. [825] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 826 undefined on input line 82574. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 826 undefined on input line 82574. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 826 undefined on input line 82623. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 826 undefined on input line 82623. LaTeX Warning: Reference `LastPage' on page 826 undefined on input line 82656. [826] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 827 unde fined on input line 82677. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 827 undefined on input line 82677. LaTeX Warning: Reference `LastPage' on page 827 undefined on input line 82730. [827] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 828 unde fined on input line 82737. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 828 undefined on input line 82737. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 828 unde fined on input line 82787. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 828 undefined on input line 82787. LaTeX Warning: Reference `LastPage' on page 828 undefined on input line 82800. [828] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 829 unde fined on input line 82829. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 829 undefined on input line 82829. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/add:lxc-remote-ad d-md' on page 829 undefined on input line 82833. LaTeX Warning: Reference `reference/manpages/lxc/remote/add:lxc-remote-add-md' on page 829 undefined on input line 82833. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/get-default:lxc-r emote-get-default-md' on page 829 undefined on input line 82837. LaTeX Warning: Reference `reference/manpages/lxc/remote/get-default:lxc-remote- get-default-md' on page 829 undefined on input line 82837. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/list:lxc-remote-l ist-md' on page 829 undefined on input line 82841. LaTeX Warning: Reference `reference/manpages/lxc/remote/list:lxc-remote-list-md ' on page 829 undefined on input line 82841. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/remove:lxc-remote -remove-md' on page 829 undefined on input line 82845. LaTeX Warning: Reference `reference/manpages/lxc/remote/remove:lxc-remote-remov e-md' on page 829 undefined on input line 82845. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/rename:lxc-remote -rename-md' on page 829 undefined on input line 82849. LaTeX Warning: Reference `reference/manpages/lxc/remote/rename:lxc-remote-renam e-md' on page 829 undefined on input line 82849. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/set-url:lxc-remot e-set-url-md' on page 829 undefined on input line 82853. LaTeX Warning: Reference `reference/manpages/lxc/remote/set-url:lxc-remote-set- url-md' on page 829 undefined on input line 82853. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/switch:lxc-remote -switch-md' on page 829 undefined on input line 82857. LaTeX Warning: Reference `reference/manpages/lxc/remote/switch:lxc-remote-switc h-md' on page 829 undefined on input line 82857. Underfull \hbox (badness 5622) in paragraph at lines 82879--82882 []\TU/Ubuntu(0)/m/sc/10.95 Basic authentication can be used when combined with the “simplestreams” proto- LaTeX Warning: Reference `LastPage' on page 829 undefined on input line 82888. [829] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 830 undefined on input line 82918. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 830 undefined on input line 82918. LaTeX Warning: Reference `LastPage' on page 830 undefined on input line 82956. [830] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 831 undefined on input line 82960. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 831 undefined on input line 82960. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 831 undefined on input line 83009. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 831 undefined on input line 83009. LaTeX Warning: Reference `LastPage' on page 831 undefined on input line 83044. [831] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 832 undefined on input line 83051. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 832 undefined on input line 83051. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 832 undefined on input line 83093. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 832 undefined on input line 83093. LaTeX Warning: Reference `LastPage' on page 832 undefined on input line 83128. [832] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 833 undefined on input line 83135. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 833 undefined on input line 83135. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 833 undefined on input line 83177. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 833 undefined on input line 83177. LaTeX Warning: Reference `LastPage' on page 833 undefined on input line 83201. [833] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 834 unde fined on input line 83219. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 834 undefined on input line 83219. LaTeX Warning: Reference `LastPage' on page 834 undefined on input line 83270. [834] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 835 unde fined on input line 83274. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 835 undefined on input line 83274. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 835 unde fined on input line 83337. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 835 undefined on input line 83337. LaTeX Warning: Reference `LastPage' on page 835 undefined on input line 83350. [835] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 836 unde fined on input line 83403. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 836 undefined on input line 83403. LaTeX Warning: Reference `LastPage' on page 836 undefined on input line 83427. [836] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 837 unde fined on input line 83454. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 837 undefined on input line 83454. LaTeX Warning: Reference `LastPage' on page 837 undefined on input line 83500. [837] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 838 unde fined on input line 83507. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 838 undefined on input line 83507. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 838 unde fined on input line 83549. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 838 undefined on input line 83549. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 838 undefined on input line 83553. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 838 undefined on input line 83553. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/create:lxc-stora ge-create-md' on page 838 undefined on input line 83557. LaTeX Warning: Reference `reference/manpages/lxc/storage/create:lxc-storage-cre ate-md' on page 838 undefined on input line 83557. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/delete:lxc-stora ge-delete-md' on page 838 undefined on input line 83561. LaTeX Warning: Reference `reference/manpages/lxc/storage/delete:lxc-storage-del ete-md' on page 838 undefined on input line 83561. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/edit:lxc-storage -edit-md' on page 838 undefined on input line 83565. LaTeX Warning: Reference `reference/manpages/lxc/storage/edit:lxc-storage-edit- md' on page 838 undefined on input line 83565. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/get:lxc-storage- get-md' on page 838 undefined on input line 83569. LaTeX Warning: Reference `reference/manpages/lxc/storage/get:lxc-storage-get-md ' on page 838 undefined on input line 83569. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/info:lxc-storage -info-md' on page 838 undefined on input line 83573. LaTeX Warning: Reference `reference/manpages/lxc/storage/info:lxc-storage-info- md' on page 838 undefined on input line 83573. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/list:lxc-storage -list-md' on page 838 undefined on input line 83577. LaTeX Warning: Reference `reference/manpages/lxc/storage/list:lxc-storage-list- md' on page 838 undefined on input line 83577. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/set:lxc-storage- set-md' on page 838 undefined on input line 83581. LaTeX Warning: Reference `reference/manpages/lxc/storage/set:lxc-storage-set-md ' on page 838 undefined on input line 83581. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/show:lxc-storage -show-md' on page 838 undefined on input line 83585. LaTeX Warning: Reference `reference/manpages/lxc/storage/show:lxc-storage-show- md' on page 838 undefined on input line 83585. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/unset:lxc-storag e-unset-md' on page 838 undefined on input line 83589. LaTeX Warning: Reference `reference/manpages/lxc/storage/unset:lxc-storage-unse t-md' on page 838 undefined on input line 83589. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 838 undefined on input line 83593. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 838 undefined on input line 83593. LaTeX Warning: Reference `LastPage' on page 838 undefined on input line 83600. [838] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 839 undefined on input line 83635. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 839 undefined on input line 83635. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/create:lx c-storage-bucket-create-md' on page 839 undefined on input line 83639. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/create:lxc-stor age-bucket-create-md' on page 839 undefined on input line 83639. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/delete:lx c-storage-bucket-delete-md' on page 839 undefined on input line 83643. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/delete:lxc-stor age-bucket-delete-md' on page 839 undefined on input line 83643. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/edit:lxc- storage-bucket-edit-md' on page 839 undefined on input line 83647. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/edit:lxc-storag e-bucket-edit-md' on page 839 undefined on input line 83647. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/get:lxc-s torage-bucket-get-md' on page 839 undefined on input line 83651. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/get:lxc-storage -bucket-get-md' on page 839 undefined on input line 83651. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 839 undefined on input line 83655. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 839 undefined on input line 83655. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/list:lxc- storage-bucket-list-md' on page 839 undefined on input line 83659. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/list:lxc-storag e-bucket-list-md' on page 839 undefined on input line 83659. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/set:lxc-s torage-bucket-set-md' on page 839 undefined on input line 83663. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/set:lxc-storage -bucket-set-md' on page 839 undefined on input line 83663. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/show:lxc- storage-bucket-show-md' on page 839 undefined on input line 83667. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/show:lxc-storag e-bucket-show-md' on page 839 undefined on input line 83667. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/unset:lxc -storage-bucket-unset-md' on page 839 undefined on input line 83671. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/unset:lxc-stora ge-bucket-unset-md' on page 839 undefined on input line 83671. LaTeX Warning: Reference `LastPage' on page 839 undefined on input line 83695. [839] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 840 undefined on input line 83731. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 840 undefined on input line 83731. LaTeX Warning: Reference `LastPage' on page 840 undefined on input line 83773. [840] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 841 undefined on input line 83780. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 841 undefined on input line 83780. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 841 undefined on input line 83837. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 841 undefined on input line 83837. LaTeX Warning: Reference `LastPage' on page 841 undefined on input line 83844. [841] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 842 undefined on input line 83887. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 842 undefined on input line 83887. LaTeX Warning: Reference `LastPage' on page 842 undefined on input line 83925. [842] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 843 undefined on input line 83929. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 843 undefined on input line 83929. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/creat e:lxc-storage-bucket-key-create-md' on page 843 undefined on input line 83933. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/create:lxc- storage-bucket-key-create-md' on page 843 undefined on input line 83933. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/delet e:lxc-storage-bucket-key-delete-md' on page 843 undefined on input line 83937. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/delete:lxc- storage-bucket-key-delete-md' on page 843 undefined on input line 83937. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/edit: lxc-storage-bucket-key-edit-md' on page 843 undefined on input line 83941. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/edit:lxc-st orage-bucket-key-edit-md' on page 843 undefined on input line 83941. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/list: lxc-storage-bucket-key-list-md' on page 843 undefined on input line 83945. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/list:lxc-st orage-bucket-key-list-md' on page 843 undefined on input line 83945. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/show: lxc-storage-bucket-key-show-md' on page 843 undefined on input line 83949. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/show:lxc-st orage-bucket-key-show-md' on page 843 undefined on input line 83949. LaTeX Warning: Reference `LastPage' on page 843 undefined on input line 84008. [843] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 844 undefined on input line 84012. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 844 undefined on input line 84012. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 844 undefined on input line 84061. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 844 undefined on input line 84061. LaTeX Warning: Reference `LastPage' on page 844 undefined on input line 84093. [844] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 845 undefined on input line 84118. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 845 undefined on input line 84118. LaTeX Warning: Reference `LastPage' on page 845 undefined on input line 84164. [845] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 846 undefined on input line 84168. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 846 undefined on input line 84168. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 846 undefined on input line 84225. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 846 undefined on input line 84225. LaTeX Warning: Reference `LastPage' on page 846 undefined on input line 84249. [846] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 847 undefined on input line 84274. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 847 undefined on input line 84274. LaTeX Warning: Reference `LastPage' on page 847 undefined on input line 84324. [847] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 848 undefined on input line 84328. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 848 undefined on input line 84328. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 848 undefined on input line 84385. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 848 undefined on input line 84385. LaTeX Warning: Reference `LastPage' on page 848 undefined on input line 84409. [848] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 849 undefined on input line 84435. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 849 undefined on input line 84435. LaTeX Warning: Reference `LastPage' on page 849 undefined on input line 84488. [849] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 850 undefined on input line 84495. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 850 undefined on input line 84495. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 850 undefined on input line 84537. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 850 undefined on input line 84537. LaTeX Warning: Reference `LastPage' on page 850 undefined on input line 84569. [850] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 851 undefined on input line 84587. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 851 undefined on input line 84587. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 851 undefined on input line 84637. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 851 undefined on input line 84637. LaTeX Warning: Reference `LastPage' on page 851 undefined on input line 84644. [851] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 852 undefined on input line 84687. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 852 undefined on input line 84687. LaTeX Warning: Reference `LastPage' on page 852 undefined on input line 84729. [852] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 853 undefined on input line 84736. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 853 undefined on input line 84736. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 853 undefined on input line 84790. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 853 undefined on input line 84790. LaTeX Warning: Reference `LastPage' on page 853 undefined on input line 84803. [853] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 854 undefined on input line 84840. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 854 undefined on input line 84840. LaTeX Warning: Reference `LastPage' on page 854 undefined on input line 84883. [854] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 855 undefined on input line 84890. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 855 undefined on input line 84890. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 855 undefined on input line 84935. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 855 undefined on input line 84935. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/attach:lx c-storage-volume-attach-md' on page 855 undefined on input line 84939. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/attach:lxc-stor age-volume-attach-md' on page 855 undefined on input line 84939. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/attach-pr ofile:lxc-storage-volume-attach-profile-md' on page 855 undefined on input line 84943. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/attach-profile: lxc-storage-volume-attach-profile-md' on page 855 undefined on input line 84943 . LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/copy:lxc- storage-volume-copy-md' on page 855 undefined on input line 84947. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/copy:lxc-storag e-volume-copy-md' on page 855 undefined on input line 84947. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/create:lx c-storage-volume-create-md' on page 855 undefined on input line 84951. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/create:lxc-stor age-volume-create-md' on page 855 undefined on input line 84951. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/delete:lx c-storage-volume-delete-md' on page 855 undefined on input line 84955. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/delete:lxc-stor age-volume-delete-md' on page 855 undefined on input line 84955. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/detach:lx c-storage-volume-detach-md' on page 855 undefined on input line 84959. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/detach:lxc-stor age-volume-detach-md' on page 855 undefined on input line 84959. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/detach-pr ofile:lxc-storage-volume-detach-profile-md' on page 855 undefined on input line 84963. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/detach-profile: lxc-storage-volume-detach-profile-md' on page 855 undefined on input line 84963 . LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/edit:lxc- storage-volume-edit-md' on page 855 undefined on input line 84967. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/edit:lxc-storag e-volume-edit-md' on page 855 undefined on input line 84967. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/export:lx c-storage-volume-export-md' on page 855 undefined on input line 84971. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/export:lxc-stor age-volume-export-md' on page 855 undefined on input line 84971. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/get:lxc-s torage-volume-get-md' on page 855 undefined on input line 84975. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/get:lxc-storage -volume-get-md' on page 855 undefined on input line 84975. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/import:lx c-storage-volume-import-md' on page 855 undefined on input line 84979. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/import:lxc-stor age-volume-import-md' on page 855 undefined on input line 84979. LaTeX Warning: Reference `LastPage' on page 855 undefined on input line 84981. [855] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/info:lxc- storage-volume-info-md' on page 856 undefined on input line 84983. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/info:lxc-storag e-volume-info-md' on page 856 undefined on input line 84983. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/list:lxc- storage-volume-list-md' on page 856 undefined on input line 84987. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/list:lxc-storag e-volume-list-md' on page 856 undefined on input line 84987. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/move:lxc- storage-volume-move-md' on page 856 undefined on input line 84991. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/move:lxc-storag e-volume-move-md' on page 856 undefined on input line 84991. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/rename:lx c-storage-volume-rename-md' on page 856 undefined on input line 84995. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/rename:lxc-stor age-volume-rename-md' on page 856 undefined on input line 84995. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/restore:l xc-storage-volume-restore-md' on page 856 undefined on input line 84999. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/restore:lxc-sto rage-volume-restore-md' on page 856 undefined on input line 84999. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/set:lxc-s torage-volume-set-md' on page 856 undefined on input line 85003. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/set:lxc-storage -volume-set-md' on page 856 undefined on input line 85003. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/show:lxc- storage-volume-show-md' on page 856 undefined on input line 85007. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/show:lxc-storag e-volume-show-md' on page 856 undefined on input line 85007. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/snapshot: lxc-storage-volume-snapshot-md' on page 856 undefined on input line 85011. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/snapshot:lxc-st orage-volume-snapshot-md' on page 856 undefined on input line 85011. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/unset:lxc -storage-volume-unset-md' on page 856 undefined on input line 85015. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/unset:lxc-stora ge-volume-unset-md' on page 856 undefined on input line 85015. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 856 undefined on input line 85060. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 856 undefined on input line 85060. LaTeX Warning: Reference `LastPage' on page 856 undefined on input line 85073. [856] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 857 undefined on input line 85105. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 857 undefined on input line 85105. LaTeX Warning: Reference `LastPage' on page 857 undefined on input line 85152. [857] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 858 undefined on input line 85159. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 858 undefined on input line 85159. LaTeX Warning: Reference `LastPage' on page 858 undefined on input line 85215. [858] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 859 undefined on input line 85219. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 859 undefined on input line 85219. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 859 undefined on input line 85268. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 859 undefined on input line 85268. LaTeX Warning: Reference `LastPage' on page 859 undefined on input line 85303. [859] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 860 undefined on input line 85310. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 860 undefined on input line 85310. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 860 undefined on input line 85352. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 860 undefined on input line 85352. LaTeX Warning: Reference `LastPage' on page 860 undefined on input line 85376. [860] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 861 undefined on input line 85412. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 861 undefined on input line 85412. LaTeX Warning: Reference `LastPage' on page 861 undefined on input line 85446. [861] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 862 undefined on input line 85464. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 862 undefined on input line 85464. LaTeX Warning: Reference `LastPage' on page 862 undefined on input line 85512. [862] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 863 undefined on input line 85530. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 863 undefined on input line 85530. LaTeX Warning: Reference `LastPage' on page 863 undefined on input line 85584. [863] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 864 undefined on input line 85588. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 864 undefined on input line 85588. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 864 undefined on input line 85651. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 864 undefined on input line 85651. LaTeX Warning: Reference `LastPage' on page 864 undefined on input line 85664. [864] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 865 undefined on input line 85719. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 865 undefined on input line 85719. LaTeX Warning: Reference `LastPage' on page 865 undefined on input line 85750. [865] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 866 undefined on input line 85771. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 866 undefined on input line 85771. LaTeX Warning: Reference `LastPage' on page 866 undefined on input line 85816. [866] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 867 undefined on input line 85820. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 867 undefined on input line 85820. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 867 undefined on input line 85869. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 867 undefined on input line 85869. LaTeX Warning: Reference `LastPage' on page 867 undefined on input line 85897. [867] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 868 undefined on input line 85937. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 868 undefined on input line 85937. LaTeX Warning: Reference `LastPage' on page 868 undefined on input line 85977. [868] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 869 undefined on input line 86005. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 869 undefined on input line 86005. LaTeX Warning: Reference `LastPage' on page 869 undefined on input line 86037. [869] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 870 undefined on input line 86067. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 870 undefined on input line 86067. LaTeX Warning: Reference `LastPage' on page 870 undefined on input line 86105. [870] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 871 undefined on input line 86131. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 871 undefined on input line 86131. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 871 unde fined on input line 86173. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 871 undefined on input line 86173. LaTeX Warning: Reference `LastPage' on page 871 undefined on input line 86180. [871] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 872 unde fined on input line 86215. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 872 undefined on input line 86215. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/acknowledge:lxc- warning-acknowledge-md' on page 872 undefined on input line 86219. LaTeX Warning: Reference `reference/manpages/lxc/warning/acknowledge:lxc-warnin g-acknowledge-md' on page 872 undefined on input line 86219. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/delete:lxc-warni ng-delete-md' on page 872 undefined on input line 86223. LaTeX Warning: Reference `reference/manpages/lxc/warning/delete:lxc-warning-del ete-md' on page 872 undefined on input line 86223. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/list:lxc-warning -list-md' on page 872 undefined on input line 86227. LaTeX Warning: Reference `reference/manpages/lxc/warning/list:lxc-warning-list- md' on page 872 undefined on input line 86227. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/show:lxc-warning -show-md' on page 872 undefined on input line 86231. LaTeX Warning: Reference `reference/manpages/lxc/warning/show:lxc-warning-show- md' on page 872 undefined on input line 86231. LaTeX Warning: Reference `LastPage' on page 872 undefined on input line 86266. [872] LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 873 undefined on input line 86273. LaTeX Warning: Reference `reference/manpages/lxc/warning:lxc-warning-md' on pag e 873 undefined on input line 86273. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 873 undefined on input line 86322. LaTeX Warning: Reference `reference/manpages/lxc/warning:lxc-warning-md' on pag e 873 undefined on input line 86322. LaTeX Warning: Reference `LastPage' on page 873 undefined on input line 86352. [873] LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 874 undefined on input line 86396. LaTeX Warning: Reference `reference/manpages/lxc/warning:lxc-warning-md' on pag e 874 undefined on input line 86396. LaTeX Warning: Reference `LastPage' on page 874 undefined on input line 86431. [874] LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 875 undefined on input line 86438. LaTeX Warning: Reference `reference/manpages/lxc/warning:lxc-warning-md' on pag e 875 undefined on input line 86438. Overfull \hbox (45.42271pt too wide) in paragraph at lines 86528--86528 []\TU/UbuntuMono(0)/m/n/10.95 LXD_INSECURE_TLS| Overfull \hbox (12.57272pt too wide) in paragraph at lines 86528--86528 []\TU/UbuntuMono(0)/m/n/10.95 http_proxy| Overfull \hbox (18.04773pt too wide) in paragraph at lines 86528--86528 []\TU/UbuntuMono(0)/m/n/10.95 https_proxy| Overfull \hbox (1.62273pt too wide) in paragraph at lines 86528--86528 []\TU/UbuntuMono(0)/m/n/10.95 no_proxy| LaTeX Warning: Reference `LastPage' on page 875 undefined on input line 86590. [875] Overfull \hbox (30.74283pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_EXEC_PATH| Overfull \hbox (85.49281pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_LXC_TEMPLATE_CONFIG| Overfull \hbox (74.54282pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_SECURITY_APPARMOR| Overfull \hbox (74.54282pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_UNPRIVILEGED_ONLY| Overfull \hbox (30.74283pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_OVMF_PATH| Overfull \hbox (47.16782pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_QEMU_FW_PATH| Overfull \hbox (107.39279pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_IDMAPPED_MOUNTS_DISABLE| Overfull \hbox (58.11781pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_DEVMONITOR_DIR| Overfull \hbox (69.06781pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_FSMONITOR_DRIVER| LaTeX Warning: Hyper reference `reference/manpages/lxc/config/uefi:lxc-config-u efi-md' on page 876 undefined on input line 86692. LaTeX Warning: Reference `reference/manpages/lxc/config/uefi:lxc-config-uefi-md ' on page 876 undefined on input line 86692. LaTeX Warning: Reference `LastPage' on page 876 undefined on input line 86747. [876] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.secureboot' on page 877 undefined on input line 86774. LaTeX Warning: Reference `reference/instance_options:instance-security:security .secureboot' on page 877 undefined on input line 86774. LaTeX Warning: Hyper reference `explanation/lxd_lxc:lxd-daemon' on page 877 und efined on input line 86798. LaTeX Warning: Reference `explanation/lxd_lxc:lxd-daemon' on page 877 undefined on input line 86798. LaTeX Warning: Reference `LastPage' on page 877 undefined on input line 86829. [877] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mknod' on page 878 undefined on input line 86930. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mknod' on page 878 undefined on input line 86930. LaTeX Warning: Reference `LastPage' on page 878 undefined on input line 86933. [878] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.bpf' on page 879 undefined on input line 86946. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf' on page 879 undefined on input line 86946. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.bpf.devices' on page 879 undefined on input line 8694 7. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf.devices' on page 879 undefined on input line 86947. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount' on page 879 undefined on input line 86962. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount' on page 879 undefined on input line 86962. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.allowed' on page 879 undefined on input line 86 966. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.allowed' on page 879 undefined on input line 86966. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.shift' on page 879 undefined on input line 8697 3. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.shift' on page 879 undefined on input line 86973. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.fuse' on page 879 undefined on input line 86980 . LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.fuse' on page 879 undefined on input line 86980. LaTeX Warning: Reference `LastPage' on page 879 undefined on input line 87008. [879] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.setxattr' on page 880 undefined on input line 87030. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.setxattr' on page 880 undefined on input line 87030. LaTeX Warning: Reference `LastPage' on page 880 undefined on input line 87098. [880] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.isolated' on page 881 undefined on input line 87116. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.isolated' on page 881 undefined on input line 87116. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.size' on page 881 undefined on input line 87116. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.size' on page 881 undefined on input line 87116. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.idm ap' on page 881 undefined on input line 87144. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.idmap' on page 881 undefined on input line 87144. LaTeX Warning: Reference `LastPage' on page 881 undefined on input line 87169. [881] LaTeX Warning: Reference `LastPage' on page 882 undefined on input line 87264. [882] LaTeX Warning: Reference `LastPage' on page 883 undefined on input line 87343. [883] LaTeX Warning: Reference `LastPage' on page 884 undefined on input line 87407. [884] LaTeX Warning: Reference `LastPage' on page 885 undefined on input line 87450. [885] LaTeX Warning: Reference `LastPage' on page 886 undefined on input line 87450. [886] LaTeX Warning: Reference `LastPage' on page 887 undefined on input line 87450. [887] LaTeX Warning: Hyper reference `howto/move_instances:live-migration-vms' on pag e 888 undefined on input line 87487. LaTeX Warning: Reference `howto/move_instances:live-migration-vms' on page 888 undefined on input line 87487. LaTeX Warning: Reference `LastPage' on page 888 undefined on input line 87499. [888] LaTeX Warning: Reference `LastPage' on page 889 undefined on input line 87576. [889] LaTeX Warning: Reference `LastPage' on page 890 undefined on input line 87576. [890] LaTeX Warning: Reference `LastPage' on page 891 undefined on input line 87654. [891] LaTeX Warning: Reference `LastPage' on page 892 undefined on input line 87735. [892] LaTeX Warning: Hyper reference `howto/troubleshoot:troubleshoot' on page 893 un defined on input line 87766. LaTeX Warning: Reference `howto/troubleshoot:troubleshoot' on page 893 undefine d on input line 87766. LaTeX Warning: Reference `LastPage' on page 893 undefined on input line 87772. [893] LaTeX Warning: Reference `reference/cluster_member_config:cluster-cluster:sched uler.instance' on page 894 undefined on input line 87775. LaTeX Warning: Reference `reference/cluster_member_config:cluster-cluster:user. *' on page 894 undefined on input line 87776. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:acce leration' on page 894 undefined on input line 87779. LaTeX Warning: Reference `reference/devices_pci:device-pci-device-conf:address' on page 894 undefined on input line 87780. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:bind ' on page 894 undefined on input line 87781. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:boot.p riority' on page 894 undefined on input line 87782. Underfull \hbox (badness 10000) in paragraph at lines 87782--87783 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 87782--87783 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: boot.priority' on page 894 undefined on input line 87783. Underfull \hbox (badness 10000) in paragraph at lines 87783--87784 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: boot.priority' on page 894 undefined on input line 87784. Underfull \hbox (badness 10000) in paragraph at lines 87784--87785 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:boot .priority' on page 894 undefined on input line 87785. Underfull \hbox (badness 10000) in paragraph at lines 87785--87786 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:boot .priority' on page 894 undefined on input line 87786. Underfull \hbox (badness 10000) in paragraph at lines 87786--87787 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :boot.priority' on page 894 undefined on input line 87787. Underfull \hbox (badness 10000) in paragraph at lines 87787--87788 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:bo ot.priority' on page 894 undefined on input line 87788. Underfull \hbox (badness 10000) in paragraph at lines 87788--87789 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-sriov-device- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:bus num' on page 894 undefined on input line 87789. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:ceph.c luster_name' on page 894 undefined on input line 87790. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:ceph.u ser_name' on page 894 undefined on input line 87791. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:conn ect' on page 894 undefined on input line 87792. LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:dev num' on page 894 undefined on input line 87793. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :gid' on page 894 undefined on input line 87794. Underfull \hbox (badness 10000) in paragraph at lines 87794--87795 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:gid' on page 894 undefined on input line 87795. Underfull \hbox (badness 10000) in paragraph at lines 87795--87796 \TU/Ubuntu(0)/m/it/10.95 proxy-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:gid' on page 894 undefined on input line 87796. Underfull \hbox (badness 10000) in paragraph at lines 87796--87797 []\TU/UbuntuMono(0)/m/n/10.95 gid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87796--87797 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:gid' on page 894 undefined on input line 87797. Underfull \hbox (badness 10000) in paragraph at lines 87797--87798 []\TU/UbuntuMono(0)/m/n/10.95 gid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87797--87798 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:gid' on page 894 undefined on input line 87798. Underfull \hbox (badness 10000) in paragraph at lines 87798--87799 []\TU/UbuntuMono(0)/m/n/10.95 gid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87798--87799 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:gid ' on page 894 undefined on input line 87799. LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:g vrp' on page 894 undefined on input line 87800. Underfull \hbox (badness 10000) in paragraph at lines 87800--87801 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: gvrp' on page 894 undefined on input line 87801. Underfull \hbox (badness 10000) in paragraph at lines 87801--87802 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :gvrp' on page 894 undefined on input line 87802. Underfull \hbox (badness 10000) in paragraph at lines 87802--87803 \TU/Ubuntu(0)/m/it/10.95 nic-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:g vrp' on page 894 undefined on input line 87803. Underfull \hbox (badness 10000) in paragraph at lines 87803--87804 \TU/Ubuntu(0)/m/it/10.95 nic-routed- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: host_name' on page 894 undefined on input line 87804. Underfull \hbox (badness 10000) in paragraph at lines 87804--87805 []\TU/UbuntuMono(0)/m/n/10.95 host_name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:host _name' on page 894 undefined on input line 87805. Underfull \hbox (badness 10000) in paragraph at lines 87805--87806 []\TU/UbuntuMono(0)/m/n/10.95 host_name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: nic: nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:host _name' on page 894 undefined on input line 87806. Underfull \hbox (badness 10000) in paragraph at lines 87806--87807 []\TU/UbuntuMono(0)/m/n/10.95 host_name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: nic: nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:h ost_name' on page 894 undefined on input line 87807. Underfull \hbox (badness 10000) in paragraph at lines 87807--87808 []\TU/UbuntuMono(0)/m/n/10.95 host_name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:hwaddr' on page 894 undefined on input line 87808. Underfull \hbox (badness 10000) in paragraph at lines 87808--87809 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 87808--87809 \TU/Ubuntu(0)/m/it/10.95 infiniband- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: hwaddr' on page 894 undefined on input line 87809. Underfull \hbox (badness 10000) in paragraph at lines 87809--87810 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:h waddr' on page 894 undefined on input line 87810. Underfull \hbox (badness 10000) in paragraph at lines 87810--87811 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `LastPage' on page 894 undefined on input line 87811. [894] LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: hwaddr' on page 895 undefined on input line 87811. Underfull \hbox (badness 10000) in paragraph at lines 87811--87812 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:hwad dr' on page 895 undefined on input line 87812. Underfull \hbox (badness 10000) in paragraph at lines 87812--87813 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:hwad dr' on page 895 undefined on input line 87813. Underfull \hbox (badness 10000) in paragraph at lines 87813--87814 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :hwaddr' on page 895 undefined on input line 87814. Underfull \hbox (badness 10000) in paragraph at lines 87814--87815 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:h waddr' on page 895 undefined on input line 87815. Underfull \hbox (badness 10000) in paragraph at lines 87815--87816 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:hw addr' on page 895 undefined on input line 87816. Underfull \hbox (badness 10000) in paragraph at lines 87816--87817 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-sriov-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:id' on page 895 undefined on input line 87817. Underfull \hbox (badness 10000) in paragraph at lines 87817--87818 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:id' on page 895 undefined on input line 87818. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :id' on page 895 undefined on input line 87819. Underfull \hbox (badness 10000) in paragraph at lines 87819--87820 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-sriov-device-conf:id ' on page 895 undefined on input line 87820. Underfull \hbox (badness 10000) in paragraph at lines 87820--87821 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:initia l.*' on page 895 undefined on input line 87821. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:io.bus ' on page 895 undefined on input line 87822. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:io.cac he' on page 895 undefined on input line 87823. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv4.address' on page 895 undefined on input line 87824. Underfull \hbox (badness 10000) in paragraph at lines 87824--87825 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv4.address' on page 895 undefined on input line 87825. Underfull \hbox (badness 10000) in paragraph at lines 87825--87826 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv4 .address' on page 895 undefined on input line 87826. Underfull \hbox (badness 10000) in paragraph at lines 87826--87827 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv4.address' on page 895 undefined on input line 87827. Underfull \hbox (badness 10000) in paragraph at lines 87827--87828 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv4.gateway' on page 895 undefined on input line 87828. Underfull \hbox (badness 10000) in paragraph at lines 87828--87829 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.gateway \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv4.gateway' on page 895 undefined on input line 87829. Underfull \hbox (badness 10000) in paragraph at lines 87829--87830 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.gateway \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv4.host_address' on page 895 undefined on input line 87830. LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv4.host_table' on page 895 undefined on input line 87831. Underfull \hbox (badness 10000) in paragraph at lines 87831--87832 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.host_table \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv4.host_table' on page 895 undefined on input line 87832. Underfull \hbox (badness 10000) in paragraph at lines 87832--87833 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.host_table \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv4.neighbor_probe' on page 895 undefined on input line 87833. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv4.routes' on page 895 undefined on input line 87834. Underfull \hbox (badness 10000) in paragraph at lines 87834--87835 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv4 .routes' on page 895 undefined on input line 87835. Underfull \hbox (badness 10000) in paragraph at lines 87835--87836 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:ipv4 .routes' on page 895 undefined on input line 87836. Underfull \hbox (badness 10000) in paragraph at lines 87836--87837 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv4.routes' on page 895 undefined on input line 87837. Underfull \hbox (badness 10000) in paragraph at lines 87837--87838 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv4.routes.external' on page 895 undefined on input line 87838. Underfull \hbox (badness 10000) in paragraph at lines 87838--87839 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes.external \TU/Ubuntu(0)/m/sc/10.95 (\T U/Ubuntu(0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv4 .routes.external' on page 895 undefined on input line 87839. Underfull \hbox (badness 10000) in paragraph at lines 87839--87840 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes.external \TU/Ubuntu(0)/m/sc/10.95 (\T U/Ubuntu(0)/m/it/10.95 Type: nic: nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv6.address' on page 895 undefined on input line 87840. Underfull \hbox (badness 10000) in paragraph at lines 87840--87841 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `LastPage' on page 895 undefined on input line 87841. [895] LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv6.address' on page 896 undefined on input line 87841. Underfull \hbox (badness 10000) in paragraph at lines 87841--87842 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv6 .address' on page 896 undefined on input line 87842. Underfull \hbox (badness 10000) in paragraph at lines 87842--87843 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv6.address' on page 896 undefined on input line 87843. Underfull \hbox (badness 10000) in paragraph at lines 87843--87844 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv6.gateway' on page 896 undefined on input line 87844. Underfull \hbox (badness 10000) in paragraph at lines 87844--87845 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.gateway \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv6.gateway' on page 896 undefined on input line 87845. Underfull \hbox (badness 10000) in paragraph at lines 87845--87846 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.gateway \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv6.host_address' on page 896 undefined on input line 87846. LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv6.host_table' on page 896 undefined on input line 87847. Underfull \hbox (badness 10000) in paragraph at lines 87847--87848 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.host_table \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv6.host_table' on page 896 undefined on input line 87848. Underfull \hbox (badness 10000) in paragraph at lines 87848--87849 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.host_table \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv6.neighbor_probe' on page 896 undefined on input line 87849. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv6.routes' on page 896 undefined on input line 87850. Underfull \hbox (badness 10000) in paragraph at lines 87850--87851 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv6 .routes' on page 896 undefined on input line 87851. Underfull \hbox (badness 10000) in paragraph at lines 87851--87852 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:ipv6 .routes' on page 896 undefined on input line 87852. Underfull \hbox (badness 10000) in paragraph at lines 87852--87853 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv6.routes' on page 896 undefined on input line 87853. Underfull \hbox (badness 10000) in paragraph at lines 87853--87854 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv6.routes.external' on page 896 undefined on input line 87854. Underfull \hbox (badness 10000) in paragraph at lines 87854--87855 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes.external \TU/Ubuntu(0)/m/sc/10.95 (\T U/Ubuntu(0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv6 .routes.external' on page 896 undefined on input line 87855. Underfull \hbox (badness 10000) in paragraph at lines 87855--87856 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes.external \TU/Ubuntu(0)/m/sc/10.95 (\T U/Ubuntu(0)/m/it/10.95 Type: nic: nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: limits.egress' on page 896 undefined on input line 87856. Underfull \hbox (badness 10000) in paragraph at lines 87856--87857 []\TU/UbuntuMono(0)/m/n/10.95 limits.egress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:limi ts.egress' on page 896 undefined on input line 87857. Underfull \hbox (badness 10000) in paragraph at lines 87857--87858 []\TU/UbuntuMono(0)/m/n/10.95 limits.egress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:l imits.egress' on page 896 undefined on input line 87858. Underfull \hbox (badness 10000) in paragraph at lines 87858--87859 []\TU/UbuntuMono(0)/m/n/10.95 limits.egress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: limits.ingress' on page 896 undefined on input line 87859. Underfull \hbox (badness 10000) in paragraph at lines 87859--87860 []\TU/UbuntuMono(0)/m/n/10.95 limits.ingress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:limi ts.ingress' on page 896 undefined on input line 87860. Underfull \hbox (badness 10000) in paragraph at lines 87860--87861 []\TU/UbuntuMono(0)/m/n/10.95 limits.ingress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 Type: nic: nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:l imits.ingress' on page 896 undefined on input line 87861. Underfull \hbox (badness 10000) in paragraph at lines 87861--87862 []\TU/UbuntuMono(0)/m/n/10.95 limits.ingress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:limits .max' on page 896 undefined on input line 87862. Underfull \hbox (badness 10000) in paragraph at lines 87862--87863 []\TU/UbuntuMono(0)/m/n/10.95 limits.max \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 87862--87863 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: limits.max' on page 896 undefined on input line 87863. Underfull \hbox (badness 10000) in paragraph at lines 87863--87864 []\TU/UbuntuMono(0)/m/n/10.95 limits.max \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:limi ts.max' on page 896 undefined on input line 87864. Underfull \hbox (badness 10000) in paragraph at lines 87864--87865 []\TU/UbuntuMono(0)/m/n/10.95 limits.max \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Type: nic: nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:l imits.max' on page 896 undefined on input line 87865. Underfull \hbox (badness 10000) in paragraph at lines 87865--87866 []\TU/UbuntuMono(0)/m/n/10.95 limits.max \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: limits.priority' on page 896 undefined on input line 87866. Underfull \hbox (badness 10000) in paragraph at lines 87866--87867 []\TU/UbuntuMono(0)/m/n/10.95 limits.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:limi ts.priority' on page 896 undefined on input line 87867. Underfull \hbox (badness 10000) in paragraph at lines 87867--87868 []\TU/UbuntuMono(0)/m/n/10.95 limits.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-p2p-device- LaTeX Warning: Reference `LastPage' on page 896 undefined on input line 87868. [896] LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:l imits.priority' on page 897 undefined on input line 87868. Underfull \hbox (badness 10000) in paragraph at lines 87868--87869 []\TU/UbuntuMono(0)/m/n/10.95 limits.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:limits .read' on page 897 undefined on input line 87869. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:limits .write' on page 897 undefined on input line 87870. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:list en' on page 897 undefined on input line 87871. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: maas.subnet.ipv4' on page 897 undefined on input line 87872. Underfull \hbox (badness 10000) in paragraph at lines 87872--87873 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: maas.subnet.ipv4' on page 897 undefined on input line 87873. Underfull \hbox (badness 10000) in paragraph at lines 87873--87874 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :maas.subnet.ipv4' on page 897 undefined on input line 87874. Underfull \hbox (badness 10000) in paragraph at lines 87874--87875 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:ma as.subnet.ipv4' on page 897 undefined on input line 87875. Underfull \hbox (badness 10000) in paragraph at lines 87875--87876 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-sriov-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: maas.subnet.ipv6' on page 897 undefined on input line 87876. Underfull \hbox (badness 10000) in paragraph at lines 87876--87877 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: maas.subnet.ipv6' on page 897 undefined on input line 87877. Underfull \hbox (badness 10000) in paragraph at lines 87877--87878 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :maas.subnet.ipv6' on page 897 undefined on input line 87878. Underfull \hbox (badness 10000) in paragraph at lines 87878--87879 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:ma as.subnet.ipv6' on page 897 undefined on input line 87879. Underfull \hbox (badness 10000) in paragraph at lines 87879--87880 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-sriov-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:major' on page 897 undefined on input line 87880. Underfull \hbox (badness 10000) in paragraph at lines 87880--87881 []\TU/UbuntuMono(0)/m/n/10.95 major \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87880--87881 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:major' on page 897 undefined on input line 87881. Underfull \hbox (badness 10000) in paragraph at lines 87881--87882 []\TU/UbuntuMono(0)/m/n/10.95 major \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87881--87882 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:mde v' on page 897 undefined on input line 87882. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig. ci' on page 897 undefined on input line 87883. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig. gi' on page 897 undefined on input line 87884. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig. uuid' on page 897 undefined on input line 87885. LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:minor' on page 897 undefined on input line 87886. Underfull \hbox (badness 10000) in paragraph at lines 87886--87887 []\TU/UbuntuMono(0)/m/n/10.95 minor \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87886--87887 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:minor' on page 897 undefined on input line 87887. Underfull \hbox (badness 10000) in paragraph at lines 87887--87888 []\TU/UbuntuMono(0)/m/n/10.95 minor \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87887--87888 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :mode' on page 897 undefined on input line 87888. Underfull \hbox (badness 10000) in paragraph at lines 87888--87889 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:m ode' on page 897 undefined on input line 87889. Underfull \hbox (badness 10000) in paragraph at lines 87889--87890 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:mode ' on page 897 undefined on input line 87890. Underfull \hbox (badness 10000) in paragraph at lines 87890--87891 []\TU/UbuntuMono(0)/m/n/10.95 mode \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: proxy: Underfull \hbox (badness 10000) in paragraph at lines 87890--87891 \TU/Ubuntu(0)/m/it/10.95 proxy-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:mode' on page 897 undefined on input line 87891. Underfull \hbox (badness 10000) in paragraph at lines 87891--87892 []\TU/UbuntuMono(0)/m/n/10.95 mode \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87891--87892 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:mode' on page 897 undefined on input line 87892. Underfull \hbox (badness 10000) in paragraph at lines 87892--87893 []\TU/UbuntuMono(0)/m/n/10.95 mode \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87892--87893 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:mode' on page 897 undefined on input line 87893. Underfull \hbox (badness 10000) in paragraph at lines 87893--87894 []\TU/UbuntuMono(0)/m/n/10.95 mode \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87893--87894 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:mod e' on page 897 undefined on input line 87894. LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:mtu' on page 897 undefined on input line 87895. Underfull \hbox (badness 10000) in paragraph at lines 87895--87896 []\TU/UbuntuMono(0)/m/n/10.95 mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 87895--87896 \TU/Ubuntu(0)/m/it/10.95 infiniband- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: mtu' on page 897 undefined on input line 87896. Underfull \hbox (badness 10000) in paragraph at lines 87896--87897 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:m tu' on page 897 undefined on input line 87897. Underfull \hbox (badness 10000) in paragraph at lines 87897--87898 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: mtu' on page 897 undefined on input line 87898. Underfull \hbox (badness 10000) in paragraph at lines 87898--87899 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:mtu' on page 897 undefined on input line 87899. Underfull \hbox (badness 10000) in paragraph at lines 87899--87900 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- LaTeX Warning: Reference `LastPage' on page 897 undefined on input line 87900. [897] LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :mtu' on page 898 undefined on input line 87900. Underfull \hbox (badness 10000) in paragraph at lines 87900--87901 \TU/Ubuntu(0)/m/it/10.95 nic-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:m tu' on page 898 undefined on input line 87901. Underfull \hbox (badness 10000) in paragraph at lines 87901--87902 \TU/Ubuntu(0)/m/it/10.95 nic-routed- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:mt u' on page 898 undefined on input line 87902. LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:name' on page 898 undefined on input line 87903. Underfull \hbox (badness 10000) in paragraph at lines 87903--87904 []\TU/UbuntuMono(0)/m/n/10.95 name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 87903--87904 \TU/Ubuntu(0)/m/it/10.95 infiniband- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: name' on page 898 undefined on input line 87904. Underfull \hbox (badness 10000) in paragraph at lines 87904--87905 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:n ame' on page 898 undefined on input line 87905. Underfull \hbox (badness 10000) in paragraph at lines 87905--87906 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: name' on page 898 undefined on input line 87906. Underfull \hbox (badness 10000) in paragraph at lines 87906--87907 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:name ' on page 898 undefined on input line 87907. Underfull \hbox (badness 10000) in paragraph at lines 87907--87908 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:name ' on page 898 undefined on input line 87908. Underfull \hbox (badness 10000) in paragraph at lines 87908--87909 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :name' on page 898 undefined on input line 87909. Underfull \hbox (badness 10000) in paragraph at lines 87909--87910 \TU/Ubuntu(0)/m/it/10.95 nic-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:n ame' on page 898 undefined on input line 87910. Underfull \hbox (badness 10000) in paragraph at lines 87910--87911 \TU/Ubuntu(0)/m/it/10.95 nic-routed- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:na me' on page 898 undefined on input line 87911. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:nat' on page 898 undefined on input line 87912. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:nest ed' on page 898 undefined on input line 87913. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: network' on page 898 undefined on input line 87914. Underfull \hbox (badness 10000) in paragraph at lines 87914--87915 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: network' on page 898 undefined on input line 87915. Underfull \hbox (badness 10000) in paragraph at lines 87915--87916 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:netw ork' on page 898 undefined on input line 87916. Underfull \hbox (badness 10000) in paragraph at lines 87916--87917 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :network' on page 898 undefined on input line 87917. Underfull \hbox (badness 10000) in paragraph at lines 87917--87918 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:ne twork' on page 898 undefined on input line 87918. Underfull \hbox (badness 10000) in paragraph at lines 87918--87919 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-sriov-device- LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:nictype' on page 898 undefined on input line 87919. LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:ownership.inherit' on page 898 undefined on input line 87920. LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:parent' on page 898 undefined on input line 87921. Underfull \hbox (badness 10000) in paragraph at lines 87921--87922 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 87921--87922 \TU/Ubuntu(0)/m/it/10.95 infiniband- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: parent' on page 898 undefined on input line 87922. Underfull \hbox (badness 10000) in paragraph at lines 87922--87923 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:p arent' on page 898 undefined on input line 87923. Underfull \hbox (badness 10000) in paragraph at lines 87923--87924 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: parent' on page 898 undefined on input line 87924. Underfull \hbox (badness 10000) in paragraph at lines 87924--87925 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :parent' on page 898 undefined on input line 87925. Underfull \hbox (badness 10000) in paragraph at lines 87925--87926 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:p arent' on page 898 undefined on input line 87926. Underfull \hbox (badness 10000) in paragraph at lines 87926--87927 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:pa rent' on page 898 undefined on input line 87927. Underfull \hbox (badness 10000) in paragraph at lines 87927--87928 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-sriov-device- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:path' on page 898 undefined on input line 87928. Underfull \hbox (badness 10000) in paragraph at lines 87928--87929 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `reference/devices_tpm:device-tpm-device-conf:path' on page 898 undefined on input line 87929. Underfull \hbox (badness 10000) in paragraph at lines 87929--87930 \TU/Ubuntu(0)/m/it/10.95 tpm-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:path' on page 898 undefined on input line 87930. Underfull \hbox (badness 10000) in paragraph at lines 87930--87931 []\TU/UbuntuMono(0)/m/n/10.95 path \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87930--87931 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:path' on page 898 undefined on input line 87931. Underfull \hbox (badness 10000) in paragraph at lines 87931--87932 []\TU/UbuntuMono(0)/m/n/10.95 path \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87931--87932 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- LaTeX Warning: Reference `LastPage' on page 898 undefined on input line 87932. [898] LaTeX Warning: Reference `reference/devices_tpm:device-tpm-device-conf:pathrm' on page 899 undefined on input line 87932. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:pci ' on page 899 undefined on input line 87933. Underfull \hbox (badness 10000) in paragraph at lines 87933--87934 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:pci' on page 899 undefined on input line 87934. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :pci' on page 899 undefined on input line 87935. Underfull \hbox (badness 10000) in paragraph at lines 87935--87936 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-sriov-device-conf:pc i' on page 899 undefined on input line 87936. Underfull \hbox (badness 10000) in paragraph at lines 87936--87937 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:pool' on page 899 undefined on input line 87937. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:pro ductid' on page 899 undefined on input line 87938. Underfull \hbox (badness 10000) in paragraph at lines 87938--87939 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: gpu: gpu-mdev-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:prod uctid' on page 899 undefined on input line 87939. Underfull \hbox (badness 10000) in paragraph at lines 87939--87940 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: gpu: gpu-mig-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :productid' on page 899 undefined on input line 87940. Underfull \hbox (badness 10000) in paragraph at lines 87940--87941 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: gpu: gpu-physical-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-sriov-device-conf:pr oductid' on page 899 undefined on input line 87941. Underfull \hbox (badness 10000) in paragraph at lines 87941--87942 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: gpu: gpu-sriov-device- LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:productid' on page 899 undefined on input line 87942. Underfull \hbox (badness 10000) in paragraph at lines 87942--87943 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:pro ductid' on page 899 undefined on input line 87943. Underfull \hbox (badness 10000) in paragraph at lines 87943--87944 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: usb: unix-usb-device- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:propag ation' on page 899 undefined on input line 87944. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:prox y_protocol' on page 899 undefined on input line 87945. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: queue.tx.length' on page 899 undefined on input line 87946. Underfull \hbox (badness 10000) in paragraph at lines 87946--87947 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx.length \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:queu e.tx.length' on page 899 undefined on input line 87947. Underfull \hbox (badness 10000) in paragraph at lines 87947--87948 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx.length \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:q ueue.tx.length' on page 899 undefined on input line 87948. Underfull \hbox (badness 10000) in paragraph at lines 87948--87949 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx.length \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:raw.mo unt.options' on page 899 undefined on input line 87949. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:readon ly' on page 899 undefined on input line 87950. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:recurs ive' on page 899 undefined on input line 87951. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:requir ed' on page 899 undefined on input line 87952. Underfull \hbox (badness 10000) in paragraph at lines 87952--87953 []\TU/UbuntuMono(0)/m/n/10.95 required \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 87952--87953 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:required' on page 899 undefined on input line 87953. Underfull \hbox (badness 10000) in paragraph at lines 87953--87954 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:required' on page 899 undefined on input line 87954. Underfull \hbox (badness 10000) in paragraph at lines 87954--87955 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:required' on page 899 undefined on input line 87955. Underfull \hbox (badness 10000) in paragraph at lines 87955--87956 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:req uired' on page 899 undefined on input line 87956. Underfull \hbox (badness 10000) in paragraph at lines 87956--87957 []\TU/UbuntuMono(0)/m/n/10.95 required \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: usb: unix-usb-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls' on page 899 undefined on input line 87957. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.egress.action' on page 899 undefined on input line 87958. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.egress.logged' on page 899 undefined on input line 87959. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.ingress.action' on page 899 undefined on input line 87960. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.ingress.logged' on page 899 undefined on input line 87961. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:secu rity.gid' on page 899 undefined on input line 87962. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.ipv4_filtering' on page 899 undefined on input line 87963. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.ipv6_filtering' on page 899 undefined on input line 87964. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.mac_filtering' on page 899 undefined on input line 87965. Underfull \hbox (badness 10000) in paragraph at lines 87965--87966 []\TU/UbuntuMono(0)/m/n/10.95 security.mac_filtering \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:se curity.mac_filtering' on page 899 undefined on input line 87966. Underfull \hbox (badness 10000) in paragraph at lines 87966--87967 []\TU/UbuntuMono(0)/m/n/10.95 security.mac_filtering \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Type: nic: nic-sriov-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.port_isolation' on page 899 undefined on input line 87967. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:secu rity.uid' on page 899 undefined on input line 87968. LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:ser ial' on page 899 undefined on input line 87969. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:shift' on page 899 undefined on input line 87970. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:size' on page 899 undefined on input line 87971. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:size.s tate' on page 899 undefined on input line 87972. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:source ' on page 899 undefined on input line 87973. Underfull \hbox (badness 10000) in paragraph at lines 87973--87974 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 87973--87974 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `LastPage' on page 899 undefined on input line 87974. [899] LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:source' on page 900 undefined on input line 87974. Underfull \hbox (badness 10000) in paragraph at lines 87974--87975 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87974--87975 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:source' on page 900 undefined on input line 87975. Underfull \hbox (badness 10000) in paragraph at lines 87975--87976 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87975--87976 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:source .snapshot' on page 900 undefined on input line 87976. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:source .type' on page 900 undefined on input line 87977. LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:subsystem' on page 900 undefined on input line 87978. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :uid' on page 900 undefined on input line 87979. Underfull \hbox (badness 10000) in paragraph at lines 87979--87980 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:uid' on page 900 undefined on input line 87980. Underfull \hbox (badness 10000) in paragraph at lines 87980--87981 \TU/Ubuntu(0)/m/it/10.95 proxy-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:uid' on page 900 undefined on input line 87981. Underfull \hbox (badness 10000) in paragraph at lines 87981--87982 []\TU/UbuntuMono(0)/m/n/10.95 uid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87981--87982 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:uid' on page 900 undefined on input line 87982. Underfull \hbox (badness 10000) in paragraph at lines 87982--87983 []\TU/UbuntuMono(0)/m/n/10.95 uid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87982--87983 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:uid' on page 900 undefined on input line 87983. Underfull \hbox (badness 10000) in paragraph at lines 87983--87984 []\TU/UbuntuMono(0)/m/n/10.95 uid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87983--87984 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:uid ' on page 900 undefined on input line 87984. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:ven dorid' on page 900 undefined on input line 87985. Underfull \hbox (badness 10000) in paragraph at lines 87985--87986 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: gpu: gpu-mdev-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:vend orid' on page 900 undefined on input line 87986. Underfull \hbox (badness 10000) in paragraph at lines 87986--87987 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: gpu: gpu-mig-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :vendorid' on page 900 undefined on input line 87987. Underfull \hbox (badness 10000) in paragraph at lines 87987--87988 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: gpu: gpu-physical-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-sriov-device-conf:ve ndorid' on page 900 undefined on input line 87988. Underfull \hbox (badness 10000) in paragraph at lines 87988--87989 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: gpu: gpu-sriov-device- LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:vendorid' on page 900 undefined on input line 87989. Underfull \hbox (badness 10000) in paragraph at lines 87989--87990 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:ven dorid' on page 900 undefined on input line 87990. Underfull \hbox (badness 10000) in paragraph at lines 87990--87991 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: usb: unix-usb-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: vlan' on page 900 undefined on input line 87991. Underfull \hbox (badness 10000) in paragraph at lines 87991--87992 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:v lan' on page 900 undefined on input line 87992. Underfull \hbox (badness 10000) in paragraph at lines 87992--87993 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: vlan' on page 900 undefined on input line 87993. Underfull \hbox (badness 10000) in paragraph at lines 87993--87994 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:vlan ' on page 900 undefined on input line 87994. Underfull \hbox (badness 10000) in paragraph at lines 87994--87995 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :vlan' on page 900 undefined on input line 87995. Underfull \hbox (badness 10000) in paragraph at lines 87995--87996 \TU/Ubuntu(0)/m/it/10.95 nic-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:v lan' on page 900 undefined on input line 87996. Underfull \hbox (badness 10000) in paragraph at lines 87996--87997 \TU/Ubuntu(0)/m/it/10.95 nic-routed- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:vl an' on page 900 undefined on input line 87997. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: vlan.tagged' on page 900 undefined on input line 87998. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:age nt.nic_config' on page 900 undefined on input line 88001. LaTeX Warning: Reference `reference/instance_properties:instance-property-insta nce-conf:architecture' on page 900 undefined on input line 88002. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.autosta rt' on page 900 undefined on input line 88003. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.autosta rt.delay' on page 900 undefined on input line 88004. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.autosta rt.priority' on page 900 undefined on input line 88005. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.debug_e dk2' on page 900 undefined on input line 88006. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.host_sh utdown_timeout' on page 900 undefined on input line 88007. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.stop.pr iority' on page 900 undefined on input line 88008. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.network-config' on page 900 undefined on input line 88009. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.ssh-keys.KEYNAME' on page 900 undefined on input line 88010. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.user-data' on page 900 undefined on input line 88011. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.vendor-data' on page 900 undefined on input line 88012. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:clu ster.evacuate' on page 900 undefined on input line 88013. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:env ironment.*' on page 900 undefined on input line 88014. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu' on page 900 undefined on input line 88015. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.allowance' on page 900 undefined on input line 88016. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.nodes' on page 900 undefined on input line 88017. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.pin_strategy' on page 900 undefined on input line 88018. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.priority' on page 900 undefined on input line 88019. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.disk.priority' on page 900 undefined on input line 88020. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.1GB' on page 900 undefined on input line 88021. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.1MB' on page 900 undefined on input line 88022. LaTeX Warning: Reference `LastPage' on page 900 undefined on input line 88023. [900] LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.2MB' on page 901 undefined on input line 88023. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.64KB' on page 901 undefined on input line 88024. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.kernel.*' on page 901 undefined on input line 88025. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory' on page 901 undefined on input line 88026. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.enforce' on page 901 undefined on input line 88027. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.hugepages' on page 901 undefined on input line 88028. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.swap' on page 901 undefined on input line 88029. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.swap.priority' on page 901 undefined on input line 88030. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.processes' on page 901 undefined on input line 88031. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:lin ux.kernel_modules' on page 901 undefined on input line 88032. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:lin ux.kernel_modules.load' on page 901 undefined on input line 88033. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:lin ux.sysctl.*' on page 901 undefined on input line 88034. LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.incremental.memory' on page 901 undefined on input line 88035. LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.incremental.memory.goal' on page 901 undefined on input line 88036. LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.incremental.memory.iterations' on page 901 undefined on input line 88037. Underfull \hbox (badness 10000) in paragraph at lines 88037--88038 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory.iterations\TU/Ubuntu (0)/m/sc/10.95 , LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.stateful' on page 901 undefined on input line 88038. LaTeX Warning: Reference `reference/instance_properties:instance-property-insta nce-conf:name' on page 901 undefined on input line 88039. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.dri ver.capabilities' on page 901 undefined on input line 88040. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.req uire.cuda' on page 901 undefined on input line 88041. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.req uire.driver' on page 901 undefined on input line 88042. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.run time' on page 901 undefined on input line 88043. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.apparmor' on page 901 undefined on input line 88044. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.idmap' on page 901 undefined on input line 88045. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.lxc' on p age 901 undefined on input line 88046. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.qemu' on page 901 undefined on input line 88047. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.qemu.conf ' on page 901 undefined on input line 88048. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.seccomp' on page 901 undefined on input line 88049. LaTeX Warning: Reference `reference/instance_options:instance-security:security .agent.metrics' on page 901 undefined on input line 88050. LaTeX Warning: Reference `reference/instance_options:instance-security:security .csm' on page 901 undefined on input line 88051. LaTeX Warning: Reference `reference/instance_options:instance-security:security .devlxd' on page 901 undefined on input line 88052. LaTeX Warning: Reference `reference/instance_options:instance-security:security .devlxd.images' on page 901 undefined on input line 88053. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.base' on page 901 undefined on input line 88054. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.isolated' on page 901 undefined on input line 88055. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.size' on page 901 undefined on input line 88056. LaTeX Warning: Reference `reference/instance_options:instance-security:security .nesting' on page 901 undefined on input line 88057. LaTeX Warning: Reference `reference/instance_options:instance-security:security .privileged' on page 901 undefined on input line 88058. LaTeX Warning: Reference `reference/instance_options:instance-security:security .protection.delete' on page 901 undefined on input line 88059. LaTeX Warning: Reference `reference/instance_options:instance-security:security .protection.shift' on page 901 undefined on input line 88060. LaTeX Warning: Reference `reference/instance_options:instance-security:security .protection.start' on page 901 undefined on input line 88061. LaTeX Warning: Reference `reference/instance_options:instance-security:security .secureboot' on page 901 undefined on input line 88062. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev' on page 901 undefined on input line 88063. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev.policy.es' on page 901 undefined on input line 88064. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev.session.data' on page 901 undefined on input line 88065. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev.session.dh' on page 901 undefined on input line 88066. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.allow' on page 901 undefined on input line 88067. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.deny' on page 901 undefined on input line 88068. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.deny_compat' on page 901 undefined on input line 88069. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.deny_default' on page 901 undefined on input line 88070. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf' on page 901 undefined on input line 88071. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf.devices' on page 901 undefined on input line 88072. Underfull \hbox (badness 10000) in paragraph at lines 88072--88073 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.bpf.devices\TU/Ubuntu (0)/m/sc/10.95 , LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mknod' on page 901 undefined on input line 88073. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount' on page 901 undefined on input line 88074. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.allowed' on page 901 undefined on input line 88075. Overfull \hbox (5.6847pt too wide) in paragraph at lines 88075--88076 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount.allowed\TU/Ubun tu(0)/m/sc/10.95 , LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.fuse' on page 901 undefined on input line 88076. Underfull \hbox (badness 10000) in paragraph at lines 88076--88077 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount.fuse\TU/Ubuntu( 0)/m/sc/10.95 , LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.shift' on page 901 undefined on input line 88077. Underfull \hbox (badness 10000) in paragraph at lines 88077--88078 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount.shift\TU/Ubuntu (0)/m/sc/10.95 , LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.sched_setscheduler' on page 901 undefined on input line 880 78. Overfull \hbox (33.0597pt too wide) in paragraph at lines 88078--88079 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.sched_setscheduler\TU /Ubuntu(0)/m/sc/10.95 , LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.setxattr' on page 901 undefined on input line 88079. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.sysinfo' on page 901 undefined on input line 88080. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.expiry' on page 901 undefined on input line 88081. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.pattern' on page 901 undefined on input line 88082. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.schedule' on page 901 undefined on input line 88083. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.schedule.stopped' on page 901 undefined on input line 88084. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:ubu ntu_pro.guest_attach' on page 901 undefined on input line 88085. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:use r.*' on page 901 undefined on input line 88086. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:user.n etwork-config' on page 901 undefined on input line 88087. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:user.u ser-data' on page 901 undefined on input line 88088. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:user.v endor-data' on page 901 undefined on input line 88089. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..apply_quota' on page 901 undefined on input line 88090. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..ceph_rbd' on page 901 undefined on input line 88091. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..host_name' on page 901 undefined on input line 88092. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..hwaddr' on page 901 undefined on input line 88093. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.created' on page 901 undefined on input line 88094. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.hwaddr' on page 901 undefined on input line 88095. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.mtu' on page 901 undefined on input line 88096. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vdpa.name' on page 901 undefined on input line 88097. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.hwaddr' on page 901 undefined on input line 88098. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.id' on page 901 undefined on input line 88099. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.spoofcheck' on page 901 undefined on input line 88100. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.vlan' on page 901 undefined on input line 88101. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .apply_nvram' on page 901 undefined on input line 88102. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .apply_template' on page 901 undefined on input line 88103. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .base_image' on page 901 undefined on input line 88104. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .cloud-init.instance-id' on page 901 undefined on input line 88105. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .evacuate.origin' on page 901 undefined on input line 88106. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .idmap.base' on page 901 undefined on input line 88107. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .idmap.current' on page 901 undefined on input line 88108. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .idmap.next' on page 901 undefined on input line 88109. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .last_state.idmap' on page 901 undefined on input line 88110. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .last_state.power' on page 901 undefined on input line 88111. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .uuid' on page 901 undefined on input line 88112. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .uuid.generation' on page 901 undefined on input line 88113. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .vsock_id' on page 901 undefined on input line 88114. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:action ' on page 901 undefined on input line 88117. LaTeX Warning: Reference `LastPage' on page 901 undefined on input line 88118. [901] LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-properties:backends' on page 902 undefined on input line 88118. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.ipv4.nexthop' on page 902 undefined on input line 88119. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.ipv6.nexthop' on page 902 undefined on input line 88120. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.peers.NAME.address' on page 902 undefined on input line 88121. Underfull \hbox (badness 10000) in paragraph at lines 88121--88122 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.address \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Bridge network: LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:bgp.peers.NAME.address' on page 902 undefined on input line 88122. Underfull \hbox (badness 10000) in paragraph at lines 88122--88123 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.address \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Physical net- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.peers.NAME.asn' on page 902 undefined on input line 88123. Underfull \hbox (badness 10000) in paragraph at lines 88123--88124 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:bgp.peers.NAME.asn' on page 902 undefined on input line 88124. Underfull \hbox (badness 10000) in paragraph at lines 88124--88125 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.peers.NAME.holdtime' on page 902 undefined on input line 88125. Underfull \hbox (badness 10000) in paragraph at lines 88125--88126 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.holdtime \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:bgp.peers.NAME.holdtime' on page 902 undefined on input line 88126. Underfull \hbox (badness 10000) in paragraph at lines 88126--88127 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.holdtime \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Physical net- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.peers.NAME.password' on page 902 undefined on input line 88127. Underfull \hbox (badness 10000) in paragraph at lines 88127--88128 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.password \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:bgp.peers.NAME.password' on page 902 undefined on input line 88128. Underfull \hbox (badness 10000) in paragraph at lines 88128--88129 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.password \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Physical net- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.driver' on page 902 undefined on input line 88129. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.external_interfaces' on page 902 undefined on input line 88130. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.hwaddr' on page 902 undefined on input line 88131. Underfull \hbox (badness 10000) in paragraph at lines 88131--88132 []\TU/UbuntuMono(0)/m/n/10.95 bridge.hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:bridge .hwaddr' on page 902 undefined on input line 88132. Underfull \hbox (badness 10000) in paragraph at lines 88132--88133 []\TU/UbuntuMono(0)/m/n/10.95 bridge.hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.mode' on page 902 undefined on input line 88133. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.mtu' on page 902 undefined on input line 88134. Underfull \hbox (badness 10000) in paragraph at lines 88134--88135 []\TU/UbuntuMono(0)/m/n/10.95 bridge.mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:bridge .mtu' on page 902 undefined on input line 88135. Underfull \hbox (badness 10000) in paragraph at lines 88135--88136 []\TU/UbuntuMono(0)/m/n/10.95 bridge.mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:config' on page 902 undefined on input line 88136. Underfull \hbox (badness 10000) in paragraph at lines 88136--88137 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure network ACLs: Underfull \hbox (badness 10000) in paragraph at lines 88136--88137 \TU/Ubuntu(0)/m/it/10.95 acl-acl- LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:config' on page 902 undefined on input line 88137. Underfull \hbox (badness 10000) in paragraph at lines 88137--88138 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure network for- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-properties:config' on page 902 undefined on input line 88138. Underfull \hbox (badness 10000) in paragraph at lines 88138--88139 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure net- Underfull \hbox (badness 10000) in paragraph at lines 88138--88139 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:config' on page 902 undefined on input line 88139. Underfull \hbox (badness 10000) in paragraph at lines 88139--88140 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to create OVN peer Underfull \hbox (badness 10000) in paragraph at lines 88139--88140 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- LaTeX Warning: Reference `howto/network_zones:network-zone-record-properties:co nfig' on page 902 undefined on input line 88140. Underfull \hbox (badness 5652) in paragraph at lines 88140--88141 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure network zones: Underfull \hbox (badness 10000) in paragraph at lines 88140--88141 \TU/Ubuntu(0)/m/it/10.95 zone-record- LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:descrip tion' on page 902 undefined on input line 88141. Underfull \hbox (badness 10000) in paragraph at lines 88141--88142 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to configure network LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:descri ption' on page 902 undefined on input line 88142. Underfull \hbox (badness 10000) in paragraph at lines 88142--88143 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to configure network LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:description' on page 902 undefined on input line 88143. LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:description' on page 902 undefined on input line 88144. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-backend-properties:description' on page 902 undefined on input line 88145. Underfull \hbox (badness 10000) in paragraph at lines 88145--88146 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-port-properties:description' on page 902 undefined on input line 88 146. Underfull \hbox (badness 10000) in paragraph at lines 88146--88147 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-properties:description' on page 902 undefined on input line 88147. Underfull \hbox (badness 10000) in paragraph at lines 88147--88148 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to configure net- Underfull \hbox (badness 10000) in paragraph at lines 88147--88148 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:description' on page 902 undefined on input line 88148. Underfull \hbox (badness 10000) in paragraph at lines 88148--88149 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to create OVN peer Underfull \hbox (badness 10000) in paragraph at lines 88148--88149 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- LaTeX Warning: Reference `howto/network_zones:network-zone-record-properties:de scription' on page 902 undefined on input line 88149. Underfull \hbox (badness 10000) in paragraph at lines 88149--88150 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to configure network Underfull \hbox (badness 10000) in paragraph at lines 88149--88150 \TU/Ubuntu(0)/m/it/10.95 zones: zone- LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:destin ation' on page 902 undefined on input line 88150. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:destin ation_port' on page 902 undefined on input line 88151. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.domain' on page 902 undefined on input line 88152. Underfull \hbox (badness 10000) in paragraph at lines 88152--88153 []\TU/UbuntuMono(0)/m/n/10.95 dns.domain \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:dns.do main' on page 902 undefined on input line 88153. Underfull \hbox (badness 10000) in paragraph at lines 88153--88154 []\TU/UbuntuMono(0)/m/n/10.95 dns.domain \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.mode' on page 902 undefined on input line 88154. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:dns.nameservers' on page 902 undefined on input line 88155. Underfull \hbox (badness 10000) in paragraph at lines 88155--88156 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- LaTeX Warning: Reference `LastPage' on page 902 undefined on input line 88156. [902] LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:dns.n ameservers' on page 903 undefined on input line 88156. Underfull \hbox (badness 10000) in paragraph at lines 88156--88157 \TU/Ubuntu(0)/m/it/10.95 zones: zone- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.search' on page 903 undefined on input line 88157. Underfull \hbox (badness 10000) in paragraph at lines 88157--88158 []\TU/UbuntuMono(0)/m/n/10.95 dns.search \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:dns.se arch' on page 903 undefined on input line 88158. Underfull \hbox (badness 10000) in paragraph at lines 88158--88159 []\TU/UbuntuMono(0)/m/n/10.95 dns.search \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.zone.forward' on page 903 undefined on input line 88159. Underfull \hbox (badness 5133) in paragraph at lines 88159--88160 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.forward \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:dns.zo ne.forward' on page 903 undefined on input line 88160. Underfull \hbox (badness 10000) in paragraph at lines 88160--88161 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.forward \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.zone.reverse.ipv4' on page 903 undefined on input line 88161. Underfull \hbox (badness 10000) in paragraph at lines 88161--88162 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\ TU/Ubuntu(0)/m/it/10.95 Bridge network: LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:dns.zo ne.reverse.ipv4' on page 903 undefined on input line 88162. Underfull \hbox (badness 10000) in paragraph at lines 88162--88163 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\ TU/Ubuntu(0)/m/it/10.95 OVN network: Underfull \hbox (badness 10000) in paragraph at lines 88162--88163 \TU/Ubuntu(0)/m/it/10.95 ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.zone.reverse.ipv6' on page 903 undefined on input line 88163. Underfull \hbox (badness 10000) in paragraph at lines 88163--88164 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\ TU/Ubuntu(0)/m/it/10.95 Bridge network: LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:dns.zo ne.reverse.ipv6' on page 903 undefined on input line 88164. Underfull \hbox (badness 10000) in paragraph at lines 88164--88165 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\ TU/Ubuntu(0)/m/it/10.95 OVN network: Underfull \hbox (badness 10000) in paragraph at lines 88164--88165 \TU/Ubuntu(0)/m/it/10.95 ovn-network- LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:egress' on page 903 undefined on input line 88165. LaTeX Warning: Reference `howto/network_zones:network-zone-record-properties:en tries' on page 903 undefined on input line 88166. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: fan.overlay_subnet' on page 903 undefined on input line 88167. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: fan.type' on page 903 undefined on input line 88168. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: fan.underlay_subnet' on page 903 undefined on input line 88169. LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:gvrp' on page 903 undefined on input line 88170. Underfull \hbox (badness 10000) in paragraph at lines 88170--88171 []\TU/UbuntuMono(0)/m/n/10.95 gvrp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Macvlan network: macvlan-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:gvrp' on page 903 undefined on input line 88171. Underfull \hbox (badness 10000) in paragraph at lines 88171--88172 []\TU/UbuntuMono(0)/m/n/10.95 gvrp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Physical network: physical-network- LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:icmp_c ode' on page 903 undefined on input line 88172. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:icmp_t ype' on page 903 undefined on input line 88173. LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:ingress ' on page 903 undefined on input line 88174. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.address' on page 903 undefined on input line 88175. Underfull \hbox (badness 10000) in paragraph at lines 88175--88176 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv4.a ddress' on page 903 undefined on input line 88176. Underfull \hbox (badness 10000) in paragraph at lines 88176--88177 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.dhcp' on page 903 undefined on input line 88177. Underfull \hbox (badness 10000) in paragraph at lines 88177--88178 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv4.d hcp' on page 903 undefined on input line 88178. Underfull \hbox (badness 10000) in paragraph at lines 88178--88179 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.dhcp.expiry' on page 903 undefined on input line 88179. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.dhcp.gateway' on page 903 undefined on input line 88180. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.dhcp.ranges' on page 903 undefined on input line 88181. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.firewall' on page 903 undefined on input line 88182. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv4.gateway' on page 903 undefined on input line 88183. LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv4.l 3only' on page 903 undefined on input line 88184. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.nat' on page 903 undefined on input line 88185. Underfull \hbox (badness 10000) in paragraph at lines 88185--88186 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv4.n at' on page 903 undefined on input line 88186. Underfull \hbox (badness 10000) in paragraph at lines 88186--88187 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.nat.address' on page 903 undefined on input line 88187. Underfull \hbox (badness 5133) in paragraph at lines 88187--88188 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv4.n at.address' on page 903 undefined on input line 88188. Underfull \hbox (badness 10000) in paragraph at lines 88188--88189 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.nat.order' on page 903 undefined on input line 88189. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.ovn.ranges' on page 903 undefined on input line 88190. Underfull \hbox (badness 10000) in paragraph at lines 88190--88191 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn.ranges \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv4.ovn.ranges' on page 903 undefined on input line 88191. Underfull \hbox (badness 10000) in paragraph at lines 88191--88192 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.routes' on page 903 undefined on input line 88192. Underfull \hbox (badness 10000) in paragraph at lines 88192--88193 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv4.routes' on page 903 undefined on input line 88193. Underfull \hbox (badness 10000) in paragraph at lines 88193--88194 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Physical network: physical-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv4.routes.anycast' on page 903 undefined on input line 88194. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.routing' on page 903 undefined on input line 88195. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.address' on page 903 undefined on input line 88196. Underfull \hbox (badness 10000) in paragraph at lines 88196--88197 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.a ddress' on page 903 undefined on input line 88197. Underfull \hbox (badness 10000) in paragraph at lines 88197--88198 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.dhcp' on page 903 undefined on input line 88198. Underfull \hbox (badness 10000) in paragraph at lines 88198--88199 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.d hcp' on page 903 undefined on input line 88199. Underfull \hbox (badness 10000) in paragraph at lines 88199--88200 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.dhcp.expiry' on page 903 undefined on input line 88200. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.dhcp.ranges' on page 903 undefined on input line 88201. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.dhcp.stateful' on page 903 undefined on input line 88202. Underfull \hbox (badness 10000) in paragraph at lines 88202--88203 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- LaTeX Warning: Reference `LastPage' on page 903 undefined on input line 88203. [903] LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.d hcp.stateful' on page 904 undefined on input line 88203. Underfull \hbox (badness 10000) in paragraph at lines 88203--88204 \TU/Ubuntu(0)/m/it/10.95 class="literal">ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.firewall' on page 904 undefined on input line 88204. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv6.gateway' on page 904 undefined on input line 88205. LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.l 3only' on page 904 undefined on input line 88206. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.nat' on page 904 undefined on input line 88207. Underfull \hbox (badness 10000) in paragraph at lines 88207--88208 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.n at' on page 904 undefined on input line 88208. Underfull \hbox (badness 10000) in paragraph at lines 88208--88209 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.nat.address' on page 904 undefined on input line 88209. Underfull \hbox (badness 5133) in paragraph at lines 88209--88210 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.n at.address' on page 904 undefined on input line 88210. Underfull \hbox (badness 10000) in paragraph at lines 88210--88211 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.nat.order' on page 904 undefined on input line 88211. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.ovn.ranges' on page 904 undefined on input line 88212. Underfull \hbox (badness 10000) in paragraph at lines 88212--88213 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn.ranges \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv6.ovn.ranges' on page 904 undefined on input line 88213. Underfull \hbox (badness 10000) in paragraph at lines 88213--88214 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.routes' on page 904 undefined on input line 88214. Underfull \hbox (badness 10000) in paragraph at lines 88214--88215 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv6.routes' on page 904 undefined on input line 88215. Underfull \hbox (badness 10000) in paragraph at lines 88215--88216 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Physical network: physical-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv6.routes.anycast' on page 904 undefined on input line 88216. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.routing' on page 904 undefined on input line 88217. LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:listen_address' on page 904 undefined on input line 88218. Underfull \hbox (badness 10000) in paragraph at lines 88218--88219 []\TU/UbuntuMono(0)/m/n/10.95 listen_address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 How to configure Underfull \hbox (badness 10000) in paragraph at lines 88218--88219 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-forward- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-properties:listen_address' on page 904 undefined on input line 8821 9. Underfull \hbox (badness 10000) in paragraph at lines 88219--88220 []\TU/UbuntuMono(0)/m/n/10.95 listen_address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 How to configure net- Underfull \hbox (badness 10000) in paragraph at lines 88219--88220 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:listen_port' on page 904 undefined on input line 88220. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-port-properties:listen_port' on page 904 undefined on input line 88 221. Underfull \hbox (badness 10000) in paragraph at lines 88221--88222 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: maas.subnet.ipv4' on page 904 undefined on input line 88222. Underfull \hbox (badness 5133) in paragraph at lines 88222--88223 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:maas.subnet.ipv4' on page 904 undefined on input line 88223. Underfull \hbox (badness 10000) in paragraph at lines 88223--88224 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:maas.subnet.ipv4' on page 904 undefined on input line 88224. Underfull \hbox (badness 10000) in paragraph at lines 88224--88225 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- LaTeX Warning: Reference `reference/network_sriov:network-sriov-network-conf:ma as.subnet.ipv4' on page 904 undefined on input line 88225. Underfull \hbox (badness 10000) in paragraph at lines 88225--88226 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: maas.subnet.ipv6' on page 904 undefined on input line 88226. Underfull \hbox (badness 5133) in paragraph at lines 88226--88227 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:maas.subnet.ipv6' on page 904 undefined on input line 88227. Underfull \hbox (badness 10000) in paragraph at lines 88227--88228 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:maas.subnet.ipv6' on page 904 undefined on input line 88228. Underfull \hbox (badness 10000) in paragraph at lines 88228--88229 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- LaTeX Warning: Reference `reference/network_sriov:network-sriov-network-conf:ma as.subnet.ipv6' on page 904 undefined on input line 88229. Underfull \hbox (badness 10000) in paragraph at lines 88229--88230 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:mtu' on page 904 undefined on input line 88230. Underfull \hbox (badness 10000) in paragraph at lines 88230--88231 []\TU/UbuntuMono(0)/m/n/10.95 mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Macvlan network: macvlan-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:mtu' on page 904 undefined on input line 88231. Underfull \hbox (badness 10000) in paragraph at lines 88231--88232 []\TU/UbuntuMono(0)/m/n/10.95 mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Physical network: physical-network- LaTeX Warning: Reference `reference/network_sriov:network-sriov-network-conf:mt u' on page 904 undefined on input line 88232. Underfull \hbox (badness 10000) in paragraph at lines 88232--88233 []\TU/UbuntuMono(0)/m/n/10.95 mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 SR-IOV network: sriov-network- LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:name' o n page 904 undefined on input line 88233. Underfull \hbox (badness 10000) in paragraph at lines 88233--88234 []\TU/UbuntuMono(0)/m/n/10.95 name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 How to configure network ACLs: Underfull \hbox (badness 10000) in paragraph at lines 88233--88234 \TU/Ubuntu(0)/m/it/10.95 acl-acl- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-backend-properties:name' on page 904 undefined on input line 88234. Underfull \hbox (badness 7722) in paragraph at lines 88234--88235 \TU/Ubuntu(0)/m/it/10.95 ancers: load- Underfull \hbox (badness 10000) in paragraph at lines 88234--88235 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:name' on page 904 undefined on input line 88235. LaTeX Warning: Reference `howto/network_zones:network-zone-record-properties:na me' on page 904 undefined on input line 88236. Underfull \hbox (badness 10000) in paragraph at lines 88236--88237 []\TU/UbuntuMono(0)/m/n/10.95 name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 How to configure network zones: Underfull \hbox (badness 10000) in paragraph at lines 88236--88237 \TU/Ubuntu(0)/m/it/10.95 zone-record- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:networ k' on page 904 undefined on input line 88237. LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:netwo rk.nat' on page 904 undefined on input line 88238. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ovn.ingress_mode' on page 904 undefined on input line 88239. LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:parent' on page 904 undefined on input line 88240. Underfull \hbox (badness 10000) in paragraph at lines 88240--88241 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Macvlan network: macvlan-network- LaTeX Warning: Reference `LastPage' on page 904 undefined on input line 88241. [904] LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:parent' on page 905 undefined on input line 88241. Underfull \hbox (badness 10000) in paragraph at lines 88241--88242 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Physical network: physical-network- LaTeX Warning: Reference `reference/network_sriov:network-sriov-network-conf:pa rent' on page 905 undefined on input line 88242. Underfull \hbox (badness 10000) in paragraph at lines 88242--88243 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 SR-IOV network: sriov-network- LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:peers .NAME.address' on page 905 undefined on input line 88243. LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:peers .NAME.key' on page 905 undefined on input line 88244. LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:ports' on page 905 undefined on input line 88245. Underfull \hbox (badness 10000) in paragraph at lines 88245--88246 \TU/Ubuntu(0)/m/it/10.95 forward- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-properties:ports' on page 905 undefined on input line 88246. Underfull \hbox (badness 10000) in paragraph at lines 88246--88247 []\TU/UbuntuMono(0)/m/n/10.95 ports \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 How to configure network load Underfull \hbox (badness 10000) in paragraph at lines 88246--88247 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer- LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:protoc ol' on page 905 undefined on input line 88247. Underfull \hbox (badness 10000) in paragraph at lines 88247--88248 \TU/Ubuntu(0)/m/it/10.95 acl-rule- LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:protocol' on page 905 undefined on input line 88248. Underfull \hbox (badness 6893) in paragraph at lines 88248--88249 []\TU/UbuntuMono(0)/m/n/10.95 protocol \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 How to configure network for- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-port-properties:protocol' on page 905 undefined on input line 88249 . Underfull \hbox (badness 10000) in paragraph at lines 88249--88250 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: raw.dnsmasq' on page 905 undefined on input line 88250. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls' on page 905 undefined on input line 88251. Underfull \hbox (badness 10000) in paragraph at lines 88251--88252 []\TU/UbuntuMono(0)/m/n/10.95 security.acls \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:securi ty.acls' on page 905 undefined on input line 88252. Underfull \hbox (badness 10000) in paragraph at lines 88252--88253 []\TU/UbuntuMono(0)/m/n/10.95 security.acls \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls.default.egress.action' on page 905 undefined on input line 88253. Underfull \hbox (badness 10000) in paragraph at lines 88253--88254 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.action Underfull \hbox (badness 10000) in paragraph at lines 88253--88254 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:securi ty.acls.default.egress.action' on page 905 undefined on input line 88254. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls.default.egress.logged' on page 905 undefined on input line 88255. Underfull \hbox (badness 10000) in paragraph at lines 88255--88256 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.logged Underfull \hbox (badness 10000) in paragraph at lines 88255--88256 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:securi ty.acls.default.egress.logged' on page 905 undefined on input line 88256. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls.default.ingress.action' on page 905 undefined on input line 88257 . Underfull \hbox (badness 10000) in paragraph at lines 88257--88258 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 88257--88258 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:securi ty.acls.default.ingress.action' on page 905 undefined on input line 88258. Underfull \hbox (badness 10000) in paragraph at lines 88258--88259 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 88258--88259 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls.default.ingress.logged' on page 905 undefined on input line 88259 . Underfull \hbox (badness 10000) in paragraph at lines 88259--88260 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 88259--88260 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:securi ty.acls.default.ingress.logged' on page 905 undefined on input line 88260. Underfull \hbox (badness 10000) in paragraph at lines 88260--88261 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 88260--88261 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:source ' on page 905 undefined on input line 88261. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:source _port' on page 905 undefined on input line 88262. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:state' on page 905 undefined on input line 88263. LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:status' on page 905 undefined on input line 88264. LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:target_address' on page 905 undefined on input line 88265. Underfull \hbox (badness 10000) in paragraph at lines 88265--88266 []\TU/UbuntuMono(0)/m/n/10.95 target_address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 How to configure Underfull \hbox (badness 10000) in paragraph at lines 88265--88266 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-port- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-backend-properties:target_address' on page 905 undefined on input l ine 88266. Underfull \hbox (badness 10000) in paragraph at lines 88266--88267 []\TU/UbuntuMono(0)/m/n/10.95 target_address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 How to config- Underfull \hbox (badness 10000) in paragraph at lines 88266--88267 \TU/Ubuntu(0)/m/it/10.95 ure network load balancers: Underfull \hbox (badness 10000) in paragraph at lines 88266--88267 \TU/Ubuntu(0)/m/it/10.95 load- Underfull \hbox (badness 10000) in paragraph at lines 88266--88267 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-port-properties:target_backend' on page 905 undefined on input line 88267. LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:target_network' on page 905 undefined on input line 88268. LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:target_port' on page 905 undefined on input line 88269. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-backend-properties:target_port' on page 905 undefined on input line 88270. Underfull \hbox (badness 10000) in paragraph at lines 88270--88271 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:target_project' on page 905 undefined on input line 88271. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.group' on page 905 undefined on input line 88272. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.id' on page 905 undefined on input line 88273. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.interface' on page 905 undefined on input line 88274. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.local' on page 905 undefined on input line 88275. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.port' on page 905 undefined on input line 88276. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.protocol' on page 905 undefined on input line 88277. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.remote' on page 905 undefined on input line 88278. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.ttl' on page 905 undefined on input line 88279. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: user.*' on page 905 undefined on input line 88280. Underfull \hbox (badness 10000) in paragraph at lines 88280--88281 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Bridge network: bridge-network- LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:user.*' on page 905 undefined on input line 88281. Underfull \hbox (badness 10000) in paragraph at lines 88281--88282 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Macvlan network: macvlan-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:user.* ' on page 905 undefined on input line 88282. Underfull \hbox (badness 10000) in paragraph at lines 88282--88283 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 OVN network: ovn-network- LaTeX Warning: Reference `LastPage' on page 905 undefined on input line 88283. [905] LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:user.*' on page 906 undefined on input line 88283. Underfull \hbox (badness 10000) in paragraph at lines 88283--88284 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Physical network: physical-network- LaTeX Warning: Reference `reference/network_sriov:network-sriov-network-conf:us er.*' on page 906 undefined on input line 88284. Underfull \hbox (badness 10000) in paragraph at lines 88284--88285 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 SR-IOV network: sriov-network- LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:user. *' on page 906 undefined on input line 88285. Underfull \hbox (badness 5652) in paragraph at lines 88285--88286 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure network zones: Underfull \hbox (badness 10000) in paragraph at lines 88285--88286 \TU/Ubuntu(0)/m/it/10.95 zone-config- LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:vlan' on page 906 undefined on input line 88286. Underfull \hbox (badness 10000) in paragraph at lines 88286--88287 []\TU/UbuntuMono(0)/m/n/10.95 vlan \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Macvlan network: macvlan-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:vlan' on page 906 undefined on input line 88287. Underfull \hbox (badness 10000) in paragraph at lines 88287--88288 []\TU/UbuntuMono(0)/m/n/10.95 vlan \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Physical network: physical-network- LaTeX Warning: Reference `reference/network_sriov:network-sriov-network-conf:vl an' on page 906 undefined on input line 88288. Underfull \hbox (badness 10000) in paragraph at lines 88288--88289 []\TU/UbuntuMono(0)/m/n/10.95 vlan \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 SR-IOV network: sriov-network- LaTeX Warning: Reference `reference/projects:project-specific:backups.compressi on_algorithm' on page 906 undefined on input line 88291. LaTeX Warning: Reference `reference/projects:project-features:features.images' on page 906 undefined on input line 88292. LaTeX Warning: Reference `reference/projects:project-features:features.networks ' on page 906 undefined on input line 88293. LaTeX Warning: Reference `reference/projects:project-features:features.networks .zones' on page 906 undefined on input line 88294. LaTeX Warning: Reference `reference/projects:project-features:features.profiles ' on page 906 undefined on input line 88295. LaTeX Warning: Reference `reference/projects:project-features:features.storage. buckets' on page 906 undefined on input line 88296. LaTeX Warning: Reference `reference/projects:project-features:features.storage. volumes' on page 906 undefined on input line 88297. LaTeX Warning: Reference `reference/projects:project-specific:images.auto_updat e_cached' on page 906 undefined on input line 88298. LaTeX Warning: Reference `reference/projects:project-specific:images.auto_updat e_interval' on page 906 undefined on input line 88299. LaTeX Warning: Reference `reference/projects:project-specific:images.compressio n_algorithm' on page 906 undefined on input line 88300. LaTeX Warning: Reference `reference/projects:project-specific:images.default_ar chitecture' on page 906 undefined on input line 88301. LaTeX Warning: Reference `reference/projects:project-specific:images.remote_cac he_expiry' on page 906 undefined on input line 88302. LaTeX Warning: Reference `reference/projects:project-limits:limits.containers' on page 906 undefined on input line 88303. LaTeX Warning: Reference `reference/projects:project-limits:limits.cpu' on page 906 undefined on input line 88304. LaTeX Warning: Reference `reference/projects:project-limits:limits.disk' on pag e 906 undefined on input line 88305. LaTeX Warning: Reference `reference/projects:project-limits:limits.disk.pool.PO OL_NAME' on page 906 undefined on input line 88306. LaTeX Warning: Reference `reference/projects:project-limits:limits.instances' o n page 906 undefined on input line 88307. LaTeX Warning: Reference `reference/projects:project-limits:limits.memory' on p age 906 undefined on input line 88308. LaTeX Warning: Reference `reference/projects:project-limits:limits.networks' on page 906 undefined on input line 88309. LaTeX Warning: Reference `reference/projects:project-limits:limits.networks.upl ink_ips.ipv4.NETWORK_NAME' on page 906 undefined on input line 88310. Overfull \hbox (22.10968pt too wide) in paragraph at lines 88310--88311 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv4.NETWORK_NAME\TU/U buntu(0)/m/sc/10.95 , LaTeX Warning: Reference `reference/projects:project-limits:limits.networks.upl ink_ips.ipv6.NETWORK_NAME' on page 906 undefined on input line 88311. Overfull \hbox (22.10968pt too wide) in paragraph at lines 88311--88312 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv6.NETWORK_NAME\TU/U buntu(0)/m/sc/10.95 , LaTeX Warning: Reference `reference/projects:project-limits:limits.processes' o n page 906 undefined on input line 88312. LaTeX Warning: Reference `reference/projects:project-limits:limits.virtual-mach ines' on page 906 undefined on input line 88313. LaTeX Warning: Reference `reference/projects:project-restricted:restricted' on page 906 undefined on input line 88314. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.back ups' on page 906 undefined on input line 88315. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.clus ter.groups' on page 906 undefined on input line 88316. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.clus ter.target' on page 906 undefined on input line 88317. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.interception' on page 906 undefined on input line 88318. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.lowlevel' on page 906 undefined on input line 88319. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.nesting' on page 906 undefined on input line 88320. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.privilege' on page 906 undefined on input line 88321. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.disk' on page 906 undefined on input line 88322. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.disk.paths' on page 906 undefined on input line 88323. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.gpu' on page 906 undefined on input line 88324. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.infiniband' on page 906 undefined on input line 88325. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.nic' on page 906 undefined on input line 88326. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.pci' on page 906 undefined on input line 88327. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.proxy' on page 906 undefined on input line 88328. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.unix-block' on page 906 undefined on input line 88329. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.unix-char' on page 906 undefined on input line 88330. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.unix-hotplug' on page 906 undefined on input line 88331. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.usb' on page 906 undefined on input line 88332. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.idma p.gid' on page 906 undefined on input line 88333. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.idma p.uid' on page 906 undefined on input line 88334. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.access' on page 906 undefined on input line 88335. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.subnets' on page 906 undefined on input line 88336. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.uplinks' on page 906 undefined on input line 88337. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.zones' on page 906 undefined on input line 88338. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.snap shots' on page 906 undefined on input line 88339. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.virt ual-machines.lowlevel' on page 906 undefined on input line 88340. LaTeX Warning: Reference `reference/projects:project-specific:user.*' on page 9 06 undefined on input line 88341. LaTeX Warning: Reference `server:server-acme:acme.agree_tos' on page 906 undefi ned on input line 88344. LaTeX Warning: Reference `server:server-acme:acme.ca_url' on page 906 undefined on input line 88345. LaTeX Warning: Reference `server:server-acme:acme.domain' on page 906 undefined on input line 88346. LaTeX Warning: Reference `server:server-acme:acme.email' on page 906 undefined on input line 88347. LaTeX Warning: Reference `server:server-miscellaneous:backups.compression_algor ithm' on page 906 undefined on input line 88348. LaTeX Warning: Reference `server:server-cluster:cluster.healing_threshold' on p age 906 undefined on input line 88349. LaTeX Warning: Reference `server:server-cluster:cluster.https_address' on page 906 undefined on input line 88350. LaTeX Warning: Reference `server:server-cluster:cluster.images_minimal_replica' on page 906 undefined on input line 88351. LaTeX Warning: Reference `server:server-cluster:cluster.join_token_expiry' on p age 906 undefined on input line 88352. LaTeX Warning: Reference `server:server-cluster:cluster.max_standby' on page 90 6 undefined on input line 88353. LaTeX Warning: Reference `server:server-cluster:cluster.max_voters' on page 906 undefined on input line 88354. LaTeX Warning: Reference `server:server-cluster:cluster.offline_threshold' on p age 906 undefined on input line 88355. LaTeX Warning: Reference `server:server-core:core.bgp_address' on page 906 unde fined on input line 88356. LaTeX Warning: Reference `server:server-core:core.bgp_asn' on page 906 undefine d on input line 88357. LaTeX Warning: Reference `server:server-core:core.bgp_routerid' on page 906 und efined on input line 88358. LaTeX Warning: Reference `server:server-core:core.debug_address' on page 906 un defined on input line 88359. LaTeX Warning: Reference `server:server-core:core.dns_address' on page 906 unde fined on input line 88360. LaTeX Warning: Reference `server:server-core:core.https_address' on page 906 un defined on input line 88361. LaTeX Warning: Reference `server:server-core:core.https_allowed_credentials' on page 906 undefined on input line 88362. LaTeX Warning: Reference `server:server-core:core.https_allowed_headers' on pag e 906 undefined on input line 88363. LaTeX Warning: Reference `server:server-core:core.https_allowed_methods' on pag e 906 undefined on input line 88364. LaTeX Warning: Reference `server:server-core:core.https_allowed_origin' on page 906 undefined on input line 88365. LaTeX Warning: Reference `server:server-core:core.https_trusted_proxy' on page 906 undefined on input line 88366. LaTeX Warning: Reference `server:server-core:core.metrics_address' on page 906 undefined on input line 88367. LaTeX Warning: Reference `server:server-core:core.metrics_authentication' on pa ge 906 undefined on input line 88368. LaTeX Warning: Reference `server:server-core:core.proxy_http' on page 906 undef ined on input line 88369. LaTeX Warning: Reference `server:server-core:core.proxy_https' on page 906 unde fined on input line 88370. LaTeX Warning: Reference `LastPage' on page 906 undefined on input line 88371. [906] LaTeX Warning: Reference `server:server-core:core.proxy_ignore_hosts' on page 9 07 undefined on input line 88371. LaTeX Warning: Reference `server:server-core:core.remote_token_expiry' on page 907 undefined on input line 88372. LaTeX Warning: Reference `server:server-core:core.shutdown_timeout' on page 907 undefined on input line 88373. LaTeX Warning: Reference `server:server-core:core.storage_buckets_address' on p age 907 undefined on input line 88374. LaTeX Warning: Reference `server:server-core:core.syslog_socket' on page 907 un defined on input line 88375. LaTeX Warning: Reference `server:server-core:core.trust_ca_certificates' on pag e 907 undefined on input line 88376. LaTeX Warning: Reference `server:server-core:core.trust_password' on page 907 u ndefined on input line 88377. LaTeX Warning: Reference `server:server-images:images.auto_update_cached' on pa ge 907 undefined on input line 88378. LaTeX Warning: Reference `server:server-images:images.auto_update_interval' on page 907 undefined on input line 88379. LaTeX Warning: Reference `server:server-images:images.compression_algorithm' on page 907 undefined on input line 88380. LaTeX Warning: Reference `server:server-images:images.default_architecture' on page 907 undefined on input line 88381. LaTeX Warning: Reference `server:server-images:images.remote_cache_expiry' on p age 907 undefined on input line 88382. LaTeX Warning: Reference `server:server-miscellaneous:instances.migration.state ful' on page 907 undefined on input line 88383. LaTeX Warning: Reference `server:server-miscellaneous:instances.nic.host_name' on page 907 undefined on input line 88384. LaTeX Warning: Reference `server:server-miscellaneous:instances.placement.scrip tlet' on page 907 undefined on input line 88385. LaTeX Warning: Reference `server:server-loki:loki.api.ca_cert' on page 907 unde fined on input line 88386. LaTeX Warning: Reference `server:server-loki:loki.api.url' on page 907 undefine d on input line 88387. LaTeX Warning: Reference `server:server-loki:loki.auth.password' on page 907 un defined on input line 88388. LaTeX Warning: Reference `server:server-loki:loki.auth.username' on page 907 un defined on input line 88389. LaTeX Warning: Reference `server:server-loki:loki.instance' on page 907 undefin ed on input line 88390. LaTeX Warning: Reference `server:server-loki:loki.labels' on page 907 undefined on input line 88391. LaTeX Warning: Reference `server:server-loki:loki.loglevel' on page 907 undefin ed on input line 88392. LaTeX Warning: Reference `server:server-loki:loki.types' on page 907 undefined on input line 88393. LaTeX Warning: Reference `server:server-miscellaneous:maas.api.key' on page 907 undefined on input line 88394. LaTeX Warning: Reference `server:server-miscellaneous:maas.api.url' on page 907 undefined on input line 88395. LaTeX Warning: Reference `server:server-miscellaneous:maas.machine' on page 907 undefined on input line 88396. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.ca_cert' on p age 907 undefined on input line 88397. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.client_cert' on page 907 undefined on input line 88398. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.client_key' o n page 907 undefined on input line 88399. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.integration_b ridge' on page 907 undefined on input line 88400. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.northbound_co nnection' on page 907 undefined on input line 88401. LaTeX Warning: Reference `server:server-oidc:oidc.audience' on page 907 undefin ed on input line 88402. LaTeX Warning: Reference `server:server-oidc:oidc.client.id' on page 907 undefi ned on input line 88403. LaTeX Warning: Reference `server:server-oidc:oidc.groups.claim' on page 907 und efined on input line 88404. LaTeX Warning: Reference `server:server-oidc:oidc.issuer' on page 907 undefined on input line 88405. LaTeX Warning: Reference `server:server-oidc:oidc.scopes' on page 907 undefined on input line 88406. LaTeX Warning: Reference `server:server-miscellaneous:storage.backups_volume' o n page 907 undefined on input line 88407. LaTeX Warning: Reference `server:server-miscellaneous:storage.images_volume' on page 907 undefined on input line 88408. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:block .filesystem' on page 907 undefined on input line 88411. Underfull \hbox (badness 10000) in paragraph at lines 88411--88412 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88411--88412 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:block.f ilesystem' on page 907 undefined on input line 88412. Underfull \hbox (badness 10000) in paragraph at lines 88412--88413 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88412--88413 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:block.filesystem' on page 907 undefined on input line 88413. Underfull \hbox (badness 5008) in paragraph at lines 88413--88414 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88413--88414 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:block .filesystem' on page 907 undefined on input line 88414. Underfull \hbox (badness 10000) in paragraph at lines 88414--88415 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88414--88415 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:block.f ilesystem' on page 907 undefined on input line 88415. Underfull \hbox (badness 10000) in paragraph at lines 88415--88416 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88415--88416 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:block .mount_options' on page 907 undefined on input line 88416. Underfull \hbox (badness 10000) in paragraph at lines 88416--88417 []\TU/UbuntuMono(0)/m/n/10.95 block.mount_options \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88416--88417 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:block.m ount_options' on page 907 undefined on input line 88417. Underfull \hbox (badness 10000) in paragraph at lines 88417--88418 []\TU/UbuntuMono(0)/m/n/10.95 block.mount_options \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88417--88418 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:block.mount_options' on page 907 undefined on input line 88418. Underfull \hbox (badness 10000) in paragraph at lines 88418--88419 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88418--88419 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:block .mount_options' on page 907 undefined on input line 88419. Underfull \hbox (badness 10000) in paragraph at lines 88419--88420 []\TU/UbuntuMono(0)/m/n/10.95 block.mount_options \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Pure Storage - Underfull \hbox (badness 10000) in paragraph at lines 88419--88420 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 88419--88420 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:block.m ount_options' on page 907 undefined on input line 88420. Underfull \hbox (badness 10000) in paragraph at lines 88420--88421 []\TU/UbuntuMono(0)/m/n/10.95 block.mount_options \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88420--88421 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:block.type' on page 907 undefined on input line 88421. LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:btrfs .mount_options' on page 907 undefined on input line 88422. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.cl uster_name' on page 907 undefined on input line 88423. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.data_pool_name' on page 907 undefined on input line 88424. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.pg_num' on page 907 undefined on input line 88425. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.pool_name' on page 907 undefined on input line 88426. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.pool_size' on page 907 undefined on input line 88427. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rb d.clone_copy' on page 907 undefined on input line 88428. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rb d.du' on page 907 undefined on input line 88429. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rb d.features' on page 907 undefined on input line 88430. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.us er.name' on page 907 undefined on input line 88431. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.cluster_name' on page 907 undefined on input line 88432. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.create_missing' on page 907 undefined on input line 88433. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.data_pool' on page 907 undefined on input line 88434. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.fscache' on page 907 undefined on input line 88435. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.meta_pool' on page 907 undefined on input line 88436. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.osd_pg_num' on page 907 undefined on input line 88437. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.osd_pool_size' on page 907 undefined on input line 88438. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.path' on page 907 undefined on input line 88439. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.user.name' on page 907 undefined on input line 88440. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.bucket.name_prefix' on page 907 undefined on input line 88441. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.cluster_name' on page 907 undefined on input line 88442. LaTeX Warning: Reference `LastPage' on page 907 undefined on input line 88443. [907] LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.radosgw.endpoint' on page 908 undefined on input line 88443. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.radosgw.endpoint_cert_file' on page 908 undefined on input line 88444. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.user.name' on page 908 undefined on input line 88445. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:lvm.str ipes' on page 908 undefined on input line 88446. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:lvm.str ipes.size' on page 908 undefined on input line 88447. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.thinp ool_metadata_size' on page 908 undefined on input line 88448. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.thinp ool_name' on page 908 undefined on input line 88449. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.use_t hinpool' on page 908 undefined on input line 88450. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.vg.fo rce_reuse' on page 908 undefined on input line 88451. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.vg_na me' on page 908 undefined on input line 88452. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.clone_copy' on page 908 undefined on input line 88453. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.domain' on page 908 undefined on input line 88454. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.gateway' on page 908 undefined on input line 88455. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.gateway.verify' on page 908 undefined on input line 88456. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.mode' on page 908 undefined on input line 88457. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.pool' on page 908 undefined on input line 88458. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.sdt' on page 908 undefined on input line 88459. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.user.name' on page 908 undefined on input line 88460. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.user.password' on page 908 undefined on input line 88461. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.ap i.token' on page 908 undefined on input line 88462. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.ga teway' on page 908 undefined on input line 88463. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.ga teway.verify' on page 908 undefined on input line 88464. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.mo de' on page 908 undefined on input line 88465. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.ta rget' on page 908 undefined on input line 88466. LaTeX Warning: Reference `reference/storage_dir:storage-dir-pool-conf:rsync.bwl imit' on page 908 undefined on input line 88467. Underfull \hbox (badness 10000) in paragraph at lines 88467--88468 []\TU/UbuntuMono(0)/m/n/10.95 rsync.bwlimit \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Directory - dir: dir-pool-conf\TU/Ubuntu(0)/m/sc /10.95 ), LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:rsync.bwl imit' on page 908 undefined on input line 88468. Underfull \hbox (badness 10000) in paragraph at lines 88468--88469 []\TU/UbuntuMono(0)/m/n/10.95 rsync.bwlimit \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88468--88469 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:rsync.bwlimit' on page 908 undefined on input line 88469. Underfull \hbox (badness 10000) in paragraph at lines 88469--88470 []\TU/UbuntuMono(0)/m/n/10.95 rsync.bwlimit \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Dell PowerFlex - powerflex: LaTeX Warning: Reference `reference/storage_dir:storage-dir-pool-conf:rsync.com pression' on page 908 undefined on input line 88470. Underfull \hbox (badness 10000) in paragraph at lines 88470--88471 []\TU/UbuntuMono(0)/m/n/10.95 rsync.compression \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Directory - dir: dir-pool-conf\TU/Ubuntu(0)/m/sc /10.95 ), LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:rsync.com pression' on page 908 undefined on input line 88471. Underfull \hbox (badness 10000) in paragraph at lines 88471--88472 []\TU/UbuntuMono(0)/m/n/10.95 rsync.compression \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88471--88472 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:rsync.compression' on page 908 undefined on input line 88472. Underfull \hbox (badness 10000) in paragraph at lines 88472--88473 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sec urity.shared' on page 908 undefined on input line 88473. Underfull \hbox (badness 10000) in paragraph at lines 88473--88474 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88473--88474 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:secur ity.shared' on page 908 undefined on input line 88474. Underfull \hbox (badness 10000) in paragraph at lines 88474--88475 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88474--88475 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:securit y.shared' on page 908 undefined on input line 88475. Underfull \hbox (badness 10000) in paragraph at lines 88475--88476 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88475--88476 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:securit y.shared' on page 908 undefined on input line 88476. Underfull \hbox (badness 10000) in paragraph at lines 88476--88477 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88476--88477 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:security.shared' on page 908 undefined on input line 88477. Underfull \hbox (badness 10000) in paragraph at lines 88477--88478 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88477--88478 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:securit y.shared' on page 908 undefined on input line 88478. Underfull \hbox (badness 10000) in paragraph at lines 88478--88479 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88478--88479 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sec urity.shifted' on page 908 undefined on input line 88479. Underfull \hbox (badness 10000) in paragraph at lines 88479--88480 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88479--88480 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:secur ity.shifted' on page 908 undefined on input line 88480. Underfull \hbox (badness 10000) in paragraph at lines 88480--88481 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88480--88481 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s ecurity.shifted' on page 908 undefined on input line 88481. Underfull \hbox (badness 10000) in paragraph at lines 88481--88482 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88481--88482 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:securit y.shifted' on page 908 undefined on input line 88482. Underfull \hbox (badness 10000) in paragraph at lines 88482--88483 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88482--88483 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:securit y.shifted' on page 908 undefined on input line 88483. Underfull \hbox (badness 10000) in paragraph at lines 88483--88484 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88483--88484 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:security.shifted' on page 908 undefined on input line 88484. Underfull \hbox (badness 5008) in paragraph at lines 88484--88485 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88484--88485 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:securit y.shifted' on page 908 undefined on input line 88485. Underfull \hbox (badness 10000) in paragraph at lines 88485--88486 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88485--88486 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sec urity.unmapped' on page 908 undefined on input line 88486. Underfull \hbox (badness 10000) in paragraph at lines 88486--88487 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88486--88487 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `LastPage' on page 908 undefined on input line 88487. [908] LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:secur ity.unmapped' on page 909 undefined on input line 88487. Underfull \hbox (badness 10000) in paragraph at lines 88487--88488 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88487--88488 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s ecurity.unmapped' on page 909 undefined on input line 88488. Underfull \hbox (badness 10000) in paragraph at lines 88488--88489 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88488--88489 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:securit y.unmapped' on page 909 undefined on input line 88489. Underfull \hbox (badness 10000) in paragraph at lines 88489--88490 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88489--88490 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:securit y.unmapped' on page 909 undefined on input line 88490. Underfull \hbox (badness 10000) in paragraph at lines 88490--88491 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88490--88491 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:security.unmapped' on page 909 undefined on input line 88491. Underfull \hbox (badness 10000) in paragraph at lines 88491--88492 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88491--88492 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:securit y.unmapped' on page 909 undefined on input line 88492. Underfull \hbox (badness 10000) in paragraph at lines 88492--88493 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88492--88493 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-bucket-conf:siz e' on page 909 undefined on input line 88493. Underfull \hbox (badness 10000) in paragraph at lines 88493--88494 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88493--88494 \TU/Ubuntu(0)/m/it/10.95 btrfs-bucket- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:size' on page 909 undefined on input line 88494. Underfull \hbox (badness 10000) in paragraph at lines 88494--88495 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88494--88495 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:siz e' on page 909 undefined on input line 88495. Underfull \hbox (badness 10000) in paragraph at lines 88495--88496 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88495--88496 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:size' on page 909 undefined on input line 88496. Underfull \hbox (badness 10000) in paragraph at lines 88496--88497 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88496--88497 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s ize' on page 909 undefined on input line 88497. Underfull \hbox (badness 10000) in paragraph at lines 88497--88498 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88497--88498 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-bucke t-conf:size' on page 909 undefined on input line 88498. Underfull \hbox (badness 10000) in paragraph at lines 88498--88499 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Ceph Object - cephobject: Underfull \hbox (badness 10000) in paragraph at lines 88498--88499 \TU/Ubuntu(0)/m/it/10.95 cephobject- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:size' o n page 909 undefined on input line 88499. Underfull \hbox (badness 10000) in paragraph at lines 88499--88500 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88499--88500 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-bucket-conf:size' o n page 909 undefined on input line 88500. Underfull \hbox (badness 10000) in paragraph at lines 88500--88501 \TU/Ubuntu(0)/m/it/10.95 lvm-bucket- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:size' on page 909 undefined on input line 88501. Underfull \hbox (badness 10000) in paragraph at lines 88501--88502 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:size' o n page 909 undefined on input line 88502. Underfull \hbox (badness 10000) in paragraph at lines 88502--88503 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:size' on page 909 undefined on input line 88503. Underfull \hbox (badness 10000) in paragraph at lines 88503--88504 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88503--88504 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:size' on page 909 undefined on input line 88504. Underfull \hbox (badness 10000) in paragraph at lines 88504--88505 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88504--88505 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-bucket-conf:size' o n page 909 undefined on input line 88505. Underfull \hbox (badness 10000) in paragraph at lines 88505--88506 \TU/Ubuntu(0)/m/it/10.95 zfs-bucket- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:size' on page 909 undefined on input line 88506. Underfull \hbox (badness 10000) in paragraph at lines 88506--88507 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:size' o n page 909 undefined on input line 88507. Underfull \hbox (badness 10000) in paragraph at lines 88507--88508 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sna pshots.expiry' on page 909 undefined on input line 88508. Underfull \hbox (badness 10000) in paragraph at lines 88508--88509 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88508--88509 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:snaps hots.expiry' on page 909 undefined on input line 88509. Underfull \hbox (badness 10000) in paragraph at lines 88509--88510 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88509--88510 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s napshots.expiry' on page 909 undefined on input line 88510. Underfull \hbox (badness 10000) in paragraph at lines 88510--88511 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88510--88511 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:snapsho ts.expiry' on page 909 undefined on input line 88511. Underfull \hbox (badness 10000) in paragraph at lines 88511--88512 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88511--88512 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:snapsho ts.expiry' on page 909 undefined on input line 88512. Underfull \hbox (badness 10000) in paragraph at lines 88512--88513 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88512--88513 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:snapshots.expiry' on page 909 undefined on input line 88513. Underfull \hbox (badness 5008) in paragraph at lines 88513--88514 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88513--88514 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `LastPage' on page 909 undefined on input line 88514. [909] LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:snaps hots.expiry' on page 910 undefined on input line 88514. Underfull \hbox (badness 10000) in paragraph at lines 88514--88515 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88514--88515 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:snapsho ts.expiry' on page 910 undefined on input line 88515. Underfull \hbox (badness 10000) in paragraph at lines 88515--88516 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88515--88516 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sna pshots.pattern' on page 910 undefined on input line 88516. Underfull \hbox (badness 10000) in paragraph at lines 88516--88517 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88516--88517 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:snaps hots.pattern' on page 910 undefined on input line 88517. Underfull \hbox (badness 10000) in paragraph at lines 88517--88518 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88517--88518 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s napshots.pattern' on page 910 undefined on input line 88518. Underfull \hbox (badness 10000) in paragraph at lines 88518--88519 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88518--88519 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:snapsho ts.pattern' on page 910 undefined on input line 88519. Underfull \hbox (badness 10000) in paragraph at lines 88519--88520 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88519--88520 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:snapsho ts.pattern' on page 910 undefined on input line 88520. Underfull \hbox (badness 10000) in paragraph at lines 88520--88521 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88520--88521 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:snapshots.pattern' on page 910 undefined on input line 88521. Underfull \hbox (badness 10000) in paragraph at lines 88521--88522 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88521--88522 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:snaps hots.pattern' on page 910 undefined on input line 88522. Underfull \hbox (badness 10000) in paragraph at lines 88522--88523 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88522--88523 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:snapsho ts.pattern' on page 910 undefined on input line 88523. Underfull \hbox (badness 10000) in paragraph at lines 88523--88524 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88523--88524 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sna pshots.schedule' on page 910 undefined on input line 88524. Underfull \hbox (badness 10000) in paragraph at lines 88524--88525 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88524--88525 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:snaps hots.schedule' on page 910 undefined on input line 88525. Underfull \hbox (badness 10000) in paragraph at lines 88525--88526 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88525--88526 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s napshots.schedule' on page 910 undefined on input line 88526. Underfull \hbox (badness 10000) in paragraph at lines 88526--88527 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88526--88527 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:snapsho ts.schedule' on page 910 undefined on input line 88527. Underfull \hbox (badness 10000) in paragraph at lines 88527--88528 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88527--88528 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:snapsho ts.schedule' on page 910 undefined on input line 88528. Underfull \hbox (badness 10000) in paragraph at lines 88528--88529 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88528--88529 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:snapshots.schedule' on page 910 undefined on input line 88529. Underfull \hbox (badness 10000) in paragraph at lines 88529--88530 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88529--88530 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:snaps hots.schedule' on page 910 undefined on input line 88530. Underfull \hbox (badness 10000) in paragraph at lines 88530--88531 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 Pure Storage - Underfull \hbox (badness 10000) in paragraph at lines 88530--88531 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 88530--88531 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:snapsho ts.schedule' on page 910 undefined on input line 88531. Underfull \hbox (badness 10000) in paragraph at lines 88531--88532 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88531--88532 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:sourc e' on page 910 undefined on input line 88532. Underfull \hbox (badness 10000) in paragraph at lines 88532--88533 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88532--88533 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:source' on page 910 undefined on input line 88533. Underfull \hbox (badness 10000) in paragraph at lines 88533--88534 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88533--88534 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:sou rce' on page 910 undefined on input line 88534. Underfull \hbox (badness 10000) in paragraph at lines 88534--88535 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 CephFS - cephfs: Underfull \hbox (badness 10000) in paragraph at lines 88534--88535 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- LaTeX Warning: Reference `reference/storage_dir:storage-dir-pool-conf:source' o n page 910 undefined on input line 88535. Underfull \hbox (badness 10000) in paragraph at lines 88535--88536 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Directory - dir: dir-pool-conf\TU/Ubuntu(0)/m/sc /10.95 ), LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:source' o n page 910 undefined on input line 88536. Underfull \hbox (badness 10000) in paragraph at lines 88536--88537 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88536--88537 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:source' o n page 910 undefined on input line 88537. Underfull \hbox (badness 10000) in paragraph at lines 88537--88538 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:sourc e.wipe' on page 910 undefined on input line 88538. Underfull \hbox (badness 10000) in paragraph at lines 88538--88539 []\TU/UbuntuMono(0)/m/n/10.95 source.wipe \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88538--88539 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:source.wi pe' on page 910 undefined on input line 88539. Underfull \hbox (badness 10000) in paragraph at lines 88539--88540 []\TU/UbuntuMono(0)/m/n/10.95 source.wipe \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88539--88540 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `LastPage' on page 910 undefined on input line 88540. [910] LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:source.wi pe' on page 911 undefined on input line 88540. Underfull \hbox (badness 10000) in paragraph at lines 88540--88541 []\TU/UbuntuMono(0)/m/n/10.95 source.wipe \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 ZFS - zfs: zfs-pool-conf\TU/Ubuntu(0)/m/sc /10.95 ), LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:vol atile.idmap.last' on page 911 undefined on input line 88541. Underfull \hbox (badness 10000) in paragraph at lines 88541--88542 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88541--88542 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:volat ile.idmap.last' on page 911 undefined on input line 88542. Underfull \hbox (badness 10000) in paragraph at lines 88542--88543 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88542--88543 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:v olatile.idmap.last' on page 911 undefined on input line 88543. Underfull \hbox (badness 10000) in paragraph at lines 88543--88544 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88543--88544 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:volatil e.idmap.last' on page 911 undefined on input line 88544. Underfull \hbox (badness 10000) in paragraph at lines 88544--88545 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88544--88545 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:volatil e.idmap.last' on page 911 undefined on input line 88545. Underfull \hbox (badness 10000) in paragraph at lines 88545--88546 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88545--88546 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:volatile.idmap.last' on page 911 undefined on input line 88546. Underfull \hbox (badness 10000) in paragraph at lines 88546--88547 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88546--88547 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:volatil e.idmap.last' on page 911 undefined on input line 88547. Underfull \hbox (badness 10000) in paragraph at lines 88547--88548 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88547--88548 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:vol atile.idmap.next' on page 911 undefined on input line 88548. Underfull \hbox (badness 10000) in paragraph at lines 88548--88549 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88548--88549 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:volat ile.idmap.next' on page 911 undefined on input line 88549. Underfull \hbox (badness 10000) in paragraph at lines 88549--88550 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88549--88550 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:v olatile.idmap.next' on page 911 undefined on input line 88550. Underfull \hbox (badness 10000) in paragraph at lines 88550--88551 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88550--88551 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:volatil e.idmap.next' on page 911 undefined on input line 88551. Underfull \hbox (badness 10000) in paragraph at lines 88551--88552 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88551--88552 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:volatil e.idmap.next' on page 911 undefined on input line 88552. Underfull \hbox (badness 10000) in paragraph at lines 88552--88553 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88552--88553 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:volatile.idmap.next' on page 911 undefined on input line 88553. Underfull \hbox (badness 10000) in paragraph at lines 88553--88554 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88553--88554 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:volatil e.idmap.next' on page 911 undefined on input line 88554. Underfull \hbox (badness 10000) in paragraph at lines 88554--88555 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88554--88555 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:volatil e.pool.pristine' on page 911 undefined on input line 88555. Underfull \hbox (badness 10000) in paragraph at lines 88555--88556 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool.pristine \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Ceph RBD - Underfull \hbox (badness 10000) in paragraph at lines 88555--88556 \TU/Ubuntu(0)/m/it/10.95 ceph: Underfull \hbox (badness 10000) in paragraph at lines 88555--88556 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:vol atile.pool.pristine' on page 911 undefined on input line 88556. Underfull \hbox (badness 10000) in paragraph at lines 88556--88557 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool.pristine \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 10000) in paragraph at lines 88556--88557 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:volatile.pool.pristine' on page 911 undefined on input line 88557. Underfull \hbox (badness 10000) in paragraph at lines 88557--88558 \TU/Ubuntu(0)/m/it/10.95 class="literal">cephobject: Underfull \hbox (badness 10000) in paragraph at lines 88557--88558 \TU/Ubuntu(0)/m/it/10.95 cephobject- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:vol atile.uuid' on page 911 undefined on input line 88558. Underfull \hbox (badness 10000) in paragraph at lines 88558--88559 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88558--88559 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:volat ile.uuid' on page 911 undefined on input line 88559. Underfull \hbox (badness 10000) in paragraph at lines 88559--88560 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88559--88560 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:v olatile.uuid' on page 911 undefined on input line 88560. Underfull \hbox (badness 10000) in paragraph at lines 88560--88561 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88560--88561 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:volatil e.uuid' on page 911 undefined on input line 88561. Underfull \hbox (badness 10000) in paragraph at lines 88561--88562 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88561--88562 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:volatil e.uuid' on page 911 undefined on input line 88562. Underfull \hbox (badness 10000) in paragraph at lines 88562--88563 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88562--88563 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:volatile.uuid' on page 911 undefined on input line 88563. Underfull \hbox (badness 10000) in paragraph at lines 88563--88564 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88563--88564 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:volat ile.uuid' on page 911 undefined on input line 88564. Underfull \hbox (badness 10000) in paragraph at lines 88564--88565 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88564--88565 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `LastPage' on page 911 undefined on input line 88565. [911] LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:volatil e.uuid' on page 912 undefined on input line 88565. Underfull \hbox (badness 10000) in paragraph at lines 88565--88566 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88565--88566 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:volume.size' on page 912 undefined on input line 88566. Underfull \hbox (badness 10000) in paragraph at lines 88566--88567 []\TU/UbuntuMono(0)/m/n/10.95 volume.size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Dell PowerFlex - powerflex: LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:volume. size' on page 912 undefined on input line 88567. Underfull \hbox (badness 10000) in paragraph at lines 88567--88568 []\TU/UbuntuMono(0)/m/n/10.95 volume.size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88567--88568 \TU/Ubuntu(0)/m/it/10.95 pure-pool- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.blo ck_mode' on page 912 undefined on input line 88568. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.blo cksize' on page 912 undefined on input line 88569. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.clone _copy' on page 912 undefined on input line 88570. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.del egate' on page 912 undefined on input line 88571. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.expor t' on page 912 undefined on input line 88572. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.pool_ name' on page 912 undefined on input line 88573. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.rem ove_snapshots' on page 912 undefined on input line 88574. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.res erve_space' on page 912 undefined on input line 88575. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.use _refquota' on page 912 undefined on input line 88576. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.aio-max-nr' on pa ge 912 undefined on input line 88579. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.inotify.max_queue d_events' on page 912 undefined on input line 88580. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.inotify.max_user_ instances' on page 912 undefined on input line 88581. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.inotify.max_user_ watches' on page 912 undefined on input line 88582. LaTeX Warning: Reference `reference/server_settings:sysctl:kernel.dmesg_restric t' on page 912 undefined on input line 88583. LaTeX Warning: Reference `reference/server_settings:sysctl:kernel.keys.maxbytes ' on page 912 undefined on input line 88584. LaTeX Warning: Reference `reference/server_settings:sysctl:kernel.keys.maxkeys' on page 912 undefined on input line 88585. LaTeX Warning: Reference `reference/server_settings:sysctl:net.core.bpf_jit_lim it' on page 912 undefined on input line 88586. LaTeX Warning: Reference `reference/server_settings:sysctl:net.ipv4.neigh.defau lt.gc_thresh3' on page 912 undefined on input line 88587. LaTeX Warning: Reference `reference/server_settings:sysctl:net.ipv6.neigh.defau lt.gc_thresh3' on page 912 undefined on input line 88588. LaTeX Warning: Reference `reference/server_settings:sysctl:vm.max_map_count' on page 912 undefined on input line 88589. LaTeX Warning: Reference `LastPage' on page 912 undefined on input line 88590. [912] No file canonical-lxd.ind. Package longtable Warning: Table widths have changed. Rerun LaTeX. enddocument/afterlastpage: lastpage setting LastPage. (./canonical-lxd.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `canonical-lxd.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. Package lastpage Warning: Rerun to get the references right on input line 88594 . ) (see the transcript file for additional information) Output written on canonical-lxd.pdf (913 pages). Transcript written on canonical-lxd.log. Latexmk: Missing input file 'canonical-lxd.toc' (or dependence on it) from following: No file canonical-lxd.toc. Latexmk: Missing input file 'canonical-lxd.ind' (or dependence on it) from following: No file canonical-lxd.ind. Latexmk: Getting log file 'canonical-lxd.log' Latexmk: Examining 'canonical-lxd.fls' Latexmk: Examining 'canonical-lxd.log' Latexmk: Index file 'canonical-lxd.idx' was written Latexmk: References changed. Latexmk: References changed. Latexmk: References changed. Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'canonical-lxd.pdf' Latexmk: applying rule 'makeindex canonical-lxd.idx'... Rule 'makeindex canonical-lxd.idx': Reasons for rerun Category 'other': Rerun of 'makeindex canonical-lxd.idx' forced or previously required: Reason or flag: 'Initial set up of rule' ------------ Run number 1 of rule 'makeindex canonical-lxd.idx' ------------ ------------ Running 'internal xindy -o "canonical-lxd.ind" "canonical-lxd.idx"' ------------ Latexmk: calling xindy( -o "canonical-lxd.ind" "canonical-lxd.idx" ) Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': Reasons for rerun Changed files or newly in use/created: canonical-lxd.aux canonical-lxd.ind canonical-lxd.out canonical-lxd.toc ------------ Run number 2 of rule 'pdflatex' ------------ ------------ Running 'xelatex -interaction=nonstopmode -recorder --jobname="canonical-lxd" "lxd.tex"' ------------ This is XeTeX, Version 3.141592653-2.6-0.999995 (TeX Live 2023/Debian) (preloaded format=xelatex) restricted \write18 enabled. entering extended mode (./lxd.tex LaTeX2e <2023-11-01> patch level 1 L3 programming layer <2024-01-22> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2023/05/17 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty Package cmap Warning: pdftex not detected - exiting. ) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def))) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/polyglossia.sty (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/gloss-latex.lde)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/gloss-english.ldf) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-xetex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (./sphinxpackagefootnote.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)) (./sphinxmessages.sty) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex))) (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeyslibraryfiltered .code.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.de f)))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code. tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonomet ric.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.cod e.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison .code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerari thmetics.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct. code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.c ode.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformation s.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.t ex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing .code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.c ode.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex)) ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex ) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65 .sty) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18 .sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty (/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbraster.code.tex Library (tcolorbox): 'tcbraster.code.tex' version '6.2.0' ) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex Library (tcolorbox): 'tcbskins.code.tex' version '6.2.0' (/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers .code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik zlibrarytopaths.code.tex))) (/usr/share/texlive/texmf-dist/tex/latex/tikzfill/tikzfill.image.sty (/usr/share/texlive/texmf-dist/tex/latex/tikzfill/tikzfill-common.sty) (/usr/share/texlive/texmf-dist/tex/latex/tikzfill/tikzlibraryfill.image.code.te x)) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex Library (tcolorbox): 'tcbskinsjigsaw.code.tex' version '6.2.0' )) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex Library (tcolorbox): 'tcbbreakable.code.tex' version '6.2.0' (/usr/share/texlive/texmf-dist/tex/latex/pdfcol/pdfcol.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex Library (tcolorbox): 'tcbhooks.code.tex' version '6.2.0' ) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex Library (tcolorbox): 'tcbtheorems.code.tex' version '6.2.0' ) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex Library (tcolorbox): 'tcbfitting.code.tex' version '6.2.0' ) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcblistingsutf8.code.tex Library (tcolorbox): 'tcblistingsutf8.code.tex' version '6.2.0' (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex Library (tcolorbox): 'tcblistings.code.tex' version '6.2.0' (/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty (/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex Library (tcolorbox): 'tcblistingscore.code.tex' version '6.2.0' (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbprocessing.code.tex Library (tcolorbox): 'tcbprocessing.code.tex' version '6.2.0' )))) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbexternal.code.tex Library (tcolorbox): 'tcbexternal.code.tex' version '6.2.0' ) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex Library (tcolorbox): 'tcbmagazine.code.tex' version '6.2.0' ) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex Library (tcolorbox): 'tcbvignette.code.tex' version '6.2.0' (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik zlibraryfadings.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryfadings.code .tex))) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbposter.code.tex Library (tcolorbox): 'tcbposter.code.tex' version '6.2.0' )) (/usr/share/texlive/texmf-dist/tex/latex/lastpage/lastpage.sty (/usr/share/texlive/texmf-dist/tex/latex/lastpage/lastpage2e.sty (/usr/share/texlive/texmf-dist/tex/latex/lastpage/lastpagemodern.sty) )) (/usr/share/texlive/texmf-dist/tex/latex/tabto-ltx/tabto.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/changepage/changepage.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty) Writing index file canonical-lxd.idx (./canonical-lxd.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-utex-helper. sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/tufontawesomefree.fd) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/tufontawesomebrands.fd))) *geometry* driver: auto-detecting *geometry* detected driver: xetex (./canonical-lxd.out) (./canonical-lxd.out) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) Underfull \hbox (badness 10000) in alignment at lines 181--181 [][] Overfull \hbox (1.13809pt too wide) in paragraph at lines 181--182 [][] [1] (./canonical-lxd.toc Overfull \hbox (1.55487pt too wide) detected at line 449 []\TU/Ubuntu(0)/m/n/10.95 269 Overfull \hbox (1.55487pt too wide) detected at line 528 []\TU/Ubuntu(0)/m/n/10.95 312 Overfull \hbox (1.55487pt too wide) detected at line 538 []\TU/Ubuntu(0)/m/n/10.95 315 Overfull \hbox (1.55487pt too wide) detected at line 569 []\TU/Ubuntu(0)/m/n/10.95 325 Overfull \hbox (1.55487pt too wide) detected at line 595 []\TU/Ubuntu(0)/m/n/10.95 337 Overfull \hbox (1.55487pt too wide) detected at line 627 []\TU/Ubuntu(0)/m/n/10.95 349 Overfull \hbox (1.55487pt too wide) detected at line 670 []\TU/Ubuntu(0)/m/n/10.95 361 Overfull \hbox (1.55487pt too wide) detected at line 889 []\TU/Ubuntu(0)/m/n/10.95 561 Overfull \hbox (1.55487pt too wide) detected at line 899 []\TU/Ubuntu(0)/m/n/10.95 568 Overfull \hbox (1.55487pt too wide) detected at line 917 []\TU/Ubuntu(0)/m/n/10.95 577 Overfull \hbox (1.55487pt too wide) detected at line 1393 []\TU/Ubuntu(0)/m/n/10.95 648 Overfull \hbox (1.55487pt too wide) detected at line 3008 []\TU/Ubuntu(0)/m/n/10.95 875 ) [1] Missing character: There is no ɛ (U+025B) in font [UbuntuMono-R.ttf]/OT:script= latn;language=dflt;! Missing character: There is no 🔈 (U+1F508) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! [2] [3] Chapter 1. [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [15] [16] [17] [18] Missing character: There is no □ (U+25A1) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no □ (U+25A1) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [19] [20] [21] [22] [23] [24] [25] [26] [27] Chapter 2. [28] [29] [30] [31] [32] [33] [34] [35] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/b/it' undefined (Font) using `TU/Ubuntu(0)/b/n' instead on input line 2716. [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] Underfull \hbox (badness 10000) in paragraph at lines 3764--3764 []\TU/Ubuntu(0)/b/it/10.95 API exten- Underfull \hbox (badness 10000) in paragraph at lines 3764--3764 []\TU/UbuntuMono(0)/m/n/10.95 doc/api[]extensions.md\TU/Ubuntu(0)/m/n/10.95 , \ TU/UbuntuMono(0)/m/n/10.95 shared/ Underfull \hbox (badness 10000) in paragraph at lines 3764--3764 []\TU/Ubuntu(0)/b/it/10.95 Documenta- Underfull \hbox (badness 10000) in paragraph at lines 3764--3764 []\TU/Ubuntu(0)/b/it/10.95 Go client [50] [51] [52] [53] Underfull \hbox (badness 10000) in paragraph at lines 4092--4095 [][][][][]$[][][][][] [] [] [] [][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [][][ ][][][][][][][][][][][][][][][][] [] [][][] [] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] Underfull \hbox (badness 10000) in paragraph at lines 4955--4958 [][][][][]$[][][][][] [] [] [] [][][][][] [] [][][][][][][][][] [] [][][] [] [] [][][][][] [] [][][][][] [] [][][][][][][][][][][][][][][][][][] [] [][][][][][ ][][][][][][][][][][][][][][][][][][] [] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/sc' undefined (Font) using `TU/Ubuntu(0)/m/n' instead on input line 5570. [80] [81] [82] [83] [84] Underfull \hbox (badness 10000) in paragraph at lines 6007--6009 []\TU/Ubuntu(0)/m/n/10.95 Check the contents of an existing instance configurat ion ([][]\TU/UbuntuMono(0)/m/it/10.95 lxc config show [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no □ (U+25A1) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] Underfull \hbox (badness 10000) in paragraph at lines 8645--8647 []\TU/Ubuntu(0)/m/n/10.95 For example, to pull the contents of the \TU/UbuntuMo no(0)/m/n/10.95 /etc/hosts \TU/Ubuntu(0)/m/n/10.95 file and write them to a [116] [117] [118] [119] [120] Underfull \hbox (badness 7796) in paragraph at lines 9143--9147 \TU/Ubuntu(0)/m/n/10.95 In interactive mode, the operation creates an additiona l single bi-directional Underfull \hbox (badness 10000) in paragraph at lines 9143--9147 \TU/Ubuntu(0)/m/n/10.95 WebSocket. To force interactive mode, add \TU/UbuntuMon o(0)/m/n/10.95 "interactive": true \TU/Ubuntu(0)/m/n/10.95 and [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [136] Underfull \hbox (badness 5862) in paragraph at lines 10439--10444 []\TU/Ubuntu(0)/m/n/10.95 Most storage drivers support optimized snapshot creat ion (see [][]\TU/Ubuntu(0)/m/it/10.95 Feature comparison[][] [137] [138] Underfull \hbox (badness 10000) in paragraph at lines 10633--10635 []\TU/Ubuntu(0)/m/n/10.95 See [][]\TU/UbuntuMono(0)/m/n/10.95 GET /1.0/instance s/{name}/snapshots[][]\TU/Ubuntu(0)/m/n/10.95 , [][]\TU/UbuntuMono(0)/m/n/10.95 GET /1.0/instances/{name}/snapshots/ Underfull \hbox (badness 5787) in paragraph at lines 10633--10635 \TU/UbuntuMono(0)/m/n/10.95 {snapshot}[][]\TU/Ubuntu(0)/m/n/10.95 , [][]\TU/Ubu ntuMono(0)/m/n/10.95 PATCH /1.0/instances/{name}/snapshots/{snapshot}[][]\TU/Ub untu(0)/m/n/10.95 , and [][]\TU/UbuntuMono(0)/m/n/10.95 DELETE /1.0/ [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] Overfull \vbox (1.03195pt too high) detected at line 11881 [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] Underfull \vbox (badness 1259) detected at line 13344 [174] [175] Overfull \hbox (344.8309pt too wide) in paragraph at lines 13522--13525 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][][][][][][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][][ ][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (350.30591pt too wide) in paragraph at lines 13522--13525 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (350.30591pt too wide) in paragraph at lines 13522--13525 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (344.8309pt too wide) in paragraph at lines 13522--13525 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+ [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] Underfull \hbox (badness 5862) in paragraph at lines 15667--15672 []\TU/Ubuntu(0)/m/sc/10.95 Most storage drivers support optimized snapshot crea tion (see [][]\TU/Ubuntu(0)/m/it/10.95 Feature comparison[][] [202] [203] [204] [205] [206] Underfull \hbox (badness 10000) in paragraph at lines 16106--16110 []\TU/Ubuntu(0)/m/sc/10.95 Therefore, you must first create a pending network o n each member with the Underfull \hbox (badness 6016) in paragraph at lines 16106--16110 [][]\TU/UbuntuMono(0)/m/n/10.95 target= \TU/Ubuntu(0)/m/sc/10.9 5 flag and the appropriate configuration for the member. [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] Underfull \hbox (badness 10000) in paragraph at lines 18618--18621 []\TU/Ubuntu(0)/m/sc/10.95 This assumes that [][]\TU/UbuntuMono(0)/m/it/10.95 c ore.dns_address[][] \TU/Ubuntu(0)/m/sc/10.95 (page 363[]) was set to [235] [236] Underfull \hbox (badness 10000) in paragraph at lines 18747--18747 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 18780--18780 []\TU/UbuntuMono(0)/m/n/10.95 network. [237] Underfull \hbox (badness 10000) in paragraph at lines 18809--18809 []\TU/UbuntuMono(0)/m/n/10.95 peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 18838--18838 []\TU/UbuntuMono(0)/m/n/10.95 peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 18867--18867 []\TU/UbuntuMono(0)/m/n/10.95 user. [238] [239] [240] [241] [242] [243] [244] [245] Missing character: There is no ● (U+25CF) in font [UbuntuMono-R.ttf]/OT:script= latn;language=dflt;color=FFFFFFFF ;! [246] Overfull \hbox (218.90572pt too wide) in paragraph at lines 19560--19563 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][] [][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][ ][][]+| Overfull \hbox (224.38072pt too wide) in paragraph at lines 19560--19563 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][] [][][]+| Overfull \hbox (218.90572pt too wide) in paragraph at lines 19560--19563 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][] [][][]+ [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] Overfull \vbox (0.79932pt too high) detected at line 20816 [259] [260] [261] [262] [263] [264] [265] Underfull \hbox (badness 7397) in paragraph at lines 21379--21382 []\TU/Ubuntu(0)/m/sc/10.95 If you plan to use the OverlayFS storage driver in D ocker, you should also set [266] Overfull \hbox (135.14801pt too wide) in paragraph at lines 21485--21488 [][][][][]$[][][][][] [] [] [] [][][][][][][] [] [][][][][][][][][][][][][][][] [] [][][] [] [] [] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [267] [268] [269] Overfull \hbox (1149.65471pt too wide) in paragraph at lines 21739--21741 \TU/UbuntuMono(1)/m/n/10.95 ZXJ2ZXJfbmFtZSI6InJwaTAxIiwiZmluZ2VycHJpbnQiOiIyNjZ jZmExZDk0ZDZiMjk2Nzk0YjU0YzJlYzdjOTMwNDA5ZjIzNjdmNmM1YjRhZWVjOGM0YjAxYTc2NjU0Mj gxIiwiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiJmZGI1OTgyNjgxN TQ2ZGQyNGE2ZGE0Mzg5MTUyOGM1ZGUxNWNmYmQ5M2M3OTU3ODNkNGI5OGU4MTQ4MWMzNmUwIn0=All [270] [271] [272] Overfull \hbox (1123.83167pt too wide) in paragraph at lines 21929--21929 [][]\TU/UbuntuMono(0)/m/n/10.95 eyJzZXJ2ZXJfbmFtZSI6Im5vZGUyIiwiZmluZ2VycHJpbnQ iOiJjZjlmNmVhMWIzYjhiNjgxNzQ1YTY1NTY2YjM3ZGUwOTUzNjRmM2MxMDAwMGNjZWQyOTk5NDU5Yz Y2MGIxNWQ4IiwiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiIxNGJmY 2EzMDhkOTNhY2E3MGJmYThkMzE0NWM4NWY3YmE0ZmU1YmYyNmJiNDhmMmUwNzhhOGZhMDczZDc0YTFi In0=| [273] [274] Overfull \hbox (317.45587pt too wide) in paragraph at lines 22076--22079 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][][][][]+[][][][][][][][][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][] [][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][] [][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22076--22079 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22076--22079 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22076--22079 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (317.45587pt too wide) in paragraph at lines 22076--22079 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+ [275] [276] [277] [278] [279] Underfull \hbox (badness 10000) in paragraph at lines 22340--22343 []\TU/Ubuntu(0)/m/sc/10.95 You can pass only the member-specific configuration keys \TU/UbuntuMono(0)/m/n/10.95 bridge. [280] [281] [282] [283] [284] [285] Underfull \hbox (badness 5105) in paragraph at lines 22828--22833 \TU/UbuntuMono(0)/m/n/10.95 tar.gz \TU/Ubuntu(0)/m/sc/10.95 for snap installati ons or \TU/UbuntuMono(0)/m/n/10.95 /var/lib/lxd/database/lxd_recovery_db.tar.gz \TU/Ubuntu(0)/m/sc/10.95 ). [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] Underfull \hbox (badness 10000) in paragraph at lines 23691--23693 []\TU/Ubuntu(0)/m/sc/10.95 Use the following command to instruct LXD to move al l occurrences of [300] [301] Underfull \hbox (badness 10000) in paragraph at lines 23809--23811 []\TU/Ubuntu(0)/m/sc/10.95 In the \TU/Ubuntu(0)/m/it/10.95 URL \TU/Ubuntu(0)/m/ sc/10.95 field, enter the address of your Loki installation (\TU/UbuntuMono(0)/ m/n/10.95 http:// [302] [303] [304] Underfull \hbox (badness 6510) in paragraph at lines 23874--23876 []\TU/Ubuntu(0)/m/sc/10.95 The Prometheus \TU/UbuntuMono(0)/m/n/10.95 job_name \TU/Ubuntu(0)/m/sc/10.95 value can be found in \TU/UbuntuMono(0)/m/n/10.95 /var /snap/prometheus/current/ [305] [306] [307] [308] Overfull \hbox (175.10571pt too wide) in paragraph at lines 24169--24183 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][] [][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+ | Overfull \hbox (180.58072pt too wide) in paragraph at lines 24169--24183 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] +| Overfull \hbox (180.58072pt too wide) in paragraph at lines 24169--24183 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] +| Overfull \hbox (175.10571pt too wide) in paragraph at lines 24169--24183 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] + [309] [310] Chapter 3. [311] [312] [313] [314] Overfull \hbox (3.24397pt too wide) in paragraph at lines 24545--24545 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 24545--24545 []\TU/FreeSans(0)/m/n/10.95 De- Underfull \hbox (badness 10000) in paragraph at lines 24545--24545 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (8.24812pt too wide) in paragraph at lines 24545--24545 []\TU/Ubuntu(0)/m/sc/10.95 string| Underfull \hbox (badness 10000) in paragraph at lines 24545--24545 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (8.24812pt too wide) in paragraph at lines 24545--24545 []\TU/Ubuntu(0)/m/sc/10.95 string| Underfull \hbox (badness 10000) in paragraph at lines 24545--24545 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (1.71097pt too wide) in paragraph at lines 24545--24545 []\TU/Ubuntu(0)/m/sc/10.95 bool| [315] Underfull \hbox (badness 10000) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 Direc- Overfull \hbox (2.6934pt too wide) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 Btrfs| Overfull \hbox (2.65097pt too wide) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 LVM| Overfull \hbox (2.43083pt too wide) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 Ceph Underfull \hbox (badness 10000) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 Dell Power- Underfull \hbox (badness 10000) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 Pure Stor- [316] Underfull \hbox (badness 5533) in paragraph at lines 24853--24855 []\TU/Ubuntu(0)/m/sc/10.95 Directly on an instance: [][]\TU/UbuntuMono(0)/m/it/ 10.95 lxc launch [][]storage [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] Underfull \hbox (badness 10000) in paragraph at lines 26355--26355 []\TU/FreeSans(0)/m/n/10.95 Auto- Overfull \hbox (7.23807pt too wide) in paragraph at lines 26355--26355 []\TU/UbuntuMono(0)/m/n/10.95 database[]leader| Overfull \hbox (12.71307pt too wide) in paragraph at lines 26355--26355 []\TU/UbuntuMono(0)/m/n/10.95 database[]standby| [337] [338] Underfull \hbox (badness 5260) in paragraph at lines 26554--26560 []\TU/UbuntuMono(0)/m/n/10.95 request \TU/Ubuntu(0)/m/sc/10.95 is an object tha t contains an expanded representation of [][]\TU/UbuntuMono(0)/m/n/10.95 script let. Underfull \hbox (badness 10000) in paragraph at lines 26562--26568 []\TU/UbuntuMono(0)/m/n/10.95 candidate_members \TU/Ubuntu(0)/m/sc/10.95 is a \ TU/UbuntuMono(0)/m/n/10.95 list \TU/Ubuntu(0)/m/sc/10.95 of cluster member obje cts representing [][]\TU/UbuntuMono(0)/m/n/10.95 api. [339] [340] [341] [342] [343] [344] Overfull \hbox (7.46788pt too wide) in paragraph at lines 27084--27084 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 27084--27084 []\TU/FreeSans(0)/m/n/10.95 De- Overfull \hbox (0.86389pt too wide) in paragraph at lines 27084--27084 \TU/FreeSans(0)/m/n/10.95 fault| Underfull \hbox (badness 10000) in paragraph at lines 27084--27084 []\TU/FreeSans(0)/m/n/10.95 Re- Overfull \hbox (5.03206pt too wide) in paragraph at lines 27084--27084 \TU/FreeSans(0)/m/n/10.95 quired| Underfull \hbox (badness 10000) in paragraph at lines 27084--27084 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (5.93488pt too wide) in paragraph at lines 27084--27084 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 27084--27084 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 27084--27084 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- Underfull \hbox (badness 10000) in paragraph at lines 27084--27084 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (4.72388pt too wide) in paragraph at lines 27084--27084 \TU/UbuntuMono(0)/m/n/10.95 ipv4_filtering| Overfull \hbox (5.93488pt too wide) in paragraph at lines 27084--27084 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 27084--27084 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 27084--27084 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- Underfull \hbox (badness 10000) in paragraph at lines 27084--27084 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (4.72388pt too wide) in paragraph at lines 27084--27084 \TU/UbuntuMono(0)/m/n/10.95 ipv6_filtering| Overfull \hbox (5.93488pt too wide) in paragraph at lines 27084--27084 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 27084--27084 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 27084--27084 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- [345] [346] [347] Chapter 4. [348] [349] [350] [351] [352] [353] Underfull \hbox (badness 10000) in paragraph at lines 27958--27958 []\TU/FreeSans(0)/m/n/10.95 Vari- Underfull \hbox (badness 10000) in paragraph at lines 27958--27958 []\TU/UbuntuMono(0)/m/n/10.95 trig- Underfull \hbox (badness 10000) in paragraph at lines 27958--27958 []\TU/UbuntuMono(0)/m/n/10.95 in- Underfull \hbox (badness 10000) in paragraph at lines 27958--27958 []\TU/UbuntuMono(0)/m/n/10.95 de- Overfull \hbox (51.51558pt too wide) in paragraph at lines 27958--27958 []\TU/UbuntuMono(0)/m/n/10.95 map[string]map[string]string| Underfull \hbox (badness 10000) in paragraph at lines 27958--27958 []\TU/UbuntuMono(0)/m/n/10.95 prop- [354] Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 OS Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 \TU/FreeSans(0)/m/n/10.95 ven- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 OS ver- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 OS Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 \TU/FreeSans(0)/m/n/10.95 sup- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 [][][]\TU/FreeSans(0)/m/it/10.95 LXD agent[][] Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 VirtIO- Overfull \hbox (1.76984pt too wide) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 VirtIO- Overfull \hbox (12.63136pt too wide) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 NVMe| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 CSM Overfull \hbox (7.55548pt too wide) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 UEFI| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 Se- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 \TU/FreeSans(0)/m/n/10.95 cure Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 CentOS Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 CentOS Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 CentOS Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Red Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Red Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 RHEL Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Red Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 SLES 12 Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 SLES 15 Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (8.1545pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 14.04.6 Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (8.1545pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 16.04.7 Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (8.1545pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 18.04.6 Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (8.1545pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 20.04.6 Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (8.1545pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 22.04.4 Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (8.1545pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 24.04.1 Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (13.41182pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 ❌[][][][][][][]| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (13.41182pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 ❌[][][][][][][]| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (13.41182pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 ❌[][][][][][][]| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [355] Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [356] [357] Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 29058--29058 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29058--29058 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29058--29058 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29058--29058 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29058--29058 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29058--29058 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [358] [359] [360] Underfull \hbox (badness 10000) in paragraph at lines 29454--29454 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29486--29486 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29515--29515 []\TU/UbuntuMono(0)/m/n/10.95 core. [361] Underfull \hbox (badness 10000) in paragraph at lines 29547--29547 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29576--29576 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29608--29608 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29618--29624 []\TU/UbuntuMono(0)/m/n/10.95 core.https_allowed_credentials \TU/Ubuntu(0)/m/sc /10.95 Whether to set \TU/UbuntuMono(0)/m/n/10.95 Access[]Control[]Allow[]Crede ntials [][][][] Underfull \hbox (badness 10000) in paragraph at lines 29644--29644 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29676--29676 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29705--29705 []\TU/UbuntuMono(0)/m/n/10.95 core. [362] Underfull \hbox (badness 10000) in paragraph at lines 29734--29734 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29763--29763 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29795--29795 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29831--29831 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29860--29860 []\TU/UbuntuMono(0)/m/n/10.95 core. [363] Underfull \hbox (badness 10000) in paragraph at lines 29892--29892 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29924--29924 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29963--29963 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30028--30028 []\TU/UbuntuMono(0)/m/n/10.95 core. [364] Underfull \hbox (badness 10000) in paragraph at lines 30064--30064 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30100--30100 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30129--30129 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30168--30168 []\TU/UbuntuMono(0)/m/n/10.95 acme. Underfull \hbox (badness 10000) in paragraph at lines 30201--30201 []\TU/UbuntuMono(0)/m/n/10.95 https://acme[]v02.api.letsencrypt.org/ [365] Underfull \hbox (badness 10000) in paragraph at lines 30259--30259 []\TU/UbuntuMono(0)/m/n/10.95 acme. Underfull \hbox (badness 10000) in paragraph at lines 30326--30326 []\TU/UbuntuMono(0)/m/n/10.95 oidc.client. Underfull \hbox (badness 10000) in paragraph at lines 30355--30355 []\TU/UbuntuMono(0)/m/n/10.95 oidc.groups. [366] Underfull \hbox (badness 10000) in paragraph at lines 30465--30465 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 30498--30498 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 30534--30534 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 30571--30571 []\TU/UbuntuMono(0)/m/n/10.95 cluster. [367] Underfull \hbox (badness 10000) in paragraph at lines 30604--30604 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 30641--30641 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 30678--30678 []\TU/UbuntuMono(0)/m/n/10.95 cluster. [368] Underfull \hbox (badness 10000) in paragraph at lines 30753--30753 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 30790--30790 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 30818--30818 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 30851--30851 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 30889--30889 []\TU/UbuntuMono(0)/m/n/10.95 loki.api. [369] Underfull \hbox (badness 10000) in paragraph at lines 30918--30918 []\TU/UbuntuMono(0)/m/n/10.95 loki.api. Underfull \hbox (badness 10000) in paragraph at lines 30950--30950 []\TU/UbuntuMono(0)/m/n/10.95 loki.auth. Underfull \hbox (badness 10000) in paragraph at lines 30979--30979 []\TU/UbuntuMono(0)/m/n/10.95 loki.auth. [370] Underfull \hbox (badness 10000) in paragraph at lines 31113--31113 []\TU/UbuntuMono(0)/m/n/10.95 lifecycle, Underfull \hbox (badness 10000) in paragraph at lines 31156--31156 []\TU/UbuntuMono(0)/m/n/10.95 backups. Underfull \hbox (badness 10000) in paragraph at lines 31188--31188 []\TU/UbuntuMono(0)/m/n/10.95 instances.migration. Underfull \hbox (badness 10000) in paragraph at lines 31224--31224 []\TU/UbuntuMono(0)/m/n/10.95 instances.nic. [371] Underfull \hbox (badness 10000) in paragraph at lines 31260--31260 []\TU/UbuntuMono(0)/m/n/10.95 instances.placement. Underfull \hbox (badness 10000) in paragraph at lines 31293--31293 []\TU/UbuntuMono(0)/m/n/10.95 maas.api. Underfull \hbox (badness 10000) in paragraph at lines 31322--31322 []\TU/UbuntuMono(0)/m/n/10.95 maas.api. Underfull \hbox (badness 10000) in paragraph at lines 31355--31355 []\TU/UbuntuMono(0)/m/n/10.95 maas. [372] Underfull \hbox (badness 5667) in paragraph at lines 31461--31467 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn.integration_bridge \TU/Ubuntu(0)/m/sc /10.95 OVS integration bridge to use for OVN networks [][][][] Underfull \hbox (badness 10000) in paragraph at lines 31487--31487 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn. Underfull \hbox (badness 10000) in paragraph at lines 31494--31500 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn.northbound_connection \TU/Ubuntu(0)/m /sc/10.95 OVN northbound database connection string [][][][] Underfull \hbox (badness 10000) in paragraph at lines 31520--31520 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn. Underfull \hbox (badness 10000) in paragraph at lines 31549--31549 []\TU/UbuntuMono(0)/m/n/10.95 storage. Underfull \hbox (badness 10000) in paragraph at lines 31581--31581 []\TU/UbuntuMono(0)/m/n/10.95 storage. [373] [374] [375] Underfull \hbox (badness 10000) in paragraph at lines 31852--31852 []\TU/UbuntuMono(0)/m/n/10.95 agent. Underfull \hbox (badness 10000) in paragraph at lines 31888--31888 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 31958--31958 []\TU/UbuntuMono(0)/m/n/10.95 linux. [376] Underfull \hbox (badness 10000) in paragraph at lines 32001--32001 []\TU/UbuntuMono(0)/m/n/10.95 linux.kernel_modules. Underfull \hbox (badness 10000) in paragraph at lines 32038--32038 []\TU/UbuntuMono(0)/m/n/10.95 linux.sysctl. Underfull \hbox (badness 10000) in paragraph at lines 32067--32067 []\TU/UbuntuMono(0)/m/n/10.95 ubuntu_pro. [377] Underfull \hbox (badness 10000) in paragraph at lines 32105--32105 []\TU/UbuntuMono(0)/m/n/10.95 user. Underfull \hbox (badness 10000) in paragraph at lines 32137--32137 []\TU/UbuntuMono(0)/m/n/10.95 environment. Underfull \hbox (badness 10000) in paragraph at lines 32176--32176 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 32212--32212 []\TU/UbuntuMono(0)/m/n/10.95 boot.autostart. Underfull \hbox (badness 10000) in paragraph at lines 32248--32248 []\TU/UbuntuMono(0)/m/n/10.95 boot.autostart. [378] Underfull \hbox (badness 10000) in paragraph at lines 32276--32276 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 32313--32313 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 32349--32349 []\TU/UbuntuMono(0)/m/n/10.95 boot.stop. Underfull \hbox (badness 10000) in paragraph at lines 32395--32395 []\TU/UbuntuMono(0)/m/n/10.95 cloud[]init. Underfull \hbox (badness 10000) in paragraph at lines 32431--32431 []\TU/UbuntuMono(0)/m/n/10.95 cloud[]init.ssh[]keys. [379] [380] Underfull \hbox (badness 10000) in paragraph at lines 32674--32674 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 32717--32717 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 32753--32753 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. [381] Underfull \hbox (badness 10000) in paragraph at lines 32796--32796 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 32840--32840 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 32880--32880 []\TU/UbuntuMono(0)/m/n/10.95 limits.disk. Underfull \hbox (badness 10000) in paragraph at lines 32919--32919 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. [382] Underfull \hbox (badness 10000) in paragraph at lines 32959--32959 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. Underfull \hbox (badness 10000) in paragraph at lines 32999--32999 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. Underfull \hbox (badness 10000) in paragraph at lines 33039--33039 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. [383] Underfull \hbox (badness 10000) in paragraph at lines 33123--33123 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 33164--33164 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 33204--33204 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 33241--33241 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory.swap. Underfull \hbox (badness 10000) in paragraph at lines 33282--33282 []\TU/UbuntuMono(0)/m/n/10.95 limits. [384] Underfull \hbox (badness 10000) in paragraph at lines 33318--33318 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. [385] [386] Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_FSIZE| Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_LOCKS| Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (16.63469pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_MEMLOCK| Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (11.1597pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_NOFILE| Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_NPROC| Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (11.1597pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_RTPRIO| Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (33.0597pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_SIGPENDING| [387] Underfull \hbox (badness 10000) in paragraph at lines 33618--33620 []\TU/Ubuntu(0)/m/sc/10.95 A full list of all available limits can be found in the manpages for the \TU/UbuntuMono(0)/m/n/10.95 getr- Underfull \hbox (badness 10000) in paragraph at lines 33670--33670 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental. [388] Underfull \hbox (badness 10000) in paragraph at lines 33710--33710 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory. Underfull \hbox (badness 10000) in paragraph at lines 33747--33747 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory. Underfull \hbox (badness 10000) in paragraph at lines 33830--33830 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.driver. [389] Underfull \hbox (badness 10000) in paragraph at lines 33834--33836 []\TU/Ubuntu(0)/m/sc/10.95 The specified driver capabilities are used to set \T U/UbuntuMono(0)/m/n/10.95 libnvidia[]container Underfull \hbox (badness 10000) in paragraph at lines 33866--33866 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.require. Underfull \hbox (badness 10000) in paragraph at lines 33902--33902 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.require. Underfull \hbox (badness 10000) in paragraph at lines 33942--33942 []\TU/UbuntuMono(0)/m/n/10.95 nvidia. Underfull \hbox (badness 10000) in paragraph at lines 33977--33977 []\TU/UbuntuMono(0)/m/n/10.95 raw. [390] Underfull \hbox (badness 10000) in paragraph at lines 34151--34151 []\TU/UbuntuMono(0)/m/n/10.95 raw. [391] [392] Underfull \hbox (badness 10000) in paragraph at lines 34317--34317 []\TU/UbuntuMono(0)/m/n/10.95 security.agent. [393] Underfull \hbox (badness 10000) in paragraph at lines 34426--34426 []\TU/UbuntuMono(0)/m/n/10.95 security.devlxd. Underfull \hbox (badness 10000) in paragraph at lines 34499--34499 []\TU/UbuntuMono(0)/m/n/10.95 security.idmap. Underfull \hbox (badness 10000) in paragraph at lines 34572--34572 []\TU/UbuntuMono(0)/m/n/10.95 security. [394] Underfull \hbox (badness 6364) in paragraph at lines 34619--34625 []\TU/UbuntuMono(0)/m/n/10.95 security.protection.delete \TU/Ubuntu(0)/m/sc/10. 95 Whether to prevent the instance from being deleted [][][][] Underfull \hbox (badness 10000) in paragraph at lines 34645--34645 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. Underfull \hbox (badness 10000) in paragraph at lines 34682--34682 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. Underfull \hbox (badness 10000) in paragraph at lines 34718--34718 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. [395] Underfull \hbox (badness 10000) in paragraph at lines 34832--34832 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.policy. Underfull \hbox (badness 10000) in paragraph at lines 34869--34869 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.session. Underfull \hbox (badness 10000) in paragraph at lines 34906--34906 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.session. [396] Underfull \hbox (badness 10000) in paragraph at lines 34939--34939 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 34976--34976 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 35017--35017 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 35058--35058 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 35095--35095 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. [397] Underfull \hbox (badness 10000) in paragraph at lines 35132--35132 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.bpf. Underfull \hbox (badness 10000) in paragraph at lines 35172--35172 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 35212--35212 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 35245--35245 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. [398] Underfull \hbox (badness 10000) in paragraph at lines 35281--35281 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. Underfull \hbox (badness 10000) in paragraph at lines 35321--35321 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. Underfull \hbox (badness 10000) in paragraph at lines 35328--35334 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.sched_setscheduler \T U/Ubuntu(0)/m/sc/10.95 Whether to handle the Underfull \hbox (badness 10000) in paragraph at lines 35358--35358 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 35398--35398 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 35408--35414 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.sysinfo \TU/Ubuntu(0) /m/sc/10.95 Whether to handle the \TU/UbuntuMono(0)/m/n/10.95 sysinfo \TU/Ubunt u(0)/m/sc/10.95 system call [][][][] [399] Underfull \hbox (badness 10000) in paragraph at lines 35438--35438 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 35476--35476 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 35512--35512 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 35552--35552 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 35562--35568 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule.stopped \TU/Ubuntu(0)/m/sc/10. 95 Whether to automatically snapshot stopped instances [][][][] [400] Underfull \hbox (badness 10000) in paragraph at lines 35588--35588 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule. Underfull \hbox (badness 10000) in paragraph at lines 35642--35642 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 35670--35670 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 35695--35695 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. [401] Underfull \hbox (badness 10000) in paragraph at lines 35720--35720 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 35748--35748 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 35776--35776 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 35804--35804 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 35832--35832 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vdpa. Underfull \hbox (badness 10000) in paragraph at lines 35860--35860 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. [402] Underfull \hbox (badness 10000) in paragraph at lines 35888--35888 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 35916--35916 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 35944--35944 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 35972--35972 []\TU/UbuntuMono(0)/m/n/10.95 volatile. Underfull \hbox (badness 10000) in paragraph at lines 35997--35997 []\TU/UbuntuMono(0)/m/n/10.95 volatile. [403] Underfull \hbox (badness 10000) in paragraph at lines 36053--36053 []\TU/UbuntuMono(0)/m/n/10.95 volatile.cloud[]init. Underfull \hbox (badness 10000) in paragraph at lines 36078--36078 []\TU/UbuntuMono(0)/m/n/10.95 volatile.evacuate. Underfull \hbox (badness 10000) in paragraph at lines 36110--36110 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 36139--36139 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 36168--36168 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 36197--36197 []\TU/UbuntuMono(0)/m/n/10.95 volatile.last_state. [404] Underfull \hbox (badness 10000) in paragraph at lines 36227--36227 []\TU/UbuntuMono(0)/m/n/10.95 volatile.last_state. Underfull \hbox (badness 10000) in paragraph at lines 36280--36280 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid. Underfull \hbox (badness 10000) in paragraph at lines 36309--36309 []\TU/UbuntuMono(0)/m/n/10.95 volatile. [405] Underfull \hbox (badness 10000) in paragraph at lines 36616--36616 []\TU/UbuntuMono(0)/m/n/10.95 /dev/ Underfull \hbox (badness 10000) in paragraph at lines 36616--36616 []\TU/UbuntuMono(0)/m/n/10.95 /dev/ Underfull \hbox (badness 10000) in paragraph at lines 36616--36616 []\TU/UbuntuMono(0)/m/n/10.95 /dev/net/ [406] [407] [408] Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 36970--36970 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. [409] Underfull \hbox (badness 10000) in paragraph at lines 37002--37002 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. Underfull \hbox (badness 10000) in paragraph at lines 37066--37066 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. Underfull \hbox (badness 10000) in paragraph at lines 37130--37130 []\TU/UbuntuMono(0)/m/n/10.95 limits. [410] Underfull \hbox (badness 10000) in paragraph at lines 37162--37162 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 37234--37234 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 37263--37263 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [411] Underfull \hbox (badness 10000) in paragraph at lines 37423--37423 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [412] Underfull \hbox (badness 10000) in paragraph at lines 37530--37530 []\TU/UbuntuMono(0)/m/n/10.95 security. [413] [414] Underfull \hbox (badness 10000) in paragraph at lines 37808--37808 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 37837--37837 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [415] [416] Underfull \hbox (badness 10000) in paragraph at lines 38155--38155 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 38184--38184 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [417] Underfull \hbox (badness 10000) in paragraph at lines 38348--38348 []\TU/UbuntuMono(0)/m/n/10.95 security. [418] [419] Underfull \hbox (badness 10000) in paragraph at lines 38560--38560 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 38589--38589 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [420] [421] [422] Underfull \hbox (badness 10000) in paragraph at lines 39015--39015 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 39076--39076 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 39108--39108 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [423] Underfull \hbox (badness 10000) in paragraph at lines 39169--39169 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. Underfull \hbox (badness 10000) in paragraph at lines 39335--39335 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. [424] Underfull \hbox (badness 10000) in paragraph at lines 39371--39371 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 39404--39404 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 39440--39440 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [425] [426] Underfull \hbox (badness 10000) in paragraph at lines 39635--39635 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 39728--39728 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [427] [428] [429] Underfull \hbox (badness 10000) in paragraph at lines 40169--40169 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 40197--40197 []\TU/UbuntuMono(0)/m/n/10.95 limits. [430] Underfull \hbox (badness 10000) in paragraph at lines 40319--40319 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [431] [432] Underfull \hbox (badness 10000) in paragraph at lines 40545--40545 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 40577--40577 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. [433] Underfull \hbox (badness 10000) in paragraph at lines 40719--40719 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. Underfull \hbox (badness 10000) in paragraph at lines 40751--40751 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [434] Underfull \hbox (badness 10000) in paragraph at lines 40921--40921 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 40949--40949 []\TU/UbuntuMono(0)/m/n/10.95 limits. [435] Underfull \hbox (badness 10000) in paragraph at lines 41096--41096 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [436] [437] [438] Underfull \hbox (badness 10000) in paragraph at lines 41427--41427 []\TU/UbuntuMono(0)/m/n/10.95 initial. [439] Underfull \hbox (badness 10000) in paragraph at lines 41540--41540 []\TU/UbuntuMono(0)/m/n/10.95 limits. [440] Underfull \hbox (badness 10000) in paragraph at lines 41609--41609 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 41752--41752 []\TU/UbuntuMono(0)/m/n/10.95 raw.mount. [441] [442] [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] Underfull \hbox (badness 10000) in paragraph at lines 43638--43638 []\TU/UbuntuMono(0)/m/n/10.95 mig. [454] [455] [456] [457] [458] [459] [460] Underfull \hbox (badness 10000) in paragraph at lines 44501--44501 []\TU/UbuntuMono(0)/m/n/10.95 security. Underfull \hbox (badness 10000) in paragraph at lines 44534--44534 []\TU/UbuntuMono(0)/m/n/10.95 security. [461] Underfull \hbox (badness 10000) in paragraph at lines 44707--44707 []\TU/UbuntuMono(0)/m/n/10.95 ownership. [462] [463] [464] [465] [466] [467] Underfull \hbox (badness 10000) in paragraph at lines 45433--45433 []\TU/UbuntuMono(0)/m/n/10.95 features.networks. [468] Underfull \hbox (badness 10000) in paragraph at lines 45499--45499 []\TU/UbuntuMono(0)/m/n/10.95 features.storage. Underfull \hbox (badness 10000) in paragraph at lines 45532--45532 []\TU/UbuntuMono(0)/m/n/10.95 features.storage. [469] Underfull \hbox (badness 10000) in paragraph at lines 45617--45617 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 45673--45673 []\TU/UbuntuMono(0)/m/n/10.95 limits.disk.pool. Underfull \hbox (badness 10000) in paragraph at lines 45707--45707 []\TU/UbuntuMono(0)/m/n/10.95 limits. [470] Underfull \hbox (badness 10000) in paragraph at lines 45785--45785 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv4. Underfull \hbox (badness 10000) in paragraph at lines 45814--45814 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv6. Underfull \hbox (badness 10000) in paragraph at lines 45843--45843 []\TU/UbuntuMono(0)/m/n/10.95 limits. [471] Underfull \hbox (badness 10000) in paragraph at lines 45871--45871 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 45963--45963 []\TU/UbuntuMono(0)/m/n/10.95 restricted. [472] Underfull \hbox (badness 10000) in paragraph at lines 45991--45991 []\TU/UbuntuMono(0)/m/n/10.95 restricted.cluster. Underfull \hbox (badness 10000) in paragraph at lines 46023--46023 []\TU/UbuntuMono(0)/m/n/10.95 restricted.cluster. Underfull \hbox (badness 10000) in paragraph at lines 46056--46056 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 46090--46090 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 46123--46123 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. [473] Underfull \hbox (badness 10000) in paragraph at lines 46156--46156 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 46164--46166 []\TU/Ubuntu(0)/m/sc/10.95 When set to \TU/UbuntuMono(0)/m/n/10.95 unpriviliged \TU/Ubuntu(0)/m/sc/10.95 , this option prevents setting [][]\TU/UbuntuMono(0)/m /it/10.95 security.privileged[][] Underfull \hbox (badness 10000) in paragraph at lines 46202--46202 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46254--46254 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices.disk. [474] Underfull \hbox (badness 10000) in paragraph at lines 46288--46288 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46320--46320 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46352--46352 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46398--46398 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46430--46430 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. [475] Underfull \hbox (badness 10000) in paragraph at lines 46462--46462 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46494--46494 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46526--46526 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46558--46558 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46586--46586 []\TU/UbuntuMono(0)/m/n/10.95 restricted.idmap. [476] Underfull \hbox (badness 10000) in paragraph at lines 46614--46614 []\TU/UbuntuMono(0)/m/n/10.95 restricted.idmap. Underfull \hbox (badness 10000) in paragraph at lines 46642--46642 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 46678--46678 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 46714--46714 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 46746--46746 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. [477] Underfull \hbox (badness 7238) in paragraph at lines 46756--46762 []\TU/UbuntuMono(0)/m/n/10.95 restricted.snapshots \TU/Ubuntu(0)/m/sc/10.95 Whe ther to prevent creating instance or volume snapshots [][][][] Underfull \hbox (badness 10000) in paragraph at lines 46778--46778 []\TU/UbuntuMono(0)/m/n/10.95 restricted. Underfull \hbox (badness 10000) in paragraph at lines 46807--46807 []\TU/UbuntuMono(0)/m/n/10.95 restricted.virtual[]machines. Underfull \hbox (badness 10000) in paragraph at lines 46843--46843 []\TU/UbuntuMono(0)/m/n/10.95 backups. Underfull \hbox (badness 10000) in paragraph at lines 46897--46897 []\TU/UbuntuMono(0)/m/n/10.95 images. [478] Underfull \hbox (badness 10000) in paragraph at lines 46926--46926 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 46954--46954 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 46979--46979 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 47007--47007 []\TU/UbuntuMono(0)/m/n/10.95 user. [479] [480] [481] [482] Underfull \hbox (badness 10000) in paragraph at lines 47582--47582 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [483] Underfull \hbox (badness 10000) in paragraph at lines 47611--47611 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [484] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 47729. Underfull \hbox (badness 10000) in paragraph at lines 47802--47802 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. [485] Underfull \hbox (badness 10000) in paragraph at lines 47868--47868 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 47905--47905 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 47934--47934 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 47967--47967 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. [486] Underfull \hbox (badness 10000) in paragraph at lines 48000--48000 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 48070--48070 []\TU/UbuntuMono(0)/m/n/10.95 cephfs.user. Underfull \hbox (badness 10000) in paragraph at lines 48132--48132 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [487] [488] Underfull \hbox (badness 10000) in paragraph at lines 48417--48417 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 48446--48446 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [489] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 48531. [490] Underfull \hbox (badness 10000) in paragraph at lines 48611--48611 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.bucket. Underfull \hbox (badness 10000) in paragraph at lines 48640--48640 []\TU/UbuntuMono(0)/m/n/10.95 cephobject. Underfull \hbox (badness 10000) in paragraph at lines 48669--48669 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw. [491] Underfull \hbox (badness 10000) in paragraph at lines 48698--48698 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw. Underfull \hbox (badness 10000) in paragraph at lines 48734--48734 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.user. Underfull \hbox (badness 10000) in paragraph at lines 48767--48767 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [492] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 48847. [493] Underfull \hbox (badness 10000) in paragraph at lines 48962--48962 []\TU/UbuntuMono(0)/m/n/10.95 ceph. Underfull \hbox (badness 10000) in paragraph at lines 48991--48991 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 49024--49024 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. [494] Underfull \hbox (badness 10000) in paragraph at lines 49057--49057 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 49086--49086 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 49123--49123 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 49159--49159 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 49195--49195 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. [495] Underfull \hbox (badness 10000) in paragraph at lines 49228--49228 []\TU/UbuntuMono(0)/m/n/10.95 ceph.user. Underfull \hbox (badness 10000) in paragraph at lines 49290--49290 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [496] [497] Underfull \hbox (badness 10000) in paragraph at lines 49693--49693 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [498] Underfull \hbox (badness 10000) in paragraph at lines 49722--49722 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [499] Underfull \hbox (badness 10000) in paragraph at lines 49905--49905 []\TU/UbuntuMono(0)/m/n/10.95 v_WiUEsGpsSEmO592wtnT9FA==. Underfull \hbox (badness 10000) in paragraph at lines 49905--49905 []\TU/UbuntuMono(0)/m/n/10.95 i_WiUEsGpsSEmO592wtnT9FA==. [500] Underfull \hbox (badness 10000) in paragraph at lines 49991--49991 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 50024--50024 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. [501] Underfull \hbox (badness 10000) in paragraph at lines 50056--50056 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 50063--50069 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.gateway.verify \TU/Ubuntu(0)/m/sc/10.95 Whether to verify the PowerFlex Gateway’s certificate [][][][] Underfull \hbox (badness 10000) in paragraph at lines 50089--50089 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.gateway. Underfull \hbox (badness 10000) in paragraph at lines 50155--50155 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 50187--50187 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. [502] Underfull \hbox (badness 10000) in paragraph at lines 50220--50220 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.user. Underfull \hbox (badness 10000) in paragraph at lines 50252--50252 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.user. Underfull \hbox (badness 10000) in paragraph at lines 50285--50285 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 50322--50322 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [503] [504] [505] Underfull \hbox (badness 10000) in paragraph at lines 50795--50795 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 50824--50824 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [506] [507] Underfull \hbox (badness 10000) in paragraph at lines 51009--51009 []\TU/Ubuntu(0)/m/sc/10.95 Con- Underfull \hbox (badness 10000) in paragraph at lines 51009--51009 []\TU/Ubuntu(0)/m/sc/10.95 Virtual Underfull \hbox (badness 10000) in paragraph at lines 51009--51009 []\TU/UbuntuMono(0)/m/n/10.95 v[]5a2504b06a6c48498ee7ddb0b674fd14[]b \TU/Ubuntu (0)/m/sc/10.95 (block volume) and Underfull \hbox (badness 10000) in paragraph at lines 51009--51009 []\TU/Ubuntu(0)/m/sc/10.95 Image Underfull \hbox (badness 10000) in paragraph at lines 51009--51009 []\TU/Ubuntu(0)/m/sc/10.95 Custom Underfull \hbox (badness 10000) in paragraph at lines 51009--51009 []\TU/Ubuntu(0)/m/sc/10.95 Snap- [508] Underfull \hbox (badness 10000) in paragraph at lines 51066--51066 []\TU/UbuntuMono(0)/m/n/10.95 pure.api. Underfull \hbox (badness 10000) in paragraph at lines 51094--51094 []\TU/UbuntuMono(0)/m/n/10.95 pure. Underfull \hbox (badness 10000) in paragraph at lines 51123--51123 []\TU/UbuntuMono(0)/m/n/10.95 pure.gateway. [509] [510] [511] Underfull \hbox (badness 10000) in paragraph at lines 51571--51571 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 51608--51608 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [512] [513] Underfull \hbox (badness 10000) in paragraph at lines 51962--51962 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [514] Underfull \hbox (badness 10000) in paragraph at lines 51991--51991 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [515] Underfull \hbox (badness 10000) in paragraph at lines 52127--52127 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 52163--52163 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 52196--52196 []\TU/UbuntuMono(0)/m/n/10.95 lvm. [516] Underfull \hbox (badness 10000) in paragraph at lines 52229--52229 []\TU/UbuntuMono(0)/m/n/10.95 lvm.vg. Underfull \hbox (badness 10000) in paragraph at lines 52295--52295 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 52332--52332 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [517] [518] [519] [520] Underfull \hbox (badness 10000) in paragraph at lines 52911--52911 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 52940--52940 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [521] [522] [523] Underfull \hbox (badness 10000) in paragraph at lines 53293--53293 []\TU/UbuntuMono(0)/m/n/10.95 zfs. Underfull \hbox (badness 10000) in paragraph at lines 53331--53331 []\TU/UbuntuMono(0)/m/n/10.95 zfs. [524] Underfull \hbox (badness 10000) in paragraph at lines 53409--53409 []\TU/Ubuntu(0)/b/it/10.95 Condi- Underfull \hbox (badness 10000) in paragraph at lines 53450--53450 []\TU/Ubuntu(0)/b/it/10.95 Condi- [525] [526] Underfull \hbox (badness 10000) in paragraph at lines 53767--53767 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 53796--53796 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [527] [528] Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 Di- Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 \TU/FreeSans(0)/m/n/10.95 rec- Overfull \hbox (5.81442pt too wide) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 Btrfs| Overfull \hbox (5.46402pt too wide) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 LVM| Overfull \hbox (3.64633pt too wide) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 Ceph Overfull \hbox (18.18137pt too wide) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 CephFS| Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 Ceph Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 Dell Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 \TU/FreeSans(0)/m/n/10.95 Power- Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 Pure Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 \TU/FreeSans(0)/m/n/10.95 Stor- Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/Ubuntu(0)/m/sc/10.95 Optimized instance Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/Ubuntu(0)/m/sc/10.95 Optimized snapshot Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/Ubuntu(0)/m/sc/10.95 Optimized image Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/Ubuntu(0)/m/sc/10.95 Optimized backup Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 [][][]\TU/Ubuntu(0)/m/it/10.95 Optimized volume Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/Ubuntu(0)/m/sc/10.95 Restore from older Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [529] Overfull \vbox (56.84425pt too high) has occurred while \output is active [530] [531] [532] Underfull \hbox (badness 10000) in paragraph at lines 54910--54910 []\TU/UbuntuMono(0)/m/n/10.95 bgp.ipv4. Underfull \hbox (badness 10000) in paragraph at lines 54947--54947 []\TU/UbuntuMono(0)/m/n/10.95 bgp.ipv6. Underfull \hbox (badness 10000) in paragraph at lines 54980--54980 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 55013--55013 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 55054--55054 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. [533] Underfull \hbox (badness 10000) in paragraph at lines 55098--55098 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 55163--55163 []\TU/UbuntuMono(0)/m/n/10.95 bridge. Underfull \hbox (badness 10000) in paragraph at lines 55264--55264 []\TU/Ubuntu(0)/b/it/10.95 De- Overfull \hbox (5.21779pt too wide) in paragraph at lines 55264--55264 []\TU/Ubuntu(0)/b/it/10.95 Scope:| [534] Underfull \hbox (badness 10000) in paragraph at lines 55300--55300 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 55333--55333 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 55401--55401 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone. Underfull \hbox (badness 10000) in paragraph at lines 55433--55433 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. [535] Underfull \hbox (badness 10000) in paragraph at lines 55462--55462 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. Underfull \hbox (badness 10000) in paragraph at lines 55499--55499 []\TU/UbuntuMono(0)/m/n/10.95 fan. [536] Underfull \hbox (badness 10000) in paragraph at lines 55702--55702 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 55739--55739 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 55776--55776 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. [537] Underfull \hbox (badness 10000) in paragraph at lines 55886--55886 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat. Underfull \hbox (badness 10000) in paragraph at lines 55923--55923 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat. Underfull \hbox (badness 10000) in paragraph at lines 55955--55955 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn. [538] Underfull \hbox (badness 10000) in paragraph at lines 56031--56031 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 56148--56148 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. [539] Underfull \hbox (badness 10000) in paragraph at lines 56225--56225 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 56332--56332 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat. Underfull \hbox (badness 10000) in paragraph at lines 56369--56369 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat. [540] Underfull \hbox (badness 10000) in paragraph at lines 56401--56401 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn. Underfull \hbox (badness 10000) in paragraph at lines 56473--56473 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [541] Underfull \hbox (badness 10000) in paragraph at lines 56568--56568 []\TU/UbuntuMono(0)/m/n/10.95 raw. Underfull \hbox (badness 10000) in paragraph at lines 56636--56636 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 56672--56672 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 56705--56705 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [542] Underfull \hbox (badness 10000) in paragraph at lines 56741--56741 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 56770--56770 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 56802--56802 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 56831--56831 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 56897--56897 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. [543] Underfull \hbox (badness 10000) in paragraph at lines 56926--56926 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 56995--56995 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 57024--57024 []\TU/UbuntuMono(0)/m/n/10.95 user. [544] [545] [546] Underfull \hbox (badness 10000) in paragraph at lines 57234--57234 []\TU/UbuntuMono(0)/m/n/10.95 bridge. Underfull \hbox (badness 10000) in paragraph at lines 57266--57266 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 57323--57323 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone. [547] Underfull \hbox (badness 10000) in paragraph at lines 57351--57351 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. Underfull \hbox (badness 10000) in paragraph at lines 57376--57376 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. [548] Underfull \hbox (badness 10000) in paragraph at lines 57648--57648 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. [549] Underfull \hbox (badness 10000) in paragraph at lines 57829--57829 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 57865--57865 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 57898--57898 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 57934--57934 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [550] Underfull \hbox (badness 10000) in paragraph at lines 57959--57959 []\TU/UbuntuMono(0)/m/n/10.95 user. [551] [552] Underfull \hbox (badness 10000) in paragraph at lines 58245--58245 []\TU/UbuntuMono(0)/m/n/10.95 user. [553] Underfull \hbox (badness 10000) in paragraph at lines 58371--58371 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 58407--58407 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 58448--58448 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 58492--58492 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. [554] Underfull \hbox (badness 10000) in paragraph at lines 58525--58525 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 58629--58629 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn. [555] Underfull \hbox (badness 10000) in paragraph at lines 58705--58705 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 58773--58773 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn. Underfull \hbox (badness 10000) in paragraph at lines 58849--58849 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. [556] Underfull \hbox (badness 10000) in paragraph at lines 58984--58984 []\TU/UbuntuMono(0)/m/n/10.95 ovn. [557] Underfull \hbox (badness 10000) in paragraph at lines 59045--59045 []\TU/UbuntuMono(0)/m/n/10.95 user. [558] Underfull \hbox (badness 10000) in paragraph at lines 59283--59283 []\TU/UbuntuMono(0)/m/n/10.95 user. [559] Underfull \hbox (badness 10000) in paragraph at lines 59383--59383 []\TU/UbuntuMono(0)/m/n/10.95 scheduler. Underfull \hbox (badness 10000) in paragraph at lines 59412--59412 []\TU/UbuntuMono(0)/m/n/10.95 user. Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/FreeSans(0)/m/n/10.95 Do- Overfull \hbox (7.46788pt too wide) in paragraph at lines 59647--59647 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/FreeSans(0)/m/n/10.95 De- Overfull \hbox (3.54778pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 soft| Overfull \hbox (8.95653pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 hard| Overfull \hbox (8.95653pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 soft| Overfull \hbox (8.95653pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 hard| Overfull \hbox (8.95653pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 soft| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 hard| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 soft| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 hard| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- [560] Underfull \hbox (badness 10000) in paragraph at lines 59682--59682 []\TU/UbuntuMono(0)/m/n/10.95 fs. Underfull \hbox (badness 10000) in paragraph at lines 59717--59717 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. [561] Underfull \hbox (badness 10000) in paragraph at lines 59756--59756 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. Underfull \hbox (badness 10000) in paragraph at lines 59795--59795 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. Underfull \hbox (badness 10000) in paragraph at lines 59834--59834 []\TU/UbuntuMono(0)/m/n/10.95 kernel. Underfull \hbox (badness 10000) in paragraph at lines 59870--59870 []\TU/UbuntuMono(0)/m/n/10.95 kernel.keys. [562] Underfull \hbox (badness 10000) in paragraph at lines 59902--59902 []\TU/UbuntuMono(0)/m/n/10.95 kernel.keys. Underfull \hbox (badness 10000) in paragraph at lines 59937--59937 []\TU/UbuntuMono(0)/m/n/10.95 net.core. Underfull \hbox (badness 10000) in paragraph at lines 59972--59972 []\TU/UbuntuMono(0)/m/n/10.95 net.ipv4.neigh.default. Underfull \hbox (badness 10000) in paragraph at lines 60013--60013 []\TU/UbuntuMono(0)/m/n/10.95 net.ipv6.neigh.default. [563] Underfull \hbox (badness 10000) in paragraph at lines 60054--60054 []\TU/UbuntuMono(0)/m/n/10.95 vm. Overfull \hbox (178.41754pt too wide) in alignment at lines 60118--60128 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60128--60142 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60142--60148 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60148--60150 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60150--60419 [] [] [564] Overfull \hbox (41.49557pt too wide) in paragraph at lines 60641--60641 []\TU/UbuntuMono(0)/m/n/10.95 lxd_api_requests_completed_total| Overfull \hbox (8.64558pt too wide) in paragraph at lines 60641--60641 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_buck_hash_sys_bytes| Overfull \hbox (8.64558pt too wide) in paragraph at lines 60641--60641 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_heap_released_bytes| Overfull \hbox (3.1706pt too wide) in paragraph at lines 60641--60641 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_mcache_inuse_bytes| [565] Underfull \hbox (badness 10000) in paragraph at lines 60648--60654 \TU/Ubuntu(0)/m/sc/10.95 The API rates metrics include \TU/UbuntuMono(0)/m/n/10 .95 lxd_api_requests_completed_total \TU/Ubuntu(0)/m/sc/10.95 and [566] [567] [568] [569] [570] [571] [572] [573] [574] [575] [576] [577] [578] [579] [580] [581] Underfull \hbox (badness 10000) in paragraph at lines 62040--62043 []\TU/Ubuntu(0)/m/sc/10.95 If a container has been created but not started yet, \TU/UbuntuMono(0)/m/n/10.95 last_used_at \TU/Ubuntu(0)/m/sc/10.95 field will b e [582] Underfull \hbox (badness 10000) in paragraph at lines 62101--62105 []\TU/Ubuntu(0)/m/sc/10.95 Some browsers like Firefox and Safari can’t accept s erver response without [583] [584] Underfull \hbox (badness 5607) in paragraph at lines 62352--62354 []\TU/UbuntuMono(0)/m/n/10.95 GET /1.0/storage[]pools//volumes// \TU/Ubuntu(0)/m/sc/10.95 (see [][]\TU/Ubuntu(0)/m/it/10.95 RESTful A PI[][] Underfull \hbox (badness 5607) in paragraph at lines 62360--62362 []\TU/UbuntuMono(0)/m/n/10.95 PUT /1.0/storage[]pools//volumes// \TU/Ubuntu(0)/m/sc/10.95 (see [][]\TU/Ubuntu(0)/m/it/10.95 RESTful A PI[][] [585] [586] [587] [588] [589] [590] [591] [592] [593] [594] [595] Underfull \hbox (badness 10000) in paragraph at lines 63214--63218 []\TU/Ubuntu(0)/m/sc/10.95 Enable image replication across the nodes in the clu ster. A new [][]\TU/UbuntuMono(0)/m/it/10.95 cluster. [596] [597] Underfull \hbox (badness 5490) in paragraph at lines 63377--63379 []\TU/Ubuntu(0)/m/sc/10.95 This introduces VLAN ([][]\TU/UbuntuMono(0)/m/it/10. 95 vlan[][] \TU/Ubuntu(0)/m/sc/10.95 (page 419[])) and MAC filtering ([][]\TU/U buntuMono(0)/m/it/10.95 security.mac_filtering[][] [598] [599] [600] [601] [602] [603] [604] [605] [606] [607] [608] [609] [610] [611] Underfull \hbox (badness 10000) in paragraph at lines 64478--64481 []\TU/Ubuntu(0)/m/sc/10.95 Adds new [][]\TU/UbuntuMono(0)/m/it/10.95 images.aut o_update_cached[][] \TU/Ubuntu(0)/m/sc/10.95 (page 369[]) and [][]\TU/UbuntuMon o(0)/m/it/10.95 images.auto_update_interval[][] [612] [613] [614] [615] [616] [617] [618] [619] Underfull \hbox (badness 10000) in paragraph at lines 65138--65140 []\TU/Ubuntu(0)/m/sc/10.95 Introduces the ability to specify the thin pool meta data volume size via [][]\TU/UbuntuMono(0)/m/it/10.95 lvm. [620] [621] [622] [623] [624] [625] [626] [627] [628] [629] Underfull \hbox (badness 10000) in paragraph at lines 65802--65804 []\TU/Ubuntu(0)/m/sc/10.95 This introduces the configuration keys [][]\TU/Ubunt uMono(0)/m/it/10.95 cephfs.create_missing[][] \TU/Ubuntu(0)/m/sc/10.95 (page 48 7[]), [][]\TU/UbuntuMono(0)/m/it/10.95 cephfs. [630] Underfull \hbox (badness 5607) in paragraph at lines 65892--65895 \TU/Ubuntu(0)/m/sc/10.95 configuration key automatically set through the new se rver-level configuration key [631] Underfull \hbox (badness 7869) in paragraph at lines 65982--65987 \TU/UbuntuMono(0)/m/n/10.95 listen_address \TU/Ubuntu(0)/m/sc/10.95 field of th e request body for \TU/UbuntuMono(0)/m/n/10.95 POST /1.0/networks/{networkName} / [632] [633] [634] [635] Underfull \hbox (badness 10000) in paragraph at lines 66184--66187 []\TU/Ubuntu(0)/m/sc/10.95 Introduces per-project uplink IP limits for each ava ilable uplink network, adding Underfull \hbox (badness 10000) in paragraph at lines 66184--66187 \TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv4.NETWORK_NAME \TU/Ub untu(0)/m/sc/10.95 and \TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.i pv6. [636] [637] [638] [639] Overfull \hbox (576.54724pt too wide) in alignment at lines 66513--66526 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 66526--66543 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 66543--66549 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 66549--66551 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 66551--67634 [] [] [] [640] [641] [642] Overfull \vbox (0.91025pt too high) detected at line 67800 [643] [644] [645] [646] [647] [648] [649] [650] [651] [652] [653] [654] [655] [656] [657] [658] [659] [660] [661] [662] [663] [664] [665] [666] [667] [668] [669] [670] [671] [672] [673] [674] [675] [676] [677] [678] [679] [680] [681] [682] [683] [684] [685] [686] [687] [688] [689] [690] [691] [692] [693] [694] [695] [696] [697] [698] [699] [700] [701] [702] [703] [704] [705] [706] [707] [708] [709] [710] [711] [712] [713] [714] [715] [716] [717] [718] [719] [720] [721] [722] [723] [724] [725] [726] [727] [728] [729] [730] [731] [732] [733] [734] [735] [736] [737] [738] [739] [740] [741] Underfull \hbox (badness 10000) in paragraph at lines 75874--75876 []\TU/Ubuntu(0)/m/sc/10.95 A regular expression matching a configuration item o r its value. (e.g. [742] [743] [744] [745] [746] [747] [748] [749] [750] [751] [752] [753] [754] [755] [756] [757] [758] [759] [760] [761] [762] [763] [764] [765] [766] [767] [768] [769] [770] [771] [772] [773] [774] [775] [776] [777] [778] [779] [780] [781] [782] [783] [784] [785] [786] [787] [788] [789] [790] [791] [792] [793] [794] [795] [796] [797] [798] [799] [800] [801] [802] [803] [804] [805] [806] [807] [808] [809] [810] [811] [812] [813] [814] [815] [816] [817] [818] [819] [820] [821] [822] [823] [824] [825] [826] [827] Underfull \hbox (badness 5622) in paragraph at lines 82879--82882 []\TU/Ubuntu(0)/m/sc/10.95 Basic authentication can be used when combined with the “simplestreams” proto- [828] [829] [830] [831] [832] [833] [834] [835] [836] [837] [838] [839] [840] [841] [842] [843] [844] [845] [846] [847] [848] [849] [850] [851] [852] [853] [854] [855] [856] [857] [858] [859] [860] [861] [862] [863] [864] [865] [866] [867] [868] [869] [870] [871] [872] [873] Overfull \hbox (45.42271pt too wide) in paragraph at lines 86528--86528 []\TU/UbuntuMono(0)/m/n/10.95 LXD_INSECURE_TLS| Overfull \hbox (12.57272pt too wide) in paragraph at lines 86528--86528 []\TU/UbuntuMono(0)/m/n/10.95 http_proxy| Overfull \hbox (18.04773pt too wide) in paragraph at lines 86528--86528 []\TU/UbuntuMono(0)/m/n/10.95 https_proxy| Overfull \hbox (1.62273pt too wide) in paragraph at lines 86528--86528 []\TU/UbuntuMono(0)/m/n/10.95 no_proxy| [874] Overfull \hbox (30.74283pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_EXEC_PATH| Overfull \hbox (85.49281pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_LXC_TEMPLATE_CONFIG| Overfull \hbox (74.54282pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_SECURITY_APPARMOR| Overfull \hbox (74.54282pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_UNPRIVILEGED_ONLY| Overfull \hbox (30.74283pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_OVMF_PATH| Overfull \hbox (47.16782pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_QEMU_FW_PATH| Overfull \hbox (107.39279pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_IDMAPPED_MOUNTS_DISABLE| Overfull \hbox (58.11781pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_DEVMONITOR_DIR| Overfull \hbox (69.06781pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_FSMONITOR_DRIVER| [875] [876] [877] [878] [879] [880] [881] [882] [883] [884] [885] [886] [887] [888] [889] [890] [891] [892] Underfull \hbox (badness 10000) in paragraph at lines 87782--87783 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 87782--87783 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 87783--87784 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87784--87785 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87785--87786 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87786--87787 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87787--87788 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87788--87789 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87794--87795 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 87795--87796 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 87796--87797 []\TU/UbuntuMono(0)/m/n/10.95 gid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87796--87797 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87797--87798 []\TU/UbuntuMono(0)/m/n/10.95 gid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87797--87798 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87798--87799 []\TU/UbuntuMono(0)/m/n/10.95 gid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87798--87799 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 87800--87801 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 87801--87802 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 87802--87803 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 87803--87804 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 87804--87805 []\TU/UbuntuMono(0)/m/n/10.95 host_name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87805--87806 []\TU/UbuntuMono(0)/m/n/10.95 host_name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87806--87807 []\TU/UbuntuMono(0)/m/n/10.95 host_name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87807--87808 []\TU/UbuntuMono(0)/m/n/10.95 host_name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87808--87809 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 87808--87809 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 87809--87810 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87810--87811 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-ipvlan-device- [893] Underfull \hbox (badness 10000) in paragraph at lines 87811--87812 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87812--87813 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87813--87814 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87814--87815 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87815--87816 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87816--87817 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87817--87818 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- Underfull \hbox (badness 10000) in paragraph at lines 87819--87820 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 87820--87821 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- Underfull \hbox (badness 10000) in paragraph at lines 87824--87825 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87825--87826 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87826--87827 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87827--87828 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87828--87829 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.gateway \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87829--87830 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.gateway \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87831--87832 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.host_table \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87832--87833 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.host_table \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87834--87835 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87835--87836 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87836--87837 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87837--87838 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87838--87839 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes.external \TU/Ubuntu(0)/m/sc/10.95 (\T U/Ubuntu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87839--87840 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes.external \TU/Ubuntu(0)/m/sc/10.95 (\T U/Ubuntu(0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87840--87841 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-bridged-device- [894] Underfull \hbox (badness 10000) in paragraph at lines 87841--87842 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87842--87843 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87843--87844 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87844--87845 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.gateway \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87845--87846 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.gateway \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87847--87848 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.host_table \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87848--87849 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.host_table \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87850--87851 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87851--87852 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87852--87853 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87853--87854 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87854--87855 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes.external \TU/Ubuntu(0)/m/sc/10.95 (\T U/Ubuntu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87855--87856 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes.external \TU/Ubuntu(0)/m/sc/10.95 (\T U/Ubuntu(0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87856--87857 []\TU/UbuntuMono(0)/m/n/10.95 limits.egress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87857--87858 []\TU/UbuntuMono(0)/m/n/10.95 limits.egress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87858--87859 []\TU/UbuntuMono(0)/m/n/10.95 limits.egress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87859--87860 []\TU/UbuntuMono(0)/m/n/10.95 limits.ingress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87860--87861 []\TU/UbuntuMono(0)/m/n/10.95 limits.ingress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87861--87862 []\TU/UbuntuMono(0)/m/n/10.95 limits.ingress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87862--87863 []\TU/UbuntuMono(0)/m/n/10.95 limits.max \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 87862--87863 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 87863--87864 []\TU/UbuntuMono(0)/m/n/10.95 limits.max \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87864--87865 []\TU/UbuntuMono(0)/m/n/10.95 limits.max \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87865--87866 []\TU/UbuntuMono(0)/m/n/10.95 limits.max \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87866--87867 []\TU/UbuntuMono(0)/m/n/10.95 limits.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87867--87868 []\TU/UbuntuMono(0)/m/n/10.95 limits.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-p2p-device- [895] Underfull \hbox (badness 10000) in paragraph at lines 87868--87869 []\TU/UbuntuMono(0)/m/n/10.95 limits.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87872--87873 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87873--87874 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87874--87875 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87875--87876 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87876--87877 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87877--87878 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87878--87879 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87879--87880 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87880--87881 []\TU/UbuntuMono(0)/m/n/10.95 major \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87880--87881 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87881--87882 []\TU/UbuntuMono(0)/m/n/10.95 major \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87881--87882 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87886--87887 []\TU/UbuntuMono(0)/m/n/10.95 minor \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87886--87887 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87887--87888 []\TU/UbuntuMono(0)/m/n/10.95 minor \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87887--87888 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87888--87889 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 87889--87890 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 87890--87891 []\TU/UbuntuMono(0)/m/n/10.95 mode \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: proxy: Underfull \hbox (badness 10000) in paragraph at lines 87890--87891 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 87891--87892 []\TU/UbuntuMono(0)/m/n/10.95 mode \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87891--87892 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87892--87893 []\TU/UbuntuMono(0)/m/n/10.95 mode \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87892--87893 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87893--87894 []\TU/UbuntuMono(0)/m/n/10.95 mode \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87893--87894 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 87895--87896 []\TU/UbuntuMono(0)/m/n/10.95 mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 87895--87896 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 87896--87897 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 87897--87898 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 87898--87899 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 87899--87900 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- [896] Underfull \hbox (badness 10000) in paragraph at lines 87900--87901 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 87901--87902 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 87903--87904 []\TU/UbuntuMono(0)/m/n/10.95 name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 87903--87904 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 87904--87905 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 87905--87906 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 87906--87907 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 87907--87908 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87908--87909 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87909--87910 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 87910--87911 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 87914--87915 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87915--87916 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87916--87917 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87917--87918 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87918--87919 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87921--87922 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 87921--87922 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 87922--87923 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87923--87924 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87924--87925 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87925--87926 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87926--87927 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87927--87928 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87928--87929 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 87929--87930 \TU/Ubuntu(0)/m/it/10.95 tpm-device- Underfull \hbox (badness 10000) in paragraph at lines 87930--87931 []\TU/UbuntuMono(0)/m/n/10.95 path \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87930--87931 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87931--87932 []\TU/UbuntuMono(0)/m/n/10.95 path \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87931--87932 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- [897] Underfull \hbox (badness 10000) in paragraph at lines 87933--87934 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- Underfull \hbox (badness 10000) in paragraph at lines 87935--87936 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 87936--87937 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- Underfull \hbox (badness 10000) in paragraph at lines 87938--87939 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: gpu: gpu-mdev-device- Underfull \hbox (badness 10000) in paragraph at lines 87939--87940 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: gpu: gpu-mig-device- Underfull \hbox (badness 10000) in paragraph at lines 87940--87941 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: gpu: gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87941--87942 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: gpu: gpu-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87942--87943 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 87943--87944 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: usb: unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 87946--87947 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx.length \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87947--87948 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx.length \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87948--87949 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx.length \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87952--87953 []\TU/UbuntuMono(0)/m/n/10.95 required \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 87952--87953 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 87953--87954 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87954--87955 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87955--87956 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 87956--87957 []\TU/UbuntuMono(0)/m/n/10.95 required \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: usb: unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 87965--87966 []\TU/UbuntuMono(0)/m/n/10.95 security.mac_filtering \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87966--87967 []\TU/UbuntuMono(0)/m/n/10.95 security.mac_filtering \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87973--87974 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 87973--87974 \TU/Ubuntu(0)/m/it/10.95 disk-device- [898] Underfull \hbox (badness 10000) in paragraph at lines 87974--87975 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87974--87975 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87975--87976 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87975--87976 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87979--87980 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 87980--87981 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 87981--87982 []\TU/UbuntuMono(0)/m/n/10.95 uid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87981--87982 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87982--87983 []\TU/UbuntuMono(0)/m/n/10.95 uid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87982--87983 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87983--87984 []\TU/UbuntuMono(0)/m/n/10.95 uid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87983--87984 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 87985--87986 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: gpu: gpu-mdev-device- Underfull \hbox (badness 10000) in paragraph at lines 87986--87987 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: gpu: gpu-mig-device- Underfull \hbox (badness 10000) in paragraph at lines 87987--87988 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: gpu: gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87988--87989 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: gpu: gpu-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87989--87990 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 87990--87991 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: usb: unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 87991--87992 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 87992--87993 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 87993--87994 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 87994--87995 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87995--87996 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 87996--87997 \TU/Ubuntu(0)/m/it/10.95 nic-routed- [899] Underfull \hbox (badness 10000) in paragraph at lines 88037--88038 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory.iterations\TU/Ubuntu (0)/m/sc/10.95 , Underfull \hbox (badness 10000) in paragraph at lines 88072--88073 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.bpf.devices\TU/Ubuntu (0)/m/sc/10.95 , Overfull \hbox (5.6847pt too wide) in paragraph at lines 88075--88076 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount.allowed\TU/Ubun tu(0)/m/sc/10.95 , Underfull \hbox (badness 10000) in paragraph at lines 88076--88077 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount.fuse\TU/Ubuntu( 0)/m/sc/10.95 , Underfull \hbox (badness 10000) in paragraph at lines 88077--88078 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount.shift\TU/Ubuntu (0)/m/sc/10.95 , Overfull \hbox (33.0597pt too wide) in paragraph at lines 88078--88079 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.sched_setscheduler\TU /Ubuntu(0)/m/sc/10.95 , [900] Underfull \hbox (badness 10000) in paragraph at lines 88121--88122 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.address \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Bridge network: Underfull \hbox (badness 10000) in paragraph at lines 88122--88123 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.address \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Physical net- Underfull \hbox (badness 10000) in paragraph at lines 88123--88124 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88124--88125 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88125--88126 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.holdtime \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: Underfull \hbox (badness 10000) in paragraph at lines 88126--88127 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.holdtime \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Physical net- Underfull \hbox (badness 10000) in paragraph at lines 88127--88128 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.password \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: Underfull \hbox (badness 10000) in paragraph at lines 88128--88129 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.password \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Physical net- Underfull \hbox (badness 10000) in paragraph at lines 88131--88132 []\TU/UbuntuMono(0)/m/n/10.95 bridge.hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88132--88133 []\TU/UbuntuMono(0)/m/n/10.95 bridge.hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88134--88135 []\TU/UbuntuMono(0)/m/n/10.95 bridge.mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88135--88136 []\TU/UbuntuMono(0)/m/n/10.95 bridge.mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88136--88137 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure network ACLs: Underfull \hbox (badness 10000) in paragraph at lines 88136--88137 \TU/Ubuntu(0)/m/it/10.95 acl-acl- Underfull \hbox (badness 10000) in paragraph at lines 88137--88138 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure network for- Underfull \hbox (badness 10000) in paragraph at lines 88138--88139 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure net- Underfull \hbox (badness 10000) in paragraph at lines 88138--88139 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 88139--88140 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to create OVN peer Underfull \hbox (badness 10000) in paragraph at lines 88139--88140 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- Underfull \hbox (badness 5652) in paragraph at lines 88140--88141 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure network zones: Underfull \hbox (badness 10000) in paragraph at lines 88140--88141 \TU/Ubuntu(0)/m/it/10.95 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 88141--88142 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to configure network Underfull \hbox (badness 10000) in paragraph at lines 88142--88143 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to configure network Underfull \hbox (badness 10000) in paragraph at lines 88145--88146 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 88146--88147 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 10000) in paragraph at lines 88147--88148 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to configure net- Underfull \hbox (badness 10000) in paragraph at lines 88147--88148 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 88148--88149 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to create OVN peer Underfull \hbox (badness 10000) in paragraph at lines 88148--88149 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- Underfull \hbox (badness 10000) in paragraph at lines 88149--88150 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to configure network Underfull \hbox (badness 10000) in paragraph at lines 88149--88150 \TU/Ubuntu(0)/m/it/10.95 zones: zone- Underfull \hbox (badness 10000) in paragraph at lines 88152--88153 []\TU/UbuntuMono(0)/m/n/10.95 dns.domain \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88153--88154 []\TU/UbuntuMono(0)/m/n/10.95 dns.domain \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88155--88156 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- [901] Underfull \hbox (badness 10000) in paragraph at lines 88156--88157 \TU/Ubuntu(0)/m/it/10.95 zones: zone- Underfull \hbox (badness 10000) in paragraph at lines 88157--88158 []\TU/UbuntuMono(0)/m/n/10.95 dns.search \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88158--88159 []\TU/UbuntuMono(0)/m/n/10.95 dns.search \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 5133) in paragraph at lines 88159--88160 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.forward \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88160--88161 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.forward \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88161--88162 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\ TU/Ubuntu(0)/m/it/10.95 Bridge network: Underfull \hbox (badness 10000) in paragraph at lines 88162--88163 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\ TU/Ubuntu(0)/m/it/10.95 OVN network: Underfull \hbox (badness 10000) in paragraph at lines 88162--88163 \TU/Ubuntu(0)/m/it/10.95 ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88163--88164 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\ TU/Ubuntu(0)/m/it/10.95 Bridge network: Underfull \hbox (badness 10000) in paragraph at lines 88164--88165 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\ TU/Ubuntu(0)/m/it/10.95 OVN network: Underfull \hbox (badness 10000) in paragraph at lines 88164--88165 \TU/Ubuntu(0)/m/it/10.95 ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88170--88171 []\TU/UbuntuMono(0)/m/n/10.95 gvrp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Macvlan network: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 88171--88172 []\TU/UbuntuMono(0)/m/n/10.95 gvrp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88175--88176 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88176--88177 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88177--88178 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88178--88179 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88185--88186 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88186--88187 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 5133) in paragraph at lines 88187--88188 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88188--88189 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88190--88191 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn.ranges \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88191--88192 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88192--88193 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88193--88194 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88196--88197 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88197--88198 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88198--88199 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88199--88200 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88202--88203 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- [902] Underfull \hbox (badness 10000) in paragraph at lines 88203--88204 \TU/Ubuntu(0)/m/it/10.95 class="literal">ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88207--88208 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88208--88209 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 5133) in paragraph at lines 88209--88210 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88210--88211 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88212--88213 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn.ranges \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88213--88214 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88214--88215 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88215--88216 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88218--88219 []\TU/UbuntuMono(0)/m/n/10.95 listen_address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 How to configure Underfull \hbox (badness 10000) in paragraph at lines 88218--88219 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 88219--88220 []\TU/UbuntuMono(0)/m/n/10.95 listen_address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 How to configure net- Underfull \hbox (badness 10000) in paragraph at lines 88219--88220 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 88221--88222 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 5133) in paragraph at lines 88222--88223 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88223--88224 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 88224--88225 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88225--88226 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- Underfull \hbox (badness 5133) in paragraph at lines 88226--88227 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88227--88228 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 88228--88229 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88229--88230 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- Underfull \hbox (badness 10000) in paragraph at lines 88230--88231 []\TU/UbuntuMono(0)/m/n/10.95 mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Macvlan network: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 88231--88232 []\TU/UbuntuMono(0)/m/n/10.95 mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88232--88233 []\TU/UbuntuMono(0)/m/n/10.95 mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 SR-IOV network: sriov-network- Underfull \hbox (badness 10000) in paragraph at lines 88233--88234 []\TU/UbuntuMono(0)/m/n/10.95 name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 How to configure network ACLs: Underfull \hbox (badness 10000) in paragraph at lines 88233--88234 \TU/Ubuntu(0)/m/it/10.95 acl-acl- Underfull \hbox (badness 7722) in paragraph at lines 88234--88235 \TU/Ubuntu(0)/m/it/10.95 ancers: load- Underfull \hbox (badness 10000) in paragraph at lines 88234--88235 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 88236--88237 []\TU/UbuntuMono(0)/m/n/10.95 name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 How to configure network zones: Underfull \hbox (badness 10000) in paragraph at lines 88236--88237 \TU/Ubuntu(0)/m/it/10.95 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 88240--88241 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Macvlan network: macvlan-network- [903] Underfull \hbox (badness 10000) in paragraph at lines 88241--88242 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88242--88243 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 SR-IOV network: sriov-network- Underfull \hbox (badness 10000) in paragraph at lines 88245--88246 \TU/Ubuntu(0)/m/it/10.95 forward- Underfull \hbox (badness 10000) in paragraph at lines 88246--88247 []\TU/UbuntuMono(0)/m/n/10.95 ports \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 How to configure network load Underfull \hbox (badness 10000) in paragraph at lines 88246--88247 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer- Underfull \hbox (badness 10000) in paragraph at lines 88247--88248 \TU/Ubuntu(0)/m/it/10.95 acl-rule- Underfull \hbox (badness 6893) in paragraph at lines 88248--88249 []\TU/UbuntuMono(0)/m/n/10.95 protocol \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 How to configure network for- Underfull \hbox (badness 10000) in paragraph at lines 88249--88250 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 10000) in paragraph at lines 88251--88252 []\TU/UbuntuMono(0)/m/n/10.95 security.acls \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88252--88253 []\TU/UbuntuMono(0)/m/n/10.95 security.acls \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88253--88254 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.action Underfull \hbox (badness 10000) in paragraph at lines 88253--88254 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88255--88256 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.logged Underfull \hbox (badness 10000) in paragraph at lines 88255--88256 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88257--88258 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 88257--88258 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88258--88259 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 88258--88259 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88259--88260 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 88259--88260 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88260--88261 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 88260--88261 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88265--88266 []\TU/UbuntuMono(0)/m/n/10.95 target_address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 How to configure Underfull \hbox (badness 10000) in paragraph at lines 88265--88266 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-port- Underfull \hbox (badness 10000) in paragraph at lines 88266--88267 []\TU/UbuntuMono(0)/m/n/10.95 target_address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 How to config- Underfull \hbox (badness 10000) in paragraph at lines 88266--88267 \TU/Ubuntu(0)/m/it/10.95 ure network load balancers: Underfull \hbox (badness 10000) in paragraph at lines 88266--88267 \TU/Ubuntu(0)/m/it/10.95 load- Underfull \hbox (badness 10000) in paragraph at lines 88266--88267 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 88270--88271 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 88280--88281 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88281--88282 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Macvlan network: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 88282--88283 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 OVN network: ovn-network- [904] Underfull \hbox (badness 10000) in paragraph at lines 88283--88284 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88284--88285 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 SR-IOV network: sriov-network- Underfull \hbox (badness 5652) in paragraph at lines 88285--88286 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure network zones: Underfull \hbox (badness 10000) in paragraph at lines 88285--88286 \TU/Ubuntu(0)/m/it/10.95 zone-config- Underfull \hbox (badness 10000) in paragraph at lines 88286--88287 []\TU/UbuntuMono(0)/m/n/10.95 vlan \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Macvlan network: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 88287--88288 []\TU/UbuntuMono(0)/m/n/10.95 vlan \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88288--88289 []\TU/UbuntuMono(0)/m/n/10.95 vlan \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 SR-IOV network: sriov-network- Overfull \hbox (22.10968pt too wide) in paragraph at lines 88310--88311 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv4.NETWORK_NAME\TU/U buntu(0)/m/sc/10.95 , Overfull \hbox (22.10968pt too wide) in paragraph at lines 88311--88312 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv6.NETWORK_NAME\TU/U buntu(0)/m/sc/10.95 , [905] Underfull \hbox (badness 10000) in paragraph at lines 88411--88412 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88411--88412 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88412--88413 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88412--88413 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 88413--88414 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88413--88414 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88414--88415 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88414--88415 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 88415--88416 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88415--88416 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88416--88417 []\TU/UbuntuMono(0)/m/n/10.95 block.mount_options \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88416--88417 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88417--88418 []\TU/UbuntuMono(0)/m/n/10.95 block.mount_options \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88417--88418 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88418--88419 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88418--88419 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88419--88420 []\TU/UbuntuMono(0)/m/n/10.95 block.mount_options \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Pure Storage - Underfull \hbox (badness 10000) in paragraph at lines 88419--88420 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 88419--88420 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 88420--88421 []\TU/UbuntuMono(0)/m/n/10.95 block.mount_options \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88420--88421 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- [906] Underfull \hbox (badness 10000) in paragraph at lines 88444--88445 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw.endpoint_cert_file\TU/Ubuntu(0 )/m/sc/10.95 , Underfull \hbox (badness 10000) in paragraph at lines 88467--88468 []\TU/UbuntuMono(0)/m/n/10.95 rsync.bwlimit \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Directory - dir: dir-pool-conf\TU/Ubuntu(0)/m/sc /10.95 ), Underfull \hbox (badness 10000) in paragraph at lines 88468--88469 []\TU/UbuntuMono(0)/m/n/10.95 rsync.bwlimit \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88468--88469 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 88469--88470 []\TU/UbuntuMono(0)/m/n/10.95 rsync.bwlimit \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88470--88471 []\TU/UbuntuMono(0)/m/n/10.95 rsync.compression \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Directory - dir: dir-pool-conf\TU/Ubuntu(0)/m/sc /10.95 ), Underfull \hbox (badness 10000) in paragraph at lines 88471--88472 []\TU/UbuntuMono(0)/m/n/10.95 rsync.compression \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88471--88472 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 88472--88473 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88473--88474 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88473--88474 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88474--88475 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88474--88475 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88475--88476 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88475--88476 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88476--88477 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88476--88477 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88477--88478 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88477--88478 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88478--88479 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88478--88479 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88479--88480 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88479--88480 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88480--88481 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88480--88481 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88481--88482 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88481--88482 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88482--88483 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88482--88483 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88483--88484 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88483--88484 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 88484--88485 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88484--88485 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88485--88486 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88485--88486 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88486--88487 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88486--88487 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- [907] Underfull \hbox (badness 10000) in paragraph at lines 88487--88488 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88487--88488 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88488--88489 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88488--88489 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88489--88490 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88489--88490 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88490--88491 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88490--88491 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88491--88492 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88491--88492 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88492--88493 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88492--88493 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88493--88494 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88493--88494 \TU/Ubuntu(0)/m/it/10.95 btrfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 88494--88495 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88494--88495 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 88495--88496 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88495--88496 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88496--88497 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88496--88497 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88497--88498 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88497--88498 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88498--88499 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Ceph Object - cephobject: Underfull \hbox (badness 10000) in paragraph at lines 88498--88499 \TU/Ubuntu(0)/m/it/10.95 cephobject- Underfull \hbox (badness 10000) in paragraph at lines 88499--88500 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88499--88500 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88500--88501 \TU/Ubuntu(0)/m/it/10.95 lvm-bucket- Underfull \hbox (badness 10000) in paragraph at lines 88501--88502 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 88502--88503 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88503--88504 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88503--88504 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88504--88505 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88504--88505 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 88505--88506 \TU/Ubuntu(0)/m/it/10.95 zfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 88506--88507 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 88507--88508 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88508--88509 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88508--88509 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88509--88510 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88509--88510 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88510--88511 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88510--88511 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88511--88512 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88511--88512 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88512--88513 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88512--88513 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 88513--88514 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88513--88514 \TU/Ubuntu(0)/m/it/10.95 powerflex- [908] Underfull \hbox (badness 10000) in paragraph at lines 88514--88515 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88514--88515 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 88515--88516 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88515--88516 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88516--88517 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88516--88517 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88517--88518 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88517--88518 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88518--88519 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88518--88519 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88519--88520 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88519--88520 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88520--88521 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88520--88521 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88521--88522 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88521--88522 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88522--88523 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88522--88523 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 88523--88524 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88523--88524 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88524--88525 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88524--88525 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88525--88526 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88525--88526 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88526--88527 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88526--88527 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88527--88528 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88527--88528 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88528--88529 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88528--88529 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88529--88530 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88529--88530 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88530--88531 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 Pure Storage - Underfull \hbox (badness 10000) in paragraph at lines 88530--88531 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 88530--88531 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 88531--88532 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88531--88532 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88532--88533 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88532--88533 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 88533--88534 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88533--88534 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- Underfull \hbox (badness 10000) in paragraph at lines 88534--88535 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 CephFS - cephfs: Underfull \hbox (badness 10000) in paragraph at lines 88534--88535 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 88535--88536 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Directory - dir: dir-pool-conf\TU/Ubuntu(0)/m/sc /10.95 ), Underfull \hbox (badness 10000) in paragraph at lines 88536--88537 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88536--88537 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 88537--88538 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 88538--88539 []\TU/UbuntuMono(0)/m/n/10.95 source.wipe \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88538--88539 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- [909] Underfull \hbox (badness 10000) in paragraph at lines 88539--88540 []\TU/UbuntuMono(0)/m/n/10.95 source.wipe \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88539--88540 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 88540--88541 []\TU/UbuntuMono(0)/m/n/10.95 source.wipe \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 ZFS - zfs: zfs-pool-conf\TU/Ubuntu(0)/m/sc /10.95 ), Underfull \hbox (badness 10000) in paragraph at lines 88541--88542 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88541--88542 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88542--88543 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88542--88543 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88543--88544 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88543--88544 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88544--88545 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88544--88545 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88545--88546 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88545--88546 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88546--88547 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88546--88547 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88547--88548 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88547--88548 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88548--88549 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88548--88549 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88549--88550 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88549--88550 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88550--88551 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88550--88551 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88551--88552 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88551--88552 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88552--88553 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88552--88553 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88553--88554 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88553--88554 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88554--88555 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88554--88555 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88555--88556 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool.pristine \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Ceph RBD - Underfull \hbox (badness 10000) in paragraph at lines 88555--88556 \TU/Ubuntu(0)/m/it/10.95 ceph: Underfull \hbox (badness 10000) in paragraph at lines 88555--88556 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- Underfull \hbox (badness 10000) in paragraph at lines 88556--88557 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool.pristine \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 10000) in paragraph at lines 88556--88557 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 88557--88558 \TU/Ubuntu(0)/m/it/10.95 class="literal">cephobject: Underfull \hbox (badness 10000) in paragraph at lines 88557--88558 \TU/Ubuntu(0)/m/it/10.95 cephobject- Underfull \hbox (badness 10000) in paragraph at lines 88558--88559 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88558--88559 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88559--88560 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88559--88560 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88560--88561 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88560--88561 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88561--88562 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88561--88562 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88562--88563 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88562--88563 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88563--88564 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88563--88564 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88564--88565 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88564--88565 \TU/Ubuntu(0)/m/it/10.95 pure-volume- [910] Underfull \hbox (badness 10000) in paragraph at lines 88565--88566 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88565--88566 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88566--88567 []\TU/UbuntuMono(0)/m/n/10.95 volume.size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88567--88568 []\TU/UbuntuMono(0)/m/n/10.95 volume.size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88567--88568 \TU/Ubuntu(0)/m/it/10.95 pure-pool- [911] (./canonical-lxd.ind) enddocument/afterlastpage: lastpage setting LastPage. (./canonical-lxd.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information) Output written on canonical-lxd.pdf (912 pages). Transcript written on canonical-lxd.log. Latexmk: Getting log file 'canonical-lxd.log' Latexmk: Examining 'canonical-lxd.fls' Latexmk: Examining 'canonical-lxd.log' Latexmk: Index file 'canonical-lxd.idx' was written Latexmk: References changed. Latexmk: Log file says output to 'canonical-lxd.pdf' Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': Reasons for rerun Changed files or newly in use/created: canonical-lxd.aux canonical-lxd.toc ------------ Run number 3 of rule 'pdflatex' ------------ ------------ Running 'xelatex -interaction=nonstopmode -recorder --jobname="canonical-lxd" "lxd.tex"' ------------ This is XeTeX, Version 3.141592653-2.6-0.999995 (TeX Live 2023/Debian) (preloaded format=xelatex) restricted \write18 enabled. entering extended mode (./lxd.tex LaTeX2e <2023-11-01> patch level 1 L3 programming layer <2024-01-22> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2023/05/17 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty Package cmap Warning: pdftex not detected - exiting. ) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def))) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/polyglossia.sty (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/gloss-latex.lde)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/gloss-english.ldf) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-xetex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (./sphinxpackagefootnote.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)) (./sphinxmessages.sty) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex))) (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeyslibraryfiltered .code.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.de f)))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code. tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonomet ric.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.cod e.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison .code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerari thmetics.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct. code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.c ode.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformation s.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.t ex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing .code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.c ode.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex)) ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex ) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65 .sty) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18 .sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty (/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbraster.code.tex Library (tcolorbox): 'tcbraster.code.tex' version '6.2.0' ) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex Library (tcolorbox): 'tcbskins.code.tex' version '6.2.0' (/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers .code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik zlibrarytopaths.code.tex))) (/usr/share/texlive/texmf-dist/tex/latex/tikzfill/tikzfill.image.sty (/usr/share/texlive/texmf-dist/tex/latex/tikzfill/tikzfill-common.sty) (/usr/share/texlive/texmf-dist/tex/latex/tikzfill/tikzlibraryfill.image.code.te x)) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex Library (tcolorbox): 'tcbskinsjigsaw.code.tex' version '6.2.0' )) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex Library (tcolorbox): 'tcbbreakable.code.tex' version '6.2.0' (/usr/share/texlive/texmf-dist/tex/latex/pdfcol/pdfcol.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex Library (tcolorbox): 'tcbhooks.code.tex' version '6.2.0' ) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbtheorems.code.tex Library (tcolorbox): 'tcbtheorems.code.tex' version '6.2.0' ) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex Library (tcolorbox): 'tcbfitting.code.tex' version '6.2.0' ) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcblistingsutf8.code.tex Library (tcolorbox): 'tcblistingsutf8.code.tex' version '6.2.0' (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcblistings.code.tex Library (tcolorbox): 'tcblistings.code.tex' version '6.2.0' (/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty (/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcblistingscore.code.tex Library (tcolorbox): 'tcblistingscore.code.tex' version '6.2.0' (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbprocessing.code.tex Library (tcolorbox): 'tcbprocessing.code.tex' version '6.2.0' )))) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbexternal.code.tex Library (tcolorbox): 'tcbexternal.code.tex' version '6.2.0' ) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex Library (tcolorbox): 'tcbmagazine.code.tex' version '6.2.0' ) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex Library (tcolorbox): 'tcbvignette.code.tex' version '6.2.0' (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik zlibraryfadings.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryfadings.code .tex))) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcbposter.code.tex Library (tcolorbox): 'tcbposter.code.tex' version '6.2.0' )) (/usr/share/texlive/texmf-dist/tex/latex/lastpage/lastpage.sty (/usr/share/texlive/texmf-dist/tex/latex/lastpage/lastpage2e.sty (/usr/share/texlive/texmf-dist/tex/latex/lastpage/lastpagemodern.sty) )) (/usr/share/texlive/texmf-dist/tex/latex/tabto-ltx/tabto.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/changepage/changepage.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty) Writing index file canonical-lxd.idx (./canonical-lxd.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/fontawesome5-utex-helper. sty (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/tufontawesomefree.fd) (/usr/share/texlive/texmf-dist/tex/latex/fontawesome5/tufontawesomebrands.fd))) *geometry* driver: auto-detecting *geometry* detected driver: xetex (./canonical-lxd.out) (./canonical-lxd.out) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) Underfull \hbox (badness 10000) in alignment at lines 181--181 [][] Overfull \hbox (1.13809pt too wide) in paragraph at lines 181--182 [][] [1] (./canonical-lxd.toc Overfull \hbox (1.55487pt too wide) detected at line 449 []\TU/Ubuntu(0)/m/n/10.95 268 Overfull \hbox (1.55487pt too wide) detected at line 528 []\TU/Ubuntu(0)/m/n/10.95 311 Overfull \hbox (1.55487pt too wide) detected at line 538 []\TU/Ubuntu(0)/m/n/10.95 314 Overfull \hbox (1.55487pt too wide) detected at line 569 []\TU/Ubuntu(0)/m/n/10.95 324 Overfull \hbox (1.55487pt too wide) detected at line 595 []\TU/Ubuntu(0)/m/n/10.95 336 Overfull \hbox (1.55487pt too wide) detected at line 627 []\TU/Ubuntu(0)/m/n/10.95 348 Overfull \hbox (1.55487pt too wide) detected at line 670 []\TU/Ubuntu(0)/m/n/10.95 360 Overfull \hbox (1.55487pt too wide) detected at line 889 []\TU/Ubuntu(0)/m/n/10.95 560 Overfull \hbox (1.55487pt too wide) detected at line 899 []\TU/Ubuntu(0)/m/n/10.95 567 Overfull \hbox (1.55487pt too wide) detected at line 917 []\TU/Ubuntu(0)/m/n/10.95 576 Overfull \hbox (1.55487pt too wide) detected at line 1393 []\TU/Ubuntu(0)/m/n/10.95 647 Overfull \hbox (1.55487pt too wide) detected at line 3008 []\TU/Ubuntu(0)/m/n/10.95 874 ) [1] Missing character: There is no ɛ (U+025B) in font [UbuntuMono-R.ttf]/OT:script= latn;language=dflt;! Missing character: There is no 🔈 (U+1F508) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! [2] [3] Chapter 1. [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [15] [16] [17] [18] Missing character: There is no □ (U+25A1) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no □ (U+25A1) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [19] [20] [21] [22] [23] [24] [25] [26] [27] Chapter 2. [28] [29] [30] [31] [32] [33] [34] [35] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/b/it' undefined (Font) using `TU/Ubuntu(0)/b/n' instead on input line 2716. [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] Underfull \hbox (badness 10000) in paragraph at lines 3764--3764 []\TU/Ubuntu(0)/b/it/10.95 API exten- Underfull \hbox (badness 10000) in paragraph at lines 3764--3764 []\TU/UbuntuMono(0)/m/n/10.95 doc/api[]extensions.md\TU/Ubuntu(0)/m/n/10.95 , \ TU/UbuntuMono(0)/m/n/10.95 shared/ Underfull \hbox (badness 10000) in paragraph at lines 3764--3764 []\TU/Ubuntu(0)/b/it/10.95 Documenta- Underfull \hbox (badness 10000) in paragraph at lines 3764--3764 []\TU/Ubuntu(0)/b/it/10.95 Go client [50] [51] [52] [53] Underfull \hbox (badness 10000) in paragraph at lines 4092--4095 [][][][][]$[][][][][] [] [] [] [][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [][][ ][][][][][][][][][][][][][][][][] [] [][][] [] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] Underfull \hbox (badness 10000) in paragraph at lines 4955--4958 [][][][][]$[][][][][] [] [] [] [][][][][] [] [][][][][][][][][] [] [][][] [] [] [][][][][] [] [][][][][] [] [][][][][][][][][][][][][][][][][][] [] [][][][][][ ][][][][][][][][][][][][][][][][][][] [] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/sc' undefined (Font) using `TU/Ubuntu(0)/m/n' instead on input line 5570. [80] [81] [82] [83] [84] Underfull \hbox (badness 10000) in paragraph at lines 6007--6009 []\TU/Ubuntu(0)/m/n/10.95 Check the contents of an existing instance configurat ion ([][]\TU/UbuntuMono(0)/m/it/10.95 lxc config show [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no □ (U+25A1) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] Underfull \hbox (badness 10000) in paragraph at lines 8645--8647 []\TU/Ubuntu(0)/m/n/10.95 For example, to pull the contents of the \TU/UbuntuMo no(0)/m/n/10.95 /etc/hosts \TU/Ubuntu(0)/m/n/10.95 file and write them to a [116] [117] [118] [119] [120] Underfull \hbox (badness 7796) in paragraph at lines 9143--9147 \TU/Ubuntu(0)/m/n/10.95 In interactive mode, the operation creates an additiona l single bi-directional Underfull \hbox (badness 10000) in paragraph at lines 9143--9147 \TU/Ubuntu(0)/m/n/10.95 WebSocket. To force interactive mode, add \TU/UbuntuMon o(0)/m/n/10.95 "interactive": true \TU/Ubuntu(0)/m/n/10.95 and [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [136] Underfull \hbox (badness 5862) in paragraph at lines 10439--10444 []\TU/Ubuntu(0)/m/n/10.95 Most storage drivers support optimized snapshot creat ion (see [][]\TU/Ubuntu(0)/m/it/10.95 Feature comparison[][] [137] [138] Underfull \hbox (badness 10000) in paragraph at lines 10633--10635 []\TU/Ubuntu(0)/m/n/10.95 See [][]\TU/UbuntuMono(0)/m/n/10.95 GET /1.0/instance s/{name}/snapshots[][]\TU/Ubuntu(0)/m/n/10.95 , [][]\TU/UbuntuMono(0)/m/n/10.95 GET /1.0/instances/{name}/snapshots/ Underfull \hbox (badness 5787) in paragraph at lines 10633--10635 \TU/UbuntuMono(0)/m/n/10.95 {snapshot}[][]\TU/Ubuntu(0)/m/n/10.95 , [][]\TU/Ubu ntuMono(0)/m/n/10.95 PATCH /1.0/instances/{name}/snapshots/{snapshot}[][]\TU/Ub untu(0)/m/n/10.95 , and [][]\TU/UbuntuMono(0)/m/n/10.95 DELETE /1.0/ [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] Overfull \vbox (1.03195pt too high) detected at line 11881 [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] Underfull \vbox (badness 1259) detected at line 13344 [174] [175] Overfull \hbox (344.8309pt too wide) in paragraph at lines 13522--13525 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][][][][][][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][][ ][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (350.30591pt too wide) in paragraph at lines 13522--13525 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (350.30591pt too wide) in paragraph at lines 13522--13525 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (344.8309pt too wide) in paragraph at lines 13522--13525 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+ [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] Underfull \hbox (badness 5862) in paragraph at lines 15667--15672 []\TU/Ubuntu(0)/m/sc/10.95 Most storage drivers support optimized snapshot crea tion (see [][]\TU/Ubuntu(0)/m/it/10.95 Feature comparison[][] [202] [203] [204] [205] [206] Underfull \hbox (badness 10000) in paragraph at lines 16106--16110 []\TU/Ubuntu(0)/m/sc/10.95 Therefore, you must first create a pending network o n each member with the Underfull \hbox (badness 6016) in paragraph at lines 16106--16110 [][]\TU/UbuntuMono(0)/m/n/10.95 target= \TU/Ubuntu(0)/m/sc/10.9 5 flag and the appropriate configuration for the member. [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] Underfull \hbox (badness 10000) in paragraph at lines 18618--18621 []\TU/Ubuntu(0)/m/sc/10.95 This assumes that [][]\TU/UbuntuMono(0)/m/it/10.95 c ore.dns_address[][] \TU/Ubuntu(0)/m/sc/10.95 (page 362[]) was set to [235] [236] Underfull \hbox (badness 10000) in paragraph at lines 18747--18747 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 18780--18780 []\TU/UbuntuMono(0)/m/n/10.95 network. [237] Underfull \hbox (badness 10000) in paragraph at lines 18809--18809 []\TU/UbuntuMono(0)/m/n/10.95 peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 18838--18838 []\TU/UbuntuMono(0)/m/n/10.95 peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 18867--18867 []\TU/UbuntuMono(0)/m/n/10.95 user. [238] [239] [240] [241] [242] [243] [244] [245] Missing character: There is no ● (U+25CF) in font [UbuntuMono-R.ttf]/OT:script= latn;language=dflt;color=FFFFFFFF ;! [246] Overfull \hbox (218.90572pt too wide) in paragraph at lines 19560--19563 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][] [][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][ ][][]+| Overfull \hbox (224.38072pt too wide) in paragraph at lines 19560--19563 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][] [][][]+| Overfull \hbox (218.90572pt too wide) in paragraph at lines 19560--19563 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][] [][][]+ [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] Overfull \vbox (0.79932pt too high) detected at line 20816 [259] [260] [261] [262] [263] [264] [265] Underfull \hbox (badness 7397) in paragraph at lines 21379--21382 []\TU/Ubuntu(0)/m/sc/10.95 If you plan to use the OverlayFS storage driver in D ocker, you should also set [266] Overfull \hbox (135.14801pt too wide) in paragraph at lines 21485--21488 [][][][][]$[][][][][] [] [] [] [][][][][][][] [] [][][][][][][][][][][][][][][] [] [][][] [] [] [] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [267] [268] [269] Overfull \hbox (1149.65471pt too wide) in paragraph at lines 21739--21741 \TU/UbuntuMono(1)/m/n/10.95 ZXJ2ZXJfbmFtZSI6InJwaTAxIiwiZmluZ2VycHJpbnQiOiIyNjZ jZmExZDk0ZDZiMjk2Nzk0YjU0YzJlYzdjOTMwNDA5ZjIzNjdmNmM1YjRhZWVjOGM0YjAxYTc2NjU0Mj gxIiwiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiJmZGI1OTgyNjgxN TQ2ZGQyNGE2ZGE0Mzg5MTUyOGM1ZGUxNWNmYmQ5M2M3OTU3ODNkNGI5OGU4MTQ4MWMzNmUwIn0=All [270] [271] [272] Overfull \hbox (1123.83167pt too wide) in paragraph at lines 21929--21929 [][]\TU/UbuntuMono(0)/m/n/10.95 eyJzZXJ2ZXJfbmFtZSI6Im5vZGUyIiwiZmluZ2VycHJpbnQ iOiJjZjlmNmVhMWIzYjhiNjgxNzQ1YTY1NTY2YjM3ZGUwOTUzNjRmM2MxMDAwMGNjZWQyOTk5NDU5Yz Y2MGIxNWQ4IiwiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiIxNGJmY 2EzMDhkOTNhY2E3MGJmYThkMzE0NWM4NWY3YmE0ZmU1YmYyNmJiNDhmMmUwNzhhOGZhMDczZDc0YTFi In0=| [273] [274] Overfull \hbox (317.45587pt too wide) in paragraph at lines 22076--22079 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][][][][]+[][][][][][][][][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][] [][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][] [][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22076--22079 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22076--22079 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22076--22079 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (317.45587pt too wide) in paragraph at lines 22076--22079 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+ [275] [276] [277] [278] [279] Underfull \hbox (badness 10000) in paragraph at lines 22340--22343 []\TU/Ubuntu(0)/m/sc/10.95 You can pass only the member-specific configuration keys \TU/UbuntuMono(0)/m/n/10.95 bridge. [280] [281] [282] [283] [284] [285] Underfull \hbox (badness 5105) in paragraph at lines 22828--22833 \TU/UbuntuMono(0)/m/n/10.95 tar.gz \TU/Ubuntu(0)/m/sc/10.95 for snap installati ons or \TU/UbuntuMono(0)/m/n/10.95 /var/lib/lxd/database/lxd_recovery_db.tar.gz \TU/Ubuntu(0)/m/sc/10.95 ). [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] Underfull \hbox (badness 10000) in paragraph at lines 23691--23693 []\TU/Ubuntu(0)/m/sc/10.95 Use the following command to instruct LXD to move al l occurrences of [300] [301] Underfull \hbox (badness 10000) in paragraph at lines 23809--23811 []\TU/Ubuntu(0)/m/sc/10.95 In the \TU/Ubuntu(0)/m/it/10.95 URL \TU/Ubuntu(0)/m/ sc/10.95 field, enter the address of your Loki installation (\TU/UbuntuMono(0)/ m/n/10.95 http:// [302] [303] [304] Underfull \hbox (badness 6510) in paragraph at lines 23874--23876 []\TU/Ubuntu(0)/m/sc/10.95 The Prometheus \TU/UbuntuMono(0)/m/n/10.95 job_name \TU/Ubuntu(0)/m/sc/10.95 value can be found in \TU/UbuntuMono(0)/m/n/10.95 /var /snap/prometheus/current/ [305] [306] [307] [308] Overfull \hbox (175.10571pt too wide) in paragraph at lines 24169--24183 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][] [][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+ | Overfull \hbox (180.58072pt too wide) in paragraph at lines 24169--24183 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] +| Overfull \hbox (180.58072pt too wide) in paragraph at lines 24169--24183 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] +| Overfull \hbox (175.10571pt too wide) in paragraph at lines 24169--24183 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] + [309] [310] Chapter 3. [311] [312] [313] [314] Overfull \hbox (3.24397pt too wide) in paragraph at lines 24545--24545 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 24545--24545 []\TU/FreeSans(0)/m/n/10.95 De- Underfull \hbox (badness 10000) in paragraph at lines 24545--24545 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (8.24812pt too wide) in paragraph at lines 24545--24545 []\TU/Ubuntu(0)/m/sc/10.95 string| Underfull \hbox (badness 10000) in paragraph at lines 24545--24545 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (8.24812pt too wide) in paragraph at lines 24545--24545 []\TU/Ubuntu(0)/m/sc/10.95 string| Underfull \hbox (badness 10000) in paragraph at lines 24545--24545 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (1.71097pt too wide) in paragraph at lines 24545--24545 []\TU/Ubuntu(0)/m/sc/10.95 bool| [315] Underfull \hbox (badness 10000) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 Direc- Overfull \hbox (2.6934pt too wide) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 Btrfs| Overfull \hbox (2.65097pt too wide) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 LVM| Overfull \hbox (2.43083pt too wide) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 Ceph Underfull \hbox (badness 10000) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 Dell Power- Underfull \hbox (badness 10000) in paragraph at lines 24793--24793 []\TU/FreeSans(0)/m/n/10.95 Pure Stor- [316] Underfull \hbox (badness 5533) in paragraph at lines 24853--24855 []\TU/Ubuntu(0)/m/sc/10.95 Directly on an instance: [][]\TU/UbuntuMono(0)/m/it/ 10.95 lxc launch [][]storage [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] Underfull \hbox (badness 10000) in paragraph at lines 26355--26355 []\TU/FreeSans(0)/m/n/10.95 Auto- Overfull \hbox (7.23807pt too wide) in paragraph at lines 26355--26355 []\TU/UbuntuMono(0)/m/n/10.95 database[]leader| Overfull \hbox (12.71307pt too wide) in paragraph at lines 26355--26355 []\TU/UbuntuMono(0)/m/n/10.95 database[]standby| [337] [338] Underfull \hbox (badness 5260) in paragraph at lines 26554--26560 []\TU/UbuntuMono(0)/m/n/10.95 request \TU/Ubuntu(0)/m/sc/10.95 is an object tha t contains an expanded representation of [][]\TU/UbuntuMono(0)/m/n/10.95 script let. Underfull \hbox (badness 10000) in paragraph at lines 26562--26568 []\TU/UbuntuMono(0)/m/n/10.95 candidate_members \TU/Ubuntu(0)/m/sc/10.95 is a \ TU/UbuntuMono(0)/m/n/10.95 list \TU/Ubuntu(0)/m/sc/10.95 of cluster member obje cts representing [][]\TU/UbuntuMono(0)/m/n/10.95 api. [339] [340] [341] [342] [343] [344] Overfull \hbox (7.46788pt too wide) in paragraph at lines 27084--27084 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 27084--27084 []\TU/FreeSans(0)/m/n/10.95 De- Overfull \hbox (0.86389pt too wide) in paragraph at lines 27084--27084 \TU/FreeSans(0)/m/n/10.95 fault| Underfull \hbox (badness 10000) in paragraph at lines 27084--27084 []\TU/FreeSans(0)/m/n/10.95 Re- Overfull \hbox (5.03206pt too wide) in paragraph at lines 27084--27084 \TU/FreeSans(0)/m/n/10.95 quired| Underfull \hbox (badness 10000) in paragraph at lines 27084--27084 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (5.93488pt too wide) in paragraph at lines 27084--27084 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 27084--27084 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 27084--27084 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- Underfull \hbox (badness 10000) in paragraph at lines 27084--27084 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (4.72388pt too wide) in paragraph at lines 27084--27084 \TU/UbuntuMono(0)/m/n/10.95 ipv4_filtering| Overfull \hbox (5.93488pt too wide) in paragraph at lines 27084--27084 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 27084--27084 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 27084--27084 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- Underfull \hbox (badness 10000) in paragraph at lines 27084--27084 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (4.72388pt too wide) in paragraph at lines 27084--27084 \TU/UbuntuMono(0)/m/n/10.95 ipv6_filtering| Overfull \hbox (5.93488pt too wide) in paragraph at lines 27084--27084 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 27084--27084 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 27084--27084 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- [345] [346] [347] Chapter 4. [348] [349] [350] [351] [352] [353] Underfull \hbox (badness 10000) in paragraph at lines 27958--27958 []\TU/FreeSans(0)/m/n/10.95 Vari- Underfull \hbox (badness 10000) in paragraph at lines 27958--27958 []\TU/UbuntuMono(0)/m/n/10.95 trig- Underfull \hbox (badness 10000) in paragraph at lines 27958--27958 []\TU/UbuntuMono(0)/m/n/10.95 in- Underfull \hbox (badness 10000) in paragraph at lines 27958--27958 []\TU/UbuntuMono(0)/m/n/10.95 de- Overfull \hbox (51.51558pt too wide) in paragraph at lines 27958--27958 []\TU/UbuntuMono(0)/m/n/10.95 map[string]map[string]string| Underfull \hbox (badness 10000) in paragraph at lines 27958--27958 []\TU/UbuntuMono(0)/m/n/10.95 prop- [354] Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 OS Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 \TU/FreeSans(0)/m/n/10.95 ven- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 OS ver- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 OS Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 \TU/FreeSans(0)/m/n/10.95 sup- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 [][][]\TU/FreeSans(0)/m/it/10.95 LXD agent[][] Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 VirtIO- Overfull \hbox (1.76984pt too wide) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 VirtIO- Overfull \hbox (12.63136pt too wide) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 NVMe| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 CSM Overfull \hbox (7.55548pt too wide) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 UEFI| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/FreeSans(0)/m/n/10.95 Se- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 \TU/FreeSans(0)/m/n/10.95 cure Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 CentOS Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 CentOS Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 CentOS Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Red Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Red Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 RHEL Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Red Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 SLES 12 Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 SLES 15 Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (8.1545pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 14.04.6 Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (8.1545pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 16.04.7 Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (8.1545pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 18.04.6 Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (8.1545pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 20.04.6 Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (8.1545pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 22.04.4 Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (8.1545pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 24.04.1 Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (13.41182pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 ❌[][][][][][][]| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (13.41182pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 ❌[][][][][][][]| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Overfull \hbox (13.41182pt too wide) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 ❌[][][][][][][]| Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 28803--28803 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 28803--28803 \TU/Ubuntu(0)/m/sc/10.95 ported| Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [355] Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [356] [357] Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 29058--29058 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29058--29058 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29058--29058 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29058--29058 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29058--29058 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29058--29058 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [358] [359] [360] Underfull \hbox (badness 10000) in paragraph at lines 29454--29454 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29486--29486 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29515--29515 []\TU/UbuntuMono(0)/m/n/10.95 core. [361] Underfull \hbox (badness 10000) in paragraph at lines 29547--29547 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29576--29576 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29608--29608 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29618--29624 []\TU/UbuntuMono(0)/m/n/10.95 core.https_allowed_credentials \TU/Ubuntu(0)/m/sc /10.95 Whether to set \TU/UbuntuMono(0)/m/n/10.95 Access[]Control[]Allow[]Crede ntials [][][][] Underfull \hbox (badness 10000) in paragraph at lines 29644--29644 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29676--29676 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29705--29705 []\TU/UbuntuMono(0)/m/n/10.95 core. [362] Underfull \hbox (badness 10000) in paragraph at lines 29734--29734 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29763--29763 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29795--29795 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29831--29831 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29860--29860 []\TU/UbuntuMono(0)/m/n/10.95 core. [363] Underfull \hbox (badness 10000) in paragraph at lines 29892--29892 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29924--29924 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 29963--29963 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30028--30028 []\TU/UbuntuMono(0)/m/n/10.95 core. [364] Underfull \hbox (badness 10000) in paragraph at lines 30064--30064 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30100--30100 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30129--30129 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30168--30168 []\TU/UbuntuMono(0)/m/n/10.95 acme. Underfull \hbox (badness 10000) in paragraph at lines 30201--30201 []\TU/UbuntuMono(0)/m/n/10.95 https://acme[]v02.api.letsencrypt.org/ [365] Underfull \hbox (badness 10000) in paragraph at lines 30259--30259 []\TU/UbuntuMono(0)/m/n/10.95 acme. Underfull \hbox (badness 10000) in paragraph at lines 30326--30326 []\TU/UbuntuMono(0)/m/n/10.95 oidc.client. Underfull \hbox (badness 10000) in paragraph at lines 30355--30355 []\TU/UbuntuMono(0)/m/n/10.95 oidc.groups. [366] Underfull \hbox (badness 10000) in paragraph at lines 30465--30465 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 30498--30498 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 30534--30534 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 30571--30571 []\TU/UbuntuMono(0)/m/n/10.95 cluster. [367] Underfull \hbox (badness 10000) in paragraph at lines 30604--30604 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 30641--30641 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 30678--30678 []\TU/UbuntuMono(0)/m/n/10.95 cluster. [368] Underfull \hbox (badness 10000) in paragraph at lines 30753--30753 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 30790--30790 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 30818--30818 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 30851--30851 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 30889--30889 []\TU/UbuntuMono(0)/m/n/10.95 loki.api. [369] Underfull \hbox (badness 10000) in paragraph at lines 30918--30918 []\TU/UbuntuMono(0)/m/n/10.95 loki.api. Underfull \hbox (badness 10000) in paragraph at lines 30950--30950 []\TU/UbuntuMono(0)/m/n/10.95 loki.auth. Underfull \hbox (badness 10000) in paragraph at lines 30979--30979 []\TU/UbuntuMono(0)/m/n/10.95 loki.auth. [370] Underfull \hbox (badness 10000) in paragraph at lines 31113--31113 []\TU/UbuntuMono(0)/m/n/10.95 lifecycle, Underfull \hbox (badness 10000) in paragraph at lines 31156--31156 []\TU/UbuntuMono(0)/m/n/10.95 backups. Underfull \hbox (badness 10000) in paragraph at lines 31188--31188 []\TU/UbuntuMono(0)/m/n/10.95 instances.migration. Underfull \hbox (badness 10000) in paragraph at lines 31224--31224 []\TU/UbuntuMono(0)/m/n/10.95 instances.nic. [371] Underfull \hbox (badness 10000) in paragraph at lines 31260--31260 []\TU/UbuntuMono(0)/m/n/10.95 instances.placement. Underfull \hbox (badness 10000) in paragraph at lines 31293--31293 []\TU/UbuntuMono(0)/m/n/10.95 maas.api. Underfull \hbox (badness 10000) in paragraph at lines 31322--31322 []\TU/UbuntuMono(0)/m/n/10.95 maas.api. Underfull \hbox (badness 10000) in paragraph at lines 31355--31355 []\TU/UbuntuMono(0)/m/n/10.95 maas. [372] Underfull \hbox (badness 5667) in paragraph at lines 31461--31467 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn.integration_bridge \TU/Ubuntu(0)/m/sc /10.95 OVS integration bridge to use for OVN networks [][][][] Underfull \hbox (badness 10000) in paragraph at lines 31487--31487 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn. Underfull \hbox (badness 10000) in paragraph at lines 31494--31500 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn.northbound_connection \TU/Ubuntu(0)/m /sc/10.95 OVN northbound database connection string [][][][] Underfull \hbox (badness 10000) in paragraph at lines 31520--31520 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn. Underfull \hbox (badness 10000) in paragraph at lines 31549--31549 []\TU/UbuntuMono(0)/m/n/10.95 storage. Underfull \hbox (badness 10000) in paragraph at lines 31581--31581 []\TU/UbuntuMono(0)/m/n/10.95 storage. [373] [374] [375] Underfull \hbox (badness 10000) in paragraph at lines 31852--31852 []\TU/UbuntuMono(0)/m/n/10.95 agent. Underfull \hbox (badness 10000) in paragraph at lines 31888--31888 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 31958--31958 []\TU/UbuntuMono(0)/m/n/10.95 linux. [376] Underfull \hbox (badness 10000) in paragraph at lines 32001--32001 []\TU/UbuntuMono(0)/m/n/10.95 linux.kernel_modules. Underfull \hbox (badness 10000) in paragraph at lines 32038--32038 []\TU/UbuntuMono(0)/m/n/10.95 linux.sysctl. Underfull \hbox (badness 10000) in paragraph at lines 32067--32067 []\TU/UbuntuMono(0)/m/n/10.95 ubuntu_pro. [377] Underfull \hbox (badness 10000) in paragraph at lines 32105--32105 []\TU/UbuntuMono(0)/m/n/10.95 user. Underfull \hbox (badness 10000) in paragraph at lines 32137--32137 []\TU/UbuntuMono(0)/m/n/10.95 environment. Underfull \hbox (badness 10000) in paragraph at lines 32176--32176 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 32212--32212 []\TU/UbuntuMono(0)/m/n/10.95 boot.autostart. Underfull \hbox (badness 10000) in paragraph at lines 32248--32248 []\TU/UbuntuMono(0)/m/n/10.95 boot.autostart. [378] Underfull \hbox (badness 10000) in paragraph at lines 32276--32276 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 32313--32313 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 32349--32349 []\TU/UbuntuMono(0)/m/n/10.95 boot.stop. Underfull \hbox (badness 10000) in paragraph at lines 32395--32395 []\TU/UbuntuMono(0)/m/n/10.95 cloud[]init. Underfull \hbox (badness 10000) in paragraph at lines 32431--32431 []\TU/UbuntuMono(0)/m/n/10.95 cloud[]init.ssh[]keys. [379] [380] Underfull \hbox (badness 10000) in paragraph at lines 32674--32674 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 32717--32717 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 32753--32753 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. [381] Underfull \hbox (badness 10000) in paragraph at lines 32796--32796 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 32840--32840 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 32880--32880 []\TU/UbuntuMono(0)/m/n/10.95 limits.disk. Underfull \hbox (badness 10000) in paragraph at lines 32919--32919 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. [382] Underfull \hbox (badness 10000) in paragraph at lines 32959--32959 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. Underfull \hbox (badness 10000) in paragraph at lines 32999--32999 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. Underfull \hbox (badness 10000) in paragraph at lines 33039--33039 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. [383] Underfull \hbox (badness 10000) in paragraph at lines 33123--33123 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 33164--33164 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 33204--33204 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 33241--33241 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory.swap. Underfull \hbox (badness 10000) in paragraph at lines 33282--33282 []\TU/UbuntuMono(0)/m/n/10.95 limits. [384] Underfull \hbox (badness 10000) in paragraph at lines 33318--33318 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. [385] [386] Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_FSIZE| Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_LOCKS| Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (16.63469pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_MEMLOCK| Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (11.1597pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_NOFILE| Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_NPROC| Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (11.1597pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_RTPRIO| Underfull \hbox (badness 10000) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (33.0597pt too wide) in paragraph at lines 33614--33614 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_SIGPENDING| [387] Underfull \hbox (badness 10000) in paragraph at lines 33618--33620 []\TU/Ubuntu(0)/m/sc/10.95 A full list of all available limits can be found in the manpages for the \TU/UbuntuMono(0)/m/n/10.95 getr- Underfull \hbox (badness 10000) in paragraph at lines 33670--33670 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental. [388] Underfull \hbox (badness 10000) in paragraph at lines 33710--33710 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory. Underfull \hbox (badness 10000) in paragraph at lines 33747--33747 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory. Underfull \hbox (badness 10000) in paragraph at lines 33830--33830 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.driver. [389] Underfull \hbox (badness 10000) in paragraph at lines 33834--33836 []\TU/Ubuntu(0)/m/sc/10.95 The specified driver capabilities are used to set \T U/UbuntuMono(0)/m/n/10.95 libnvidia[]container Underfull \hbox (badness 10000) in paragraph at lines 33866--33866 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.require. Underfull \hbox (badness 10000) in paragraph at lines 33902--33902 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.require. Underfull \hbox (badness 10000) in paragraph at lines 33942--33942 []\TU/UbuntuMono(0)/m/n/10.95 nvidia. Underfull \hbox (badness 10000) in paragraph at lines 33977--33977 []\TU/UbuntuMono(0)/m/n/10.95 raw. [390] Underfull \hbox (badness 10000) in paragraph at lines 34151--34151 []\TU/UbuntuMono(0)/m/n/10.95 raw. [391] [392] Underfull \hbox (badness 10000) in paragraph at lines 34317--34317 []\TU/UbuntuMono(0)/m/n/10.95 security.agent. [393] Underfull \hbox (badness 10000) in paragraph at lines 34426--34426 []\TU/UbuntuMono(0)/m/n/10.95 security.devlxd. Underfull \hbox (badness 10000) in paragraph at lines 34499--34499 []\TU/UbuntuMono(0)/m/n/10.95 security.idmap. Underfull \hbox (badness 10000) in paragraph at lines 34572--34572 []\TU/UbuntuMono(0)/m/n/10.95 security. [394] Underfull \hbox (badness 6364) in paragraph at lines 34619--34625 []\TU/UbuntuMono(0)/m/n/10.95 security.protection.delete \TU/Ubuntu(0)/m/sc/10. 95 Whether to prevent the instance from being deleted [][][][] Underfull \hbox (badness 10000) in paragraph at lines 34645--34645 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. Underfull \hbox (badness 10000) in paragraph at lines 34682--34682 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. Underfull \hbox (badness 10000) in paragraph at lines 34718--34718 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. [395] Underfull \hbox (badness 10000) in paragraph at lines 34832--34832 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.policy. Underfull \hbox (badness 10000) in paragraph at lines 34869--34869 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.session. Underfull \hbox (badness 10000) in paragraph at lines 34906--34906 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.session. [396] Underfull \hbox (badness 10000) in paragraph at lines 34939--34939 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 34976--34976 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 35017--35017 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 35058--35058 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 35095--35095 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. [397] Underfull \hbox (badness 10000) in paragraph at lines 35132--35132 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.bpf. Underfull \hbox (badness 10000) in paragraph at lines 35172--35172 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 35212--35212 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 35245--35245 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. [398] Underfull \hbox (badness 10000) in paragraph at lines 35281--35281 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. Underfull \hbox (badness 10000) in paragraph at lines 35321--35321 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. Underfull \hbox (badness 10000) in paragraph at lines 35328--35334 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.sched_setscheduler \T U/Ubuntu(0)/m/sc/10.95 Whether to handle the Underfull \hbox (badness 10000) in paragraph at lines 35358--35358 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 35398--35398 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 35408--35414 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.sysinfo \TU/Ubuntu(0) /m/sc/10.95 Whether to handle the \TU/UbuntuMono(0)/m/n/10.95 sysinfo \TU/Ubunt u(0)/m/sc/10.95 system call [][][][] [399] Underfull \hbox (badness 10000) in paragraph at lines 35438--35438 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 35476--35476 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 35512--35512 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 35552--35552 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 35562--35568 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule.stopped \TU/Ubuntu(0)/m/sc/10. 95 Whether to automatically snapshot stopped instances [][][][] [400] Underfull \hbox (badness 10000) in paragraph at lines 35588--35588 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule. Underfull \hbox (badness 10000) in paragraph at lines 35642--35642 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 35670--35670 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 35695--35695 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. [401] Underfull \hbox (badness 10000) in paragraph at lines 35720--35720 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 35748--35748 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 35776--35776 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 35804--35804 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 35832--35832 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vdpa. Underfull \hbox (badness 10000) in paragraph at lines 35860--35860 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. [402] Underfull \hbox (badness 10000) in paragraph at lines 35888--35888 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 35916--35916 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 35944--35944 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 35972--35972 []\TU/UbuntuMono(0)/m/n/10.95 volatile. Underfull \hbox (badness 10000) in paragraph at lines 35997--35997 []\TU/UbuntuMono(0)/m/n/10.95 volatile. [403] Underfull \hbox (badness 10000) in paragraph at lines 36053--36053 []\TU/UbuntuMono(0)/m/n/10.95 volatile.cloud[]init. Underfull \hbox (badness 10000) in paragraph at lines 36078--36078 []\TU/UbuntuMono(0)/m/n/10.95 volatile.evacuate. Underfull \hbox (badness 10000) in paragraph at lines 36110--36110 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 36139--36139 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 36168--36168 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 36197--36197 []\TU/UbuntuMono(0)/m/n/10.95 volatile.last_state. [404] Underfull \hbox (badness 10000) in paragraph at lines 36227--36227 []\TU/UbuntuMono(0)/m/n/10.95 volatile.last_state. Underfull \hbox (badness 10000) in paragraph at lines 36280--36280 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid. Underfull \hbox (badness 10000) in paragraph at lines 36309--36309 []\TU/UbuntuMono(0)/m/n/10.95 volatile. [405] Underfull \hbox (badness 10000) in paragraph at lines 36616--36616 []\TU/UbuntuMono(0)/m/n/10.95 /dev/ Underfull \hbox (badness 10000) in paragraph at lines 36616--36616 []\TU/UbuntuMono(0)/m/n/10.95 /dev/ Underfull \hbox (badness 10000) in paragraph at lines 36616--36616 []\TU/UbuntuMono(0)/m/n/10.95 /dev/net/ [406] [407] [408] Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 36970--36970 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. [409] Underfull \hbox (badness 10000) in paragraph at lines 37002--37002 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. Underfull \hbox (badness 10000) in paragraph at lines 37066--37066 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. Underfull \hbox (badness 10000) in paragraph at lines 37130--37130 []\TU/UbuntuMono(0)/m/n/10.95 limits. [410] Underfull \hbox (badness 10000) in paragraph at lines 37162--37162 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 37234--37234 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 37263--37263 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [411] Underfull \hbox (badness 10000) in paragraph at lines 37423--37423 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [412] Underfull \hbox (badness 10000) in paragraph at lines 37530--37530 []\TU/UbuntuMono(0)/m/n/10.95 security. [413] [414] Underfull \hbox (badness 10000) in paragraph at lines 37808--37808 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 37837--37837 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [415] [416] Underfull \hbox (badness 10000) in paragraph at lines 38155--38155 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 38184--38184 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [417] Underfull \hbox (badness 10000) in paragraph at lines 38348--38348 []\TU/UbuntuMono(0)/m/n/10.95 security. [418] [419] Underfull \hbox (badness 10000) in paragraph at lines 38560--38560 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 38589--38589 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [420] [421] [422] Underfull \hbox (badness 10000) in paragraph at lines 39015--39015 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 39076--39076 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 39108--39108 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [423] Underfull \hbox (badness 10000) in paragraph at lines 39169--39169 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. Underfull \hbox (badness 10000) in paragraph at lines 39335--39335 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. [424] Underfull \hbox (badness 10000) in paragraph at lines 39371--39371 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 39404--39404 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 39440--39440 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [425] [426] Underfull \hbox (badness 10000) in paragraph at lines 39635--39635 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 39728--39728 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [427] [428] [429] Underfull \hbox (badness 10000) in paragraph at lines 40169--40169 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 40197--40197 []\TU/UbuntuMono(0)/m/n/10.95 limits. [430] Underfull \hbox (badness 10000) in paragraph at lines 40319--40319 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [431] [432] Underfull \hbox (badness 10000) in paragraph at lines 40545--40545 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 40577--40577 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. [433] Underfull \hbox (badness 10000) in paragraph at lines 40719--40719 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. Underfull \hbox (badness 10000) in paragraph at lines 40751--40751 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [434] Underfull \hbox (badness 10000) in paragraph at lines 40921--40921 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 40949--40949 []\TU/UbuntuMono(0)/m/n/10.95 limits. [435] Underfull \hbox (badness 10000) in paragraph at lines 41096--41096 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [436] [437] [438] Underfull \hbox (badness 10000) in paragraph at lines 41427--41427 []\TU/UbuntuMono(0)/m/n/10.95 initial. [439] Underfull \hbox (badness 10000) in paragraph at lines 41540--41540 []\TU/UbuntuMono(0)/m/n/10.95 limits. [440] Underfull \hbox (badness 10000) in paragraph at lines 41609--41609 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 41752--41752 []\TU/UbuntuMono(0)/m/n/10.95 raw.mount. [441] [442] [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] Underfull \hbox (badness 10000) in paragraph at lines 43638--43638 []\TU/UbuntuMono(0)/m/n/10.95 mig. [454] [455] [456] [457] [458] [459] [460] Underfull \hbox (badness 10000) in paragraph at lines 44501--44501 []\TU/UbuntuMono(0)/m/n/10.95 security. Underfull \hbox (badness 10000) in paragraph at lines 44534--44534 []\TU/UbuntuMono(0)/m/n/10.95 security. [461] Underfull \hbox (badness 10000) in paragraph at lines 44707--44707 []\TU/UbuntuMono(0)/m/n/10.95 ownership. [462] [463] [464] [465] [466] [467] Underfull \hbox (badness 10000) in paragraph at lines 45433--45433 []\TU/UbuntuMono(0)/m/n/10.95 features.networks. [468] Underfull \hbox (badness 10000) in paragraph at lines 45499--45499 []\TU/UbuntuMono(0)/m/n/10.95 features.storage. Underfull \hbox (badness 10000) in paragraph at lines 45532--45532 []\TU/UbuntuMono(0)/m/n/10.95 features.storage. [469] Underfull \hbox (badness 10000) in paragraph at lines 45617--45617 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 45673--45673 []\TU/UbuntuMono(0)/m/n/10.95 limits.disk.pool. Underfull \hbox (badness 10000) in paragraph at lines 45707--45707 []\TU/UbuntuMono(0)/m/n/10.95 limits. [470] Underfull \hbox (badness 10000) in paragraph at lines 45785--45785 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv4. Underfull \hbox (badness 10000) in paragraph at lines 45814--45814 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv6. Underfull \hbox (badness 10000) in paragraph at lines 45843--45843 []\TU/UbuntuMono(0)/m/n/10.95 limits. [471] Underfull \hbox (badness 10000) in paragraph at lines 45871--45871 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 45963--45963 []\TU/UbuntuMono(0)/m/n/10.95 restricted. [472] Underfull \hbox (badness 10000) in paragraph at lines 45991--45991 []\TU/UbuntuMono(0)/m/n/10.95 restricted.cluster. Underfull \hbox (badness 10000) in paragraph at lines 46023--46023 []\TU/UbuntuMono(0)/m/n/10.95 restricted.cluster. Underfull \hbox (badness 10000) in paragraph at lines 46056--46056 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 46090--46090 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 46123--46123 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. [473] Underfull \hbox (badness 10000) in paragraph at lines 46156--46156 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 46164--46166 []\TU/Ubuntu(0)/m/sc/10.95 When set to \TU/UbuntuMono(0)/m/n/10.95 unpriviliged \TU/Ubuntu(0)/m/sc/10.95 , this option prevents setting [][]\TU/UbuntuMono(0)/m /it/10.95 security.privileged[][] Underfull \hbox (badness 10000) in paragraph at lines 46202--46202 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46254--46254 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices.disk. [474] Underfull \hbox (badness 10000) in paragraph at lines 46288--46288 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46320--46320 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46352--46352 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46398--46398 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46430--46430 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. [475] Underfull \hbox (badness 10000) in paragraph at lines 46462--46462 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46494--46494 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46526--46526 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46558--46558 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 46586--46586 []\TU/UbuntuMono(0)/m/n/10.95 restricted.idmap. [476] Underfull \hbox (badness 10000) in paragraph at lines 46614--46614 []\TU/UbuntuMono(0)/m/n/10.95 restricted.idmap. Underfull \hbox (badness 10000) in paragraph at lines 46642--46642 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 46678--46678 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 46714--46714 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 46746--46746 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. [477] Underfull \hbox (badness 7238) in paragraph at lines 46756--46762 []\TU/UbuntuMono(0)/m/n/10.95 restricted.snapshots \TU/Ubuntu(0)/m/sc/10.95 Whe ther to prevent creating instance or volume snapshots [][][][] Underfull \hbox (badness 10000) in paragraph at lines 46778--46778 []\TU/UbuntuMono(0)/m/n/10.95 restricted. Underfull \hbox (badness 10000) in paragraph at lines 46807--46807 []\TU/UbuntuMono(0)/m/n/10.95 restricted.virtual[]machines. Underfull \hbox (badness 10000) in paragraph at lines 46843--46843 []\TU/UbuntuMono(0)/m/n/10.95 backups. Underfull \hbox (badness 10000) in paragraph at lines 46897--46897 []\TU/UbuntuMono(0)/m/n/10.95 images. [478] Underfull \hbox (badness 10000) in paragraph at lines 46926--46926 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 46954--46954 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 46979--46979 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 47007--47007 []\TU/UbuntuMono(0)/m/n/10.95 user. [479] [480] [481] [482] Underfull \hbox (badness 10000) in paragraph at lines 47582--47582 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [483] Underfull \hbox (badness 10000) in paragraph at lines 47611--47611 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [484] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 47729. Underfull \hbox (badness 10000) in paragraph at lines 47802--47802 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. [485] Underfull \hbox (badness 10000) in paragraph at lines 47868--47868 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 47905--47905 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 47934--47934 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 47967--47967 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. [486] Underfull \hbox (badness 10000) in paragraph at lines 48000--48000 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 48070--48070 []\TU/UbuntuMono(0)/m/n/10.95 cephfs.user. Underfull \hbox (badness 10000) in paragraph at lines 48132--48132 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [487] [488] Underfull \hbox (badness 10000) in paragraph at lines 48417--48417 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 48446--48446 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [489] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 48531. [490] Underfull \hbox (badness 10000) in paragraph at lines 48611--48611 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.bucket. Underfull \hbox (badness 10000) in paragraph at lines 48640--48640 []\TU/UbuntuMono(0)/m/n/10.95 cephobject. Underfull \hbox (badness 10000) in paragraph at lines 48669--48669 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw. [491] Underfull \hbox (badness 10000) in paragraph at lines 48698--48698 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw. Underfull \hbox (badness 10000) in paragraph at lines 48734--48734 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.user. Underfull \hbox (badness 10000) in paragraph at lines 48767--48767 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [492] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 48847. [493] Underfull \hbox (badness 10000) in paragraph at lines 48962--48962 []\TU/UbuntuMono(0)/m/n/10.95 ceph. Underfull \hbox (badness 10000) in paragraph at lines 48991--48991 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 49024--49024 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. [494] Underfull \hbox (badness 10000) in paragraph at lines 49057--49057 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 49086--49086 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 49123--49123 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 49159--49159 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 49195--49195 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. [495] Underfull \hbox (badness 10000) in paragraph at lines 49228--49228 []\TU/UbuntuMono(0)/m/n/10.95 ceph.user. Underfull \hbox (badness 10000) in paragraph at lines 49290--49290 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [496] [497] Underfull \hbox (badness 10000) in paragraph at lines 49693--49693 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [498] Underfull \hbox (badness 10000) in paragraph at lines 49722--49722 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [499] Underfull \hbox (badness 10000) in paragraph at lines 49905--49905 []\TU/UbuntuMono(0)/m/n/10.95 v_WiUEsGpsSEmO592wtnT9FA==. Underfull \hbox (badness 10000) in paragraph at lines 49905--49905 []\TU/UbuntuMono(0)/m/n/10.95 i_WiUEsGpsSEmO592wtnT9FA==. [500] Underfull \hbox (badness 10000) in paragraph at lines 49991--49991 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 50024--50024 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. [501] Underfull \hbox (badness 10000) in paragraph at lines 50056--50056 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 50063--50069 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.gateway.verify \TU/Ubuntu(0)/m/sc/10.95 Whether to verify the PowerFlex Gateway’s certificate [][][][] Underfull \hbox (badness 10000) in paragraph at lines 50089--50089 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.gateway. Underfull \hbox (badness 10000) in paragraph at lines 50155--50155 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 50187--50187 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. [502] Underfull \hbox (badness 10000) in paragraph at lines 50220--50220 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.user. Underfull \hbox (badness 10000) in paragraph at lines 50252--50252 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.user. Underfull \hbox (badness 10000) in paragraph at lines 50285--50285 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 50322--50322 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [503] [504] [505] Underfull \hbox (badness 10000) in paragraph at lines 50795--50795 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 50824--50824 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [506] [507] Underfull \hbox (badness 10000) in paragraph at lines 51009--51009 []\TU/Ubuntu(0)/m/sc/10.95 Con- Underfull \hbox (badness 10000) in paragraph at lines 51009--51009 []\TU/Ubuntu(0)/m/sc/10.95 Virtual Underfull \hbox (badness 10000) in paragraph at lines 51009--51009 []\TU/UbuntuMono(0)/m/n/10.95 v[]5a2504b06a6c48498ee7ddb0b674fd14[]b \TU/Ubuntu (0)/m/sc/10.95 (block volume) and Underfull \hbox (badness 10000) in paragraph at lines 51009--51009 []\TU/Ubuntu(0)/m/sc/10.95 Image Underfull \hbox (badness 10000) in paragraph at lines 51009--51009 []\TU/Ubuntu(0)/m/sc/10.95 Custom Underfull \hbox (badness 10000) in paragraph at lines 51009--51009 []\TU/Ubuntu(0)/m/sc/10.95 Snap- [508] Underfull \hbox (badness 10000) in paragraph at lines 51066--51066 []\TU/UbuntuMono(0)/m/n/10.95 pure.api. Underfull \hbox (badness 10000) in paragraph at lines 51094--51094 []\TU/UbuntuMono(0)/m/n/10.95 pure. Underfull \hbox (badness 10000) in paragraph at lines 51123--51123 []\TU/UbuntuMono(0)/m/n/10.95 pure.gateway. [509] [510] [511] Underfull \hbox (badness 10000) in paragraph at lines 51571--51571 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 51608--51608 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [512] [513] Underfull \hbox (badness 10000) in paragraph at lines 51962--51962 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [514] Underfull \hbox (badness 10000) in paragraph at lines 51991--51991 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [515] Underfull \hbox (badness 10000) in paragraph at lines 52127--52127 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 52163--52163 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 52196--52196 []\TU/UbuntuMono(0)/m/n/10.95 lvm. [516] Underfull \hbox (badness 10000) in paragraph at lines 52229--52229 []\TU/UbuntuMono(0)/m/n/10.95 lvm.vg. Underfull \hbox (badness 10000) in paragraph at lines 52295--52295 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 52332--52332 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [517] [518] [519] [520] Underfull \hbox (badness 10000) in paragraph at lines 52911--52911 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 52940--52940 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [521] [522] [523] Underfull \hbox (badness 10000) in paragraph at lines 53293--53293 []\TU/UbuntuMono(0)/m/n/10.95 zfs. Underfull \hbox (badness 10000) in paragraph at lines 53331--53331 []\TU/UbuntuMono(0)/m/n/10.95 zfs. [524] Underfull \hbox (badness 10000) in paragraph at lines 53409--53409 []\TU/Ubuntu(0)/b/it/10.95 Condi- Underfull \hbox (badness 10000) in paragraph at lines 53450--53450 []\TU/Ubuntu(0)/b/it/10.95 Condi- [525] [526] Underfull \hbox (badness 10000) in paragraph at lines 53767--53767 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 53796--53796 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [527] [528] Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 Di- Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 \TU/FreeSans(0)/m/n/10.95 rec- Overfull \hbox (5.81442pt too wide) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 Btrfs| Overfull \hbox (5.46402pt too wide) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 LVM| Overfull \hbox (3.64633pt too wide) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 Ceph Overfull \hbox (18.18137pt too wide) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 CephFS| Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 Ceph Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 Dell Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 \TU/FreeSans(0)/m/n/10.95 Power- Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/FreeSans(0)/m/n/10.95 Pure Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 \TU/FreeSans(0)/m/n/10.95 Stor- Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/Ubuntu(0)/m/sc/10.95 Optimized instance Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/Ubuntu(0)/m/sc/10.95 Optimized snapshot Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/Ubuntu(0)/m/sc/10.95 Optimized image Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/Ubuntu(0)/m/sc/10.95 Optimized backup Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 [][][]\TU/Ubuntu(0)/m/it/10.95 Optimized volume Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Underfull \hbox (badness 10000) in paragraph at lines 54634--54634 []\TU/Ubuntu(0)/m/sc/10.95 Restore from older Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ➖ (U+2796) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ✅ (U+2705) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! Missing character: There is no ❌ (U+274C) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [529] Overfull \vbox (56.84425pt too high) has occurred while \output is active [530] [531] [532] Underfull \hbox (badness 10000) in paragraph at lines 54910--54910 []\TU/UbuntuMono(0)/m/n/10.95 bgp.ipv4. Underfull \hbox (badness 10000) in paragraph at lines 54947--54947 []\TU/UbuntuMono(0)/m/n/10.95 bgp.ipv6. Underfull \hbox (badness 10000) in paragraph at lines 54980--54980 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 55013--55013 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 55054--55054 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. [533] Underfull \hbox (badness 10000) in paragraph at lines 55098--55098 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 55163--55163 []\TU/UbuntuMono(0)/m/n/10.95 bridge. Underfull \hbox (badness 10000) in paragraph at lines 55264--55264 []\TU/Ubuntu(0)/b/it/10.95 De- Overfull \hbox (5.21779pt too wide) in paragraph at lines 55264--55264 []\TU/Ubuntu(0)/b/it/10.95 Scope:| [534] Underfull \hbox (badness 10000) in paragraph at lines 55300--55300 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 55333--55333 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 55401--55401 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone. Underfull \hbox (badness 10000) in paragraph at lines 55433--55433 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. [535] Underfull \hbox (badness 10000) in paragraph at lines 55462--55462 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. Underfull \hbox (badness 10000) in paragraph at lines 55499--55499 []\TU/UbuntuMono(0)/m/n/10.95 fan. [536] Underfull \hbox (badness 10000) in paragraph at lines 55702--55702 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 55739--55739 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 55776--55776 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. [537] Underfull \hbox (badness 10000) in paragraph at lines 55886--55886 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat. Underfull \hbox (badness 10000) in paragraph at lines 55923--55923 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat. Underfull \hbox (badness 10000) in paragraph at lines 55955--55955 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn. [538] Underfull \hbox (badness 10000) in paragraph at lines 56031--56031 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 56148--56148 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. [539] Underfull \hbox (badness 10000) in paragraph at lines 56225--56225 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 56332--56332 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat. Underfull \hbox (badness 10000) in paragraph at lines 56369--56369 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat. [540] Underfull \hbox (badness 10000) in paragraph at lines 56401--56401 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn. Underfull \hbox (badness 10000) in paragraph at lines 56473--56473 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [541] Underfull \hbox (badness 10000) in paragraph at lines 56568--56568 []\TU/UbuntuMono(0)/m/n/10.95 raw. Underfull \hbox (badness 10000) in paragraph at lines 56636--56636 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 56672--56672 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 56705--56705 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [542] Underfull \hbox (badness 10000) in paragraph at lines 56741--56741 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 56770--56770 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 56802--56802 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 56831--56831 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 56897--56897 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. [543] Underfull \hbox (badness 10000) in paragraph at lines 56926--56926 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 56995--56995 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 57024--57024 []\TU/UbuntuMono(0)/m/n/10.95 user. [544] [545] [546] Underfull \hbox (badness 10000) in paragraph at lines 57234--57234 []\TU/UbuntuMono(0)/m/n/10.95 bridge. Underfull \hbox (badness 10000) in paragraph at lines 57266--57266 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 57323--57323 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone. [547] Underfull \hbox (badness 10000) in paragraph at lines 57351--57351 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. Underfull \hbox (badness 10000) in paragraph at lines 57376--57376 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. [548] Underfull \hbox (badness 10000) in paragraph at lines 57648--57648 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. [549] Underfull \hbox (badness 10000) in paragraph at lines 57829--57829 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 57865--57865 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 57898--57898 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 57934--57934 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [550] Underfull \hbox (badness 10000) in paragraph at lines 57959--57959 []\TU/UbuntuMono(0)/m/n/10.95 user. [551] [552] Underfull \hbox (badness 10000) in paragraph at lines 58245--58245 []\TU/UbuntuMono(0)/m/n/10.95 user. [553] Underfull \hbox (badness 10000) in paragraph at lines 58371--58371 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 58407--58407 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 58448--58448 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 58492--58492 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. [554] Underfull \hbox (badness 10000) in paragraph at lines 58525--58525 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 58629--58629 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn. [555] Underfull \hbox (badness 10000) in paragraph at lines 58705--58705 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 58773--58773 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn. Underfull \hbox (badness 10000) in paragraph at lines 58849--58849 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. [556] Underfull \hbox (badness 10000) in paragraph at lines 58984--58984 []\TU/UbuntuMono(0)/m/n/10.95 ovn. [557] Underfull \hbox (badness 10000) in paragraph at lines 59045--59045 []\TU/UbuntuMono(0)/m/n/10.95 user. [558] Underfull \hbox (badness 10000) in paragraph at lines 59283--59283 []\TU/UbuntuMono(0)/m/n/10.95 user. [559] Underfull \hbox (badness 10000) in paragraph at lines 59383--59383 []\TU/UbuntuMono(0)/m/n/10.95 scheduler. Underfull \hbox (badness 10000) in paragraph at lines 59412--59412 []\TU/UbuntuMono(0)/m/n/10.95 user. Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/FreeSans(0)/m/n/10.95 Do- Overfull \hbox (7.46788pt too wide) in paragraph at lines 59647--59647 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/FreeSans(0)/m/n/10.95 De- Overfull \hbox (3.54778pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 soft| Overfull \hbox (8.95653pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 hard| Overfull \hbox (8.95653pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 soft| Overfull \hbox (8.95653pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 hard| Overfull \hbox (8.95653pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 soft| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 hard| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 soft| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 hard| Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 59647--59647 []\TU/Ubuntu(0)/m/sc/10.95 un- [560] Underfull \hbox (badness 10000) in paragraph at lines 59682--59682 []\TU/UbuntuMono(0)/m/n/10.95 fs. Underfull \hbox (badness 10000) in paragraph at lines 59717--59717 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. [561] Underfull \hbox (badness 10000) in paragraph at lines 59756--59756 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. Underfull \hbox (badness 10000) in paragraph at lines 59795--59795 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. Underfull \hbox (badness 10000) in paragraph at lines 59834--59834 []\TU/UbuntuMono(0)/m/n/10.95 kernel. Underfull \hbox (badness 10000) in paragraph at lines 59870--59870 []\TU/UbuntuMono(0)/m/n/10.95 kernel.keys. [562] Underfull \hbox (badness 10000) in paragraph at lines 59902--59902 []\TU/UbuntuMono(0)/m/n/10.95 kernel.keys. Underfull \hbox (badness 10000) in paragraph at lines 59937--59937 []\TU/UbuntuMono(0)/m/n/10.95 net.core. Underfull \hbox (badness 10000) in paragraph at lines 59972--59972 []\TU/UbuntuMono(0)/m/n/10.95 net.ipv4.neigh.default. Underfull \hbox (badness 10000) in paragraph at lines 60013--60013 []\TU/UbuntuMono(0)/m/n/10.95 net.ipv6.neigh.default. [563] Underfull \hbox (badness 10000) in paragraph at lines 60054--60054 []\TU/UbuntuMono(0)/m/n/10.95 vm. Overfull \hbox (178.41754pt too wide) in alignment at lines 60118--60128 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60128--60142 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60142--60148 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60148--60150 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60150--60419 [] [] [564] Overfull \hbox (41.49557pt too wide) in paragraph at lines 60641--60641 []\TU/UbuntuMono(0)/m/n/10.95 lxd_api_requests_completed_total| Overfull \hbox (8.64558pt too wide) in paragraph at lines 60641--60641 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_buck_hash_sys_bytes| Overfull \hbox (8.64558pt too wide) in paragraph at lines 60641--60641 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_heap_released_bytes| Overfull \hbox (3.1706pt too wide) in paragraph at lines 60641--60641 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_mcache_inuse_bytes| [565] Underfull \hbox (badness 10000) in paragraph at lines 60648--60654 \TU/Ubuntu(0)/m/sc/10.95 The API rates metrics include \TU/UbuntuMono(0)/m/n/10 .95 lxd_api_requests_completed_total \TU/Ubuntu(0)/m/sc/10.95 and [566] [567] [568] [569] [570] [571] [572] [573] [574] [575] [576] [577] [578] [579] [580] [581] Underfull \hbox (badness 10000) in paragraph at lines 62040--62043 []\TU/Ubuntu(0)/m/sc/10.95 If a container has been created but not started yet, \TU/UbuntuMono(0)/m/n/10.95 last_used_at \TU/Ubuntu(0)/m/sc/10.95 field will b e [582] Underfull \hbox (badness 10000) in paragraph at lines 62101--62105 []\TU/Ubuntu(0)/m/sc/10.95 Some browsers like Firefox and Safari can’t accept s erver response without [583] [584] Underfull \hbox (badness 5607) in paragraph at lines 62352--62354 []\TU/UbuntuMono(0)/m/n/10.95 GET /1.0/storage[]pools//volumes// \TU/Ubuntu(0)/m/sc/10.95 (see [][]\TU/Ubuntu(0)/m/it/10.95 RESTful A PI[][] Underfull \hbox (badness 5607) in paragraph at lines 62360--62362 []\TU/UbuntuMono(0)/m/n/10.95 PUT /1.0/storage[]pools//volumes// \TU/Ubuntu(0)/m/sc/10.95 (see [][]\TU/Ubuntu(0)/m/it/10.95 RESTful A PI[][] [585] [586] [587] [588] [589] [590] [591] [592] [593] [594] [595] Underfull \hbox (badness 10000) in paragraph at lines 63214--63218 []\TU/Ubuntu(0)/m/sc/10.95 Enable image replication across the nodes in the clu ster. A new [][]\TU/UbuntuMono(0)/m/it/10.95 cluster. [596] [597] Underfull \hbox (badness 5490) in paragraph at lines 63377--63379 []\TU/Ubuntu(0)/m/sc/10.95 This introduces VLAN ([][]\TU/UbuntuMono(0)/m/it/10. 95 vlan[][] \TU/Ubuntu(0)/m/sc/10.95 (page 418[])) and MAC filtering ([][]\TU/U buntuMono(0)/m/it/10.95 security.mac_filtering[][] [598] [599] [600] [601] [602] [603] [604] [605] [606] [607] [608] [609] [610] [611] Underfull \hbox (badness 10000) in paragraph at lines 64478--64481 []\TU/Ubuntu(0)/m/sc/10.95 Adds new [][]\TU/UbuntuMono(0)/m/it/10.95 images.aut o_update_cached[][] \TU/Ubuntu(0)/m/sc/10.95 (page 368[]) and [][]\TU/UbuntuMon o(0)/m/it/10.95 images.auto_update_interval[][] [612] [613] [614] [615] [616] [617] [618] [619] Underfull \hbox (badness 10000) in paragraph at lines 65138--65140 []\TU/Ubuntu(0)/m/sc/10.95 Introduces the ability to specify the thin pool meta data volume size via [][]\TU/UbuntuMono(0)/m/it/10.95 lvm. [620] [621] [622] [623] [624] [625] [626] [627] [628] [629] Underfull \hbox (badness 10000) in paragraph at lines 65802--65804 []\TU/Ubuntu(0)/m/sc/10.95 This introduces the configuration keys [][]\TU/Ubunt uMono(0)/m/it/10.95 cephfs.create_missing[][] \TU/Ubuntu(0)/m/sc/10.95 (page 48 6[]), [][]\TU/UbuntuMono(0)/m/it/10.95 cephfs. [630] Underfull \hbox (badness 5607) in paragraph at lines 65892--65895 \TU/Ubuntu(0)/m/sc/10.95 configuration key automatically set through the new se rver-level configuration key [631] Underfull \hbox (badness 7869) in paragraph at lines 65982--65987 \TU/UbuntuMono(0)/m/n/10.95 listen_address \TU/Ubuntu(0)/m/sc/10.95 field of th e request body for \TU/UbuntuMono(0)/m/n/10.95 POST /1.0/networks/{networkName} / [632] [633] [634] [635] Underfull \hbox (badness 10000) in paragraph at lines 66184--66187 []\TU/Ubuntu(0)/m/sc/10.95 Introduces per-project uplink IP limits for each ava ilable uplink network, adding Underfull \hbox (badness 10000) in paragraph at lines 66184--66187 \TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv4.NETWORK_NAME \TU/Ub untu(0)/m/sc/10.95 and \TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.i pv6. [636] [637] [638] [639] Overfull \hbox (576.54724pt too wide) in alignment at lines 66513--66526 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 66526--66543 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 66543--66549 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 66549--66551 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 66551--67634 [] [] [] [640] [641] [642] Overfull \vbox (0.91025pt too high) detected at line 67800 [643] [644] [645] [646] [647] [648] [649] [650] [651] [652] [653] [654] [655] [656] [657] [658] [659] [660] [661] [662] [663] [664] [665] [666] [667] [668] [669] [670] [671] [672] [673] [674] [675] [676] [677] [678] [679] [680] [681] [682] [683] [684] [685] [686] [687] [688] [689] [690] [691] [692] [693] [694] [695] [696] [697] [698] [699] [700] [701] [702] [703] [704] [705] [706] [707] [708] [709] [710] [711] [712] [713] [714] [715] [716] [717] [718] [719] [720] [721] [722] [723] [724] [725] [726] [727] [728] [729] [730] [731] [732] [733] [734] [735] [736] [737] [738] [739] [740] [741] Underfull \hbox (badness 10000) in paragraph at lines 75874--75876 []\TU/Ubuntu(0)/m/sc/10.95 A regular expression matching a configuration item o r its value. (e.g. [742] [743] [744] [745] [746] [747] [748] [749] [750] [751] [752] [753] [754] [755] [756] [757] [758] [759] [760] [761] [762] [763] [764] [765] [766] [767] [768] [769] [770] [771] [772] [773] [774] [775] [776] [777] [778] [779] [780] [781] [782] [783] [784] [785] [786] [787] [788] [789] [790] [791] [792] [793] [794] [795] [796] [797] [798] [799] [800] [801] [802] [803] [804] [805] [806] [807] [808] [809] [810] [811] [812] [813] [814] [815] [816] [817] [818] [819] [820] [821] [822] [823] [824] [825] [826] [827] Underfull \hbox (badness 5622) in paragraph at lines 82879--82882 []\TU/Ubuntu(0)/m/sc/10.95 Basic authentication can be used when combined with the “simplestreams” proto- [828] [829] [830] [831] [832] [833] [834] [835] [836] [837] [838] [839] [840] [841] [842] [843] [844] [845] [846] [847] [848] [849] [850] [851] [852] [853] [854] [855] [856] [857] [858] [859] [860] [861] [862] [863] [864] [865] [866] [867] [868] [869] [870] [871] [872] [873] Overfull \hbox (45.42271pt too wide) in paragraph at lines 86528--86528 []\TU/UbuntuMono(0)/m/n/10.95 LXD_INSECURE_TLS| Overfull \hbox (12.57272pt too wide) in paragraph at lines 86528--86528 []\TU/UbuntuMono(0)/m/n/10.95 http_proxy| Overfull \hbox (18.04773pt too wide) in paragraph at lines 86528--86528 []\TU/UbuntuMono(0)/m/n/10.95 https_proxy| Overfull \hbox (1.62273pt too wide) in paragraph at lines 86528--86528 []\TU/UbuntuMono(0)/m/n/10.95 no_proxy| [874] Overfull \hbox (30.74283pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_EXEC_PATH| Overfull \hbox (85.49281pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_LXC_TEMPLATE_CONFIG| Overfull \hbox (74.54282pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_SECURITY_APPARMOR| Overfull \hbox (74.54282pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_UNPRIVILEGED_ONLY| Overfull \hbox (30.74283pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_OVMF_PATH| Overfull \hbox (47.16782pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_QEMU_FW_PATH| Overfull \hbox (107.39279pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_IDMAPPED_MOUNTS_DISABLE| Overfull \hbox (58.11781pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_DEVMONITOR_DIR| Overfull \hbox (69.06781pt too wide) in paragraph at lines 86670--86670 []\TU/UbuntuMono(0)/m/n/10.95 LXD_FSMONITOR_DRIVER| [875] [876] [877] [878] [879] [880] [881] [882] [883] [884] [885] [886] [887] [888] [889] [890] [891] [892] Underfull \hbox (badness 10000) in paragraph at lines 87782--87783 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 87782--87783 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 87783--87784 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87784--87785 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87785--87786 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87786--87787 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87787--87788 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87788--87789 []\TU/UbuntuMono(0)/m/n/10.95 boot.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87794--87795 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 87795--87796 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 87796--87797 []\TU/UbuntuMono(0)/m/n/10.95 gid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87796--87797 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87797--87798 []\TU/UbuntuMono(0)/m/n/10.95 gid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87797--87798 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87798--87799 []\TU/UbuntuMono(0)/m/n/10.95 gid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87798--87799 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 87800--87801 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 87801--87802 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 87802--87803 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 87803--87804 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 87804--87805 []\TU/UbuntuMono(0)/m/n/10.95 host_name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87805--87806 []\TU/UbuntuMono(0)/m/n/10.95 host_name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87806--87807 []\TU/UbuntuMono(0)/m/n/10.95 host_name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87807--87808 []\TU/UbuntuMono(0)/m/n/10.95 host_name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87808--87809 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 87808--87809 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 87809--87810 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87810--87811 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-ipvlan-device- [893] Underfull \hbox (badness 10000) in paragraph at lines 87811--87812 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87812--87813 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87813--87814 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87814--87815 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87815--87816 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87816--87817 []\TU/UbuntuMono(0)/m/n/10.95 hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87817--87818 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- Underfull \hbox (badness 10000) in paragraph at lines 87819--87820 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 87820--87821 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- Underfull \hbox (badness 10000) in paragraph at lines 87824--87825 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87825--87826 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87826--87827 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87827--87828 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87828--87829 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.gateway \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87829--87830 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.gateway \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87831--87832 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.host_table \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87832--87833 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.host_table \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87834--87835 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87835--87836 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87836--87837 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87837--87838 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87838--87839 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes.external \TU/Ubuntu(0)/m/sc/10.95 (\T U/Ubuntu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87839--87840 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes.external \TU/Ubuntu(0)/m/sc/10.95 (\T U/Ubuntu(0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87840--87841 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-bridged-device- [894] Underfull \hbox (badness 10000) in paragraph at lines 87841--87842 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87842--87843 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87843--87844 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87844--87845 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.gateway \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87845--87846 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.gateway \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87847--87848 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.host_table \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87848--87849 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.host_table \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87850--87851 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87851--87852 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87852--87853 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87853--87854 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87854--87855 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes.external \TU/Ubuntu(0)/m/sc/10.95 (\T U/Ubuntu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87855--87856 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes.external \TU/Ubuntu(0)/m/sc/10.95 (\T U/Ubuntu(0)/m/it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87856--87857 []\TU/UbuntuMono(0)/m/n/10.95 limits.egress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87857--87858 []\TU/UbuntuMono(0)/m/n/10.95 limits.egress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87858--87859 []\TU/UbuntuMono(0)/m/n/10.95 limits.egress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87859--87860 []\TU/UbuntuMono(0)/m/n/10.95 limits.ingress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87860--87861 []\TU/UbuntuMono(0)/m/n/10.95 limits.ingress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87861--87862 []\TU/UbuntuMono(0)/m/n/10.95 limits.ingress \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87862--87863 []\TU/UbuntuMono(0)/m/n/10.95 limits.max \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 87862--87863 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 87863--87864 []\TU/UbuntuMono(0)/m/n/10.95 limits.max \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87864--87865 []\TU/UbuntuMono(0)/m/n/10.95 limits.max \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87865--87866 []\TU/UbuntuMono(0)/m/n/10.95 limits.max \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87866--87867 []\TU/UbuntuMono(0)/m/n/10.95 limits.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87867--87868 []\TU/UbuntuMono(0)/m/n/10.95 limits.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-p2p-device- [895] Underfull \hbox (badness 10000) in paragraph at lines 87868--87869 []\TU/UbuntuMono(0)/m/n/10.95 limits.priority \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87872--87873 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87873--87874 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87874--87875 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87875--87876 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87876--87877 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87877--87878 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87878--87879 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87879--87880 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87880--87881 []\TU/UbuntuMono(0)/m/n/10.95 major \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87880--87881 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87881--87882 []\TU/UbuntuMono(0)/m/n/10.95 major \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87881--87882 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87886--87887 []\TU/UbuntuMono(0)/m/n/10.95 minor \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87886--87887 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87887--87888 []\TU/UbuntuMono(0)/m/n/10.95 minor \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87887--87888 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87888--87889 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 87889--87890 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 87890--87891 []\TU/UbuntuMono(0)/m/n/10.95 mode \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: proxy: Underfull \hbox (badness 10000) in paragraph at lines 87890--87891 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 87891--87892 []\TU/UbuntuMono(0)/m/n/10.95 mode \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87891--87892 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87892--87893 []\TU/UbuntuMono(0)/m/n/10.95 mode \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87892--87893 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87893--87894 []\TU/UbuntuMono(0)/m/n/10.95 mode \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87893--87894 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 87895--87896 []\TU/UbuntuMono(0)/m/n/10.95 mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 87895--87896 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 87896--87897 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 87897--87898 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 87898--87899 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 87899--87900 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- [896] Underfull \hbox (badness 10000) in paragraph at lines 87900--87901 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 87901--87902 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 87903--87904 []\TU/UbuntuMono(0)/m/n/10.95 name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 87903--87904 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 87904--87905 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 87905--87906 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 87906--87907 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 87907--87908 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87908--87909 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87909--87910 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 87910--87911 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 87914--87915 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87915--87916 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87916--87917 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87917--87918 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87918--87919 []\TU/UbuntuMono(0)/m/n/10.95 network \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m /it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87921--87922 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 87921--87922 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 87922--87923 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87923--87924 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87924--87925 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 87925--87926 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87926--87927 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87927--87928 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87928--87929 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 87929--87930 \TU/Ubuntu(0)/m/it/10.95 tpm-device- Underfull \hbox (badness 10000) in paragraph at lines 87930--87931 []\TU/UbuntuMono(0)/m/n/10.95 path \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87930--87931 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87931--87932 []\TU/UbuntuMono(0)/m/n/10.95 path \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87931--87932 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- [897] Underfull \hbox (badness 10000) in paragraph at lines 87933--87934 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- Underfull \hbox (badness 10000) in paragraph at lines 87935--87936 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 87936--87937 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- Underfull \hbox (badness 10000) in paragraph at lines 87938--87939 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: gpu: gpu-mdev-device- Underfull \hbox (badness 10000) in paragraph at lines 87939--87940 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: gpu: gpu-mig-device- Underfull \hbox (badness 10000) in paragraph at lines 87940--87941 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: gpu: gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87941--87942 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: gpu: gpu-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87942--87943 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 87943--87944 []\TU/UbuntuMono(0)/m/n/10.95 productid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Type: usb: unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 87946--87947 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx.length \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87947--87948 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx.length \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 87948--87949 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx.length \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 87952--87953 []\TU/UbuntuMono(0)/m/n/10.95 required \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 87952--87953 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 87953--87954 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87954--87955 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87955--87956 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 87956--87957 []\TU/UbuntuMono(0)/m/n/10.95 required \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: usb: unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 87965--87966 []\TU/UbuntuMono(0)/m/n/10.95 security.mac_filtering \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 87966--87967 []\TU/UbuntuMono(0)/m/n/10.95 security.mac_filtering \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87973--87974 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 87973--87974 \TU/Ubuntu(0)/m/it/10.95 disk-device- [898] Underfull \hbox (badness 10000) in paragraph at lines 87974--87975 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87974--87975 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87975--87976 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87975--87976 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87979--87980 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 87980--87981 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 87981--87982 []\TU/UbuntuMono(0)/m/n/10.95 uid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87981--87982 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 87982--87983 []\TU/UbuntuMono(0)/m/n/10.95 uid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87982--87983 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 87983--87984 []\TU/UbuntuMono(0)/m/n/10.95 uid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 87983--87984 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 87985--87986 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: gpu: gpu-mdev-device- Underfull \hbox (badness 10000) in paragraph at lines 87986--87987 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: gpu: gpu-mig-device- Underfull \hbox (badness 10000) in paragraph at lines 87987--87988 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: gpu: gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 87988--87989 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: gpu: gpu-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 87989--87990 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 87990--87991 []\TU/UbuntuMono(0)/m/n/10.95 vendorid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Type: usb: unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 87991--87992 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 87992--87993 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 87993--87994 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 87994--87995 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 87995--87996 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 87996--87997 \TU/Ubuntu(0)/m/it/10.95 nic-routed- [899] Underfull \hbox (badness 10000) in paragraph at lines 88037--88038 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory.iterations\TU/Ubuntu (0)/m/sc/10.95 , Underfull \hbox (badness 10000) in paragraph at lines 88072--88073 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.bpf.devices\TU/Ubuntu (0)/m/sc/10.95 , Overfull \hbox (5.6847pt too wide) in paragraph at lines 88075--88076 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount.allowed\TU/Ubun tu(0)/m/sc/10.95 , Underfull \hbox (badness 10000) in paragraph at lines 88076--88077 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount.fuse\TU/Ubuntu( 0)/m/sc/10.95 , Underfull \hbox (badness 10000) in paragraph at lines 88077--88078 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount.shift\TU/Ubuntu (0)/m/sc/10.95 , Overfull \hbox (33.0597pt too wide) in paragraph at lines 88078--88079 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.sched_setscheduler\TU /Ubuntu(0)/m/sc/10.95 , [900] Underfull \hbox (badness 10000) in paragraph at lines 88121--88122 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.address \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Bridge network: Underfull \hbox (badness 10000) in paragraph at lines 88122--88123 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.address \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Physical net- Underfull \hbox (badness 10000) in paragraph at lines 88123--88124 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88124--88125 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88125--88126 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.holdtime \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: Underfull \hbox (badness 10000) in paragraph at lines 88126--88127 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.holdtime \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Physical net- Underfull \hbox (badness 10000) in paragraph at lines 88127--88128 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.password \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: Underfull \hbox (badness 10000) in paragraph at lines 88128--88129 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME.password \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Physical net- Underfull \hbox (badness 10000) in paragraph at lines 88131--88132 []\TU/UbuntuMono(0)/m/n/10.95 bridge.hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88132--88133 []\TU/UbuntuMono(0)/m/n/10.95 bridge.hwaddr \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88134--88135 []\TU/UbuntuMono(0)/m/n/10.95 bridge.mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88135--88136 []\TU/UbuntuMono(0)/m/n/10.95 bridge.mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88136--88137 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure network ACLs: Underfull \hbox (badness 10000) in paragraph at lines 88136--88137 \TU/Ubuntu(0)/m/it/10.95 acl-acl- Underfull \hbox (badness 10000) in paragraph at lines 88137--88138 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure network for- Underfull \hbox (badness 10000) in paragraph at lines 88138--88139 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure net- Underfull \hbox (badness 10000) in paragraph at lines 88138--88139 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 88139--88140 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to create OVN peer Underfull \hbox (badness 10000) in paragraph at lines 88139--88140 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- Underfull \hbox (badness 5652) in paragraph at lines 88140--88141 []\TU/UbuntuMono(0)/m/n/10.95 config \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure network zones: Underfull \hbox (badness 10000) in paragraph at lines 88140--88141 \TU/Ubuntu(0)/m/it/10.95 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 88141--88142 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to configure network Underfull \hbox (badness 10000) in paragraph at lines 88142--88143 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to configure network Underfull \hbox (badness 10000) in paragraph at lines 88145--88146 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 88146--88147 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 10000) in paragraph at lines 88147--88148 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to configure net- Underfull \hbox (badness 10000) in paragraph at lines 88147--88148 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 88148--88149 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to create OVN peer Underfull \hbox (badness 10000) in paragraph at lines 88148--88149 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- Underfull \hbox (badness 10000) in paragraph at lines 88149--88150 []\TU/UbuntuMono(0)/m/n/10.95 description \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 How to configure network Underfull \hbox (badness 10000) in paragraph at lines 88149--88150 \TU/Ubuntu(0)/m/it/10.95 zones: zone- Underfull \hbox (badness 10000) in paragraph at lines 88152--88153 []\TU/UbuntuMono(0)/m/n/10.95 dns.domain \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88153--88154 []\TU/UbuntuMono(0)/m/n/10.95 dns.domain \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88155--88156 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- [901] Underfull \hbox (badness 10000) in paragraph at lines 88156--88157 \TU/Ubuntu(0)/m/it/10.95 zones: zone- Underfull \hbox (badness 10000) in paragraph at lines 88157--88158 []\TU/UbuntuMono(0)/m/n/10.95 dns.search \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88158--88159 []\TU/UbuntuMono(0)/m/n/10.95 dns.search \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0 )/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 5133) in paragraph at lines 88159--88160 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.forward \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88160--88161 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.forward \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88161--88162 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\ TU/Ubuntu(0)/m/it/10.95 Bridge network: Underfull \hbox (badness 10000) in paragraph at lines 88162--88163 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\ TU/Ubuntu(0)/m/it/10.95 OVN network: Underfull \hbox (badness 10000) in paragraph at lines 88162--88163 \TU/Ubuntu(0)/m/it/10.95 ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88163--88164 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\ TU/Ubuntu(0)/m/it/10.95 Bridge network: Underfull \hbox (badness 10000) in paragraph at lines 88164--88165 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\ TU/Ubuntu(0)/m/it/10.95 OVN network: Underfull \hbox (badness 10000) in paragraph at lines 88164--88165 \TU/Ubuntu(0)/m/it/10.95 ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88170--88171 []\TU/UbuntuMono(0)/m/n/10.95 gvrp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Macvlan network: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 88171--88172 []\TU/UbuntuMono(0)/m/n/10.95 gvrp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88175--88176 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88176--88177 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88177--88178 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88178--88179 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88185--88186 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88186--88187 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 5133) in paragraph at lines 88187--88188 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88188--88189 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88190--88191 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn.ranges \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88191--88192 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88192--88193 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88193--88194 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88196--88197 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88197--88198 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu (0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88198--88199 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88199--88200 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0) /m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88202--88203 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- [902] Underfull \hbox (badness 10000) in paragraph at lines 88203--88204 \TU/Ubuntu(0)/m/it/10.95 class="literal">ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88207--88208 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88208--88209 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 5133) in paragraph at lines 88209--88210 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88210--88211 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat.address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88212--88213 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn.ranges \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88213--88214 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88214--88215 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88215--88216 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88218--88219 []\TU/UbuntuMono(0)/m/n/10.95 listen_address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 How to configure Underfull \hbox (badness 10000) in paragraph at lines 88218--88219 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 88219--88220 []\TU/UbuntuMono(0)/m/n/10.95 listen_address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 How to configure net- Underfull \hbox (badness 10000) in paragraph at lines 88219--88220 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 88221--88222 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 5133) in paragraph at lines 88222--88223 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv4 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88223--88224 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 88224--88225 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88225--88226 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- Underfull \hbox (badness 5133) in paragraph at lines 88226--88227 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet.ipv6 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88227--88228 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 88228--88229 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88229--88230 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- Underfull \hbox (badness 10000) in paragraph at lines 88230--88231 []\TU/UbuntuMono(0)/m/n/10.95 mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Macvlan network: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 88231--88232 []\TU/UbuntuMono(0)/m/n/10.95 mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88232--88233 []\TU/UbuntuMono(0)/m/n/10.95 mtu \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/ 10.95 SR-IOV network: sriov-network- Underfull \hbox (badness 10000) in paragraph at lines 88233--88234 []\TU/UbuntuMono(0)/m/n/10.95 name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 How to configure network ACLs: Underfull \hbox (badness 10000) in paragraph at lines 88233--88234 \TU/Ubuntu(0)/m/it/10.95 acl-acl- Underfull \hbox (badness 7722) in paragraph at lines 88234--88235 \TU/Ubuntu(0)/m/it/10.95 ancers: load- Underfull \hbox (badness 10000) in paragraph at lines 88234--88235 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 88236--88237 []\TU/UbuntuMono(0)/m/n/10.95 name \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 How to configure network zones: Underfull \hbox (badness 10000) in paragraph at lines 88236--88237 \TU/Ubuntu(0)/m/it/10.95 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 88240--88241 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Macvlan network: macvlan-network- [903] Underfull \hbox (badness 10000) in paragraph at lines 88241--88242 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88242--88243 []\TU/UbuntuMono(0)/m/n/10.95 parent \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 SR-IOV network: sriov-network- Underfull \hbox (badness 10000) in paragraph at lines 88245--88246 \TU/Ubuntu(0)/m/it/10.95 forward- Underfull \hbox (badness 10000) in paragraph at lines 88246--88247 []\TU/UbuntuMono(0)/m/n/10.95 ports \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/i t/10.95 How to configure network load Underfull \hbox (badness 10000) in paragraph at lines 88246--88247 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer- Underfull \hbox (badness 10000) in paragraph at lines 88247--88248 \TU/Ubuntu(0)/m/it/10.95 acl-rule- Underfull \hbox (badness 6893) in paragraph at lines 88248--88249 []\TU/UbuntuMono(0)/m/n/10.95 protocol \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/ m/it/10.95 How to configure network for- Underfull \hbox (badness 10000) in paragraph at lines 88249--88250 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 10000) in paragraph at lines 88251--88252 []\TU/UbuntuMono(0)/m/n/10.95 security.acls \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88252--88253 []\TU/UbuntuMono(0)/m/n/10.95 security.acls \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88253--88254 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.action Underfull \hbox (badness 10000) in paragraph at lines 88253--88254 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88255--88256 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.logged Underfull \hbox (badness 10000) in paragraph at lines 88255--88256 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88257--88258 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 88257--88258 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88258--88259 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 88258--88259 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88259--88260 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 88259--88260 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88260--88261 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 88260--88261 \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it/10.95 OVN network: ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 88265--88266 []\TU/UbuntuMono(0)/m/n/10.95 target_address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 How to configure Underfull \hbox (badness 10000) in paragraph at lines 88265--88266 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-port- Underfull \hbox (badness 10000) in paragraph at lines 88266--88267 []\TU/UbuntuMono(0)/m/n/10.95 target_address \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubun tu(0)/m/it/10.95 How to config- Underfull \hbox (badness 10000) in paragraph at lines 88266--88267 \TU/Ubuntu(0)/m/it/10.95 ure network load balancers: Underfull \hbox (badness 10000) in paragraph at lines 88266--88267 \TU/Ubuntu(0)/m/it/10.95 load- Underfull \hbox (badness 10000) in paragraph at lines 88266--88267 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 88270--88271 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 88280--88281 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Bridge network: bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88281--88282 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Macvlan network: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 88282--88283 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 OVN network: ovn-network- [904] Underfull \hbox (badness 10000) in paragraph at lines 88283--88284 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88284--88285 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 SR-IOV network: sriov-network- Underfull \hbox (badness 5652) in paragraph at lines 88285--88286 []\TU/UbuntuMono(0)/m/n/10.95 user.* \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 How to configure network zones: Underfull \hbox (badness 10000) in paragraph at lines 88285--88286 \TU/Ubuntu(0)/m/it/10.95 zone-config- Underfull \hbox (badness 10000) in paragraph at lines 88286--88287 []\TU/UbuntuMono(0)/m/n/10.95 vlan \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Macvlan network: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 88287--88288 []\TU/UbuntuMono(0)/m/n/10.95 vlan \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Physical network: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88288--88289 []\TU/UbuntuMono(0)/m/n/10.95 vlan \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 SR-IOV network: sriov-network- Overfull \hbox (22.10968pt too wide) in paragraph at lines 88310--88311 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv4.NETWORK_NAME\TU/U buntu(0)/m/sc/10.95 , Overfull \hbox (22.10968pt too wide) in paragraph at lines 88311--88312 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv6.NETWORK_NAME\TU/U buntu(0)/m/sc/10.95 , [905] Underfull \hbox (badness 10000) in paragraph at lines 88411--88412 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88411--88412 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88412--88413 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88412--88413 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 88413--88414 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88413--88414 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88414--88415 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88414--88415 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 88415--88416 []\TU/UbuntuMono(0)/m/n/10.95 block.filesystem \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88415--88416 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88416--88417 []\TU/UbuntuMono(0)/m/n/10.95 block.mount_options \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88416--88417 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88417--88418 []\TU/UbuntuMono(0)/m/n/10.95 block.mount_options \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88417--88418 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88418--88419 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88418--88419 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88419--88420 []\TU/UbuntuMono(0)/m/n/10.95 block.mount_options \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Pure Storage - Underfull \hbox (badness 10000) in paragraph at lines 88419--88420 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 88419--88420 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 88420--88421 []\TU/UbuntuMono(0)/m/n/10.95 block.mount_options \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88420--88421 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- [906] Underfull \hbox (badness 10000) in paragraph at lines 88444--88445 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw.endpoint_cert_file\TU/Ubuntu(0 )/m/sc/10.95 , Underfull \hbox (badness 10000) in paragraph at lines 88467--88468 []\TU/UbuntuMono(0)/m/n/10.95 rsync.bwlimit \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Directory - dir: dir-pool-conf\TU/Ubuntu(0)/m/sc /10.95 ), Underfull \hbox (badness 10000) in paragraph at lines 88468--88469 []\TU/UbuntuMono(0)/m/n/10.95 rsync.bwlimit \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88468--88469 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 88469--88470 []\TU/UbuntuMono(0)/m/n/10.95 rsync.bwlimit \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88470--88471 []\TU/UbuntuMono(0)/m/n/10.95 rsync.compression \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Directory - dir: dir-pool-conf\TU/Ubuntu(0)/m/sc /10.95 ), Underfull \hbox (badness 10000) in paragraph at lines 88471--88472 []\TU/UbuntuMono(0)/m/n/10.95 rsync.compression \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88471--88472 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 88472--88473 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88473--88474 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88473--88474 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88474--88475 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88474--88475 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88475--88476 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88475--88476 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88476--88477 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88476--88477 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88477--88478 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88477--88478 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88478--88479 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88478--88479 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88479--88480 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88479--88480 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88480--88481 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88480--88481 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88481--88482 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88481--88482 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88482--88483 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88482--88483 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88483--88484 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88483--88484 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 88484--88485 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88484--88485 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88485--88486 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88485--88486 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88486--88487 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88486--88487 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- [907] Underfull \hbox (badness 10000) in paragraph at lines 88487--88488 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88487--88488 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88488--88489 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88488--88489 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88489--88490 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88489--88490 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88490--88491 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88490--88491 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88491--88492 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88491--88492 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88492--88493 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88492--88493 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88493--88494 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88493--88494 \TU/Ubuntu(0)/m/it/10.95 btrfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 88494--88495 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88494--88495 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 88495--88496 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88495--88496 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88496--88497 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88496--88497 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88497--88498 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88497--88498 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88498--88499 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Ceph Object - cephobject: Underfull \hbox (badness 10000) in paragraph at lines 88498--88499 \TU/Ubuntu(0)/m/it/10.95 cephobject- Underfull \hbox (badness 10000) in paragraph at lines 88499--88500 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88499--88500 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88500--88501 \TU/Ubuntu(0)/m/it/10.95 lvm-bucket- Underfull \hbox (badness 10000) in paragraph at lines 88501--88502 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 88502--88503 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88503--88504 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88503--88504 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88504--88505 []\TU/UbuntuMono(0)/m/n/10.95 size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/it /10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88504--88505 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 88505--88506 \TU/Ubuntu(0)/m/it/10.95 zfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 88506--88507 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 88507--88508 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88508--88509 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88508--88509 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88509--88510 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88509--88510 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88510--88511 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88510--88511 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88511--88512 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88511--88512 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88512--88513 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88512--88513 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 88513--88514 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88513--88514 \TU/Ubuntu(0)/m/it/10.95 powerflex- [908] Underfull \hbox (badness 10000) in paragraph at lines 88514--88515 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88514--88515 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 88515--88516 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.expiry \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ub untu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88515--88516 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88516--88517 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88516--88517 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88517--88518 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88517--88518 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88518--88519 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88518--88519 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88519--88520 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88519--88520 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88520--88521 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88520--88521 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88521--88522 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88521--88522 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88522--88523 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88522--88523 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 88523--88524 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.pattern \TU/Ubuntu(0)/m/sc/10.95 (\TU/U buntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88523--88524 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88524--88525 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88524--88525 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88525--88526 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88525--88526 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88526--88527 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88526--88527 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88527--88528 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88527--88528 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88528--88529 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88528--88529 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88529--88530 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88529--88530 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88530--88531 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 Pure Storage - Underfull \hbox (badness 10000) in paragraph at lines 88530--88531 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 88530--88531 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 88531--88532 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule \TU/Ubuntu(0)/m/sc/10.95 (\TU/ Ubuntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88531--88532 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88532--88533 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88532--88533 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 88533--88534 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88533--88534 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- Underfull \hbox (badness 10000) in paragraph at lines 88534--88535 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 CephFS - cephfs: Underfull \hbox (badness 10000) in paragraph at lines 88534--88535 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 88535--88536 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 Directory - dir: dir-pool-conf\TU/Ubuntu(0)/m/sc /10.95 ), Underfull \hbox (badness 10000) in paragraph at lines 88536--88537 []\TU/UbuntuMono(0)/m/n/10.95 source \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu(0)/m/ it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88536--88537 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 88537--88538 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 88538--88539 []\TU/UbuntuMono(0)/m/n/10.95 source.wipe \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88538--88539 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- [909] Underfull \hbox (badness 10000) in paragraph at lines 88539--88540 []\TU/UbuntuMono(0)/m/n/10.95 source.wipe \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88539--88540 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 88540--88541 []\TU/UbuntuMono(0)/m/n/10.95 source.wipe \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 ZFS - zfs: zfs-pool-conf\TU/Ubuntu(0)/m/sc /10.95 ), Underfull \hbox (badness 10000) in paragraph at lines 88541--88542 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88541--88542 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88542--88543 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88542--88543 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88543--88544 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88543--88544 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88544--88545 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88544--88545 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88545--88546 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88545--88546 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88546--88547 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88546--88547 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88547--88548 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88547--88548 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88548--88549 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88548--88549 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88549--88550 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88549--88550 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88550--88551 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88550--88551 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88551--88552 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88551--88552 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88552--88553 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88552--88553 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88553--88554 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88553--88554 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88554--88555 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88554--88555 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88555--88556 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool.pristine \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 Ceph RBD - Underfull \hbox (badness 10000) in paragraph at lines 88555--88556 \TU/Ubuntu(0)/m/it/10.95 ceph: Underfull \hbox (badness 10000) in paragraph at lines 88555--88556 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- Underfull \hbox (badness 10000) in paragraph at lines 88556--88557 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool.pristine \TU/Ubuntu(0)/m/sc/10.95 ( \TU/Ubuntu(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 10000) in paragraph at lines 88556--88557 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 88557--88558 \TU/Ubuntu(0)/m/it/10.95 class="literal">cephobject: Underfull \hbox (badness 10000) in paragraph at lines 88557--88558 \TU/Ubuntu(0)/m/it/10.95 cephobject- Underfull \hbox (badness 10000) in paragraph at lines 88558--88559 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 88558--88559 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88559--88560 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Ceph RBD - ceph: Underfull \hbox (badness 10000) in paragraph at lines 88559--88560 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 88560--88561 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 CephFS - cephfs: Underfull \hbox (badness 5862) in paragraph at lines 88560--88561 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88561--88562 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Directory - dir: Underfull \hbox (badness 10000) in paragraph at lines 88561--88562 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 88562--88563 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 LVM - lvm: Underfull \hbox (badness 10000) in paragraph at lines 88562--88563 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 88563--88564 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88563--88564 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 88564--88565 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88564--88565 \TU/Ubuntu(0)/m/it/10.95 pure-volume- [910] Underfull \hbox (badness 10000) in paragraph at lines 88565--88566 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubunt u(0)/m/it/10.95 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 88565--88566 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 88566--88567 []\TU/UbuntuMono(0)/m/n/10.95 volume.size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Dell PowerFlex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 88567--88568 []\TU/UbuntuMono(0)/m/n/10.95 volume.size \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubuntu( 0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 88567--88568 \TU/Ubuntu(0)/m/it/10.95 pure-pool- [911] (./canonical-lxd.ind) enddocument/afterlastpage: lastpage setting LastPage. (./canonical-lxd.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. ) (see the transcript file for additional information) Output written on canonical-lxd.pdf (912 pages). Transcript written on canonical-lxd.log. Latexmk: ====Undefined refs and citations with line #s in .tex file: Missing character: There is no ɛ (U+025B) in font [UbuntuMono-R.ttf]/OT:script= Missing character: There is no ɛ (U+025B) in font [UbuntuMono-R.ttf]/OT:script=latn;language=dflt;! Missing character: There is no 🔈 (U+1F508) in font [Ubuntu-R.ttf]/OT:script=lat Missing character: There is no 🔈 (U+1F508) in font [Ubuntu-R.ttf]/OT:script=latn;language=dflt;! Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn;language=dflt;! Missing character: There is no □ (U+25A1) in font [Ubuntu-R.ttf]/OT:script=latn And 1319 more --- see log file 'canonical-lxd.log' Latexmk: Getting log file 'canonical-lxd.log' Latexmk: Examining 'canonical-lxd.fls' Latexmk: Examining 'canonical-lxd.log' Latexmk: Index file 'canonical-lxd.idx' was written Latexmk: Log file says output to 'canonical-lxd.pdf' Latexmk: Summary of warnings from last run of *latex: =====Latex reported missing or unavailable character(s). =====See log file for details. Latexmk: All targets (canonical-lxd.pdf) are up-to-date