Read the Docs build information Build id: 2971489 Project: canonical-lxd Version: default Commit: ada715f1f4bdb3ec7d11fa73f8873e29993e6a92 Date: 2025-04-15T20:19:30.913220Z State: finished Success: True [rtd-command-info] start-time: 2025-04-15T20:19:31.883558Z, end-time: 2025-04-15T20:19:36.643581Z, duration: 4, exit-code: 0 git clone --depth 1 https://github.com/canonical/lxd . Cloning into '.'... [rtd-command-info] start-time: 2025-04-15T20:19:36.708307Z, end-time: 2025-04-15T20:19:38.709433Z, 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-15T20:19:38.809184Z, end-time: 2025-04-15T20:19:39.033891Z, 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 ada715f Stable 5.21 backports (stable-5.21) (#15394) [rtd-command-info] start-time: 2025-04-15T20:19:39.096594Z, end-time: 2025-04-15T20:19:39.136426Z, 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-15T20:19:46.979909Z, end-time: 2025-04-15T20:19:48.587250Z, duration: 1, exit-code: 0 asdf global golang 1.23.2 [rtd-command-info] start-time: 2025-04-15T20:19:53.754870Z, end-time: 2025-04-15T20:19:53.816986Z, duration: 0, exit-code: 0 asdf global python 3.12.7 [rtd-command-info] start-time: 2025-04-15T20:19:54.144994Z, end-time: 2025-04-15T20:19:57.867254Z, duration: 3, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.7.final.0-64 in 1025ms 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-15T20:19:57.925159Z, end-time: 2025-04-15T20:20:05.740220Z, duration: 7, 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 5.2 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 14.6 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 15.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-15T20:20:05.865183Z, end-time: 2025-04-15T20:20:12.708111Z, duration: 6, exit-code: 0 cd doc && python3 .sphinx/build_requirements.py No man page content generated. [rtd-command-info] start-time: 2025-04-15T20:20:12.776414Z, end-time: 2025-04-15T20:20:41.960694Z, duration: 29, exit-code: 0 git fetch --unshallow || true From https://github.com/canonical/lxd * [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-15T20:20:42.027891Z, end-time: 2025-04-15T20:20:48.879756Z, duration: 6, 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 15.9 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 29.0 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-15T20:20:48.944033Z, end-time: 2025-04-15T20:20:54.150551Z, duration: 5, 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.4.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 156.1 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 413.4 MB/s eta 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 866.3 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 778.5 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.4.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.4.0 [rtd-command-info] start-time: 2025-04-15T20:20:54.215498Z, end-time: 2025-04-15T20:20:59.871646Z, 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.5-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.4-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.8-py3-none-any.whl.metadata (5.1 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.2-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.1-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.2-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.2.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (8.9 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.4.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 153.2 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 875.2 MB/s eta 0:00:00 Downloading watchfiles-1.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (454 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.2-py3-none-any.whl (72 kB) Downloading uvicorn-0.34.1-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.4-py3-none-any.whl (187 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 365.4 MB/s eta 0:00:00 Downloading markdown-3.8-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.2-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.2.1-cp312-cp312-manylinux_2_28_x86_64.whl (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 459.1 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.4 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.8 markdown-it-py-3.0.0 mdit-py-plugins-0.4.2 mdurl-0.1.2 myst-parser-4.0.1 pillow-11.2.1 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.2 tinycss2-1.4.0 typing_extensions-4.13.2 uc-micro-py-1.0.3 uvicorn-0.34.1 watchfiles-1.0.5 wcmatch-10.0 webencodings-0.5.1 websockets-15.0.1 [rtd-command-info] start-time: 2025-04-15T20:21:00.043238Z, end-time: 2025-04-15T20:21:43.385963Z, duration: 43, 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/google/uuid v1.6.0 go: downloading github.com/gorilla/websocket v1.5.1 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.29.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/net v0.39.0 go: downloading golang.org/x/text v0.24.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/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/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/robfig/cron/v3 v3.0.1 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 go.opentelemetry.io/otel/metric v1.35.0 go: downloading github.com/go-logr/logr v1.4.2 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-15T20:21:43.469963Z, end-time: 2025-04-15T20:21:43.509327Z, 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-15T20:21:43.568271Z, end-time: 2025-04-15T20:24:15.558823Z, duration: 151, 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={'attrs_block', 'substitution', 'linkify', 'deflist'}, 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 514 source files that are out of date updating environment: [new config] 514 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/bpf 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... [ 6%] explanation/security reading sources... [ 6%] explanation/storage reading sources... [ 6%] faq reading sources... [ 6%] getting_started reading sources... [ 6%] guest-os-compatibility reading sources... [ 7%] 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... [ 8%] 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... [ 9%] 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... [ 10%] 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... [ 11%] 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... [ 15%] 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... [ 16%] howto/network_zones reading sources... [ 16%] howto/oidc_auth0 reading sources... [ 16%] howto/oidc_entra_id reading sources... [ 16%] howto/oidc_keycloak reading sources... [ 16%] howto/oidc_ory reading sources... [ 17%] howto/projects_confine reading sources... [ 17%] howto/projects_create reading sources... [ 17%] howto/projects_work reading sources... [ 17%] howto/server_configure reading sources... [ 17%] howto/server_expose reading sources... [ 18%] howto/snap reading sources... [ 18%] howto/storage_backup_volume reading sources... [ 18%] 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... [ 19%] howto/storage_volumes reading sources... [ 19%] howto/troubleshoot reading sources... [ 19%] image-handling reading sources... [ 19%] images reading sources... [ 19%] index reading sources... [ 20%] installing reading sources... [ 20%] instance-exec reading sources... [ 20%] instances reading sources... [ 20%] internals reading sources... [ 20%] metrics reading sources... [ 21%] networks reading sources... [ 21%] operation reading sources... [ 21%] production-setup reading sources... [ 21%] profiles reading sources... [ 21%] projects reading sources... [ 22%] reference/cluster_member_config reading sources... [ 22%] reference/devices reading sources... [ 22%] reference/devices_disk reading sources... [ 22%] reference/devices_gpu reading sources... [ 22%] reference/devices_infiniband reading sources... [ 23%] reference/devices_nic reading sources... [ 23%] reference/devices_none reading sources... [ 23%] reference/devices_pci reading sources... [ 23%] reference/devices_proxy reading sources... [ 23%] reference/devices_tpm reading sources... [ 24%] reference/devices_unix_block reading sources... [ 24%] reference/devices_unix_char reading sources... [ 24%] reference/devices_unix_hotplug reading sources... [ 24%] reference/devices_usb reading sources... [ 24%] reference/image_format reading sources... [ 25%] reference/index reading sources... [ 25%] reference/instance_options reading sources... [ 25%] reference/instance_properties reading sources... [ 25%] reference/instance_units reading sources... [ 25%] reference/manpages reading sources... [ 25%] reference/manpages/lxc reading sources... [ 26%] reference/manpages/lxc/alias reading sources... [ 26%] 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... [ 27%] reference/manpages/lxc/auth reading sources... [ 27%] 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... [ 28%] reference/manpages/lxc/auth/group/list reading sources... [ 28%] 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... [ 29%] reference/manpages/lxc/auth/group/show reading sources... [ 29%] 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... [ 30%] reference/manpages/lxc/auth/identity-provider-group/edit reading sources... [ 30%] 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... [ 31%] reference/manpages/lxc/auth/identity-provider-group/rename reading sources... [ 31%] 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... [ 32%] reference/manpages/lxc/auth/identity/group reading sources... [ 32%] 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... [ 33%] reference/manpages/lxc/auth/permission reading sources... [ 33%] 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... [ 34%] reference/manpages/lxc/cluster/enable reading sources... [ 34%] 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... [ 35%] reference/manpages/lxc/cluster/group/assign reading sources... [ 35%] 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... [ 36%] reference/manpages/lxc/cluster/group/remove reading sources... [ 36%] 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... [ 37%] reference/manpages/lxc/cluster/list-tokens reading sources... [ 37%] 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... [ 38%] reference/manpages/lxc/cluster/role reading sources... [ 38%] 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... [ 39%] reference/manpages/lxc/cluster/unset reading sources... [ 39%] 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... [ 40%] 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... [ 41%] 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... [ 42%] reference/manpages/lxc/config/device/unset reading sources... [ 42%] 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... [ 43%] reference/manpages/lxc/config/metadata/show reading sources... [ 43%] 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... [ 44%] reference/manpages/lxc/config/template/delete reading sources... [ 44%] 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... [ 45%] reference/manpages/lxc/config/trust/add reading sources... [ 45%] 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... [ 46%] reference/manpages/lxc/config/trust/revoke-token reading sources... [ 46%] 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... [ 47%] 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... [ 48%] 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... [ 49%] 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... [ 50%] 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... [ 51%] reference/manpages/lxc/image/alias/rename reading sources... [ 51%] 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... [ 52%] reference/manpages/lxc/image/get-property reading sources... [ 52%] 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... [ 53%] reference/manpages/lxc/image/set-property reading sources... [ 53%] 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... [ 54%] reference/manpages/lxc/init reading sources... [ 54%] 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... [ 55%] 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... [ 56%] 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... [ 57%] 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... [ 58%] 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... [ 59%] 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... [ 60%] reference/manpages/lxc/network/forward/edit reading sources... [ 60%] 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... [ 61%] reference/manpages/lxc/network/forward/port/remove reading sources... [ 61%] 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... [ 62%] 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... [ 63%] 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... [ 64%] 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... [ 65%] 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... [ 66%] 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... [ 67%] 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... [ 68%] 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... [ 69%] 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... [ 70%] 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... [ 71%] 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... [ 72%] 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... [ 73%] 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... [ 74%] 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... [ 75%] 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... [ 78%] 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... [ 79%] 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... [ 80%] 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... [ 81%] 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... [ 82%] 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... [ 87%] 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... [ 88%] 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... [ 89%] 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... [ 96%] 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/bpf 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... [ 6%] explanation/security writing output... [ 6%] explanation/storage writing output... [ 6%] faq writing output... [ 6%] getting_started writing output... [ 6%] guest-os-compatibility writing output... [ 7%] 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... [ 8%] 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... [ 9%] 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... [ 10%] 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... [ 11%] 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... [ 15%] 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... [ 16%] howto/network_zones writing output... [ 16%] howto/oidc_auth0 writing output... [ 16%] howto/oidc_entra_id writing output... [ 16%] howto/oidc_keycloak writing output... [ 16%] howto/oidc_ory writing output... [ 17%] howto/projects_confine writing output... [ 17%] howto/projects_create writing output... [ 17%] howto/projects_work writing output... [ 17%] howto/server_configure writing output... [ 17%] howto/server_expose writing output... [ 18%] howto/snap writing output... [ 18%] howto/storage_backup_volume writing output... [ 18%] 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... [ 19%] howto/storage_volumes writing output... [ 19%] howto/troubleshoot writing output... [ 19%] image-handling writing output... [ 19%] images writing output... [ 19%] index writing output... [ 20%] installing writing output... [ 20%] instance-exec writing output... [ 20%] instances writing output... [ 20%] internals writing output... [ 20%] metrics writing output... [ 21%] networks writing output... [ 21%] operation writing output... [ 21%] production-setup writing output... [ 21%] profiles writing output... [ 21%] projects writing output... [ 22%] reference/cluster_member_config writing output... [ 22%] reference/devices writing output... [ 22%] reference/devices_disk writing output... [ 22%] reference/devices_gpu writing output... [ 22%] reference/devices_infiniband writing output... [ 23%] reference/devices_nic writing output... [ 23%] reference/devices_none writing output... [ 23%] reference/devices_pci writing output... [ 23%] reference/devices_proxy writing output... [ 23%] reference/devices_tpm writing output... [ 24%] reference/devices_unix_block writing output... [ 24%] reference/devices_unix_char writing output... [ 24%] reference/devices_unix_hotplug writing output... [ 24%] reference/devices_usb writing output... [ 24%] reference/image_format writing output... [ 25%] reference/index writing output... [ 25%] reference/instance_options writing output... [ 25%] reference/instance_properties writing output... [ 25%] reference/instance_units writing output... [ 25%] reference/manpages writing output... [ 25%] reference/manpages/lxc writing output... [ 26%] reference/manpages/lxc/alias writing output... [ 26%] 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... [ 27%] reference/manpages/lxc/auth writing output... [ 27%] 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... [ 28%] reference/manpages/lxc/auth/group/list writing output... [ 28%] 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... [ 29%] reference/manpages/lxc/auth/group/show writing output... [ 29%] 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... [ 30%] reference/manpages/lxc/auth/identity-provider-group/edit writing output... [ 30%] 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... [ 31%] reference/manpages/lxc/auth/identity-provider-group/rename writing output... [ 31%] 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... [ 32%] reference/manpages/lxc/auth/identity/group writing output... [ 32%] 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... [ 33%] reference/manpages/lxc/auth/permission writing output... [ 33%] 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... [ 34%] reference/manpages/lxc/cluster/enable writing output... [ 34%] 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... [ 35%] reference/manpages/lxc/cluster/group/assign writing output... [ 35%] 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... [ 36%] reference/manpages/lxc/cluster/group/remove writing output... [ 36%] 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... [ 37%] reference/manpages/lxc/cluster/list-tokens writing output... [ 37%] 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... [ 38%] reference/manpages/lxc/cluster/role writing output... [ 38%] 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... [ 39%] reference/manpages/lxc/cluster/unset writing output... [ 39%] 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... [ 40%] 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... [ 41%] 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... [ 42%] reference/manpages/lxc/config/device/unset writing output... [ 42%] 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... [ 43%] reference/manpages/lxc/config/metadata/show writing output... [ 43%] 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... [ 44%] reference/manpages/lxc/config/template/delete writing output... [ 44%] 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... [ 45%] reference/manpages/lxc/config/trust/add writing output... [ 45%] 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... [ 46%] reference/manpages/lxc/config/trust/revoke-token writing output... [ 46%] 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... [ 47%] 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... [ 48%] 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... [ 49%] 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... [ 50%] 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... [ 51%] reference/manpages/lxc/image/alias/rename writing output... [ 51%] 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... [ 52%] reference/manpages/lxc/image/get-property writing output... [ 52%] 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... [ 53%] reference/manpages/lxc/image/set-property writing output... [ 53%] 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... [ 54%] reference/manpages/lxc/init writing output... [ 54%] 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... [ 55%] 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... [ 56%] 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... [ 57%] 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... [ 58%] 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... [ 59%] 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... [ 60%] reference/manpages/lxc/network/forward/edit writing output... [ 60%] 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... [ 61%] reference/manpages/lxc/network/forward/port/remove writing output... [ 61%] 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... [ 62%] 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... [ 63%] 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... [ 64%] 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... [ 65%] 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... [ 66%] 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... [ 67%] 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... [ 68%] 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... [ 69%] 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... [ 70%] 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... [ 71%] 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... [ 72%] 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... [ 73%] 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... [ 74%] 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... [ 75%] 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... [ 78%] 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... [ 79%] 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... [ 80%] 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... [ 81%] 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... [ 82%] 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... [ 87%] 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... [ 88%] 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... [ 89%] 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... [ 96%] 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... [ 4%] images/ui_security_warning.png copying images... [ 5%] images/ui_set_up_certificates.png copying images... [ 6%] 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... [ 12%] images/grafana_configure_loki.png copying images... [ 13%] images/grafana_dashboard_import.png copying images... [ 14%] images/grafana_dashboard_select_datasource.png copying images... [ 15%] images/grafana_resources.png copying images... [ 16%] images/grafana_instances.png copying images... [ 17%] images/grafana_lxd_ui_metrics_integration.png copying images... [ 18%] images/grafana_lxd_ui_instance_dashboard.png copying images... [ 19%] images/UI/snapshots_daily.png copying images... [ 20%] images/UI/snapshots_cron.png copying images... [ 22%] images/UI/limits_memory_example.png copying images... [ 23%] images/UI/create_instance_ex1.png copying images... [ 24%] images/UI/create_instance_ex2.png copying images... [ 25%] images/UI/create_instance_ex2-2.png copying images... [ 26%] images/UI/create_instance_ex3.png copying images... [ 27%] 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... [ 35%] 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... [ 42%] images/auth/entra-id/6-api-permissions.png copying images... [ 43%] images/auth/entra-id/7-add-a-permission.png copying images... [ 44%] images/auth/entra-id/8-graph-api.png copying images... [ 45%] images/auth/entra-id/9-delegated-permissions.png copying images... [ 46%] images/auth/entra-id/10-openid-permissions.png copying images... [ 47%] images/auth/entra-id/11-client-id.png copying images... [ 48%] images/auth/entra-id/12-discovery-url.png copying images... [ 49%] images/auth/entra-id/13-keycloak-identity-providers.png copying images... [ 51%] images/auth/entra-id/14-keycloak-microsoft.png copying images... [ 52%] images/auth/entra-id/15-keycloak-broker-redirect-uri.png copying images... [ 53%] images/auth/entra-id/16-app-name-keycloak.png copying images... [ 54%] images/auth/entra-id/17-redirect-uri-keycloak.png copying images... [ 55%] images/auth/entra-id/18-certificates-and-secrets.png copying images... [ 56%] images/auth/entra-id/19-new-client-secret.png copying images... [ 57%] images/auth/entra-id/20-copy-client-secret.png copying images... [ 58%] images/auth/entra-id/21-paste-client-secret.png copying images... [ 59%] images/auth/entra-id/22-paste-client-id.png copying images... [ 60%] images/auth/entra-id/23-copy-tenant-id.png copying images... [ 61%] images/auth/entra-id/24-paste-tenant-id.png copying images... [ 62%] images/auth/entra-id/25-keycloak-clients.png copying images... [ 63%] images/auth/entra-id/26-keycloak-new-client.png copying images... [ 65%] images/auth/entra-id/27-keycloak-client-name-and-id.png copying images... [ 66%] images/auth/entra-id/28-keycloak-device-flow.png copying images... [ 67%] images/auth/entra-id/29-keycloak-redirect-uri.png copying images... [ 68%] images/auth/entra-id/30-keycloak-realm-settings.png copying images... [ 69%] images/UI/create_project.png copying images... [ 70%] images/UI/create_restr_project1.png copying images... [ 71%] images/UI/create_restr_project2.png copying images... [ 72%] images/storage/storage_pools_create.png copying images... [ 73%] images/storage/storage_pools_create_ZFS_driver.png copying images... [ 74%] images/storage/storage_pools_create_clustered_pool.png copying images... [ 75%] images/storage/storage_pools_create_clustered_pool_size_config.png copying images... [ 76%] images/ovn_networking_1.svg copying images... [ 77%] images/ovn_networking_2.svg copying images... [ 78%] images/ovn/ovn-uplink-bridge-ovs.svg copying images... [ 80%] images/ovn/ovn-uplink-physical.svg copying images... [ 81%] images/ovn/ovn-uplink-bridge-native.svg copying images... [ 82%] images/ovn/ovn-network.svg copying images... [ 83%] images/ovn/ovn-integration-bridge-container.svg copying images... [ 84%] images/ovn/ovn-integration-bridge-vm.svg copying images... [ 85%] images/vm_live_migration_flowchart.svg copying images... [ 86%] images/vm_live_migration_state_diagram.svg copying images... [ 87%] images/tutorial/create_instance.png copying images... [ 88%] 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... [ 94%] images/tutorial/desktop_console.png copying images... [ 95%] images/tutorial/resource_limits.png copying images... [ 96%] 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-15T20:24:15.675271Z, end-time: 2025-04-15T20:24:37.845990Z, duration: 22, 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_auth0 howto/oidc_ory howto/oidc_keycloak howto/oidc_entra_id 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 explanation/bpf 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... [ 4%] images/tutorial/create_instance.png copying images... [ 5%] images/tutorial/create_vm.png copying images... [ 6%] 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... [ 12%] images/tutorial/resource_limits.png copying images... [ 13%] images/tutorial/root_disk_size.png copying images... [ 14%] images/tutorial/broken_terminal.png copying images... [ 15%] images/tutorial/add_disk_device.png copying images... [ 16%] images/tutorial/hello_world_desktop.png copying images... [ 17%] images/tutorial/create_project.png copying images... [ 18%] images/ui_console.png copying images... [ 19%] images/auth/entra-id/1-app-registrations.png copying images... [ 20%] images/auth/entra-id/2-app-name.png copying images... [ 22%] images/auth/entra-id/3-redirect-uri.png copying images... [ 23%] images/auth/entra-id/4-authentication.png copying images... [ 24%] images/auth/entra-id/5-public-client-flows.png copying images... [ 25%] images/auth/entra-id/6-api-permissions.png copying images... [ 26%] images/auth/entra-id/7-add-a-permission.png copying images... [ 27%] images/auth/entra-id/8-graph-api.png copying images... [ 28%] images/auth/entra-id/9-delegated-permissions.png copying images... [ 29%] images/auth/entra-id/10-openid-permissions.png copying images... [ 30%] images/auth/entra-id/11-client-id.png copying images... [ 31%] images/auth/entra-id/12-discovery-url.png copying images... [ 32%] images/auth/entra-id/13-keycloak-identity-providers.png copying images... [ 33%] images/auth/entra-id/14-keycloak-microsoft.png copying images... [ 34%] images/auth/entra-id/15-keycloak-broker-redirect-uri.png copying images... [ 35%] images/auth/entra-id/16-app-name-keycloak.png copying images... [ 37%] images/auth/entra-id/17-redirect-uri-keycloak.png copying images... [ 38%] images/auth/entra-id/18-certificates-and-secrets.png copying images... [ 39%] images/auth/entra-id/19-new-client-secret.png copying images... [ 40%] images/auth/entra-id/20-copy-client-secret.png copying images... [ 41%] images/auth/entra-id/21-paste-client-secret.png copying images... [ 42%] images/auth/entra-id/22-paste-client-id.png copying images... [ 43%] images/auth/entra-id/23-copy-tenant-id.png copying images... [ 44%] images/auth/entra-id/24-paste-tenant-id.png copying images... [ 45%] images/auth/entra-id/25-keycloak-clients.png copying images... [ 46%] images/auth/entra-id/26-keycloak-new-client.png copying images... [ 47%] images/auth/entra-id/27-keycloak-client-name-and-id.png copying images... [ 48%] images/auth/entra-id/28-keycloak-device-flow.png copying images... [ 49%] images/auth/entra-id/29-keycloak-redirect-uri.png copying images... [ 51%] images/auth/entra-id/30-keycloak-realm-settings.png copying images... [ 52%] images/UI/create_instance_ex1.png copying images... [ 53%] images/UI/create_instance_ex2.png copying images... [ 54%] images/UI/create_instance_ex2-2.png copying images... [ 55%] images/UI/create_instance_ex3.png copying images... [ 56%] images/UI/create_instance_ex4.png copying images... [ 57%] images/UI/limits_memory_example.png copying images... [ 58%] images/UI/routed_nic_create_instance.png copying images... [ 59%] images/UI/snapshots_daily.png copying images... [ 60%] images/UI/snapshots_cron.png copying images... [ 61%] images/UI/create_project.png copying images... [ 62%] images/UI/create_restr_project1.png copying images... [ 63%] images/UI/create_restr_project2.png copying images... [ 65%] images/storage/storage_pools_create.png copying images... [ 66%] images/storage/storage_pools_create_ZFS_driver.png copying images... [ 67%] images/storage/storage_pools_create_clustered_pool.png copying images... [ 68%] images/storage/storage_pools_create_clustered_pool_size_config.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... [ 73%] images/UI/forward_create_port.png copying images... [ 74%] images/UI/forward_edit_ex2.png copying images... [ 75%] images/UI/forward_delete.png copying images... [ 76%] images/grafana_welcome.png copying images... [ 77%] images/grafana_select_prometheus.png copying images... [ 78%] images/grafana_configure_prometheus.png copying images... [ 80%] images/grafana_select_loki.png copying images... [ 81%] images/grafana_configure_loki.png copying images... [ 82%] images/grafana_dashboard_import.png copying images... [ 83%] images/grafana_dashboard_select_datasource.png copying images... [ 84%] images/grafana_resources.png copying images... [ 85%] images/grafana_instances.png copying images... [ 86%] images/grafana_lxd_ui_metrics_integration.png copying images... [ 87%] images/grafana_lxd_ui_instance_dashboard.png copying images... [ 88%] 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... [ 94%] images/ovn/ovn-uplink-physical.svg copying images... [ 95%] images/ovn/ovn-uplink-bridge-native.svg copying images... [ 96%] 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-15T20:24:48.434063Z, end-time: 2025-04-15T20:24:48.476822Z, 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-15T20:24:48.537702Z, end-time: 2025-04-15T20:27:11.546034Z, duration: 143, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=canonical-lxd -interaction=nonstopmode ... (truncated) ... Command output too long. Truncated to last 1MB. xc-file-md' on page 735 undefined on input line 75285. LaTeX Warning: Reference `LastPage' on page 735 undefined on input line 75326. [735] LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 736 undefined on input line 75344. LaTeX Warning: Reference `reference/manpages/lxc/file:lxc-file-md' on page 736 undefined on input line 75344. LaTeX Warning: Reference `LastPage' on page 736 undefined on input line 75398. [736] LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 737 undefined on input line 75402. LaTeX Warning: Reference `reference/manpages/lxc/file:lxc-file-md' on page 737 undefined on input line 75402. LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 737 undefined on input line 75463. LaTeX Warning: Reference `reference/manpages/lxc/file:lxc-file-md' on page 737 undefined on input line 75463. LaTeX Warning: Reference `LastPage' on page 737 undefined on input line 75476. [737] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 738 unde fined on input line 75523. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 738 undefined on input line 75523. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 738 undefined on input line 75527. LaTeX Warning: Reference `reference/manpages/lxc/image/alias:lxc-image-alias-md ' on page 738 undefined on input line 75527. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/copy:lxc-image-cop y-md' on page 738 undefined on input line 75531. LaTeX Warning: Reference `reference/manpages/lxc/image/copy:lxc-image-copy-md' on page 738 undefined on input line 75531. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/delete:lxc-image-d elete-md' on page 738 undefined on input line 75535. LaTeX Warning: Reference `reference/manpages/lxc/image/delete:lxc-image-delete- md' on page 738 undefined on input line 75535. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/edit:lxc-image-edi t-md' on page 738 undefined on input line 75539. LaTeX Warning: Reference `reference/manpages/lxc/image/edit:lxc-image-edit-md' on page 738 undefined on input line 75539. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/export:lxc-image-e xport-md' on page 738 undefined on input line 75543. LaTeX Warning: Reference `reference/manpages/lxc/image/export:lxc-image-export- md' on page 738 undefined on input line 75543. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/get-property:lxc-i mage-get-property-md' on page 738 undefined on input line 75547. LaTeX Warning: Reference `reference/manpages/lxc/image/get-property:lxc-image-g et-property-md' on page 738 undefined on input line 75547. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/import:lxc-image-i mport-md' on page 738 undefined on input line 75551. LaTeX Warning: Reference `reference/manpages/lxc/image/import:lxc-image-import- md' on page 738 undefined on input line 75551. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/info:lxc-image-inf o-md' on page 738 undefined on input line 75555. LaTeX Warning: Reference `reference/manpages/lxc/image/info:lxc-image-info-md' on page 738 undefined on input line 75555. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/list:lxc-image-lis t-md' on page 738 undefined on input line 75559. LaTeX Warning: Reference `reference/manpages/lxc/image/list:lxc-image-list-md' on page 738 undefined on input line 75559. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/refresh:lxc-image- refresh-md' on page 738 undefined on input line 75563. LaTeX Warning: Reference `reference/manpages/lxc/image/refresh:lxc-image-refres h-md' on page 738 undefined on input line 75563. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/set-property:lxc-i mage-set-property-md' on page 738 undefined on input line 75567. LaTeX Warning: Reference `reference/manpages/lxc/image/set-property:lxc-image-s et-property-md' on page 738 undefined on input line 75567. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/show:lxc-image-sho w-md' on page 738 undefined on input line 75571. LaTeX Warning: Reference `reference/manpages/lxc/image/show:lxc-image-show-md' on page 738 undefined on input line 75571. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/unset-property:lxc -image-unset-property-md' on page 738 undefined on input line 75575. LaTeX Warning: Reference `reference/manpages/lxc/image/unset-property:lxc-image -unset-property-md' on page 738 undefined on input line 75575. LaTeX Warning: Reference `LastPage' on page 738 undefined on input line 75582. [738] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 739 undefined on input line 75617. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 73 9 undefined on input line 75617. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias/create:lxc-i mage-alias-create-md' on page 739 undefined on input line 75621. LaTeX Warning: Reference `reference/manpages/lxc/image/alias/create:lxc-image-a lias-create-md' on page 739 undefined on input line 75621. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias/delete:lxc-i mage-alias-delete-md' on page 739 undefined on input line 75625. LaTeX Warning: Reference `reference/manpages/lxc/image/alias/delete:lxc-image-a lias-delete-md' on page 739 undefined on input line 75625. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias/list:lxc-ima ge-alias-list-md' on page 739 undefined on input line 75629. LaTeX Warning: Reference `reference/manpages/lxc/image/alias/list:lxc-image-ali as-list-md' on page 739 undefined on input line 75629. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias/rename:lxc-i mage-alias-rename-md' on page 739 undefined on input line 75633. LaTeX Warning: Reference `reference/manpages/lxc/image/alias/rename:lxc-image-a lias-rename-md' on page 739 undefined on input line 75633. LaTeX Warning: Reference `LastPage' on page 739 undefined on input line 75668. [739] LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 740 undefined on input line 75675. LaTeX Warning: Reference `reference/manpages/lxc/image/alias:lxc-image-alias-md ' on page 740 undefined on input line 75675. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 740 undefined on input line 75717. LaTeX Warning: Reference `reference/manpages/lxc/image/alias:lxc-image-alias-md ' on page 740 undefined on input line 75717. LaTeX Warning: Reference `LastPage' on page 740 undefined on input line 75751. [740] LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 741 undefined on input line 75769. LaTeX Warning: Reference `reference/manpages/lxc/image/alias:lxc-image-alias-md ' on page 741 undefined on input line 75769. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 741 undefined on input line 75811. LaTeX Warning: Reference `reference/manpages/lxc/image/alias:lxc-image-alias-md ' on page 741 undefined on input line 75811. LaTeX Warning: Reference `LastPage' on page 741 undefined on input line 75834. [741] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 742 undefined on input line 75871. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 74 2 undefined on input line 75871. LaTeX Warning: Reference `LastPage' on page 742 undefined on input line 75909. [742] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 743 undefined on input line 75913. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 74 3 undefined on input line 75913. LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 743 undefined on input line 75966. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 74 3 undefined on input line 75966. LaTeX Warning: Reference `LastPage' on page 743 undefined on input line 75993. [743] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 744 undefined on input line 76018. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 74 4 undefined on input line 76018. LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 744 undefined on input line 76060. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 74 4 undefined on input line 76060. LaTeX Warning: Reference `LastPage' on page 744 undefined on input line 76073. [744] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 745 undefined on input line 76116. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 74 5 undefined on input line 76116. LaTeX Warning: Reference `LastPage' on page 745 undefined on input line 76147. [745] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 746 undefined on input line 76165. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 74 6 undefined on input line 76165. LaTeX Warning: Reference `LastPage' on page 746 undefined on input line 76227. [746] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 747 undefined on input line 76245. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 74 7 undefined on input line 76245. LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 747 undefined on input line 76287. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 74 7 undefined on input line 76287. LaTeX Warning: Reference `LastPage' on page 747 undefined on input line 76311. [747] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 748 undefined on input line 76329. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 74 8 undefined on input line 76329. LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 748 undefined on input line 76378. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 74 8 undefined on input line 76378. LaTeX Warning: Reference `LastPage' on page 748 undefined on input line 76391. [748] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 749 undefined on input line 76420. LaTeX Warning: Reference `reference/manpages/lxc/image:lxc-image-md' on page 74 9 undefined on input line 76420. LaTeX Warning: Reference `LastPage' on page 749 undefined on input line 76471. [749] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 750 unde fined on input line 76478. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 750 undefined on input line 76478. LaTeX Warning: Reference `LastPage' on page 750 undefined on input line 76536. [750] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 751 unde fined on input line 76540. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 751 undefined on input line 76540. LaTeX Warning: Reference `LastPage' on page 751 undefined on input line 76609. [751] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 752 unde fined on input line 76616. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 752 undefined on input line 76616. LaTeX Warning: Reference `LastPage' on page 752 undefined on input line 76675. [752] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 753 unde fined on input line 76696. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 753 undefined on input line 76696. Underfull \hbox (badness 10000) in paragraph at lines 76741--76743 []\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 753 undefined on input line 76757. [753] LaTeX Warning: Reference `LastPage' on page 754 undefined on input line 76836. [754] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 755 unde fined on input line 76843. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 755 undefined on input line 76843. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 755 unde fined on input line 76892. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 755 undefined on input line 76892. LaTeX Warning: Reference `LastPage' on page 755 undefined on input line 76919. [755] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 756 unde fined on input line 76962. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 756 undefined on input line 76962. LaTeX Warning: Reference `LastPage' on page 756 undefined on input line 77001. [756] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 757 unde fined on input line 77055. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 757 undefined on input line 77055. LaTeX Warning: Reference `LastPage' on page 757 undefined on input line 77062. [757] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 758 unde fined on input line 77097. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 758 undefined on input line 77097. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 758 undefined on input line 77101. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 758 undefined on input line 77101. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/attach:lxc-netwo rk-attach-md' on page 758 undefined on input line 77105. LaTeX Warning: Reference `reference/manpages/lxc/network/attach:lxc-network-att ach-md' on page 758 undefined on input line 77105. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/attach-profile:l xc-network-attach-profile-md' on page 758 undefined on input line 77109. LaTeX Warning: Reference `reference/manpages/lxc/network/attach-profile:lxc-net work-attach-profile-md' on page 758 undefined on input line 77109. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/create:lxc-netwo rk-create-md' on page 758 undefined on input line 77113. LaTeX Warning: Reference `reference/manpages/lxc/network/create:lxc-network-cre ate-md' on page 758 undefined on input line 77113. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/delete:lxc-netwo rk-delete-md' on page 758 undefined on input line 77117. LaTeX Warning: Reference `reference/manpages/lxc/network/delete:lxc-network-del ete-md' on page 758 undefined on input line 77117. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/detach:lxc-netwo rk-detach-md' on page 758 undefined on input line 77121. LaTeX Warning: Reference `reference/manpages/lxc/network/detach:lxc-network-det ach-md' on page 758 undefined on input line 77121. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/detach-profile:l xc-network-detach-profile-md' on page 758 undefined on input line 77125. LaTeX Warning: Reference `reference/manpages/lxc/network/detach-profile:lxc-net work-detach-profile-md' on page 758 undefined on input line 77125. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/edit:lxc-network -edit-md' on page 758 undefined on input line 77129. LaTeX Warning: Reference `reference/manpages/lxc/network/edit:lxc-network-edit- md' on page 758 undefined on input line 77129. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 758 undefined on input line 77133. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 758 undefined on input line 77133. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/get:lxc-network- get-md' on page 758 undefined on input line 77137. LaTeX Warning: Reference `reference/manpages/lxc/network/get:lxc-network-get-md ' on page 758 undefined on input line 77137. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/info:lxc-network -info-md' on page 758 undefined on input line 77141. LaTeX Warning: Reference `reference/manpages/lxc/network/info:lxc-network-info- md' on page 758 undefined on input line 77141. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/list:lxc-network -list-md' on page 758 undefined on input line 77145. LaTeX Warning: Reference `reference/manpages/lxc/network/list:lxc-network-list- md' on page 758 undefined on input line 77145. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/list-allocations :lxc-network-list-allocations-md' on page 758 undefined on input line 77149. LaTeX Warning: Reference `reference/manpages/lxc/network/list-allocations:lxc-n etwork-list-allocations-md' on page 758 undefined on input line 77149. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/list-leases:lxc- network-list-leases-md' on page 758 undefined on input line 77153. LaTeX Warning: Reference `reference/manpages/lxc/network/list-leases:lxc-networ k-list-leases-md' on page 758 undefined on input line 77153. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 758 undefined on input line 77157. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 758 undefined on input line 77157. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 758 undefined on input line 77161. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 758 undefined on input line 77161. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/rename:lxc-netwo rk-rename-md' on page 758 undefined on input line 77165. LaTeX Warning: Reference `reference/manpages/lxc/network/rename:lxc-network-ren ame-md' on page 758 undefined on input line 77165. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/set:lxc-network- set-md' on page 758 undefined on input line 77169. LaTeX Warning: Reference `reference/manpages/lxc/network/set:lxc-network-set-md ' on page 758 undefined on input line 77169. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/show:lxc-network -show-md' on page 758 undefined on input line 77173. LaTeX Warning: Reference `reference/manpages/lxc/network/show:lxc-network-show- md' on page 758 undefined on input line 77173. LaTeX Warning: Reference `LastPage' on page 758 undefined on input line 77175. [758] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/unset:lxc-networ k-unset-md' on page 759 undefined on input line 77177. LaTeX Warning: Reference `reference/manpages/lxc/network/unset:lxc-network-unse t-md' on page 759 undefined on input line 77177. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 759 undefined on input line 77181. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 759 undefined on input line 77181. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 759 undefined on input line 77223. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 759 undefined on input line 77223. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/create:lxc-n etwork-acl-create-md' on page 759 undefined on input line 77227. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/create:lxc-network -acl-create-md' on page 759 undefined on input line 77227. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/delete:lxc-n etwork-acl-delete-md' on page 759 undefined on input line 77231. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/delete:lxc-network -acl-delete-md' on page 759 undefined on input line 77231. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/edit:lxc-net work-acl-edit-md' on page 759 undefined on input line 77235. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/edit:lxc-network-a cl-edit-md' on page 759 undefined on input line 77235. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/get:lxc-netw ork-acl-get-md' on page 759 undefined on input line 77239. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/get:lxc-network-ac l-get-md' on page 759 undefined on input line 77239. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/list:lxc-net work-acl-list-md' on page 759 undefined on input line 77243. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/list:lxc-network-a cl-list-md' on page 759 undefined on input line 77243. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rename:lxc-n etwork-acl-rename-md' on page 759 undefined on input line 77247. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rename:lxc-network -acl-rename-md' on page 759 undefined on input line 77247. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule:lxc-net work-acl-rule-md' on page 759 undefined on input line 77251. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule:lxc-network-a cl-rule-md' on page 759 undefined on input line 77251. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/set:lxc-netw ork-acl-set-md' on page 759 undefined on input line 77255. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/set:lxc-network-ac l-set-md' on page 759 undefined on input line 77255. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/show:lxc-net work-acl-show-md' on page 759 undefined on input line 77259. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/show:lxc-network-a cl-show-md' on page 759 undefined on input line 77259. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/show-log:lxc -network-acl-show-log-md' on page 759 undefined on input line 77263. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/show-log:lxc-netwo rk-acl-show-log-md' on page 759 undefined on input line 77263. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/unset:lxc-ne twork-acl-unset-md' on page 759 undefined on input line 77267. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/unset:lxc-network- acl-unset-md' on page 759 undefined on input line 77267. LaTeX Warning: Reference `LastPage' on page 759 undefined on input line 77274. [759] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 760 undefined on input line 77319. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 760 undefined on input line 77319. LaTeX Warning: Reference `LastPage' on page 760 undefined on input line 77354. [760] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 761 undefined on input line 77361. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 761 undefined on input line 77361. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 761 undefined on input line 77403. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 761 undefined on input line 77403. LaTeX Warning: Reference `LastPage' on page 761 undefined on input line 77434. [761] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 762 undefined on input line 77452. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 762 undefined on input line 77452. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 762 undefined on input line 77501. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 762 undefined on input line 77501. LaTeX Warning: Reference `LastPage' on page 762 undefined on input line 77514. [762] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 763 undefined on input line 77543. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 763 undefined on input line 77543. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 763 undefined on input line 77581. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 763 undefined on input line 77581. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule/add:lxc -network-acl-rule-add-md' on page 763 undefined on input line 77585. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule/add:lxc-netwo rk-acl-rule-add-md' on page 763 undefined on input line 77585. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule/remove: lxc-network-acl-rule-remove-md' on page 763 undefined on input line 77589. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule/remove:lxc-ne twork-acl-rule-remove-md' on page 763 undefined on input line 77589. LaTeX Warning: Reference `LastPage' on page 763 undefined on input line 77596. [763] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule:lxc-net work-acl-rule-md' on page 764 undefined on input line 77631. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule:lxc-network-a cl-rule-md' on page 764 undefined on input line 77631. LaTeX Warning: Reference `LastPage' on page 764 undefined on input line 77676. [764] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule:lxc-net work-acl-rule-md' on page 765 undefined on input line 77680. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule:lxc-network-a cl-rule-md' on page 765 undefined on input line 77680. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 765 undefined on input line 77733. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 765 undefined on input line 77733. LaTeX Warning: Reference `LastPage' on page 765 undefined on input line 77757. [765] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 766 undefined on input line 77775. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 766 undefined on input line 77775. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 766 undefined on input line 77817. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 766 undefined on input line 77817. LaTeX Warning: Reference `LastPage' on page 766 undefined on input line 77841. [766] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 767 undefined on input line 77866. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 767 undefined on input line 77866. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 767 undefined on input line 77908. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 767 undefined on input line 77908. LaTeX Warning: Reference `LastPage' on page 767 undefined on input line 77915. [767] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 768 undefined on input line 77950. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 768 undefined on input line 77950. LaTeX Warning: Reference `LastPage' on page 768 undefined on input line 77993. [768] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 769 undefined on input line 78011. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 769 undefined on input line 78011. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 769 undefined on input line 78053. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 769 undefined on input line 78053. LaTeX Warning: Reference `LastPage' on page 769 undefined on input line 78077. [769] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 770 undefined on input line 78095. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 770 undefined on input line 78095. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 770 undefined on input line 78137. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 770 undefined on input line 78137. LaTeX Warning: Reference `LastPage' on page 770 undefined on input line 78161. [770] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 771 undefined on input line 78179. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 771 undefined on input line 78179. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 771 undefined on input line 78221. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 771 undefined on input line 78221. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/create:l xc-network-forward-create-md' on page 771 undefined on input line 78225. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/create:lxc-net work-forward-create-md' on page 771 undefined on input line 78225. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/delete:l xc-network-forward-delete-md' on page 771 undefined on input line 78229. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/delete:lxc-net work-forward-delete-md' on page 771 undefined on input line 78229. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/edit:lxc -network-forward-edit-md' on page 771 undefined on input line 78233. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/edit:lxc-netwo rk-forward-edit-md' on page 771 undefined on input line 78233. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/get:lxc- network-forward-get-md' on page 771 undefined on input line 78237. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/get:lxc-networ k-forward-get-md' on page 771 undefined on input line 78237. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/list:lxc -network-forward-list-md' on page 771 undefined on input line 78241. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/list:lxc-netwo rk-forward-list-md' on page 771 undefined on input line 78241. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port:lxc -network-forward-port-md' on page 771 undefined on input line 78245. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port:lxc-netwo rk-forward-port-md' on page 771 undefined on input line 78245. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/set:lxc- network-forward-set-md' on page 771 undefined on input line 78249. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/set:lxc-networ k-forward-set-md' on page 771 undefined on input line 78249. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/show:lxc -network-forward-show-md' on page 771 undefined on input line 78253. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/show:lxc-netwo rk-forward-show-md' on page 771 undefined on input line 78253. LaTeX Warning: Reference `LastPage' on page 771 undefined on input line 78255. [771] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/unset:lx c-network-forward-unset-md' on page 772 undefined on input line 78257. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/unset:lxc-netw ork-forward-unset-md' on page 772 undefined on input line 78257. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 772 undefined on input line 78317. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 772 undefined on input line 78317. LaTeX Warning: Reference `LastPage' on page 772 undefined on input line 78330. [772] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 773 undefined on input line 78366. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 773 undefined on input line 78366. LaTeX Warning: Reference `LastPage' on page 773 undefined on input line 78411. [773] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 774 undefined on input line 78415. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 774 undefined on input line 78415. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 774 undefined on input line 78464. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 774 undefined on input line 78464. LaTeX Warning: Reference `LastPage' on page 774 undefined on input line 78495. [774] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 775 undefined on input line 78513. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 775 undefined on input line 78513. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 775 undefined on input line 78551. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 775 undefined on input line 78551. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port/add :lxc-network-forward-port-add-md' on page 775 undefined on input line 78555. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port/add:lxc-n etwork-forward-port-add-md' on page 775 undefined on input line 78555. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port/rem ove:lxc-network-forward-port-remove-md' on page 775 undefined on input line 785 59. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port/remove:lx c-network-forward-port-remove-md' on page 775 undefined on input line 78559. LaTeX Warning: Reference `LastPage' on page 775 undefined on input line 78580. [775] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port:lxc -network-forward-port-md' on page 776 undefined on input line 78608. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port:lxc-netwo rk-forward-port-md' on page 776 undefined on input line 78608. LaTeX Warning: Reference `LastPage' on page 776 undefined on input line 78654. [776] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port:lxc -network-forward-port-md' on page 777 undefined on input line 78658. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port:lxc-netwo rk-forward-port-md' on page 777 undefined on input line 78658. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 777 undefined on input line 78712. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 777 undefined on input line 78712. LaTeX Warning: Reference `LastPage' on page 777 undefined on input line 78736. [777] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 778 undefined on input line 78761. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 778 undefined on input line 78761. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 778 undefined on input line 78810. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 778 undefined on input line 78810. LaTeX Warning: Reference `LastPage' on page 778 undefined on input line 78817. [778] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 779 undefined on input line 78860. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 779 undefined on input line 78860. LaTeX Warning: Reference `LastPage' on page 779 undefined on input line 78902. [779] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 780 undefined on input line 78909. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 780 undefined on input line 78909. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 780 undefined on input line 78959. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 780 undefined on input line 78959. LaTeX Warning: Reference `LastPage' on page 780 undefined on input line 78972. [780] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 781 undefined on input line 79009. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 781 undefined on input line 79009. LaTeX Warning: Reference `LastPage' on page 781 undefined on input line 79051. [781] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 782 undefined on input line 79058. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 782 undefined on input line 79058. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 782 undefined on input line 79100. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 782 undefined on input line 79100. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend:lxc-network-load-balancer-backend-md' on page 782 undefined on input line 79104. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend: lxc-network-load-balancer-backend-md' on page 782 undefined on input line 79104 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/cr eate:lxc-network-load-balancer-create-md' on page 782 undefined on input line 7 9108. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/create:l xc-network-load-balancer-create-md' on page 782 undefined on input line 79108. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/de lete:lxc-network-load-balancer-delete-md' on page 782 undefined on input line 7 9112. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/delete:l xc-network-load-balancer-delete-md' on page 782 undefined on input line 79112. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ed it:lxc-network-load-balancer-edit-md' on page 782 undefined on input line 79116 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/edit:lxc -network-load-balancer-edit-md' on page 782 undefined on input line 79116. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ge t:lxc-network-load-balancer-get-md' on page 782 undefined on input line 79120. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/get:lxc- network-load-balancer-get-md' on page 782 undefined on input line 79120. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/li st:lxc-network-load-balancer-list-md' on page 782 undefined on input line 79124 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/list:lxc -network-load-balancer-list-md' on page 782 undefined on input line 79124. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt:lxc-network-load-balancer-port-md' on page 782 undefined on input line 79128 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port:lxc -network-load-balancer-port-md' on page 782 undefined on input line 79128. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/se t:lxc-network-load-balancer-set-md' on page 782 undefined on input line 79132. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/set:lxc- network-load-balancer-set-md' on page 782 undefined on input line 79132. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/sh ow:lxc-network-load-balancer-show-md' on page 782 undefined on input line 79136 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/show:lxc -network-load-balancer-show-md' on page 782 undefined on input line 79136. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/un set:lxc-network-load-balancer-unset-md' on page 782 undefined on input line 791 40. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/unset:lx c-network-load-balancer-unset-md' on page 782 undefined on input line 79140. LaTeX Warning: Reference `LastPage' on page 782 undefined on input line 79147. [782] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 783 undefined on input line 79178. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 783 undefined on input line 79178. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend/add:lxc-network-load-balancer-backend-add-md' on page 783 undefined on in put line 79182. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend/ add:lxc-network-load-balancer-backend-add-md' on page 783 undefined on input li ne 79182. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend/remove:lxc-network-load-balancer-backend-remove-md' on page 783 undefined on input line 79186. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend/ remove:lxc-network-load-balancer-backend-remove-md' on page 783 undefined on in put line 79186. LaTeX Warning: Reference `LastPage' on page 783 undefined on input line 79228. [783] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend:lxc-network-load-balancer-backend-md' on page 784 undefined on input line 79235. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend: lxc-network-load-balancer-backend-md' on page 784 undefined on input line 79235 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend:lxc-network-load-balancer-backend-md' on page 784 undefined on input line 79284. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend: lxc-network-load-balancer-backend-md' on page 784 undefined on input line 79284 . LaTeX Warning: Reference `LastPage' on page 784 undefined on input line 79308. [784] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 785 undefined on input line 79344. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 785 undefined on input line 79344. LaTeX Warning: Reference `LastPage' on page 785 undefined on input line 79386. [785] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 786 undefined on input line 79393. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 786 undefined on input line 79393. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 786 undefined on input line 79442. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 786 undefined on input line 79442. LaTeX Warning: Reference `LastPage' on page 786 undefined on input line 79463. [786] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 787 undefined on input line 79491. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 787 undefined on input line 79491. LaTeX Warning: Reference `LastPage' on page 787 undefined on input line 79536. [787] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 788 undefined on input line 79540. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 788 undefined on input line 79540. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 788 undefined on input line 79578. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 788 undefined on input line 79578. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt/add:lxc-network-load-balancer-port-add-md' on page 788 undefined on input li ne 79582. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port/add :lxc-network-load-balancer-port-add-md' on page 788 undefined on input line 795 82. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt/remove:lxc-network-load-balancer-port-remove-md' on page 788 undefined on in put line 79586. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port/rem ove:lxc-network-load-balancer-port-remove-md' on page 788 undefined on input li ne 79586. LaTeX Warning: Reference `LastPage' on page 788 undefined on input line 79628. [788] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt:lxc-network-load-balancer-port-md' on page 789 undefined on input line 79635 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port:lxc -network-load-balancer-port-md' on page 789 undefined on input line 79635. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt:lxc-network-load-balancer-port-md' on page 789 undefined on input line 79685 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port:lxc -network-load-balancer-port-md' on page 789 undefined on input line 79685. LaTeX Warning: Reference `LastPage' on page 789 undefined on input line 79698. [789] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 790 undefined on input line 79739. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 790 undefined on input line 79739. LaTeX Warning: Reference `LastPage' on page 790 undefined on input line 79781. [790] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 791 undefined on input line 79788. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 791 undefined on input line 79788. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 791 undefined on input line 79837. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 791 undefined on input line 79837. LaTeX Warning: Reference `LastPage' on page 791 undefined on input line 79850. [791] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 792 undefined on input line 79879. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 792 undefined on input line 79879. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/create:lxc- network-peer-create-md' on page 792 undefined on input line 79883. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/create:lxc-networ k-peer-create-md' on page 792 undefined on input line 79883. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/delete:lxc- network-peer-delete-md' on page 792 undefined on input line 79887. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/delete:lxc-networ k-peer-delete-md' on page 792 undefined on input line 79887. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/edit:lxc-ne twork-peer-edit-md' on page 792 undefined on input line 79891. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/edit:lxc-network- peer-edit-md' on page 792 undefined on input line 79891. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/get:lxc-net work-peer-get-md' on page 792 undefined on input line 79895. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/get:lxc-network-p eer-get-md' on page 792 undefined on input line 79895. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/list:lxc-ne twork-peer-list-md' on page 792 undefined on input line 79899. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/list:lxc-network- peer-list-md' on page 792 undefined on input line 79899. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/set:lxc-net work-peer-set-md' on page 792 undefined on input line 79903. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/set:lxc-network-p eer-set-md' on page 792 undefined on input line 79903. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/show:lxc-ne twork-peer-show-md' on page 792 undefined on input line 79907. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/show:lxc-network- peer-show-md' on page 792 undefined on input line 79907. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/unset:lxc-n etwork-peer-unset-md' on page 792 undefined on input line 79911. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/unset:lxc-network -peer-unset-md' on page 792 undefined on input line 79911. LaTeX Warning: Reference `LastPage' on page 792 undefined on input line 79946. [792] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 793 undefined on input line 79953. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 793 undefined on input line 79953. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 793 undefined on input line 79995. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 793 undefined on input line 79995. LaTeX Warning: Reference `LastPage' on page 793 undefined on input line 80019. [793] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 794 undefined on input line 80037. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 794 undefined on input line 80037. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 794 undefined on input line 80086. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 794 undefined on input line 80086. LaTeX Warning: Reference `LastPage' on page 794 undefined on input line 80099. [794] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 795 undefined on input line 80135. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 795 undefined on input line 80135. LaTeX Warning: Reference `LastPage' on page 795 undefined on input line 80181. [795] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 796 undefined on input line 80188. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 796 undefined on input line 80188. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 796 undefined on input line 80230. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 796 undefined on input line 80230. LaTeX Warning: Reference `LastPage' on page 796 undefined on input line 80261. [796] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 797 undefined on input line 80279. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 797 undefined on input line 80279. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 797 undefined on input line 80321. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 797 undefined on input line 80321. LaTeX Warning: Reference `LastPage' on page 797 undefined on input line 80344. [797] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 798 undefined on input line 80375. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 798 undefined on input line 80375. LaTeX Warning: Reference `LastPage' on page 798 undefined on input line 80420. [798] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 799 undefined on input line 80424. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 799 undefined on input line 80424. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 799 undefined on input line 80474. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 799 undefined on input line 80474. LaTeX Warning: Reference `LastPage' on page 799 undefined on input line 80509. [799] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 800 undefined on input line 80516. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 800 undefined on input line 80516. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/create:lxc- network-zone-create-md' on page 800 undefined on input line 80520. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/create:lxc-networ k-zone-create-md' on page 800 undefined on input line 80520. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/delete:lxc- network-zone-delete-md' on page 800 undefined on input line 80524. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/delete:lxc-networ k-zone-delete-md' on page 800 undefined on input line 80524. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/edit:lxc-ne twork-zone-edit-md' on page 800 undefined on input line 80528. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/edit:lxc-network- zone-edit-md' on page 800 undefined on input line 80528. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/get:lxc-net work-zone-get-md' on page 800 undefined on input line 80532. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/get:lxc-network-z one-get-md' on page 800 undefined on input line 80532. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/list:lxc-ne twork-zone-list-md' on page 800 undefined on input line 80536. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/list:lxc-network- zone-list-md' on page 800 undefined on input line 80536. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 800 undefined on input line 80540. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 800 undefined on input line 80540. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/set:lxc-net work-zone-set-md' on page 800 undefined on input line 80544. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/set:lxc-network-z one-set-md' on page 800 undefined on input line 80544. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/show:lxc-ne twork-zone-show-md' on page 800 undefined on input line 80548. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/show:lxc-network- zone-show-md' on page 800 undefined on input line 80548. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/unset:lxc-n etwork-zone-unset-md' on page 800 undefined on input line 80552. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/unset:lxc-network -zone-unset-md' on page 800 undefined on input line 80552. LaTeX Warning: Reference `LastPage' on page 800 undefined on input line 80597. [800] 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: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 801 undefined on input line 80646. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 801 undefined on input line 80646. LaTeX Warning: Reference `LastPage' on page 801 undefined on input line 80681. [801] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 802 undefined on input line 80688. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 802 undefined on input line 80688. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 802 undefined on input line 80737. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 802 undefined on input line 80737. LaTeX Warning: Reference `LastPage' on page 802 undefined on input line 80758. [802] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 803 undefined on input line 80787. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 803 undefined on input line 80787. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 803 undefined on input line 80829. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 803 undefined on input line 80829. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/crea te:lxc-network-zone-record-create-md' on page 803 undefined on input line 80833 . LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/create:lxc -network-zone-record-create-md' on page 803 undefined on input line 80833. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/dele te:lxc-network-zone-record-delete-md' on page 803 undefined on input line 80837 . LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/delete:lxc -network-zone-record-delete-md' on page 803 undefined on input line 80837. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/edit :lxc-network-zone-record-edit-md' on page 803 undefined on input line 80841. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/edit:lxc-n etwork-zone-record-edit-md' on page 803 undefined on input line 80841. LaTeX Warning: Reference `LastPage' on page 803 undefined on input line 80843. [803] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y:lxc-network-zone-record-entry-md' on page 804 undefined on input line 80845. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry:lxc- network-zone-record-entry-md' on page 804 undefined on input line 80845. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/get: lxc-network-zone-record-get-md' on page 804 undefined on input line 80849. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/get:lxc-ne twork-zone-record-get-md' on page 804 undefined on input line 80849. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/list :lxc-network-zone-record-list-md' on page 804 undefined on input line 80853. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/list:lxc-n etwork-zone-record-list-md' on page 804 undefined on input line 80853. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/set: lxc-network-zone-record-set-md' on page 804 undefined on input line 80857. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/set:lxc-ne twork-zone-record-set-md' on page 804 undefined on input line 80857. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/show :lxc-network-zone-record-show-md' on page 804 undefined on input line 80861. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/show:lxc-n etwork-zone-record-show-md' on page 804 undefined on input line 80861. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/unse t:lxc-network-zone-record-unset-md' on page 804 undefined on input line 80865. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/unset:lxc- network-zone-record-unset-md' on page 804 undefined on input line 80865. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 804 undefined on input line 80917. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 804 undefined on input line 80917. LaTeX Warning: Reference `LastPage' on page 804 undefined on input line 80924. [804] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 805 undefined on input line 80959. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 805 undefined on input line 80959. LaTeX Warning: Reference `LastPage' on page 805 undefined on input line 80997. [805] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 806 undefined on input line 81001. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 806 undefined on input line 81001. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 806 undefined on input line 81039. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 806 undefined on input line 81039. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y/add:lxc-network-zone-record-entry-add-md' on page 806 undefined on input line 81043. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry/add: lxc-network-zone-record-entry-add-md' on page 806 undefined on input line 81043 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y/remove:lxc-network-zone-record-entry-remove-md' on page 806 undefined on inpu t line 81047. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry/remo ve:lxc-network-zone-record-entry-remove-md' on page 806 undefined on input line 81047. LaTeX Warning: Reference `LastPage' on page 806 undefined on input line 81089. [806] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y:lxc-network-zone-record-entry-md' on page 807 undefined on input line 81096. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry:lxc- network-zone-record-entry-md' on page 807 undefined on input line 81096. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y:lxc-network-zone-record-entry-md' on page 807 undefined on input line 81138. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry:lxc- network-zone-record-entry-md' on page 807 undefined on input line 81138. LaTeX Warning: Reference `LastPage' on page 807 undefined on input line 81162. [807] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 808 undefined on input line 81187. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 808 undefined on input line 81187. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 808 undefined on input line 81236. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 808 undefined on input line 81236. LaTeX Warning: Reference `LastPage' on page 808 undefined on input line 81243. [808] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 809 undefined on input line 81285. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 809 undefined on input line 81285. LaTeX Warning: Reference `LastPage' on page 809 undefined on input line 81323. [809] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 810 undefined on input line 81327. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 810 undefined on input line 81327. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 810 undefined on input line 81376. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 810 undefined on input line 81376. LaTeX Warning: Reference `LastPage' on page 810 undefined on input line 81404. [810] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 811 undefined on input line 81429. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 811 undefined on input line 81429. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 811 undefined on input line 81471. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 811 undefined on input line 81471. LaTeX Warning: Reference `LastPage' on page 811 undefined on input line 81484. [811] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 812 undefined on input line 81520. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 812 undefined on input line 81520. LaTeX Warning: Reference `LastPage' on page 812 undefined on input line 81558. [812] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 813 unde fined on input line 81562. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 813 undefined on input line 81562. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation/delete:lxc-ope ration-delete-md' on page 813 undefined on input line 81566. LaTeX Warning: Reference `reference/manpages/lxc/operation/delete:lxc-operation -delete-md' on page 813 undefined on input line 81566. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation/list:lxc-opera tion-list-md' on page 813 undefined on input line 81570. LaTeX Warning: Reference `reference/manpages/lxc/operation/list:lxc-operation-l ist-md' on page 813 undefined on input line 81570. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation/show:lxc-opera tion-show-md' on page 813 undefined on input line 81574. LaTeX Warning: Reference `reference/manpages/lxc/operation/show:lxc-operation-s how-md' on page 813 undefined on input line 81574. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation:lxc-operation- md' on page 813 undefined on input line 81616. LaTeX Warning: Reference `reference/manpages/lxc/operation:lxc-operation-md' on page 813 undefined on input line 81616. LaTeX Warning: Reference `LastPage' on page 813 undefined on input line 81648. [813] LaTeX Warning: Hyper reference `reference/manpages/lxc/operation:lxc-operation- md' on page 814 undefined on input line 81666. LaTeX Warning: Reference `reference/manpages/lxc/operation:lxc-operation-md' on page 814 undefined on input line 81666. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation:lxc-operation- md' on page 814 undefined on input line 81716. LaTeX Warning: Reference `reference/manpages/lxc/operation:lxc-operation-md' on page 814 undefined on input line 81716. LaTeX Warning: Reference `LastPage' on page 814 undefined on input line 81723. [814] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 815 unde fined on input line 81765. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 815 undefined on input line 81765. LaTeX Warning: Reference `LastPage' on page 815 undefined on input line 81803. [815] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 816 unde fined on input line 81807. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 816 undefined on input line 81807. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/add:lxc-profile- add-md' on page 816 undefined on input line 81811. LaTeX Warning: Reference `reference/manpages/lxc/profile/add:lxc-profile-add-md ' on page 816 undefined on input line 81811. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/assign:lxc-profi le-assign-md' on page 816 undefined on input line 81815. LaTeX Warning: Reference `reference/manpages/lxc/profile/assign:lxc-profile-ass ign-md' on page 816 undefined on input line 81815. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/copy:lxc-profile -copy-md' on page 816 undefined on input line 81819. LaTeX Warning: Reference `reference/manpages/lxc/profile/copy:lxc-profile-copy- md' on page 816 undefined on input line 81819. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/create:lxc-profi le-create-md' on page 816 undefined on input line 81823. LaTeX Warning: Reference `reference/manpages/lxc/profile/create:lxc-profile-cre ate-md' on page 816 undefined on input line 81823. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/delete:lxc-profi le-delete-md' on page 816 undefined on input line 81827. LaTeX Warning: Reference `reference/manpages/lxc/profile/delete:lxc-profile-del ete-md' on page 816 undefined on input line 81827. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 816 undefined on input line 81831. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 816 undefined on input line 81831. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/edit:lxc-profile -edit-md' on page 816 undefined on input line 81835. LaTeX Warning: Reference `reference/manpages/lxc/profile/edit:lxc-profile-edit- md' on page 816 undefined on input line 81835. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/get:lxc-profile- get-md' on page 816 undefined on input line 81839. LaTeX Warning: Reference `reference/manpages/lxc/profile/get:lxc-profile-get-md ' on page 816 undefined on input line 81839. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/list:lxc-profile -list-md' on page 816 undefined on input line 81843. LaTeX Warning: Reference `reference/manpages/lxc/profile/list:lxc-profile-list- md' on page 816 undefined on input line 81843. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/remove:lxc-profi le-remove-md' on page 816 undefined on input line 81847. LaTeX Warning: Reference `reference/manpages/lxc/profile/remove:lxc-profile-rem ove-md' on page 816 undefined on input line 81847. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/rename:lxc-profi le-rename-md' on page 816 undefined on input line 81851. LaTeX Warning: Reference `reference/manpages/lxc/profile/rename:lxc-profile-ren ame-md' on page 816 undefined on input line 81851. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/set:lxc-profile- set-md' on page 816 undefined on input line 81855. LaTeX Warning: Reference `reference/manpages/lxc/profile/set:lxc-profile-set-md ' on page 816 undefined on input line 81855. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/show:lxc-profile -show-md' on page 816 undefined on input line 81859. LaTeX Warning: Reference `reference/manpages/lxc/profile/show:lxc-profile-show- md' on page 816 undefined on input line 81859. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/unset:lxc-profil e-unset-md' on page 816 undefined on input line 81863. LaTeX Warning: Reference `reference/manpages/lxc/profile/unset:lxc-profile-unse t-md' on page 816 undefined on input line 81863. LaTeX Warning: Reference `LastPage' on page 816 undefined on input line 81901. [816] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 817 undefined on input line 81905. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 817 undefined on input line 81905. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 817 undefined on input line 81961. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 817 undefined on input line 81961. LaTeX Warning: Reference `LastPage' on page 817 undefined on input line 81985. [817] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 818 undefined on input line 82011. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 818 undefined on input line 82011. LaTeX Warning: Reference `LastPage' on page 818 undefined on input line 82059. [818] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 819 undefined on input line 82063. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 819 undefined on input line 82063. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 819 undefined on input line 82105. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 819 undefined on input line 82105. LaTeX Warning: Reference `LastPage' on page 819 undefined on input line 82143. [819] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 820 undefined on input line 82147. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 820 undefined on input line 82147. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/add:lxc-p rofile-device-add-md' on page 820 undefined on input line 82151. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/add:lxc-profile -device-add-md' on page 820 undefined on input line 82151. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/get:lxc-p rofile-device-get-md' on page 820 undefined on input line 82155. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/get:lxc-profile -device-get-md' on page 820 undefined on input line 82155. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/list:lxc- profile-device-list-md' on page 820 undefined on input line 82159. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/list:lxc-profil e-device-list-md' on page 820 undefined on input line 82159. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/remove:lx c-profile-device-remove-md' on page 820 undefined on input line 82163. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/remove:lxc-prof ile-device-remove-md' on page 820 undefined on input line 82163. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/set:lxc-p rofile-device-set-md' on page 820 undefined on input line 82167. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/set:lxc-profile -device-set-md' on page 820 undefined on input line 82167. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/show:lxc- profile-device-show-md' on page 820 undefined on input line 82171. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/show:lxc-profil e-device-show-md' on page 820 undefined on input line 82171. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/unset:lxc -profile-device-unset-md' on page 820 undefined on input line 82175. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/unset:lxc-profi le-device-unset-md' on page 820 undefined on input line 82175. LaTeX Warning: Reference `LastPage' on page 820 undefined on input line 82224. [820] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 821 undefined on input line 82228. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 821 undefined on input line 82228. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 821 undefined on input line 82270. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 821 undefined on input line 82270. LaTeX Warning: Reference `LastPage' on page 821 undefined on input line 82308. [821] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 822 undefined on input line 82312. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 822 undefined on input line 82312. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 822 undefined on input line 82354. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 822 undefined on input line 82354. LaTeX Warning: Reference `LastPage' on page 822 undefined on input line 82393. [822] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 823 undefined on input line 82400. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 823 undefined on input line 82400. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 823 undefined on input line 82442. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 823 undefined on input line 82442. LaTeX Warning: Reference `LastPage' on page 823 undefined on input line 82477. [823] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 824 undefined on input line 82484. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 824 undefined on input line 82484. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 824 undefined on input line 82534. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 824 undefined on input line 82534. LaTeX Warning: Reference `LastPage' on page 824 undefined on input line 82555. [824] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 825 undefined on input line 82583. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 825 undefined on input line 82583. LaTeX Warning: Reference `LastPage' on page 825 undefined on input line 82641. [825] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 826 undefined on input line 82648. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 826 undefined on input line 82648. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 826 undefined on input line 82690. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 826 undefined on input line 82690. LaTeX Warning: Reference `LastPage' on page 826 undefined on input line 82714. [826] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 827 undefined on input line 82732. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 827 undefined on input line 82732. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 827 undefined on input line 82785. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 827 undefined on input line 82785. LaTeX Warning: Reference `LastPage' on page 827 undefined on input line 82792. [827] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 828 undefined on input line 82827. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 828 undefined on input line 82827. LaTeX Warning: Reference `LastPage' on page 828 undefined on input line 82872. [828] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 829 undefined on input line 82876. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 829 undefined on input line 82876. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 829 unde fined on input line 82918. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 829 undefined on input line 82918. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/create:lxc-proje ct-create-md' on page 829 undefined on input line 82922. LaTeX Warning: Reference `reference/manpages/lxc/project/create:lxc-project-cre ate-md' on page 829 undefined on input line 82922. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/delete:lxc-proje ct-delete-md' on page 829 undefined on input line 82926. LaTeX Warning: Reference `reference/manpages/lxc/project/delete:lxc-project-del ete-md' on page 829 undefined on input line 82926. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/edit:lxc-project -edit-md' on page 829 undefined on input line 82930. LaTeX Warning: Reference `reference/manpages/lxc/project/edit:lxc-project-edit- md' on page 829 undefined on input line 82930. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/get:lxc-project- get-md' on page 829 undefined on input line 82934. LaTeX Warning: Reference `reference/manpages/lxc/project/get:lxc-project-get-md ' on page 829 undefined on input line 82934. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/info:lxc-project -info-md' on page 829 undefined on input line 82938. LaTeX Warning: Reference `reference/manpages/lxc/project/info:lxc-project-info- md' on page 829 undefined on input line 82938. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/list:lxc-project -list-md' on page 829 undefined on input line 82942. LaTeX Warning: Reference `reference/manpages/lxc/project/list:lxc-project-list- md' on page 829 undefined on input line 82942. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/rename:lxc-proje ct-rename-md' on page 829 undefined on input line 82946. LaTeX Warning: Reference `reference/manpages/lxc/project/rename:lxc-project-ren ame-md' on page 829 undefined on input line 82946. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/set:lxc-project- set-md' on page 829 undefined on input line 82950. LaTeX Warning: Reference `reference/manpages/lxc/project/set:lxc-project-set-md ' on page 829 undefined on input line 82950. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/show:lxc-project -show-md' on page 829 undefined on input line 82954. LaTeX Warning: Reference `reference/manpages/lxc/project/show:lxc-project-show- md' on page 829 undefined on input line 82954. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/switch:lxc-proje ct-switch-md' on page 829 undefined on input line 82958. LaTeX Warning: Reference `reference/manpages/lxc/project/switch:lxc-project-swi tch-md' on page 829 undefined on input line 82958. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/unset:lxc-projec t-unset-md' on page 829 undefined on input line 82962. LaTeX Warning: Reference `reference/manpages/lxc/project/unset:lxc-project-unse t-md' on page 829 undefined on input line 82962. LaTeX Warning: Reference `LastPage' on page 829 undefined on input line 82975. [829] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 830 undefined on input line 83023. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 830 undefined on input line 83023. LaTeX Warning: Reference `LastPage' on page 830 undefined on input line 83047. [830] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 831 undefined on input line 83065. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 831 undefined on input line 83065. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 831 undefined on input line 83115. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 831 undefined on input line 83115. LaTeX Warning: Reference `LastPage' on page 831 undefined on input line 83122. [831] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 832 undefined on input line 83164. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 832 undefined on input line 83164. LaTeX Warning: Reference `LastPage' on page 832 undefined on input line 83206. [832] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 833 undefined on input line 83213. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 833 undefined on input line 83213. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 833 undefined on input line 83262. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 833 undefined on input line 83262. LaTeX Warning: Reference `LastPage' on page 833 undefined on input line 83283. [833] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 834 undefined on input line 83304. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 834 undefined on input line 83304. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 834 undefined on input line 83357. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 834 undefined on input line 83357. LaTeX Warning: Reference `LastPage' on page 834 undefined on input line 83364. [834] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 835 undefined on input line 83399. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 835 undefined on input line 83399. LaTeX Warning: Reference `LastPage' on page 835 undefined on input line 83437. [835] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 836 undefined on input line 83441. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 836 undefined on input line 83441. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 836 undefined on input line 83490. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 836 undefined on input line 83490. LaTeX Warning: Reference `LastPage' on page 836 undefined on input line 83523. [836] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 837 unde fined on input line 83544. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 837 undefined on input line 83544. LaTeX Warning: Reference `LastPage' on page 837 undefined on input line 83597. [837] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 838 unde fined on input line 83604. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 838 undefined on input line 83604. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 838 unde fined on input line 83654. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 838 undefined on input line 83654. LaTeX Warning: Reference `LastPage' on page 838 undefined on input line 83667. [838] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 839 unde fined on input line 83696. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 839 undefined on input line 83696. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/add:lxc-remote-ad d-md' on page 839 undefined on input line 83700. LaTeX Warning: Reference `reference/manpages/lxc/remote/add:lxc-remote-add-md' on page 839 undefined on input line 83700. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/get-default:lxc-r emote-get-default-md' on page 839 undefined on input line 83704. LaTeX Warning: Reference `reference/manpages/lxc/remote/get-default:lxc-remote- get-default-md' on page 839 undefined on input line 83704. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/list:lxc-remote-l ist-md' on page 839 undefined on input line 83708. LaTeX Warning: Reference `reference/manpages/lxc/remote/list:lxc-remote-list-md ' on page 839 undefined on input line 83708. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/remove:lxc-remote -remove-md' on page 839 undefined on input line 83712. LaTeX Warning: Reference `reference/manpages/lxc/remote/remove:lxc-remote-remov e-md' on page 839 undefined on input line 83712. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/rename:lxc-remote -rename-md' on page 839 undefined on input line 83716. LaTeX Warning: Reference `reference/manpages/lxc/remote/rename:lxc-remote-renam e-md' on page 839 undefined on input line 83716. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/set-url:lxc-remot e-set-url-md' on page 839 undefined on input line 83720. LaTeX Warning: Reference `reference/manpages/lxc/remote/set-url:lxc-remote-set- url-md' on page 839 undefined on input line 83720. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/switch:lxc-remote -switch-md' on page 839 undefined on input line 83724. LaTeX Warning: Reference `reference/manpages/lxc/remote/switch:lxc-remote-switc h-md' on page 839 undefined on input line 83724. Underfull \hbox (badness 5622) in paragraph at lines 83746--83749 []\TU/Ubuntu(0)/m/sc/10.95 Basic authentication can be used when combined with the “simplestreams” proto- LaTeX Warning: Reference `LastPage' on page 839 undefined on input line 83755. [839] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 840 undefined on input line 83785. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 840 undefined on input line 83785. LaTeX Warning: Reference `LastPage' on page 840 undefined on input line 83823. [840] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 841 undefined on input line 83827. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 841 undefined on input line 83827. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 841 undefined on input line 83876. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 841 undefined on input line 83876. LaTeX Warning: Reference `LastPage' on page 841 undefined on input line 83911. [841] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 842 undefined on input line 83918. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 842 undefined on input line 83918. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 842 undefined on input line 83960. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 842 undefined on input line 83960. LaTeX Warning: Reference `LastPage' on page 842 undefined on input line 83995. [842] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 843 undefined on input line 84002. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 843 undefined on input line 84002. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 843 undefined on input line 84044. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 843 undefined on input line 84044. LaTeX Warning: Reference `LastPage' on page 843 undefined on input line 84068. [843] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 844 unde fined on input line 84086. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 844 undefined on input line 84086. LaTeX Warning: Reference `LastPage' on page 844 undefined on input line 84137. [844] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 845 unde fined on input line 84141. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 845 undefined on input line 84141. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 845 unde fined on input line 84204. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 845 undefined on input line 84204. LaTeX Warning: Reference `LastPage' on page 845 undefined on input line 84217. [845] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 846 unde fined on input line 84270. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 846 undefined on input line 84270. LaTeX Warning: Reference `LastPage' on page 846 undefined on input line 84294. [846] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 847 unde fined on input line 84321. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 847 undefined on input line 84321. LaTeX Warning: Reference `LastPage' on page 847 undefined on input line 84367. [847] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 848 unde fined on input line 84374. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 848 undefined on input line 84374. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 848 unde fined on input line 84416. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 848 undefined on input line 84416. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 848 undefined on input line 84420. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 848 undefined on input line 84420. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/create:lxc-stora ge-create-md' on page 848 undefined on input line 84424. LaTeX Warning: Reference `reference/manpages/lxc/storage/create:lxc-storage-cre ate-md' on page 848 undefined on input line 84424. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/delete:lxc-stora ge-delete-md' on page 848 undefined on input line 84428. LaTeX Warning: Reference `reference/manpages/lxc/storage/delete:lxc-storage-del ete-md' on page 848 undefined on input line 84428. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/edit:lxc-storage -edit-md' on page 848 undefined on input line 84432. LaTeX Warning: Reference `reference/manpages/lxc/storage/edit:lxc-storage-edit- md' on page 848 undefined on input line 84432. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/get:lxc-storage- get-md' on page 848 undefined on input line 84436. LaTeX Warning: Reference `reference/manpages/lxc/storage/get:lxc-storage-get-md ' on page 848 undefined on input line 84436. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/info:lxc-storage -info-md' on page 848 undefined on input line 84440. LaTeX Warning: Reference `reference/manpages/lxc/storage/info:lxc-storage-info- md' on page 848 undefined on input line 84440. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/list:lxc-storage -list-md' on page 848 undefined on input line 84444. LaTeX Warning: Reference `reference/manpages/lxc/storage/list:lxc-storage-list- md' on page 848 undefined on input line 84444. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/set:lxc-storage- set-md' on page 848 undefined on input line 84448. LaTeX Warning: Reference `reference/manpages/lxc/storage/set:lxc-storage-set-md ' on page 848 undefined on input line 84448. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/show:lxc-storage -show-md' on page 848 undefined on input line 84452. LaTeX Warning: Reference `reference/manpages/lxc/storage/show:lxc-storage-show- md' on page 848 undefined on input line 84452. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/unset:lxc-storag e-unset-md' on page 848 undefined on input line 84456. LaTeX Warning: Reference `reference/manpages/lxc/storage/unset:lxc-storage-unse t-md' on page 848 undefined on input line 84456. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 848 undefined on input line 84460. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 848 undefined on input line 84460. LaTeX Warning: Reference `LastPage' on page 848 undefined on input line 84467. [848] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 849 undefined on input line 84502. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 849 undefined on input line 84502. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/create:lx c-storage-bucket-create-md' on page 849 undefined on input line 84506. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/create:lxc-stor age-bucket-create-md' on page 849 undefined on input line 84506. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/delete:lx c-storage-bucket-delete-md' on page 849 undefined on input line 84510. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/delete:lxc-stor age-bucket-delete-md' on page 849 undefined on input line 84510. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/edit:lxc- storage-bucket-edit-md' on page 849 undefined on input line 84514. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/edit:lxc-storag e-bucket-edit-md' on page 849 undefined on input line 84514. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/get:lxc-s torage-bucket-get-md' on page 849 undefined on input line 84518. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/get:lxc-storage -bucket-get-md' on page 849 undefined on input line 84518. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 849 undefined on input line 84522. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 849 undefined on input line 84522. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/list:lxc- storage-bucket-list-md' on page 849 undefined on input line 84526. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/list:lxc-storag e-bucket-list-md' on page 849 undefined on input line 84526. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/set:lxc-s torage-bucket-set-md' on page 849 undefined on input line 84530. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/set:lxc-storage -bucket-set-md' on page 849 undefined on input line 84530. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/show:lxc- storage-bucket-show-md' on page 849 undefined on input line 84534. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/show:lxc-storag e-bucket-show-md' on page 849 undefined on input line 84534. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/unset:lxc -storage-bucket-unset-md' on page 849 undefined on input line 84538. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/unset:lxc-stora ge-bucket-unset-md' on page 849 undefined on input line 84538. LaTeX Warning: Reference `LastPage' on page 849 undefined on input line 84562. [849] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 850 undefined on input line 84598. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 850 undefined on input line 84598. LaTeX Warning: Reference `LastPage' on page 850 undefined on input line 84640. [850] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 851 undefined on input line 84647. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 851 undefined on input line 84647. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 851 undefined on input line 84704. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 851 undefined on input line 84704. LaTeX Warning: Reference `LastPage' on page 851 undefined on input line 84711. [851] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 852 undefined on input line 84754. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 852 undefined on input line 84754. LaTeX Warning: Reference `LastPage' on page 852 undefined on input line 84792. [852] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 853 undefined on input line 84796. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 853 undefined on input line 84796. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/creat e:lxc-storage-bucket-key-create-md' on page 853 undefined on input line 84800. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/create:lxc- storage-bucket-key-create-md' on page 853 undefined on input line 84800. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/delet e:lxc-storage-bucket-key-delete-md' on page 853 undefined on input line 84804. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/delete:lxc- storage-bucket-key-delete-md' on page 853 undefined on input line 84804. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/edit: lxc-storage-bucket-key-edit-md' on page 853 undefined on input line 84808. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/edit:lxc-st orage-bucket-key-edit-md' on page 853 undefined on input line 84808. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/list: lxc-storage-bucket-key-list-md' on page 853 undefined on input line 84812. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/list:lxc-st orage-bucket-key-list-md' on page 853 undefined on input line 84812. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/show: lxc-storage-bucket-key-show-md' on page 853 undefined on input line 84816. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/show:lxc-st orage-bucket-key-show-md' on page 853 undefined on input line 84816. LaTeX Warning: Reference `LastPage' on page 853 undefined on input line 84875. [853] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 854 undefined on input line 84879. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 854 undefined on input line 84879. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 854 undefined on input line 84928. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 854 undefined on input line 84928. LaTeX Warning: Reference `LastPage' on page 854 undefined on input line 84960. [854] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 855 undefined on input line 84985. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 855 undefined on input line 84985. LaTeX Warning: Reference `LastPage' on page 855 undefined on input line 85031. [855] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 856 undefined on input line 85035. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 856 undefined on input line 85035. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 856 undefined on input line 85092. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 856 undefined on input line 85092. LaTeX Warning: Reference `LastPage' on page 856 undefined on input line 85116. [856] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 857 undefined on input line 85141. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 857 undefined on input line 85141. LaTeX Warning: Reference `LastPage' on page 857 undefined on input line 85191. [857] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 858 undefined on input line 85195. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 858 undefined on input line 85195. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 858 undefined on input line 85252. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 858 undefined on input line 85252. LaTeX Warning: Reference `LastPage' on page 858 undefined on input line 85276. [858] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 859 undefined on input line 85302. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 859 undefined on input line 85302. LaTeX Warning: Reference `LastPage' on page 859 undefined on input line 85355. [859] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 860 undefined on input line 85362. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 860 undefined on input line 85362. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 860 undefined on input line 85404. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 860 undefined on input line 85404. LaTeX Warning: Reference `LastPage' on page 860 undefined on input line 85436. [860] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 861 undefined on input line 85454. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 861 undefined on input line 85454. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 861 undefined on input line 85504. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 861 undefined on input line 85504. LaTeX Warning: Reference `LastPage' on page 861 undefined on input line 85511. [861] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 862 undefined on input line 85554. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 862 undefined on input line 85554. LaTeX Warning: Reference `LastPage' on page 862 undefined on input line 85596. [862] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 863 undefined on input line 85603. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 863 undefined on input line 85603. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 863 undefined on input line 85657. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 863 undefined on input line 85657. LaTeX Warning: Reference `LastPage' on page 863 undefined on input line 85670. [863] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 864 undefined on input line 85707. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 864 undefined on input line 85707. LaTeX Warning: Reference `LastPage' on page 864 undefined on input line 85750. [864] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 865 undefined on input line 85757. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 865 undefined on input line 85757. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 865 undefined on input line 85802. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 865 undefined on input line 85802. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/attach:lx c-storage-volume-attach-md' on page 865 undefined on input line 85806. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/attach:lxc-stor age-volume-attach-md' on page 865 undefined on input line 85806. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/attach-pr ofile:lxc-storage-volume-attach-profile-md' on page 865 undefined on input line 85810. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/attach-profile: lxc-storage-volume-attach-profile-md' on page 865 undefined on input line 85810 . LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/copy:lxc- storage-volume-copy-md' on page 865 undefined on input line 85814. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/copy:lxc-storag e-volume-copy-md' on page 865 undefined on input line 85814. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/create:lx c-storage-volume-create-md' on page 865 undefined on input line 85818. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/create:lxc-stor age-volume-create-md' on page 865 undefined on input line 85818. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/delete:lx c-storage-volume-delete-md' on page 865 undefined on input line 85822. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/delete:lxc-stor age-volume-delete-md' on page 865 undefined on input line 85822. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/detach:lx c-storage-volume-detach-md' on page 865 undefined on input line 85826. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/detach:lxc-stor age-volume-detach-md' on page 865 undefined on input line 85826. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/detach-pr ofile:lxc-storage-volume-detach-profile-md' on page 865 undefined on input line 85830. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/detach-profile: lxc-storage-volume-detach-profile-md' on page 865 undefined on input line 85830 . LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/edit:lxc- storage-volume-edit-md' on page 865 undefined on input line 85834. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/edit:lxc-storag e-volume-edit-md' on page 865 undefined on input line 85834. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/export:lx c-storage-volume-export-md' on page 865 undefined on input line 85838. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/export:lxc-stor age-volume-export-md' on page 865 undefined on input line 85838. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/get:lxc-s torage-volume-get-md' on page 865 undefined on input line 85842. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/get:lxc-storage -volume-get-md' on page 865 undefined on input line 85842. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/import:lx c-storage-volume-import-md' on page 865 undefined on input line 85846. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/import:lxc-stor age-volume-import-md' on page 865 undefined on input line 85846. LaTeX Warning: Reference `LastPage' on page 865 undefined on input line 85848. [865] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/info:lxc- storage-volume-info-md' on page 866 undefined on input line 85850. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/info:lxc-storag e-volume-info-md' on page 866 undefined on input line 85850. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/list:lxc- storage-volume-list-md' on page 866 undefined on input line 85854. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/list:lxc-storag e-volume-list-md' on page 866 undefined on input line 85854. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/move:lxc- storage-volume-move-md' on page 866 undefined on input line 85858. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/move:lxc-storag e-volume-move-md' on page 866 undefined on input line 85858. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/rename:lx c-storage-volume-rename-md' on page 866 undefined on input line 85862. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/rename:lxc-stor age-volume-rename-md' on page 866 undefined on input line 85862. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/restore:l xc-storage-volume-restore-md' on page 866 undefined on input line 85866. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/restore:lxc-sto rage-volume-restore-md' on page 866 undefined on input line 85866. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/set:lxc-s torage-volume-set-md' on page 866 undefined on input line 85870. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/set:lxc-storage -volume-set-md' on page 866 undefined on input line 85870. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/show:lxc- storage-volume-show-md' on page 866 undefined on input line 85874. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/show:lxc-storag e-volume-show-md' on page 866 undefined on input line 85874. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/snapshot: lxc-storage-volume-snapshot-md' on page 866 undefined on input line 85878. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/snapshot:lxc-st orage-volume-snapshot-md' on page 866 undefined on input line 85878. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/unset:lxc -storage-volume-unset-md' on page 866 undefined on input line 85882. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/unset:lxc-stora ge-volume-unset-md' on page 866 undefined on input line 85882. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 866 undefined on input line 85927. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 866 undefined on input line 85927. LaTeX Warning: Reference `LastPage' on page 866 undefined on input line 85940. [866] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 867 undefined on input line 85972. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 867 undefined on input line 85972. LaTeX Warning: Reference `LastPage' on page 867 undefined on input line 86019. [867] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 868 undefined on input line 86026. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 868 undefined on input line 86026. LaTeX Warning: Reference `LastPage' on page 868 undefined on input line 86082. [868] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 869 undefined on input line 86086. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 869 undefined on input line 86086. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 869 undefined on input line 86135. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 869 undefined on input line 86135. LaTeX Warning: Reference `LastPage' on page 869 undefined on input line 86170. [869] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 870 undefined on input line 86177. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 870 undefined on input line 86177. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 870 undefined on input line 86219. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 870 undefined on input line 86219. LaTeX Warning: Reference `LastPage' on page 870 undefined on input line 86243. [870] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 871 undefined on input line 86279. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 871 undefined on input line 86279. LaTeX Warning: Reference `LastPage' on page 871 undefined on input line 86313. [871] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 872 undefined on input line 86331. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 872 undefined on input line 86331. LaTeX Warning: Reference `LastPage' on page 872 undefined on input line 86379. [872] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 873 undefined on input line 86397. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 873 undefined on input line 86397. LaTeX Warning: Reference `LastPage' on page 873 undefined on input line 86451. [873] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 874 undefined on input line 86455. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 874 undefined on input line 86455. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 874 undefined on input line 86518. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 874 undefined on input line 86518. LaTeX Warning: Reference `LastPage' on page 874 undefined on input line 86531. [874] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 875 undefined on input line 86586. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 875 undefined on input line 86586. LaTeX Warning: Reference `LastPage' on page 875 undefined on input line 86617. [875] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 876 undefined on input line 86638. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 876 undefined on input line 86638. LaTeX Warning: Reference `LastPage' on page 876 undefined on input line 86683. [876] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 877 undefined on input line 86687. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 877 undefined on input line 86687. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 877 undefined on input line 86736. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 877 undefined on input line 86736. LaTeX Warning: Reference `LastPage' on page 877 undefined on input line 86764. [877] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 878 undefined on input line 86804. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 878 undefined on input line 86804. LaTeX Warning: Reference `LastPage' on page 878 undefined on input line 86844. [878] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 879 undefined on input line 86872. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 879 undefined on input line 86872. LaTeX Warning: Reference `LastPage' on page 879 undefined on input line 86904. [879] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 880 undefined on input line 86934. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 880 undefined on input line 86934. LaTeX Warning: Reference `LastPage' on page 880 undefined on input line 86972. [880] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 881 undefined on input line 86998. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 881 undefined on input line 86998. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 881 unde fined on input line 87040. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 881 undefined on input line 87040. LaTeX Warning: Reference `LastPage' on page 881 undefined on input line 87047. [881] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 882 unde fined on input line 87082. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 882 undefined on input line 87082. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/acknowledge:lxc- warning-acknowledge-md' on page 882 undefined on input line 87086. LaTeX Warning: Reference `reference/manpages/lxc/warning/acknowledge:lxc-warnin g-acknowledge-md' on page 882 undefined on input line 87086. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/delete:lxc-warni ng-delete-md' on page 882 undefined on input line 87090. LaTeX Warning: Reference `reference/manpages/lxc/warning/delete:lxc-warning-del ete-md' on page 882 undefined on input line 87090. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/list:lxc-warning -list-md' on page 882 undefined on input line 87094. LaTeX Warning: Reference `reference/manpages/lxc/warning/list:lxc-warning-list- md' on page 882 undefined on input line 87094. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/show:lxc-warning -show-md' on page 882 undefined on input line 87098. LaTeX Warning: Reference `reference/manpages/lxc/warning/show:lxc-warning-show- md' on page 882 undefined on input line 87098. LaTeX Warning: Reference `LastPage' on page 882 undefined on input line 87133. [882] LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 883 undefined on input line 87140. LaTeX Warning: Reference `reference/manpages/lxc/warning:lxc-warning-md' on pag e 883 undefined on input line 87140. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 883 undefined on input line 87189. LaTeX Warning: Reference `reference/manpages/lxc/warning:lxc-warning-md' on pag e 883 undefined on input line 87189. LaTeX Warning: Reference `LastPage' on page 883 undefined on input line 87219. [883] LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 884 undefined on input line 87263. LaTeX Warning: Reference `reference/manpages/lxc/warning:lxc-warning-md' on pag e 884 undefined on input line 87263. LaTeX Warning: Reference `LastPage' on page 884 undefined on input line 87298. [884] LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 885 undefined on input line 87305. LaTeX Warning: Reference `reference/manpages/lxc/warning:lxc-warning-md' on pag e 885 undefined on input line 87305. Overfull \hbox (45.42271pt too wide) in paragraph at lines 87395--87395 []\TU/UbuntuMono(0)/m/n/10.95 LXD_INSECURE_TLS| Overfull \hbox (12.57272pt too wide) in paragraph at lines 87395--87395 []\TU/UbuntuMono(0)/m/n/10.95 http_proxy| Overfull \hbox (18.04773pt too wide) in paragraph at lines 87395--87395 []\TU/UbuntuMono(0)/m/n/10.95 https_proxy| Overfull \hbox (1.62273pt too wide) in paragraph at lines 87395--87395 []\TU/UbuntuMono(0)/m/n/10.95 no_proxy| LaTeX Warning: Reference `LastPage' on page 885 undefined on input line 87457. [885] Overfull \hbox (30.74283pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_EXEC_PATH| Overfull \hbox (85.49281pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_LXC_TEMPLATE_CONFIG| Overfull \hbox (74.54282pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_SECURITY_APPARMOR| Overfull \hbox (74.54282pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_UNPRIVILEGED_ONLY| Overfull \hbox (30.74283pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_OVMF_PATH| Overfull \hbox (47.16782pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_QEMU_FW_PATH| Overfull \hbox (107.39279pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_IDMAPPED_MOUNTS_DISABLE| Overfull \hbox (58.11781pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_DEVMONITOR_DIR| Overfull \hbox (69.06781pt too wide) in paragraph at lines 87537--87537 []\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 886 undefined on input line 87559. LaTeX Warning: Reference `reference/manpages/lxc/config/uefi:lxc-config-uefi-md ' on page 886 undefined on input line 87559. LaTeX Warning: Reference `LastPage' on page 886 undefined on input line 87614. [886] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.secureboot' on page 887 undefined on input line 87641. LaTeX Warning: Reference `reference/instance_options:instance-security:security .secureboot' on page 887 undefined on input line 87641. LaTeX Warning: Hyper reference `explanation/lxd_lxc:lxd-daemon' on page 887 und efined on input line 87665. LaTeX Warning: Reference `explanation/lxd_lxc:lxd-daemon' on page 887 undefined on input line 87665. LaTeX Warning: Reference `LastPage' on page 887 undefined on input line 87696. [887] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mknod' on page 888 undefined on input line 87797. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mknod' on page 888 undefined on input line 87797. LaTeX Warning: Reference `LastPage' on page 888 undefined on input line 87800. [888] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.bpf' on page 889 undefined on input line 87813. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf' on page 889 undefined on input line 87813. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.bpf.devices' on page 889 undefined on input line 8781 4. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf.devices' on page 889 undefined on input line 87814. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount' on page 889 undefined on input line 87829. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount' on page 889 undefined on input line 87829. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.allowed' on page 889 undefined on input line 87 833. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.allowed' on page 889 undefined on input line 87833. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.shift' on page 889 undefined on input line 8784 0. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.shift' on page 889 undefined on input line 87840. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.fuse' on page 889 undefined on input line 87847 . LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.fuse' on page 889 undefined on input line 87847. LaTeX Warning: Reference `LastPage' on page 889 undefined on input line 87875. [889] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.setxattr' on page 890 undefined on input line 87897. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.setxattr' on page 890 undefined on input line 87897. LaTeX Warning: Reference `LastPage' on page 890 undefined on input line 87965. [890] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.isolated' on page 891 undefined on input line 87983. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.isolated' on page 891 undefined on input line 87983. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.size' on page 891 undefined on input line 87983. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.size' on page 891 undefined on input line 87983. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.idm ap' on page 891 undefined on input line 88011. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.idmap' on page 891 undefined on input line 88011. LaTeX Warning: Reference `LastPage' on page 891 undefined on input line 88036. [891] LaTeX Warning: Reference `LastPage' on page 892 undefined on input line 88131. [892] LaTeX Warning: Reference `LastPage' on page 893 undefined on input line 88210. [893] LaTeX Warning: Reference `LastPage' on page 894 undefined on input line 88274. [894] LaTeX Warning: Reference `LastPage' on page 895 undefined on input line 88317. [895] LaTeX Warning: Reference `LastPage' on page 896 undefined on input line 88317. [896] LaTeX Warning: Reference `LastPage' on page 897 undefined on input line 88317. [897] LaTeX Warning: Hyper reference `howto/move_instances:live-migration-vms' on pag e 898 undefined on input line 88354. LaTeX Warning: Reference `howto/move_instances:live-migration-vms' on page 898 undefined on input line 88354. LaTeX Warning: Reference `LastPage' on page 898 undefined on input line 88366. [898] LaTeX Warning: Reference `LastPage' on page 899 undefined on input line 88443. [899] LaTeX Warning: Reference `LastPage' on page 900 undefined on input line 88443. [900] LaTeX Warning: Reference `LastPage' on page 901 undefined on input line 88521. [901] LaTeX Warning: Reference `LastPage' on page 902 undefined on input line 88602. [902] LaTeX Warning: Hyper reference `howto/troubleshoot:troubleshoot' on page 903 un defined on input line 88633. LaTeX Warning: Reference `howto/troubleshoot:troubleshoot' on page 903 undefine d on input line 88633. LaTeX Warning: Reference `LastPage' on page 903 undefined on input line 88639. [903] LaTeX Warning: Reference `reference/cluster_member_config:cluster-cluster:sched uler.instance' on page 904 undefined on input line 88642. LaTeX Warning: Reference `reference/cluster_member_config:cluster-cluster:user. *' on page 904 undefined on input line 88643. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:acce leration' on page 904 undefined on input line 88646. LaTeX Warning: Reference `reference/devices_pci:device-pci-device-conf:address' on page 904 undefined on input line 88647. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:bind ' on page 904 undefined on input line 88648. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:boot.p riority' on page 904 undefined on input line 88649. Underfull \hbox (badness 10000) in paragraph at lines 88649--88650 []\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 88649--88650 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: boot.priority' on page 904 undefined on input line 88650. Underfull \hbox (badness 10000) in paragraph at lines 88650--88651 []\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 904 undefined on input line 88651. Underfull \hbox (badness 10000) in paragraph at lines 88651--88652 []\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 904 undefined on input line 88652. Underfull \hbox (badness 10000) in paragraph at lines 88652--88653 []\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 904 undefined on input line 88653. Underfull \hbox (badness 10000) in paragraph at lines 88653--88654 []\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 904 undefined on input line 88654. Underfull \hbox (badness 10000) in paragraph at lines 88654--88655 []\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 904 undefined on input line 88655. Underfull \hbox (badness 10000) in paragraph at lines 88655--88656 []\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 904 undefined on input line 88656. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:ceph.c luster_name' on page 904 undefined on input line 88657. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:ceph.u ser_name' on page 904 undefined on input line 88658. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:conn ect' on page 904 undefined on input line 88659. LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:dev num' on page 904 undefined on input line 88660. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :gid' on page 904 undefined on input line 88661. Underfull \hbox (badness 10000) in paragraph at lines 88661--88662 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:gid' on page 904 undefined on input line 88662. Underfull \hbox (badness 10000) in paragraph at lines 88662--88663 \TU/Ubuntu(0)/m/it/10.95 proxy-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:gid' on page 904 undefined on input line 88663. Underfull \hbox (badness 10000) in paragraph at lines 88663--88664 []\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 88663--88664 \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 904 undefined on input line 88664. Underfull \hbox (badness 10000) in paragraph at lines 88664--88665 []\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 88664--88665 \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 904 undefined on input line 88665. Underfull \hbox (badness 10000) in paragraph at lines 88665--88666 []\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 88665--88666 \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 904 undefined on input line 88666. LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:g vrp' on page 904 undefined on input line 88667. Underfull \hbox (badness 10000) in paragraph at lines 88667--88668 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: gvrp' on page 904 undefined on input line 88668. Underfull \hbox (badness 10000) in paragraph at lines 88668--88669 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :gvrp' on page 904 undefined on input line 88669. Underfull \hbox (badness 10000) in paragraph at lines 88669--88670 \TU/Ubuntu(0)/m/it/10.95 nic-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:g vrp' on page 904 undefined on input line 88670. Underfull \hbox (badness 10000) in paragraph at lines 88670--88671 \TU/Ubuntu(0)/m/it/10.95 nic-routed- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: host_name' on page 904 undefined on input line 88671. Underfull \hbox (badness 10000) in paragraph at lines 88671--88672 []\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 904 undefined on input line 88672. Underfull \hbox (badness 10000) in paragraph at lines 88672--88673 []\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 904 undefined on input line 88673. Underfull \hbox (badness 10000) in paragraph at lines 88673--88674 []\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 904 undefined on input line 88674. Underfull \hbox (badness 10000) in paragraph at lines 88674--88675 []\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 904 undefined on input line 88675. Underfull \hbox (badness 10000) in paragraph at lines 88675--88676 []\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 88675--88676 \TU/Ubuntu(0)/m/it/10.95 infiniband- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: hwaddr' on page 904 undefined on input line 88676. Underfull \hbox (badness 10000) in paragraph at lines 88676--88677 []\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 904 undefined on input line 88677. Underfull \hbox (badness 10000) in paragraph at lines 88677--88678 []\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 904 undefined on input line 88678. [904] LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: hwaddr' on page 905 undefined on input line 88678. Underfull \hbox (badness 10000) in paragraph at lines 88678--88679 []\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 905 undefined on input line 88679. Underfull \hbox (badness 10000) in paragraph at lines 88679--88680 []\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 905 undefined on input line 88680. Underfull \hbox (badness 10000) in paragraph at lines 88680--88681 []\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 905 undefined on input line 88681. Underfull \hbox (badness 10000) in paragraph at lines 88681--88682 []\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 905 undefined on input line 88682. Underfull \hbox (badness 10000) in paragraph at lines 88682--88683 []\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 905 undefined on input line 88683. Underfull \hbox (badness 10000) in paragraph at lines 88683--88684 []\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 905 undefined on input line 88684. Underfull \hbox (badness 10000) in paragraph at lines 88684--88685 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:id' on page 905 undefined on input line 88685. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :id' on page 905 undefined on input line 88686. Underfull \hbox (badness 10000) in paragraph at lines 88686--88687 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-sriov-device-conf:id ' on page 905 undefined on input line 88687. Underfull \hbox (badness 10000) in paragraph at lines 88687--88688 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:initia l.*' on page 905 undefined on input line 88688. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:io.bus ' on page 905 undefined on input line 88689. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:io.cac he' on page 905 undefined on input line 88690. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv4.address' on page 905 undefined on input line 88691. Underfull \hbox (badness 10000) in paragraph at lines 88691--88692 []\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 905 undefined on input line 88692. Underfull \hbox (badness 10000) in paragraph at lines 88692--88693 []\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 905 undefined on input line 88693. Underfull \hbox (badness 10000) in paragraph at lines 88693--88694 []\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 905 undefined on input line 88694. Underfull \hbox (badness 10000) in paragraph at lines 88694--88695 []\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 905 undefined on input line 88695. Underfull \hbox (badness 10000) in paragraph at lines 88695--88696 []\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 905 undefined on input line 88696. Underfull \hbox (badness 10000) in paragraph at lines 88696--88697 []\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 905 undefined on input line 88697. LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv4.host_table' on page 905 undefined on input line 88698. Underfull \hbox (badness 10000) in paragraph at lines 88698--88699 []\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 905 undefined on input line 88699. Underfull \hbox (badness 10000) in paragraph at lines 88699--88700 []\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 905 undefined on input line 88700. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv4.routes' on page 905 undefined on input line 88701. Underfull \hbox (badness 10000) in paragraph at lines 88701--88702 []\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 905 undefined on input line 88702. Underfull \hbox (badness 10000) in paragraph at lines 88702--88703 []\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 905 undefined on input line 88703. Underfull \hbox (badness 10000) in paragraph at lines 88703--88704 []\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 905 undefined on input line 88704. Underfull \hbox (badness 10000) in paragraph at lines 88704--88705 []\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 905 undefined on input line 88705. Underfull \hbox (badness 10000) in paragraph at lines 88705--88706 []\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 905 undefined on input line 88706. Underfull \hbox (badness 10000) in paragraph at lines 88706--88707 []\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 905 undefined on input line 88707. Underfull \hbox (badness 10000) in paragraph at lines 88707--88708 []\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 905 undefined on input line 88708. [905] LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv6.address' on page 906 undefined on input line 88708. Underfull \hbox (badness 10000) in paragraph at lines 88708--88709 []\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 906 undefined on input line 88709. Underfull \hbox (badness 10000) in paragraph at lines 88709--88710 []\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 906 undefined on input line 88710. Underfull \hbox (badness 10000) in paragraph at lines 88710--88711 []\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 906 undefined on input line 88711. Underfull \hbox (badness 10000) in paragraph at lines 88711--88712 []\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 906 undefined on input line 88712. Underfull \hbox (badness 10000) in paragraph at lines 88712--88713 []\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 906 undefined on input line 88713. LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv6.host_table' on page 906 undefined on input line 88714. Underfull \hbox (badness 10000) in paragraph at lines 88714--88715 []\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 906 undefined on input line 88715. Underfull \hbox (badness 10000) in paragraph at lines 88715--88716 []\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 906 undefined on input line 88716. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv6.routes' on page 906 undefined on input line 88717. Underfull \hbox (badness 10000) in paragraph at lines 88717--88718 []\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 906 undefined on input line 88718. Underfull \hbox (badness 10000) in paragraph at lines 88718--88719 []\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 906 undefined on input line 88719. Underfull \hbox (badness 10000) in paragraph at lines 88719--88720 []\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 906 undefined on input line 88720. Underfull \hbox (badness 10000) in paragraph at lines 88720--88721 []\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 906 undefined on input line 88721. Underfull \hbox (badness 10000) in paragraph at lines 88721--88722 []\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 906 undefined on input line 88722. Underfull \hbox (badness 10000) in paragraph at lines 88722--88723 []\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 906 undefined on input line 88723. Underfull \hbox (badness 10000) in paragraph at lines 88723--88724 []\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 906 undefined on input line 88724. Underfull \hbox (badness 10000) in paragraph at lines 88724--88725 []\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 906 undefined on input line 88725. Underfull \hbox (badness 10000) in paragraph at lines 88725--88726 []\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 906 undefined on input line 88726. Underfull \hbox (badness 10000) in paragraph at lines 88726--88727 []\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 906 undefined on input line 88727. Underfull \hbox (badness 10000) in paragraph at lines 88727--88728 []\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 906 undefined on input line 88728. Underfull \hbox (badness 10000) in paragraph at lines 88728--88729 []\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 906 undefined on input line 88729. Underfull \hbox (badness 10000) in paragraph at lines 88729--88730 []\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 88729--88730 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: limits.max' on page 906 undefined on input line 88730. Underfull \hbox (badness 10000) in paragraph at lines 88730--88731 []\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 906 undefined on input line 88731. Underfull \hbox (badness 10000) in paragraph at lines 88731--88732 []\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 906 undefined on input line 88732. Underfull \hbox (badness 10000) in paragraph at lines 88732--88733 []\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 906 undefined on input line 88733. Underfull \hbox (badness 10000) in paragraph at lines 88733--88734 []\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 906 undefined on input line 88734. Underfull \hbox (badness 10000) in paragraph at lines 88734--88735 []\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 906 undefined on input line 88735. [906] LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:l imits.priority' on page 907 undefined on input line 88735. Underfull \hbox (badness 10000) in paragraph at lines 88735--88736 []\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 907 undefined on input line 88736. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:limits .write' on page 907 undefined on input line 88737. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:list en' on page 907 undefined on input line 88738. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: maas.subnet.ipv4' on page 907 undefined on input line 88739. Underfull \hbox (badness 10000) in paragraph at lines 88739--88740 []\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 907 undefined on input line 88740. Underfull \hbox (badness 10000) in paragraph at lines 88740--88741 []\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 907 undefined on input line 88741. Underfull \hbox (badness 10000) in paragraph at lines 88741--88742 []\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 907 undefined on input line 88742. Underfull \hbox (badness 10000) in paragraph at lines 88742--88743 []\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 907 undefined on input line 88743. Underfull \hbox (badness 10000) in paragraph at lines 88743--88744 []\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 907 undefined on input line 88744. Underfull \hbox (badness 10000) in paragraph at lines 88744--88745 []\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 907 undefined on input line 88745. Underfull \hbox (badness 10000) in paragraph at lines 88745--88746 []\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 907 undefined on input line 88746. Underfull \hbox (badness 10000) in paragraph at lines 88746--88747 []\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 907 undefined on input line 88747. Underfull \hbox (badness 10000) in paragraph at lines 88747--88748 []\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 88747--88748 \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 907 undefined on input line 88748. Underfull \hbox (badness 10000) in paragraph at lines 88748--88749 []\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 88748--88749 \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 907 undefined on input line 88749. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig. ci' on page 907 undefined on input line 88750. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig. gi' on page 907 undefined on input line 88751. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig. uuid' on page 907 undefined on input line 88752. LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:minor' on page 907 undefined on input line 88753. Underfull \hbox (badness 10000) in paragraph at lines 88753--88754 []\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 88753--88754 \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 907 undefined on input line 88754. Underfull \hbox (badness 10000) in paragraph at lines 88754--88755 []\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 88754--88755 \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 907 undefined on input line 88755. Underfull \hbox (badness 10000) in paragraph at lines 88755--88756 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:m ode' on page 907 undefined on input line 88756. Underfull \hbox (badness 10000) in paragraph at lines 88756--88757 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:mode ' on page 907 undefined on input line 88757. Underfull \hbox (badness 10000) in paragraph at lines 88757--88758 []\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 88757--88758 \TU/Ubuntu(0)/m/it/10.95 proxy-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:mode' on page 907 undefined on input line 88758. Underfull \hbox (badness 10000) in paragraph at lines 88758--88759 []\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 88758--88759 \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 907 undefined on input line 88759. Underfull \hbox (badness 10000) in paragraph at lines 88759--88760 []\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 88759--88760 \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 907 undefined on input line 88760. Underfull \hbox (badness 10000) in paragraph at lines 88760--88761 []\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 88760--88761 \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 907 undefined on input line 88761. LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:mtu' on page 907 undefined on input line 88762. Underfull \hbox (badness 10000) in paragraph at lines 88762--88763 []\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 88762--88763 \TU/Ubuntu(0)/m/it/10.95 infiniband- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: mtu' on page 907 undefined on input line 88763. Underfull \hbox (badness 10000) in paragraph at lines 88763--88764 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:m tu' on page 907 undefined on input line 88764. Underfull \hbox (badness 10000) in paragraph at lines 88764--88765 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: mtu' on page 907 undefined on input line 88765. Underfull \hbox (badness 10000) in paragraph at lines 88765--88766 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:mtu' on page 907 undefined on input line 88766. Underfull \hbox (badness 10000) in paragraph at lines 88766--88767 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- LaTeX Warning: Reference `LastPage' on page 907 undefined on input line 88767. [907] LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :mtu' on page 908 undefined on input line 88767. Underfull \hbox (badness 10000) in paragraph at lines 88767--88768 \TU/Ubuntu(0)/m/it/10.95 nic-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:m tu' on page 908 undefined on input line 88768. Underfull \hbox (badness 10000) in paragraph at lines 88768--88769 \TU/Ubuntu(0)/m/it/10.95 nic-routed- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:mt u' on page 908 undefined on input line 88769. LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:name' on page 908 undefined on input line 88770. Underfull \hbox (badness 10000) in paragraph at lines 88770--88771 []\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 88770--88771 \TU/Ubuntu(0)/m/it/10.95 infiniband- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: name' on page 908 undefined on input line 88771. Underfull \hbox (badness 10000) in paragraph at lines 88771--88772 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:n ame' on page 908 undefined on input line 88772. Underfull \hbox (badness 10000) in paragraph at lines 88772--88773 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: name' on page 908 undefined on input line 88773. Underfull \hbox (badness 10000) in paragraph at lines 88773--88774 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:name ' on page 908 undefined on input line 88774. Underfull \hbox (badness 10000) in paragraph at lines 88774--88775 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:name ' on page 908 undefined on input line 88775. Underfull \hbox (badness 10000) in paragraph at lines 88775--88776 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :name' on page 908 undefined on input line 88776. Underfull \hbox (badness 10000) in paragraph at lines 88776--88777 \TU/Ubuntu(0)/m/it/10.95 nic-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:n ame' on page 908 undefined on input line 88777. Underfull \hbox (badness 10000) in paragraph at lines 88777--88778 \TU/Ubuntu(0)/m/it/10.95 nic-routed- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:na me' on page 908 undefined on input line 88778. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:nat' on page 908 undefined on input line 88779. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:nest ed' on page 908 undefined on input line 88780. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: network' on page 908 undefined on input line 88781. Underfull \hbox (badness 10000) in paragraph at lines 88781--88782 []\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 908 undefined on input line 88782. Underfull \hbox (badness 10000) in paragraph at lines 88782--88783 []\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 908 undefined on input line 88783. Underfull \hbox (badness 10000) in paragraph at lines 88783--88784 []\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 908 undefined on input line 88784. Underfull \hbox (badness 10000) in paragraph at lines 88784--88785 []\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 908 undefined on input line 88785. Underfull \hbox (badness 10000) in paragraph at lines 88785--88786 []\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 908 undefined on input line 88786. LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:ownership.inherit' on page 908 undefined on input line 88787. LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:parent' on page 908 undefined on input line 88788. Underfull \hbox (badness 10000) in paragraph at lines 88788--88789 []\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 88788--88789 \TU/Ubuntu(0)/m/it/10.95 infiniband- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: parent' on page 908 undefined on input line 88789. Underfull \hbox (badness 10000) in paragraph at lines 88789--88790 []\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 908 undefined on input line 88790. Underfull \hbox (badness 10000) in paragraph at lines 88790--88791 []\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 908 undefined on input line 88791. Underfull \hbox (badness 10000) in paragraph at lines 88791--88792 []\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 908 undefined on input line 88792. Underfull \hbox (badness 10000) in paragraph at lines 88792--88793 []\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 908 undefined on input line 88793. Underfull \hbox (badness 10000) in paragraph at lines 88793--88794 []\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 908 undefined on input line 88794. Underfull \hbox (badness 10000) in paragraph at lines 88794--88795 []\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 908 undefined on input line 88795. Underfull \hbox (badness 10000) in paragraph at lines 88795--88796 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `reference/devices_tpm:device-tpm-device-conf:path' on page 908 undefined on input line 88796. Underfull \hbox (badness 10000) in paragraph at lines 88796--88797 \TU/Ubuntu(0)/m/it/10.95 tpm-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:path' on page 908 undefined on input line 88797. Underfull \hbox (badness 10000) in paragraph at lines 88797--88798 []\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 88797--88798 \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 908 undefined on input line 88798. Underfull \hbox (badness 10000) in paragraph at lines 88798--88799 []\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 88798--88799 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- LaTeX Warning: Reference `LastPage' on page 908 undefined on input line 88799. [908] LaTeX Warning: Reference `reference/devices_tpm:device-tpm-device-conf:pathrm' on page 909 undefined on input line 88799. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:pci ' on page 909 undefined on input line 88800. Underfull \hbox (badness 10000) in paragraph at lines 88800--88801 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:pci' on page 909 undefined on input line 88801. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :pci' on page 909 undefined on input line 88802. Underfull \hbox (badness 10000) in paragraph at lines 88802--88803 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-sriov-device-conf:pc i' on page 909 undefined on input line 88803. Underfull \hbox (badness 10000) in paragraph at lines 88803--88804 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:pool' on page 909 undefined on input line 88804. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:pro ductid' on page 909 undefined on input line 88805. Underfull \hbox (badness 10000) in paragraph at lines 88805--88806 []\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 909 undefined on input line 88806. Underfull \hbox (badness 10000) in paragraph at lines 88806--88807 []\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 909 undefined on input line 88807. Underfull \hbox (badness 10000) in paragraph at lines 88807--88808 []\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 909 undefined on input line 88808. Underfull \hbox (badness 10000) in paragraph at lines 88808--88809 []\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 909 undefined on input line 88809. Underfull \hbox (badness 10000) in paragraph at lines 88809--88810 \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 909 undefined on input line 88810. Underfull \hbox (badness 10000) in paragraph at lines 88810--88811 []\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 909 undefined on input line 88811. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:prox y_protocol' on page 909 undefined on input line 88812. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: queue.tx.length' on page 909 undefined on input line 88813. Underfull \hbox (badness 10000) in paragraph at lines 88813--88814 []\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 909 undefined on input line 88814. Underfull \hbox (badness 10000) in paragraph at lines 88814--88815 []\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 909 undefined on input line 88815. Underfull \hbox (badness 10000) in paragraph at lines 88815--88816 []\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 909 undefined on input line 88816. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:readon ly' on page 909 undefined on input line 88817. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:recurs ive' on page 909 undefined on input line 88818. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:requir ed' on page 909 undefined on input line 88819. Underfull \hbox (badness 10000) in paragraph at lines 88819--88820 []\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 88819--88820 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:required' on page 909 undefined on input line 88820. Underfull \hbox (badness 10000) in paragraph at lines 88820--88821 \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 909 undefined on input line 88821. Underfull \hbox (badness 10000) in paragraph at lines 88821--88822 \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 909 undefined on input line 88822. Underfull \hbox (badness 10000) in paragraph at lines 88822--88823 \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 909 undefined on input line 88823. Underfull \hbox (badness 10000) in paragraph at lines 88823--88824 []\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 909 undefined on input line 88824. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.egress.action' on page 909 undefined on input line 88825. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.egress.logged' on page 909 undefined on input line 88826. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.ingress.action' on page 909 undefined on input line 88827. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.ingress.logged' on page 909 undefined on input line 88828. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:secu rity.gid' on page 909 undefined on input line 88829. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.ipv4_filtering' on page 909 undefined on input line 88830. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.ipv6_filtering' on page 909 undefined on input line 88831. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.mac_filtering' on page 909 undefined on input line 88832. Underfull \hbox (badness 10000) in paragraph at lines 88832--88833 []\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 909 undefined on input line 88833. Underfull \hbox (badness 10000) in paragraph at lines 88833--88834 []\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 909 undefined on input line 88834. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:secu rity.uid' on page 909 undefined on input line 88835. LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:ser ial' on page 909 undefined on input line 88836. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:shift' on page 909 undefined on input line 88837. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:size' on page 909 undefined on input line 88838. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:size.s tate' on page 909 undefined on input line 88839. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:source ' on page 909 undefined on input line 88840. Underfull \hbox (badness 10000) in paragraph at lines 88840--88841 []\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 88840--88841 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `LastPage' on page 909 undefined on input line 88841. [909] LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:source' on page 910 undefined on input line 88841. Underfull \hbox (badness 10000) in paragraph at lines 88841--88842 []\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 88841--88842 \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 910 undefined on input line 88842. Underfull \hbox (badness 10000) in paragraph at lines 88842--88843 []\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 88842--88843 \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 910 undefined on input line 88843. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:source .type' on page 910 undefined on input line 88844. LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:subsystem' on page 910 undefined on input line 88845. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :uid' on page 910 undefined on input line 88846. Underfull \hbox (badness 10000) in paragraph at lines 88846--88847 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:uid' on page 910 undefined on input line 88847. Underfull \hbox (badness 10000) in paragraph at lines 88847--88848 \TU/Ubuntu(0)/m/it/10.95 proxy-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:uid' on page 910 undefined on input line 88848. Underfull \hbox (badness 10000) in paragraph at lines 88848--88849 []\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 88848--88849 \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 910 undefined on input line 88849. Underfull \hbox (badness 10000) in paragraph at lines 88849--88850 []\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 88849--88850 \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 910 undefined on input line 88850. Underfull \hbox (badness 10000) in paragraph at lines 88850--88851 []\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 88850--88851 \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 910 undefined on input line 88851. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:ven dorid' on page 910 undefined on input line 88852. Underfull \hbox (badness 10000) in paragraph at lines 88852--88853 []\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 910 undefined on input line 88853. Underfull \hbox (badness 10000) in paragraph at lines 88853--88854 []\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 910 undefined on input line 88854. Underfull \hbox (badness 10000) in paragraph at lines 88854--88855 []\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 910 undefined on input line 88855. Underfull \hbox (badness 10000) in paragraph at lines 88855--88856 []\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 910 undefined on input line 88856. Underfull \hbox (badness 10000) in paragraph at lines 88856--88857 \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 910 undefined on input line 88857. Underfull \hbox (badness 10000) in paragraph at lines 88857--88858 []\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 910 undefined on input line 88858. Underfull \hbox (badness 10000) in paragraph at lines 88858--88859 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:v lan' on page 910 undefined on input line 88859. Underfull \hbox (badness 10000) in paragraph at lines 88859--88860 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: vlan' on page 910 undefined on input line 88860. Underfull \hbox (badness 10000) in paragraph at lines 88860--88861 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:vlan ' on page 910 undefined on input line 88861. Underfull \hbox (badness 10000) in paragraph at lines 88861--88862 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :vlan' on page 910 undefined on input line 88862. Underfull \hbox (badness 10000) in paragraph at lines 88862--88863 \TU/Ubuntu(0)/m/it/10.95 nic-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:v lan' on page 910 undefined on input line 88863. Underfull \hbox (badness 10000) in paragraph at lines 88863--88864 \TU/Ubuntu(0)/m/it/10.95 nic-routed- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:vl an' on page 910 undefined on input line 88864. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: vlan.tagged' on page 910 undefined on input line 88865. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:age nt.nic_config' on page 910 undefined on input line 88868. LaTeX Warning: Reference `reference/instance_properties:instance-property-insta nce-conf:architecture' on page 910 undefined on input line 88869. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.autosta rt' on page 910 undefined on input line 88870. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.autosta rt.delay' on page 910 undefined on input line 88871. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.autosta rt.priority' on page 910 undefined on input line 88872. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.debug_e dk2' on page 910 undefined on input line 88873. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.host_sh utdown_timeout' on page 910 undefined on input line 88874. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.stop.pr iority' on page 910 undefined on input line 88875. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.network-config' on page 910 undefined on input line 88876. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.ssh-keys.KEYNAME' on page 910 undefined on input line 88877. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.user-data' on page 910 undefined on input line 88878. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.vendor-data' on page 910 undefined on input line 88879. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:clu ster.evacuate' on page 910 undefined on input line 88880. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:env ironment.*' on page 910 undefined on input line 88881. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu' on page 910 undefined on input line 88882. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.allowance' on page 910 undefined on input line 88883. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.nodes' on page 910 undefined on input line 88884. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.pin_strategy' on page 910 undefined on input line 88885. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.priority' on page 910 undefined on input line 88886. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.disk.priority' on page 910 undefined on input line 88887. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.1GB' on page 910 undefined on input line 88888. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.1MB' on page 910 undefined on input line 88889. LaTeX Warning: Reference `LastPage' on page 910 undefined on input line 88890. [910] LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.2MB' on page 911 undefined on input line 88890. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.64KB' on page 911 undefined on input line 88891. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.kernel.*' on page 911 undefined on input line 88892. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory' on page 911 undefined on input line 88893. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.enforce' on page 911 undefined on input line 88894. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.hugepages' on page 911 undefined on input line 88895. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.swap' on page 911 undefined on input line 88896. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.swap.priority' on page 911 undefined on input line 88897. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.processes' on page 911 undefined on input line 88898. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:lin ux.kernel_modules' on page 911 undefined on input line 88899. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:lin ux.kernel_modules.load' on page 911 undefined on input line 88900. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:lin ux.sysctl.*' on page 911 undefined on input line 88901. LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.incremental.memory' on page 911 undefined on input line 88902. LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.incremental.memory.goal' on page 911 undefined on input line 88903. LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.incremental.memory.iterations' on page 911 undefined on input line 88904. Underfull \hbox (badness 10000) in paragraph at lines 88904--88905 []\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 911 undefined on input line 88905. LaTeX Warning: Reference `reference/instance_properties:instance-property-insta nce-conf:name' on page 911 undefined on input line 88906. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.dri ver.capabilities' on page 911 undefined on input line 88907. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.req uire.cuda' on page 911 undefined on input line 88908. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.req uire.driver' on page 911 undefined on input line 88909. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.run time' on page 911 undefined on input line 88910. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.apparmor' on page 911 undefined on input line 88911. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.idmap' on page 911 undefined on input line 88912. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.lxc' on p age 911 undefined on input line 88913. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.qemu' on page 911 undefined on input line 88914. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.qemu.conf ' on page 911 undefined on input line 88915. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.seccomp' on page 911 undefined on input line 88916. LaTeX Warning: Reference `reference/instance_options:instance-security:security .agent.metrics' on page 911 undefined on input line 88917. LaTeX Warning: Reference `reference/instance_options:instance-security:security .csm' on page 911 undefined on input line 88918. LaTeX Warning: Reference `reference/instance_options:instance-security:security .delegate_bpf' on page 911 undefined on input line 88919. LaTeX Warning: Reference `reference/instance_options:instance-security:security .delegate_bpf.attach_types' on page 911 undefined on input line 88920. LaTeX Warning: Reference `reference/instance_options:instance-security:security .delegate_bpf.cmd_types' on page 911 undefined on input line 88921. LaTeX Warning: Reference `reference/instance_options:instance-security:security .delegate_bpf.map_types' on page 911 undefined on input line 88922. LaTeX Warning: Reference `reference/instance_options:instance-security:security .delegate_bpf.prog_types' on page 911 undefined on input line 88923. LaTeX Warning: Reference `reference/instance_options:instance-security:security .devlxd' on page 911 undefined on input line 88924. LaTeX Warning: Reference `reference/instance_options:instance-security:security .devlxd.images' on page 911 undefined on input line 88925. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.base' on page 911 undefined on input line 88926. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.isolated' on page 911 undefined on input line 88927. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.size' on page 911 undefined on input line 88928. LaTeX Warning: Reference `reference/instance_options:instance-security:security .nesting' on page 911 undefined on input line 88929. LaTeX Warning: Reference `reference/instance_options:instance-security:security .privileged' on page 911 undefined on input line 88930. LaTeX Warning: Reference `reference/instance_options:instance-security:security .protection.delete' on page 911 undefined on input line 88931. LaTeX Warning: Reference `reference/instance_options:instance-security:security .protection.shift' on page 911 undefined on input line 88932. LaTeX Warning: Reference `reference/instance_options:instance-security:security .protection.start' on page 911 undefined on input line 88933. LaTeX Warning: Reference `reference/instance_options:instance-security:security .secureboot' on page 911 undefined on input line 88934. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev' on page 911 undefined on input line 88935. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev.policy.es' on page 911 undefined on input line 88936. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev.session.data' on page 911 undefined on input line 88937. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev.session.dh' on page 911 undefined on input line 88938. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.allow' on page 911 undefined on input line 88939. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.deny' on page 911 undefined on input line 88940. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.deny_compat' on page 911 undefined on input line 88941. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.deny_default' on page 911 undefined on input line 88942. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf' on page 911 undefined on input line 88943. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf.devices' on page 911 undefined on input line 88944. Underfull \hbox (badness 10000) in paragraph at lines 88944--88945 []\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 911 undefined on input line 88945. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount' on page 911 undefined on input line 88946. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.allowed' on page 911 undefined on input line 88947. Overfull \hbox (5.6847pt too wide) in paragraph at lines 88947--88948 []\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 911 undefined on input line 88948. Underfull \hbox (badness 10000) in paragraph at lines 88948--88949 []\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 911 undefined on input line 88949. Underfull \hbox (badness 10000) in paragraph at lines 88949--88950 []\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 911 undefined on input line 889 50. Overfull \hbox (33.0597pt too wide) in paragraph at lines 88950--88951 []\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 911 undefined on input line 88951. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.sysinfo' on page 911 undefined on input line 88952. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.expiry' on page 911 undefined on input line 88953. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.pattern' on page 911 undefined on input line 88954. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.schedule' on page 911 undefined on input line 88955. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.schedule.stopped' on page 911 undefined on input line 88956. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:ubu ntu_pro.guest_attach' on page 911 undefined on input line 88957. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:use r.*' on page 911 undefined on input line 88958. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:user.n etwork-config' on page 911 undefined on input line 88959. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:user.u ser-data' on page 911 undefined on input line 88960. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:user.v endor-data' on page 911 undefined on input line 88961. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..apply_quota' on page 911 undefined on input line 88962. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..ceph_rbd' on page 911 undefined on input line 88963. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..host_name' on page 911 undefined on input line 88964. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..hwaddr' on page 911 undefined on input line 88965. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.created' on page 911 undefined on input line 88966. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.hwaddr' on page 911 undefined on input line 88967. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.mtu' on page 911 undefined on input line 88968. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vdpa.name' on page 911 undefined on input line 88969. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.hwaddr' on page 911 undefined on input line 88970. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.id' on page 911 undefined on input line 88971. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.spoofcheck' on page 911 undefined on input line 88972. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.vlan' on page 911 undefined on input line 88973. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .apply_nvram' on page 911 undefined on input line 88974. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .apply_template' on page 911 undefined on input line 88975. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .base_image' on page 911 undefined on input line 88976. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .cloud-init.instance-id' on page 911 undefined on input line 88977. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .evacuate.origin' on page 911 undefined on input line 88978. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .idmap.base' on page 911 undefined on input line 88979. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .idmap.current' on page 911 undefined on input line 88980. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .idmap.next' on page 911 undefined on input line 88981. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .last_state.idmap' on page 911 undefined on input line 88982. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .last_state.power' on page 911 undefined on input line 88983. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .uuid' on page 911 undefined on input line 88984. LaTeX Warning: Reference `LastPage' on page 911 undefined on input line 88985. [911] LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .uuid.generation' on page 912 undefined on input line 88985. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .vsock_id' on page 912 undefined on input line 88986. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:action ' on page 912 undefined on input line 88989. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-properties:backends' on page 912 undefined on input line 88990. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.ipv4.nexthop' on page 912 undefined on input line 88991. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.ipv6.nexthop' on page 912 undefined on input line 88992. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.peers.NAME.address' on page 912 undefined on input line 88993. Underfull \hbox (badness 10000) in paragraph at lines 88993--88994 []\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 912 undefined on input line 88994. Underfull \hbox (badness 10000) in paragraph at lines 88994--88995 []\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 912 undefined on input line 88995. Underfull \hbox (badness 10000) in paragraph at lines 88995--88996 \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 912 undefined on input line 88996. Underfull \hbox (badness 10000) in paragraph at lines 88996--88997 \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 912 undefined on input line 88997. Underfull \hbox (badness 10000) in paragraph at lines 88997--88998 []\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 912 undefined on input line 88998. Underfull \hbox (badness 10000) in paragraph at lines 88998--88999 []\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 912 undefined on input line 88999. Underfull \hbox (badness 10000) in paragraph at lines 88999--89000 []\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 912 undefined on input line 89000. Underfull \hbox (badness 10000) in paragraph at lines 89000--89001 []\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 912 undefined on input line 89001. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.external_interfaces' on page 912 undefined on input line 89002. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.hwaddr' on page 912 undefined on input line 89003. Underfull \hbox (badness 10000) in paragraph at lines 89003--89004 []\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 912 undefined on input line 89004. Underfull \hbox (badness 10000) in paragraph at lines 89004--89005 []\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 912 undefined on input line 89005. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.mtu' on page 912 undefined on input line 89006. Underfull \hbox (badness 10000) in paragraph at lines 89006--89007 []\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 912 undefined on input line 89007. Underfull \hbox (badness 10000) in paragraph at lines 89007--89008 []\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 912 undefined on input line 89008. Underfull \hbox (badness 10000) in paragraph at lines 89008--89009 []\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 89008--89009 \TU/Ubuntu(0)/m/it/10.95 acl-acl- LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:config' on page 912 undefined on input line 89009. Underfull \hbox (badness 10000) in paragraph at lines 89009--89010 []\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 912 undefined on input line 89010. Underfull \hbox (badness 10000) in paragraph at lines 89010--89011 []\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 89010--89011 \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 912 undefined on input line 89011. Underfull \hbox (badness 10000) in paragraph at lines 89011--89012 []\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 89011--89012 \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 912 undefined on input line 89012. Underfull \hbox (badness 5652) in paragraph at lines 89012--89013 []\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 89012--89013 \TU/Ubuntu(0)/m/it/10.95 zone-record- LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:descrip tion' on page 912 undefined on input line 89013. Underfull \hbox (badness 10000) in paragraph at lines 89013--89014 []\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 912 undefined on input line 89014. Underfull \hbox (badness 10000) in paragraph at lines 89014--89015 []\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 912 undefined on input line 89015. LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:description' on page 912 undefined on input line 89016. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-backend-properties:description' on page 912 undefined on input line 89017. Underfull \hbox (badness 10000) in paragraph at lines 89017--89018 \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 912 undefined on input line 89 018. Underfull \hbox (badness 10000) in paragraph at lines 89018--89019 \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 912 undefined on input line 89019. Underfull \hbox (badness 10000) in paragraph at lines 89019--89020 []\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 89019--89020 \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 912 undefined on input line 89020. Underfull \hbox (badness 10000) in paragraph at lines 89020--89021 []\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 89020--89021 \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 912 undefined on input line 89021. Underfull \hbox (badness 10000) in paragraph at lines 89021--89022 []\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 89021--89022 \TU/Ubuntu(0)/m/it/10.95 zones: zone- LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:destin ation' on page 912 undefined on input line 89022. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:destin ation_port' on page 912 undefined on input line 89023. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.domain' on page 912 undefined on input line 89024. Underfull \hbox (badness 10000) in paragraph at lines 89024--89025 []\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 912 undefined on input line 89025. Underfull \hbox (badness 10000) in paragraph at lines 89025--89026 []\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 `LastPage' on page 912 undefined on input line 89026. [912] LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.mode' on page 913 undefined on input line 89026. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:dns.nameservers' on page 913 undefined on input line 89027. Underfull \hbox (badness 10000) in paragraph at lines 89027--89028 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:dns.n ameservers' on page 913 undefined on input line 89028. Underfull \hbox (badness 10000) in paragraph at lines 89028--89029 \TU/Ubuntu(0)/m/it/10.95 zones: zone- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.search' on page 913 undefined on input line 89029. Underfull \hbox (badness 10000) in paragraph at lines 89029--89030 []\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 913 undefined on input line 89030. Underfull \hbox (badness 10000) in paragraph at lines 89030--89031 []\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 913 undefined on input line 89031. Underfull \hbox (badness 5133) in paragraph at lines 89031--89032 []\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 913 undefined on input line 89032. Underfull \hbox (badness 10000) in paragraph at lines 89032--89033 []\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 913 undefined on input line 89033. Underfull \hbox (badness 10000) in paragraph at lines 89033--89034 []\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 913 undefined on input line 89034. Underfull \hbox (badness 10000) in paragraph at lines 89034--89035 []\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 89034--89035 \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 913 undefined on input line 89035. Underfull \hbox (badness 10000) in paragraph at lines 89035--89036 []\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 913 undefined on input line 89036. Underfull \hbox (badness 10000) in paragraph at lines 89036--89037 []\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 89036--89037 \TU/Ubuntu(0)/m/it/10.95 ovn-network- LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:egress' on page 913 undefined on input line 89037. LaTeX Warning: Reference `howto/network_zones:network-zone-record-properties:en tries' on page 913 undefined on input line 89038. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: fan.overlay_subnet' on page 913 undefined on input line 89039. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: fan.type' on page 913 undefined on input line 89040. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: fan.underlay_subnet' on page 913 undefined on input line 89041. LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:gvrp' on page 913 undefined on input line 89042. Underfull \hbox (badness 10000) in paragraph at lines 89042--89043 []\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 913 undefined on input line 89043. Underfull \hbox (badness 10000) in paragraph at lines 89043--89044 []\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 913 undefined on input line 89044. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:icmp_t ype' on page 913 undefined on input line 89045. LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:ingress ' on page 913 undefined on input line 89046. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.address' on page 913 undefined on input line 89047. Underfull \hbox (badness 10000) in paragraph at lines 89047--89048 []\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 913 undefined on input line 89048. Underfull \hbox (badness 10000) in paragraph at lines 89048--89049 []\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 913 undefined on input line 89049. Underfull \hbox (badness 10000) in paragraph at lines 89049--89050 []\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 913 undefined on input line 89050. Underfull \hbox (badness 10000) in paragraph at lines 89050--89051 []\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 913 undefined on input line 89051. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.dhcp.gateway' on page 913 undefined on input line 89052. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.dhcp.ranges' on page 913 undefined on input line 89053. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.firewall' on page 913 undefined on input line 89054. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv4.gateway' on page 913 undefined on input line 89055. LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv4.l 3only' on page 913 undefined on input line 89056. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.nat' on page 913 undefined on input line 89057. Underfull \hbox (badness 10000) in paragraph at lines 89057--89058 []\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 913 undefined on input line 89058. Underfull \hbox (badness 10000) in paragraph at lines 89058--89059 []\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 913 undefined on input line 89059. Underfull \hbox (badness 5133) in paragraph at lines 89059--89060 []\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 913 undefined on input line 89060. Underfull \hbox (badness 10000) in paragraph at lines 89060--89061 []\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 913 undefined on input line 89061. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.ovn.ranges' on page 913 undefined on input line 89062. Underfull \hbox (badness 10000) in paragraph at lines 89062--89063 []\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 913 undefined on input line 89063. Underfull \hbox (badness 10000) in paragraph at lines 89063--89064 \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 913 undefined on input line 89064. Underfull \hbox (badness 10000) in paragraph at lines 89064--89065 []\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 913 undefined on input line 89065. Underfull \hbox (badness 10000) in paragraph at lines 89065--89066 []\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 913 undefined on input line 89066. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.routing' on page 913 undefined on input line 89067. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.address' on page 913 undefined on input line 89068. Underfull \hbox (badness 10000) in paragraph at lines 89068--89069 []\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 913 undefined on input line 89069. Underfull \hbox (badness 10000) in paragraph at lines 89069--89070 []\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 913 undefined on input line 89070. Underfull \hbox (badness 10000) in paragraph at lines 89070--89071 []\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 913 undefined on input line 89071. Underfull \hbox (badness 10000) in paragraph at lines 89071--89072 []\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 `LastPage' on page 913 undefined on input line 89072. [913] LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.dhcp.expiry' on page 914 undefined on input line 89072. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.dhcp.ranges' on page 914 undefined on input line 89073. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.dhcp.stateful' on page 914 undefined on input line 89074. Underfull \hbox (badness 10000) in paragraph at lines 89074--89075 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.d hcp.stateful' on page 914 undefined on input line 89075. Underfull \hbox (badness 10000) in paragraph at lines 89075--89076 \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 914 undefined on input line 89076. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv6.gateway' on page 914 undefined on input line 89077. LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.l 3only' on page 914 undefined on input line 89078. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.nat' on page 914 undefined on input line 89079. Underfull \hbox (badness 10000) in paragraph at lines 89079--89080 []\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 914 undefined on input line 89080. Underfull \hbox (badness 10000) in paragraph at lines 89080--89081 []\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 914 undefined on input line 89081. Underfull \hbox (badness 5133) in paragraph at lines 89081--89082 []\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 914 undefined on input line 89082. Underfull \hbox (badness 10000) in paragraph at lines 89082--89083 []\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 914 undefined on input line 89083. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.ovn.ranges' on page 914 undefined on input line 89084. Underfull \hbox (badness 10000) in paragraph at lines 89084--89085 []\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 914 undefined on input line 89085. Underfull \hbox (badness 10000) in paragraph at lines 89085--89086 \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 914 undefined on input line 89086. Underfull \hbox (badness 10000) in paragraph at lines 89086--89087 []\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 914 undefined on input line 89087. Underfull \hbox (badness 10000) in paragraph at lines 89087--89088 []\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 914 undefined on input line 89088. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.routing' on page 914 undefined on input line 89089. LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:listen_address' on page 914 undefined on input line 89090. Underfull \hbox (badness 10000) in paragraph at lines 89090--89091 []\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 89090--89091 \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 914 undefined on input line 8909 1. Underfull \hbox (badness 10000) in paragraph at lines 89091--89092 []\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 89091--89092 \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 914 undefined on input line 89092. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-port-properties:listen_port' on page 914 undefined on input line 89 093. Underfull \hbox (badness 10000) in paragraph at lines 89093--89094 \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 914 undefined on input line 89094. Underfull \hbox (badness 5133) in paragraph at lines 89094--89095 []\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 914 undefined on input line 89095. Underfull \hbox (badness 10000) in paragraph at lines 89095--89096 \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 914 undefined on input line 89096. Underfull \hbox (badness 10000) in paragraph at lines 89096--89097 \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 914 undefined on input line 89097. Underfull \hbox (badness 10000) in paragraph at lines 89097--89098 \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 914 undefined on input line 89098. Underfull \hbox (badness 5133) in paragraph at lines 89098--89099 []\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 914 undefined on input line 89099. Underfull \hbox (badness 10000) in paragraph at lines 89099--89100 \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 914 undefined on input line 89100. Underfull \hbox (badness 10000) in paragraph at lines 89100--89101 \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 914 undefined on input line 89101. Underfull \hbox (badness 10000) in paragraph at lines 89101--89102 \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 914 undefined on input line 89102. Underfull \hbox (badness 10000) in paragraph at lines 89102--89103 []\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 914 undefined on input line 89103. Underfull \hbox (badness 10000) in paragraph at lines 89103--89104 []\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 914 undefined on input line 89104. Underfull \hbox (badness 10000) in paragraph at lines 89104--89105 []\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 914 undefined on input line 89105. Underfull \hbox (badness 10000) in paragraph at lines 89105--89106 []\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 89105--89106 \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 914 undefined on input line 89106. Underfull \hbox (badness 7722) in paragraph at lines 89106--89107 \TU/Ubuntu(0)/m/it/10.95 ancers: load- Underfull \hbox (badness 10000) in paragraph at lines 89106--89107 \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 914 undefined on input line 89107. LaTeX Warning: Reference `howto/network_zones:network-zone-record-properties:na me' on page 914 undefined on input line 89108. Underfull \hbox (badness 10000) in paragraph at lines 89108--89109 []\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 89108--89109 \TU/Ubuntu(0)/m/it/10.95 zone-record- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:networ k' on page 914 undefined on input line 89109. LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:netwo rk.nat' on page 914 undefined on input line 89110. LaTeX Warning: Reference `LastPage' on page 914 undefined on input line 89111. [914] LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ovn.ingress_mode' on page 915 undefined on input line 89111. LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:parent' on page 915 undefined on input line 89112. Underfull \hbox (badness 10000) in paragraph at lines 89112--89113 []\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 `reference/network_physical:network-physical-network-c onf:parent' on page 915 undefined on input line 89113. Underfull \hbox (badness 10000) in paragraph at lines 89113--89114 []\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 915 undefined on input line 89114. Underfull \hbox (badness 10000) in paragraph at lines 89114--89115 []\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 915 undefined on input line 89115. LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:peers .NAME.key' on page 915 undefined on input line 89116. LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:ports' on page 915 undefined on input line 89117. Underfull \hbox (badness 10000) in paragraph at lines 89117--89118 \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 915 undefined on input line 89118. Underfull \hbox (badness 10000) in paragraph at lines 89118--89119 []\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 89118--89119 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer- LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:protoc ol' on page 915 undefined on input line 89119. Underfull \hbox (badness 10000) in paragraph at lines 89119--89120 \TU/Ubuntu(0)/m/it/10.95 acl-rule- LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:protocol' on page 915 undefined on input line 89120. Underfull \hbox (badness 6893) in paragraph at lines 89120--89121 []\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 915 undefined on input line 89121 . Underfull \hbox (badness 10000) in paragraph at lines 89121--89122 \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 915 undefined on input line 89122. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls' on page 915 undefined on input line 89123. Underfull \hbox (badness 10000) in paragraph at lines 89123--89124 []\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 915 undefined on input line 89124. Underfull \hbox (badness 10000) in paragraph at lines 89124--89125 []\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 915 undefined on input line 89125. Underfull \hbox (badness 10000) in paragraph at lines 89125--89126 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.action Underfull \hbox (badness 10000) in paragraph at lines 89125--89126 \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 915 undefined on input line 89126. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls.default.egress.logged' on page 915 undefined on input line 89127. Underfull \hbox (badness 10000) in paragraph at lines 89127--89128 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.logged Underfull \hbox (badness 10000) in paragraph at lines 89127--89128 \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 915 undefined on input line 89128. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls.default.ingress.action' on page 915 undefined on input line 89129 . Underfull \hbox (badness 10000) in paragraph at lines 89129--89130 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 89129--89130 \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 915 undefined on input line 89130. Underfull \hbox (badness 10000) in paragraph at lines 89130--89131 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 89130--89131 \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 915 undefined on input line 89131 . Underfull \hbox (badness 10000) in paragraph at lines 89131--89132 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 89131--89132 \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 915 undefined on input line 89132. Underfull \hbox (badness 10000) in paragraph at lines 89132--89133 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 89132--89133 \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 915 undefined on input line 89133. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:source _port' on page 915 undefined on input line 89134. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:state' on page 915 undefined on input line 89135. LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:status' on page 915 undefined on input line 89136. LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:target_address' on page 915 undefined on input line 89137. Underfull \hbox (badness 10000) in paragraph at lines 89137--89138 []\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 89137--89138 \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 915 undefined on input l ine 89138. Underfull \hbox (badness 10000) in paragraph at lines 89138--89139 []\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 89138--89139 \TU/Ubuntu(0)/m/it/10.95 ure network load balancers: Underfull \hbox (badness 10000) in paragraph at lines 89138--89139 \TU/Ubuntu(0)/m/it/10.95 load- Underfull \hbox (badness 10000) in paragraph at lines 89138--89139 \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 915 undefined on input line 89139. LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:target_network' on page 915 undefined on input line 89140. LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:target_port' on page 915 undefined on input line 89141. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-backend-properties:target_port' on page 915 undefined on input line 89142. Underfull \hbox (badness 10000) in paragraph at lines 89142--89143 \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 915 undefined on input line 89143. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.group' on page 915 undefined on input line 89144. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.id' on page 915 undefined on input line 89145. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.interface' on page 915 undefined on input line 89146. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.local' on page 915 undefined on input line 89147. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.port' on page 915 undefined on input line 89148. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.protocol' on page 915 undefined on input line 89149. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.remote' on page 915 undefined on input line 89150. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.ttl' on page 915 undefined on input line 89151. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: user.*' on page 915 undefined on input line 89152. Underfull \hbox (badness 10000) in paragraph at lines 89152--89153 []\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 915 undefined on input line 89153. Underfull \hbox (badness 10000) in paragraph at lines 89153--89154 []\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 `LastPage' on page 915 undefined on input line 89154. [915] LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:user.* ' on page 916 undefined on input line 89154. Underfull \hbox (badness 10000) in paragraph at lines 89154--89155 []\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 `reference/network_physical:network-physical-network-c onf:user.*' on page 916 undefined on input line 89155. Underfull \hbox (badness 10000) in paragraph at lines 89155--89156 []\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 916 undefined on input line 89156. Underfull \hbox (badness 10000) in paragraph at lines 89156--89157 []\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 916 undefined on input line 89157. Underfull \hbox (badness 5652) in paragraph at lines 89157--89158 []\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 89157--89158 \TU/Ubuntu(0)/m/it/10.95 zone-config- LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:vlan' on page 916 undefined on input line 89158. Underfull \hbox (badness 10000) in paragraph at lines 89158--89159 []\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 916 undefined on input line 89159. Underfull \hbox (badness 10000) in paragraph at lines 89159--89160 []\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 916 undefined on input line 89160. Underfull \hbox (badness 10000) in paragraph at lines 89160--89161 []\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 916 undefined on input line 89163. LaTeX Warning: Reference `reference/projects:project-features:features.images' on page 916 undefined on input line 89164. LaTeX Warning: Reference `reference/projects:project-features:features.networks ' on page 916 undefined on input line 89165. LaTeX Warning: Reference `reference/projects:project-features:features.networks .zones' on page 916 undefined on input line 89166. LaTeX Warning: Reference `reference/projects:project-features:features.profiles ' on page 916 undefined on input line 89167. LaTeX Warning: Reference `reference/projects:project-features:features.storage. buckets' on page 916 undefined on input line 89168. LaTeX Warning: Reference `reference/projects:project-features:features.storage. volumes' on page 916 undefined on input line 89169. LaTeX Warning: Reference `reference/projects:project-specific:images.auto_updat e_cached' on page 916 undefined on input line 89170. LaTeX Warning: Reference `reference/projects:project-specific:images.auto_updat e_interval' on page 916 undefined on input line 89171. LaTeX Warning: Reference `reference/projects:project-specific:images.compressio n_algorithm' on page 916 undefined on input line 89172. LaTeX Warning: Reference `reference/projects:project-specific:images.default_ar chitecture' on page 916 undefined on input line 89173. LaTeX Warning: Reference `reference/projects:project-specific:images.remote_cac he_expiry' on page 916 undefined on input line 89174. LaTeX Warning: Reference `reference/projects:project-limits:limits.containers' on page 916 undefined on input line 89175. LaTeX Warning: Reference `reference/projects:project-limits:limits.cpu' on page 916 undefined on input line 89176. LaTeX Warning: Reference `reference/projects:project-limits:limits.disk' on pag e 916 undefined on input line 89177. LaTeX Warning: Reference `reference/projects:project-limits:limits.disk.pool.PO OL_NAME' on page 916 undefined on input line 89178. LaTeX Warning: Reference `reference/projects:project-limits:limits.instances' o n page 916 undefined on input line 89179. LaTeX Warning: Reference `reference/projects:project-limits:limits.memory' on p age 916 undefined on input line 89180. LaTeX Warning: Reference `reference/projects:project-limits:limits.networks' on page 916 undefined on input line 89181. LaTeX Warning: Reference `reference/projects:project-limits:limits.networks.upl ink_ips.ipv4.NETWORK_NAME' on page 916 undefined on input line 89182. Overfull \hbox (22.10968pt too wide) in paragraph at lines 89182--89183 []\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 916 undefined on input line 89183. Overfull \hbox (22.10968pt too wide) in paragraph at lines 89183--89184 []\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 916 undefined on input line 89184. LaTeX Warning: Reference `reference/projects:project-limits:limits.virtual-mach ines' on page 916 undefined on input line 89185. LaTeX Warning: Reference `reference/projects:project-restricted:restricted' on page 916 undefined on input line 89186. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.back ups' on page 916 undefined on input line 89187. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.clus ter.groups' on page 916 undefined on input line 89188. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.clus ter.target' on page 916 undefined on input line 89189. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.interception' on page 916 undefined on input line 89190. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.lowlevel' on page 916 undefined on input line 89191. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.nesting' on page 916 undefined on input line 89192. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.privilege' on page 916 undefined on input line 89193. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.disk' on page 916 undefined on input line 89194. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.disk.paths' on page 916 undefined on input line 89195. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.gpu' on page 916 undefined on input line 89196. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.infiniband' on page 916 undefined on input line 89197. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.nic' on page 916 undefined on input line 89198. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.pci' on page 916 undefined on input line 89199. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.proxy' on page 916 undefined on input line 89200. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.unix-block' on page 916 undefined on input line 89201. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.unix-char' on page 916 undefined on input line 89202. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.unix-hotplug' on page 916 undefined on input line 89203. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.usb' on page 916 undefined on input line 89204. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.idma p.gid' on page 916 undefined on input line 89205. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.idma p.uid' on page 916 undefined on input line 89206. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.access' on page 916 undefined on input line 89207. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.subnets' on page 916 undefined on input line 89208. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.uplinks' on page 916 undefined on input line 89209. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.zones' on page 916 undefined on input line 89210. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.snap shots' on page 916 undefined on input line 89211. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.virt ual-machines.lowlevel' on page 916 undefined on input line 89212. LaTeX Warning: Reference `reference/projects:project-specific:user.*' on page 9 16 undefined on input line 89213. LaTeX Warning: Reference `server:server-acme:acme.agree_tos' on page 916 undefi ned on input line 89216. LaTeX Warning: Reference `server:server-acme:acme.ca_url' on page 916 undefined on input line 89217. LaTeX Warning: Reference `server:server-acme:acme.domain' on page 916 undefined on input line 89218. LaTeX Warning: Reference `server:server-acme:acme.email' on page 916 undefined on input line 89219. LaTeX Warning: Reference `server:server-miscellaneous:backups.compression_algor ithm' on page 916 undefined on input line 89220. LaTeX Warning: Reference `server:server-cluster:cluster.healing_threshold' on p age 916 undefined on input line 89221. LaTeX Warning: Reference `server:server-cluster:cluster.https_address' on page 916 undefined on input line 89222. LaTeX Warning: Reference `server:server-cluster:cluster.images_minimal_replica' on page 916 undefined on input line 89223. LaTeX Warning: Reference `server:server-cluster:cluster.join_token_expiry' on p age 916 undefined on input line 89224. LaTeX Warning: Reference `server:server-cluster:cluster.max_standby' on page 91 6 undefined on input line 89225. LaTeX Warning: Reference `server:server-cluster:cluster.max_voters' on page 916 undefined on input line 89226. LaTeX Warning: Reference `server:server-cluster:cluster.offline_threshold' on p age 916 undefined on input line 89227. LaTeX Warning: Reference `server:server-core:core.bgp_address' on page 916 unde fined on input line 89228. LaTeX Warning: Reference `server:server-core:core.bgp_asn' on page 916 undefine d on input line 89229. LaTeX Warning: Reference `server:server-core:core.bgp_routerid' on page 916 und efined on input line 89230. LaTeX Warning: Reference `server:server-core:core.debug_address' on page 916 un defined on input line 89231. LaTeX Warning: Reference `server:server-core:core.dns_address' on page 916 unde fined on input line 89232. LaTeX Warning: Reference `server:server-core:core.https_address' on page 916 un defined on input line 89233. LaTeX Warning: Reference `server:server-core:core.https_allowed_credentials' on page 916 undefined on input line 89234. LaTeX Warning: Reference `server:server-core:core.https_allowed_headers' on pag e 916 undefined on input line 89235. LaTeX Warning: Reference `server:server-core:core.https_allowed_methods' on pag e 916 undefined on input line 89236. LaTeX Warning: Reference `server:server-core:core.https_allowed_origin' on page 916 undefined on input line 89237. LaTeX Warning: Reference `server:server-core:core.https_trusted_proxy' on page 916 undefined on input line 89238. LaTeX Warning: Reference `LastPage' on page 916 undefined on input line 89239. [916] LaTeX Warning: Reference `server:server-core:core.metrics_address' on page 917 undefined on input line 89239. LaTeX Warning: Reference `server:server-core:core.metrics_authentication' on pa ge 917 undefined on input line 89240. LaTeX Warning: Reference `server:server-core:core.proxy_http' on page 917 undef ined on input line 89241. LaTeX Warning: Reference `server:server-core:core.proxy_https' on page 917 unde fined on input line 89242. LaTeX Warning: Reference `server:server-core:core.proxy_ignore_hosts' on page 9 17 undefined on input line 89243. LaTeX Warning: Reference `server:server-core:core.remote_token_expiry' on page 917 undefined on input line 89244. LaTeX Warning: Reference `server:server-core:core.shutdown_timeout' on page 917 undefined on input line 89245. LaTeX Warning: Reference `server:server-core:core.storage_buckets_address' on p age 917 undefined on input line 89246. LaTeX Warning: Reference `server:server-core:core.syslog_socket' on page 917 un defined on input line 89247. LaTeX Warning: Reference `server:server-core:core.trust_ca_certificates' on pag e 917 undefined on input line 89248. LaTeX Warning: Reference `server:server-core:core.trust_password' on page 917 u ndefined on input line 89249. LaTeX Warning: Reference `server:server-images:images.auto_update_cached' on pa ge 917 undefined on input line 89250. LaTeX Warning: Reference `server:server-images:images.auto_update_interval' on page 917 undefined on input line 89251. LaTeX Warning: Reference `server:server-images:images.compression_algorithm' on page 917 undefined on input line 89252. LaTeX Warning: Reference `server:server-images:images.default_architecture' on page 917 undefined on input line 89253. LaTeX Warning: Reference `server:server-images:images.remote_cache_expiry' on p age 917 undefined on input line 89254. LaTeX Warning: Reference `server:server-miscellaneous:instances.migration.state ful' on page 917 undefined on input line 89255. LaTeX Warning: Reference `server:server-miscellaneous:instances.nic.host_name' on page 917 undefined on input line 89256. LaTeX Warning: Reference `server:server-miscellaneous:instances.placement.scrip tlet' on page 917 undefined on input line 89257. LaTeX Warning: Reference `server:server-loki:loki.api.ca_cert' on page 917 unde fined on input line 89258. LaTeX Warning: Reference `server:server-loki:loki.api.url' on page 917 undefine d on input line 89259. LaTeX Warning: Reference `server:server-loki:loki.auth.password' on page 917 un defined on input line 89260. LaTeX Warning: Reference `server:server-loki:loki.auth.username' on page 917 un defined on input line 89261. LaTeX Warning: Reference `server:server-loki:loki.instance' on page 917 undefin ed on input line 89262. LaTeX Warning: Reference `server:server-loki:loki.labels' on page 917 undefined on input line 89263. LaTeX Warning: Reference `server:server-loki:loki.loglevel' on page 917 undefin ed on input line 89264. LaTeX Warning: Reference `server:server-loki:loki.types' on page 917 undefined on input line 89265. LaTeX Warning: Reference `server:server-miscellaneous:maas.api.key' on page 917 undefined on input line 89266. LaTeX Warning: Reference `server:server-miscellaneous:maas.api.url' on page 917 undefined on input line 89267. LaTeX Warning: Reference `server:server-miscellaneous:maas.machine' on page 917 undefined on input line 89268. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.ca_cert' on p age 917 undefined on input line 89269. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.client_cert' on page 917 undefined on input line 89270. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.client_key' o n page 917 undefined on input line 89271. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.integration_b ridge' on page 917 undefined on input line 89272. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.northbound_co nnection' on page 917 undefined on input line 89273. LaTeX Warning: Reference `server:server-oidc:oidc.audience' on page 917 undefin ed on input line 89274. LaTeX Warning: Reference `server:server-oidc:oidc.client.id' on page 917 undefi ned on input line 89275. LaTeX Warning: Reference `server:server-oidc:oidc.groups.claim' on page 917 und efined on input line 89276. LaTeX Warning: Reference `server:server-oidc:oidc.issuer' on page 917 undefined on input line 89277. LaTeX Warning: Reference `server:server-oidc:oidc.scopes' on page 917 undefined on input line 89278. LaTeX Warning: Reference `server:server-miscellaneous:storage.backups_volume' o n page 917 undefined on input line 89279. LaTeX Warning: Reference `server:server-miscellaneous:storage.images_volume' on page 917 undefined on input line 89280. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:block .filesystem' on page 917 undefined on input line 89283. Underfull \hbox (badness 10000) in paragraph at lines 89283--89284 []\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 89283--89284 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:block.f ilesystem' on page 917 undefined on input line 89284. Underfull \hbox (badness 10000) in paragraph at lines 89284--89285 []\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 89284--89285 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:block.filesystem' on page 917 undefined on input line 89285. Underfull \hbox (badness 5008) in paragraph at lines 89285--89286 []\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 89285--89286 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:block .filesystem' on page 917 undefined on input line 89286. Underfull \hbox (badness 10000) in paragraph at lines 89286--89287 []\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 89286--89287 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:block.f ilesystem' on page 917 undefined on input line 89287. Underfull \hbox (badness 10000) in paragraph at lines 89287--89288 []\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 89287--89288 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:block .mount_options' on page 917 undefined on input line 89288. Underfull \hbox (badness 10000) in paragraph at lines 89288--89289 []\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 89288--89289 \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 917 undefined on input line 89289. Underfull \hbox (badness 10000) in paragraph at lines 89289--89290 []\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 89289--89290 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:block.mount_options' on page 917 undefined on input line 89290. Underfull \hbox (badness 10000) in paragraph at lines 89290--89291 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89290--89291 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:block .mount_options' on page 917 undefined on input line 89291. Underfull \hbox (badness 10000) in paragraph at lines 89291--89292 []\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 89291--89292 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 89291--89292 \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 917 undefined on input line 89292. Underfull \hbox (badness 10000) in paragraph at lines 89292--89293 []\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 89292--89293 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:block.type' on page 917 undefined on input line 89293. LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:btrfs .mount_options' on page 917 undefined on input line 89294. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.cl uster_name' on page 917 undefined on input line 89295. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.data_pool_name' on page 917 undefined on input line 89296. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.pg_num' on page 917 undefined on input line 89297. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.pool_name' on page 917 undefined on input line 89298. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.pool_size' on page 917 undefined on input line 89299. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rb d.clone_copy' on page 917 undefined on input line 89300. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rb d.du' on page 917 undefined on input line 89301. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rb d.features' on page 917 undefined on input line 89302. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.us er.name' on page 917 undefined on input line 89303. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.cluster_name' on page 917 undefined on input line 89304. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.create_missing' on page 917 undefined on input line 89305. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.data_pool' on page 917 undefined on input line 89306. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.fscache' on page 917 undefined on input line 89307. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.meta_pool' on page 917 undefined on input line 89308. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.osd_pg_num' on page 917 undefined on input line 89309. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.osd_pool_size' on page 917 undefined on input line 89310. LaTeX Warning: Reference `LastPage' on page 917 undefined on input line 89311. [917] LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.path' on page 918 undefined on input line 89311. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.user.name' on page 918 undefined on input line 89312. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.bucket.name_prefix' on page 918 undefined on input line 89313. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.cluster_name' on page 918 undefined on input line 89314. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.radosgw.endpoint' on page 918 undefined on input line 89315. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.radosgw.endpoint_cert_file' on page 918 undefined on input line 89316. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.user.name' on page 918 undefined on input line 89317. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:lvm.str ipes' on page 918 undefined on input line 89318. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:lvm.str ipes.size' on page 918 undefined on input line 89319. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.thinp ool_metadata_size' on page 918 undefined on input line 89320. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.thinp ool_name' on page 918 undefined on input line 89321. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.use_t hinpool' on page 918 undefined on input line 89322. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.vg.fo rce_reuse' on page 918 undefined on input line 89323. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.vg_na me' on page 918 undefined on input line 89324. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.clone_copy' on page 918 undefined on input line 89325. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.domain' on page 918 undefined on input line 89326. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.gateway' on page 918 undefined on input line 89327. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.gateway.verify' on page 918 undefined on input line 89328. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.mode' on page 918 undefined on input line 89329. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.pool' on page 918 undefined on input line 89330. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.sdt' on page 918 undefined on input line 89331. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.user.name' on page 918 undefined on input line 89332. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.user.password' on page 918 undefined on input line 89333. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.ap i.token' on page 918 undefined on input line 89334. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.ga teway' on page 918 undefined on input line 89335. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.ga teway.verify' on page 918 undefined on input line 89336. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.mo de' on page 918 undefined on input line 89337. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.ta rget' on page 918 undefined on input line 89338. LaTeX Warning: Reference `reference/storage_dir:storage-dir-pool-conf:rsync.bwl imit' on page 918 undefined on input line 89339. Underfull \hbox (badness 10000) in paragraph at lines 89339--89340 []\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 918 undefined on input line 89340. Underfull \hbox (badness 10000) in paragraph at lines 89340--89341 []\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 89340--89341 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:rsync.bwlimit' on page 918 undefined on input line 89341. Underfull \hbox (badness 10000) in paragraph at lines 89341--89342 []\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 918 undefined on input line 89342. Underfull \hbox (badness 10000) in paragraph at lines 89342--89343 []\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 918 undefined on input line 89343. Underfull \hbox (badness 10000) in paragraph at lines 89343--89344 []\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 89343--89344 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:rsync.compression' on page 918 undefined on input line 89344. Underfull \hbox (badness 10000) in paragraph at lines 89344--89345 \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 918 undefined on input line 89345. Underfull \hbox (badness 10000) in paragraph at lines 89345--89346 []\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 89345--89346 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:secur ity.shared' on page 918 undefined on input line 89346. Underfull \hbox (badness 10000) in paragraph at lines 89346--89347 []\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 89346--89347 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:securit y.shared' on page 918 undefined on input line 89347. Underfull \hbox (badness 10000) in paragraph at lines 89347--89348 []\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 89347--89348 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:securit y.shared' on page 918 undefined on input line 89348. Underfull \hbox (badness 10000) in paragraph at lines 89348--89349 []\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 89348--89349 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:security.shared' on page 918 undefined on input line 89349. Underfull \hbox (badness 10000) in paragraph at lines 89349--89350 []\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 89349--89350 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:securit y.shared' on page 918 undefined on input line 89350. Underfull \hbox (badness 10000) in paragraph at lines 89350--89351 []\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 89350--89351 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sec urity.shifted' on page 918 undefined on input line 89351. Underfull \hbox (badness 10000) in paragraph at lines 89351--89352 []\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 89351--89352 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:secur ity.shifted' on page 918 undefined on input line 89352. Underfull \hbox (badness 10000) in paragraph at lines 89352--89353 []\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 89352--89353 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s ecurity.shifted' on page 918 undefined on input line 89353. Underfull \hbox (badness 10000) in paragraph at lines 89353--89354 []\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 89353--89354 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:securit y.shifted' on page 918 undefined on input line 89354. Underfull \hbox (badness 10000) in paragraph at lines 89354--89355 []\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 89354--89355 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:securit y.shifted' on page 918 undefined on input line 89355. Underfull \hbox (badness 10000) in paragraph at lines 89355--89356 []\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 89355--89356 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:security.shifted' on page 918 undefined on input line 89356. Underfull \hbox (badness 5008) in paragraph at lines 89356--89357 []\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 89356--89357 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:securit y.shifted' on page 918 undefined on input line 89357. Underfull \hbox (badness 10000) in paragraph at lines 89357--89358 []\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 89357--89358 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `LastPage' on page 918 undefined on input line 89358. [918] LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sec urity.unmapped' on page 919 undefined on input line 89358. Underfull \hbox (badness 10000) in paragraph at lines 89358--89359 []\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 89358--89359 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:secur ity.unmapped' on page 919 undefined on input line 89359. Underfull \hbox (badness 10000) in paragraph at lines 89359--89360 []\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 89359--89360 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s ecurity.unmapped' on page 919 undefined on input line 89360. Underfull \hbox (badness 10000) in paragraph at lines 89360--89361 []\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 89360--89361 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:securit y.unmapped' on page 919 undefined on input line 89361. Underfull \hbox (badness 10000) in paragraph at lines 89361--89362 []\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 89361--89362 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:securit y.unmapped' on page 919 undefined on input line 89362. Underfull \hbox (badness 10000) in paragraph at lines 89362--89363 []\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 89362--89363 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:security.unmapped' on page 919 undefined on input line 89363. Underfull \hbox (badness 10000) in paragraph at lines 89363--89364 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89363--89364 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:securit y.unmapped' on page 919 undefined on input line 89364. Underfull \hbox (badness 10000) in paragraph at lines 89364--89365 []\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 89364--89365 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-bucket-conf:siz e' on page 919 undefined on input line 89365. Underfull \hbox (badness 10000) in paragraph at lines 89365--89366 []\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 89365--89366 \TU/Ubuntu(0)/m/it/10.95 btrfs-bucket- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:size' on page 919 undefined on input line 89366. Underfull \hbox (badness 10000) in paragraph at lines 89366--89367 []\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 89366--89367 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:siz e' on page 919 undefined on input line 89367. Underfull \hbox (badness 10000) in paragraph at lines 89367--89368 []\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 89367--89368 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:size' on page 919 undefined on input line 89368. Underfull \hbox (badness 10000) in paragraph at lines 89368--89369 []\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 89368--89369 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s ize' on page 919 undefined on input line 89369. Underfull \hbox (badness 10000) in paragraph at lines 89369--89370 []\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 89369--89370 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-bucke t-conf:size' on page 919 undefined on input line 89370. Underfull \hbox (badness 10000) in paragraph at lines 89370--89371 []\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 89370--89371 \TU/Ubuntu(0)/m/it/10.95 cephobject- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:size' o n page 919 undefined on input line 89371. Underfull \hbox (badness 10000) in paragraph at lines 89371--89372 []\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 89371--89372 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-bucket-conf:size' o n page 919 undefined on input line 89372. Underfull \hbox (badness 10000) in paragraph at lines 89372--89373 \TU/Ubuntu(0)/m/it/10.95 lvm-bucket- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:size' on page 919 undefined on input line 89373. Underfull \hbox (badness 10000) in paragraph at lines 89373--89374 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:size' o n page 919 undefined on input line 89374. Underfull \hbox (badness 10000) in paragraph at lines 89374--89375 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:size' on page 919 undefined on input line 89375. Underfull \hbox (badness 10000) in paragraph at lines 89375--89376 []\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 89375--89376 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:size' on page 919 undefined on input line 89376. Underfull \hbox (badness 10000) in paragraph at lines 89376--89377 []\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 89376--89377 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-bucket-conf:size' o n page 919 undefined on input line 89377. Underfull \hbox (badness 10000) in paragraph at lines 89377--89378 \TU/Ubuntu(0)/m/it/10.95 zfs-bucket- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:size' on page 919 undefined on input line 89378. Underfull \hbox (badness 10000) in paragraph at lines 89378--89379 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:size' o n page 919 undefined on input line 89379. Underfull \hbox (badness 10000) in paragraph at lines 89379--89380 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sna pshots.expiry' on page 919 undefined on input line 89380. Underfull \hbox (badness 10000) in paragraph at lines 89380--89381 []\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 89380--89381 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:snaps hots.expiry' on page 919 undefined on input line 89381. Underfull \hbox (badness 10000) in paragraph at lines 89381--89382 []\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 89381--89382 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s napshots.expiry' on page 919 undefined on input line 89382. Underfull \hbox (badness 10000) in paragraph at lines 89382--89383 []\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 89382--89383 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:snapsho ts.expiry' on page 919 undefined on input line 89383. Underfull \hbox (badness 10000) in paragraph at lines 89383--89384 []\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 89383--89384 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:snapsho ts.expiry' on page 919 undefined on input line 89384. Underfull \hbox (badness 10000) in paragraph at lines 89384--89385 []\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 89384--89385 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `LastPage' on page 919 undefined on input line 89385. [919] LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:snapshots.expiry' on page 920 undefined on input line 89385. Underfull \hbox (badness 5008) in paragraph at lines 89385--89386 []\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 89385--89386 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:snaps hots.expiry' on page 920 undefined on input line 89386. Underfull \hbox (badness 10000) in paragraph at lines 89386--89387 []\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 89386--89387 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:snapsho ts.expiry' on page 920 undefined on input line 89387. Underfull \hbox (badness 10000) in paragraph at lines 89387--89388 []\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 89387--89388 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sna pshots.pattern' on page 920 undefined on input line 89388. Underfull \hbox (badness 10000) in paragraph at lines 89388--89389 []\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 89388--89389 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:snaps hots.pattern' on page 920 undefined on input line 89389. Underfull \hbox (badness 10000) in paragraph at lines 89389--89390 []\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 89389--89390 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s napshots.pattern' on page 920 undefined on input line 89390. Underfull \hbox (badness 10000) in paragraph at lines 89390--89391 []\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 89390--89391 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:snapsho ts.pattern' on page 920 undefined on input line 89391. Underfull \hbox (badness 10000) in paragraph at lines 89391--89392 []\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 89391--89392 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:snapsho ts.pattern' on page 920 undefined on input line 89392. Underfull \hbox (badness 10000) in paragraph at lines 89392--89393 []\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 89392--89393 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:snapshots.pattern' on page 920 undefined on input line 89393. Underfull \hbox (badness 10000) in paragraph at lines 89393--89394 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89393--89394 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:snaps hots.pattern' on page 920 undefined on input line 89394. Underfull \hbox (badness 10000) in paragraph at lines 89394--89395 []\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 89394--89395 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:snapsho ts.pattern' on page 920 undefined on input line 89395. Underfull \hbox (badness 10000) in paragraph at lines 89395--89396 []\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 89395--89396 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sna pshots.schedule' on page 920 undefined on input line 89396. Underfull \hbox (badness 10000) in paragraph at lines 89396--89397 []\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 89396--89397 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:snaps hots.schedule' on page 920 undefined on input line 89397. Underfull \hbox (badness 10000) in paragraph at lines 89397--89398 []\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 89397--89398 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s napshots.schedule' on page 920 undefined on input line 89398. Underfull \hbox (badness 10000) in paragraph at lines 89398--89399 []\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 89398--89399 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:snapsho ts.schedule' on page 920 undefined on input line 89399. Underfull \hbox (badness 10000) in paragraph at lines 89399--89400 []\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 89399--89400 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:snapsho ts.schedule' on page 920 undefined on input line 89400. Underfull \hbox (badness 10000) in paragraph at lines 89400--89401 []\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 89400--89401 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:snapshots.schedule' on page 920 undefined on input line 89401. Underfull \hbox (badness 10000) in paragraph at lines 89401--89402 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89401--89402 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:snaps hots.schedule' on page 920 undefined on input line 89402. Underfull \hbox (badness 10000) in paragraph at lines 89402--89403 []\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 89402--89403 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 89402--89403 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:snapsho ts.schedule' on page 920 undefined on input line 89403. Underfull \hbox (badness 10000) in paragraph at lines 89403--89404 []\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 89403--89404 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:sourc e' on page 920 undefined on input line 89404. Underfull \hbox (badness 10000) in paragraph at lines 89404--89405 []\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 89404--89405 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:source' on page 920 undefined on input line 89405. Underfull \hbox (badness 10000) in paragraph at lines 89405--89406 []\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 89405--89406 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:sou rce' on page 920 undefined on input line 89406. Underfull \hbox (badness 10000) in paragraph at lines 89406--89407 []\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 89406--89407 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- LaTeX Warning: Reference `reference/storage_dir:storage-dir-pool-conf:source' o n page 920 undefined on input line 89407. Underfull \hbox (badness 10000) in paragraph at lines 89407--89408 []\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 920 undefined on input line 89408. Underfull \hbox (badness 10000) in paragraph at lines 89408--89409 []\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 89408--89409 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:source' o n page 920 undefined on input line 89409. Underfull \hbox (badness 10000) in paragraph at lines 89409--89410 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:sourc e.wipe' on page 920 undefined on input line 89410. Underfull \hbox (badness 10000) in paragraph at lines 89410--89411 []\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 89410--89411 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- LaTeX Warning: Reference `LastPage' on page 920 undefined on input line 89411. [920] LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:source.wi pe' on page 921 undefined on input line 89411. Underfull \hbox (badness 10000) in paragraph at lines 89411--89412 []\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 89411--89412 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:source.wi pe' on page 921 undefined on input line 89412. Underfull \hbox (badness 10000) in paragraph at lines 89412--89413 []\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 921 undefined on input line 89413. Underfull \hbox (badness 10000) in paragraph at lines 89413--89414 []\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 89413--89414 \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 921 undefined on input line 89414. Underfull \hbox (badness 10000) in paragraph at lines 89414--89415 []\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 89414--89415 \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 921 undefined on input line 89415. Underfull \hbox (badness 10000) in paragraph at lines 89415--89416 []\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 89415--89416 \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 921 undefined on input line 89416. Underfull \hbox (badness 10000) in paragraph at lines 89416--89417 []\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 89416--89417 \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 921 undefined on input line 89417. Underfull \hbox (badness 10000) in paragraph at lines 89417--89418 []\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 89417--89418 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:volatile.idmap.last' on page 921 undefined on input line 89418. Underfull \hbox (badness 10000) in paragraph at lines 89418--89419 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89418--89419 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:volatil e.idmap.last' on page 921 undefined on input line 89419. Underfull \hbox (badness 10000) in paragraph at lines 89419--89420 []\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 89419--89420 \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 921 undefined on input line 89420. Underfull \hbox (badness 10000) in paragraph at lines 89420--89421 []\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 89420--89421 \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 921 undefined on input line 89421. Underfull \hbox (badness 10000) in paragraph at lines 89421--89422 []\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 89421--89422 \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 921 undefined on input line 89422. Underfull \hbox (badness 10000) in paragraph at lines 89422--89423 []\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 89422--89423 \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 921 undefined on input line 89423. Underfull \hbox (badness 10000) in paragraph at lines 89423--89424 []\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 89423--89424 \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 921 undefined on input line 89424. Underfull \hbox (badness 10000) in paragraph at lines 89424--89425 []\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 89424--89425 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:volatile.idmap.next' on page 921 undefined on input line 89425. Underfull \hbox (badness 10000) in paragraph at lines 89425--89426 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89425--89426 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:volatil e.idmap.next' on page 921 undefined on input line 89426. Underfull \hbox (badness 10000) in paragraph at lines 89426--89427 []\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 89426--89427 \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 921 undefined on input line 89427. Underfull \hbox (badness 10000) in paragraph at lines 89427--89428 []\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 89427--89428 \TU/Ubuntu(0)/m/it/10.95 ceph: Underfull \hbox (badness 10000) in paragraph at lines 89427--89428 \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 921 undefined on input line 89428. Underfull \hbox (badness 10000) in paragraph at lines 89428--89429 []\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 89428--89429 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:volatile.pool.pristine' on page 921 undefined on input line 89429. Underfull \hbox (badness 10000) in paragraph at lines 89429--89430 \TU/Ubuntu(0)/m/it/10.95 class="literal">cephobject: Underfull \hbox (badness 10000) in paragraph at lines 89429--89430 \TU/Ubuntu(0)/m/it/10.95 cephobject- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:vol atile.uuid' on page 921 undefined on input line 89430. Underfull \hbox (badness 10000) in paragraph at lines 89430--89431 []\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 89430--89431 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:volat ile.uuid' on page 921 undefined on input line 89431. Underfull \hbox (badness 10000) in paragraph at lines 89431--89432 []\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 89431--89432 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:v olatile.uuid' on page 921 undefined on input line 89432. Underfull \hbox (badness 10000) in paragraph at lines 89432--89433 []\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 89432--89433 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:volatil e.uuid' on page 921 undefined on input line 89433. Underfull \hbox (badness 10000) in paragraph at lines 89433--89434 []\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 89433--89434 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:volatil e.uuid' on page 921 undefined on input line 89434. Underfull \hbox (badness 10000) in paragraph at lines 89434--89435 []\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 89434--89435 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:volatile.uuid' on page 921 undefined on input line 89435. Underfull \hbox (badness 10000) in paragraph at lines 89435--89436 []\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 89435--89436 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `LastPage' on page 921 undefined on input line 89436. [921] LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:volat ile.uuid' on page 922 undefined on input line 89436. Underfull \hbox (badness 10000) in paragraph at lines 89436--89437 []\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 89436--89437 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:volatil e.uuid' on page 922 undefined on input line 89437. Underfull \hbox (badness 10000) in paragraph at lines 89437--89438 []\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 89437--89438 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:volume.size' on page 922 undefined on input line 89438. Underfull \hbox (badness 10000) in paragraph at lines 89438--89439 []\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 922 undefined on input line 89439. Underfull \hbox (badness 10000) in paragraph at lines 89439--89440 []\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 89439--89440 \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 922 undefined on input line 89440. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.blo cksize' on page 922 undefined on input line 89441. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.clone _copy' on page 922 undefined on input line 89442. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.del egate' on page 922 undefined on input line 89443. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.expor t' on page 922 undefined on input line 89444. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.pool_ name' on page 922 undefined on input line 89445. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.rem ove_snapshots' on page 922 undefined on input line 89446. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.res erve_space' on page 922 undefined on input line 89447. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.use _refquota' on page 922 undefined on input line 89448. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.aio-max-nr' on pa ge 922 undefined on input line 89451. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.inotify.max_queue d_events' on page 922 undefined on input line 89452. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.inotify.max_user_ instances' on page 922 undefined on input line 89453. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.inotify.max_user_ watches' on page 922 undefined on input line 89454. LaTeX Warning: Reference `reference/server_settings:sysctl:kernel.dmesg_restric t' on page 922 undefined on input line 89455. LaTeX Warning: Reference `reference/server_settings:sysctl:kernel.keys.maxbytes ' on page 922 undefined on input line 89456. LaTeX Warning: Reference `reference/server_settings:sysctl:kernel.keys.maxkeys' on page 922 undefined on input line 89457. LaTeX Warning: Reference `reference/server_settings:sysctl:net.core.bpf_jit_lim it' on page 922 undefined on input line 89458. LaTeX Warning: Reference `reference/server_settings:sysctl:net.ipv4.neigh.defau lt.gc_thresh3' on page 922 undefined on input line 89459. LaTeX Warning: Reference `reference/server_settings:sysctl:net.ipv6.neigh.defau lt.gc_thresh3' on page 922 undefined on input line 89460. LaTeX Warning: Reference `reference/server_settings:sysctl:vm.max_map_count' on page 922 undefined on input line 89461. LaTeX Warning: Reference `LastPage' on page 922 undefined on input line 89462. [922] 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 89466 . ) (see the transcript file for additional information) Output written on canonical-lxd.pdf (923 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 441 []\TU/Ubuntu(0)/m/n/10.95 272 Overfull \hbox (1.55487pt too wide) detected at line 521 []\TU/Ubuntu(0)/m/n/10.95 317 Overfull \hbox (1.55487pt too wide) detected at line 531 []\TU/Ubuntu(0)/m/n/10.95 320 Overfull \hbox (1.55487pt too wide) detected at line 562 []\TU/Ubuntu(0)/m/n/10.95 330 Overfull \hbox (1.55487pt too wide) detected at line 588 []\TU/Ubuntu(0)/m/n/10.95 342 Overfull \hbox (1.55487pt too wide) detected at line 624 []\TU/Ubuntu(0)/m/n/10.95 357 Overfull \hbox (1.55487pt too wide) detected at line 667 []\TU/Ubuntu(0)/m/n/10.95 369 Overfull \hbox (1.55487pt too wide) detected at line 886 []\TU/Ubuntu(0)/m/n/10.95 571 Overfull \hbox (1.55487pt too wide) detected at line 896 []\TU/Ubuntu(0)/m/n/10.95 578 Overfull \hbox (1.55487pt too wide) detected at line 914 []\TU/Ubuntu(0)/m/n/10.95 587 Overfull \hbox (1.55487pt too wide) detected at line 1393 []\TU/Ubuntu(0)/m/n/10.95 658 Overfull \hbox (1.55487pt too wide) detected at line 3008 []\TU/Ubuntu(0)/m/n/10.95 885 ) [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] [15] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [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 2756. [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] Underfull \hbox (badness 10000) in paragraph at lines 3804--3804 []\TU/Ubuntu(0)/b/it/10.95 API exten- Underfull \hbox (badness 10000) in paragraph at lines 3804--3804 []\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 3804--3804 []\TU/Ubuntu(0)/b/it/10.95 Documenta- Underfull \hbox (badness 10000) in paragraph at lines 3804--3804 []\TU/Ubuntu(0)/b/it/10.95 Go client [50] [51] [52] [53] Underfull \hbox (badness 10000) in paragraph at lines 4132--4135 [][][][][]$[][][][][] [] [] [] [][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [][][ ][][][][][][][][][][][][][][][][] [] [][][] [] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/sc' undefined (Font) using `TU/Ubuntu(0)/m/n' instead on input line 5064. [65] [66] [67] Underfull \hbox (badness 10000) in paragraph at lines 5414--5417 [][][][][]$[][][][][] [] [] [] [][][][][] [] [][][][][][][][][] [] [][][] [] [] [][][][][] [] [][][][][] [] [][][][][][][][][][][][][][][][][][] [] [][][][][][ ][][][][][][][][][][][][][][][][][][] [] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] Underfull \hbox (badness 10000) in paragraph at lines 6255--6257 []\TU/Ubuntu(0)/m/sc/10.95 Check the contents of an existing instance configura tion ([][]\TU/UbuntuMono(0)/m/it/10.95 lxc config show Overfull \vbox (1.04947pt too high) detected at line 6320 [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [106] Missing character: There is no □ (U+25A1) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] Underfull \hbox (badness 10000) in paragraph at lines 8893--8895 []\TU/Ubuntu(0)/m/sc/10.95 For example, to pull the contents of the \TU/UbuntuM ono(0)/m/n/10.95 /etc/hosts \TU/Ubuntu(0)/m/sc/10.95 file and write them to a [119] [120] [121] [122] [123] Underfull \hbox (badness 7796) in paragraph at lines 9391--9395 \TU/Ubuntu(0)/m/sc/10.95 In interactive mode, the operation creates an addition al single bi-directional Underfull \hbox (badness 10000) in paragraph at lines 9391--9395 \TU/Ubuntu(0)/m/sc/10.95 WebSocket. To force interactive mode, add \TU/UbuntuMo no(0)/m/n/10.95 "interactive": true \TU/Ubuntu(0)/m/sc/10.95 and [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [139] Underfull \hbox (badness 5862) in paragraph at lines 10687--10692 []\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[][] [140] [141] Underfull \hbox (badness 10000) in paragraph at lines 10881--10883 []\TU/Ubuntu(0)/m/sc/10.95 See [][]\TU/UbuntuMono(0)/m/n/10.95 GET /1.0/instanc es/{name}/snapshots[][]\TU/Ubuntu(0)/m/sc/10.95 , [][]\TU/UbuntuMono(0)/m/n/10. 95 GET /1.0/instances/{name}/snapshots/ Underfull \hbox (badness 5787) in paragraph at lines 10881--10883 \TU/UbuntuMono(0)/m/n/10.95 {snapshot}[][]\TU/Ubuntu(0)/m/sc/10.95 , [][]\TU/Ub untuMono(0)/m/n/10.95 PATCH /1.0/instances/{name}/snapshots/{snapshot}[][]\TU/U buntu(0)/m/sc/10.95 , and [][]\TU/UbuntuMono(0)/m/n/10.95 DELETE /1.0/ [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] Overfull \vbox (1.03195pt too high) detected at line 12129 [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] Underfull \vbox (badness 1259) detected at line 13592 [177] [178] Overfull \hbox (344.8309pt too wide) in paragraph at lines 13770--13773 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][][][][][][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][][ ][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (350.30591pt too wide) in paragraph at lines 13770--13773 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (350.30591pt too wide) in paragraph at lines 13770--13773 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (344.8309pt too wide) in paragraph at lines 13770--13773 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+ [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] Underfull \hbox (badness 5862) in paragraph at lines 16085--16090 []\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[][] [208] [209] [210] [211] [212] Underfull \hbox (badness 10000) in paragraph at lines 16524--16528 []\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 16524--16528 [][]\TU/UbuntuMono(0)/m/n/10.95 target= \TU/Ubuntu(0)/m/sc/10.9 5 flag and the appropriate configuration for the member. [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] Underfull \hbox (badness 10000) in paragraph at lines 19036--19039 []\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 371[]) was set to [241] [242] Underfull \hbox (badness 10000) in paragraph at lines 19165--19165 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 19198--19198 []\TU/UbuntuMono(0)/m/n/10.95 network. [243] Underfull \hbox (badness 10000) in paragraph at lines 19227--19227 []\TU/UbuntuMono(0)/m/n/10.95 peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 19256--19256 []\TU/UbuntuMono(0)/m/n/10.95 peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 19285--19285 []\TU/UbuntuMono(0)/m/n/10.95 user. [244] [245] [246] [247] [248] [249] [250] [251] Missing character: There is no ● (U+25CF) in font [UbuntuMono-R.ttf]/OT:script= latn;language=dflt;color=FFFFFFFF ;! [252] Overfull \hbox (218.90572pt too wide) in paragraph at lines 19978--19981 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][] [][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][ ][][]+| Overfull \hbox (224.38072pt too wide) in paragraph at lines 19978--19981 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][] [][][]+| Overfull \hbox (218.90572pt too wide) in paragraph at lines 19978--19981 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][] [][][]+ [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] Overfull \vbox (0.79932pt too high) detected at line 21234 [265] [266] [267] [268] [269] [270] [271] Underfull \hbox (badness 7397) in paragraph at lines 21797--21800 []\TU/Ubuntu(0)/m/sc/10.95 If you plan to use the OverlayFS storage driver in D ocker, you should also set [272] Overfull \hbox (135.14801pt too wide) in paragraph at lines 21903--21906 [][][][][]$[][][][][] [] [] [] [][][][][][][] [] [][][][][][][][][][][][][][][] [] [][][] [] [] [] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [273] [274] [275] Overfull \hbox (1149.65471pt too wide) in paragraph at lines 22157--22159 \TU/UbuntuMono(1)/m/n/10.95 ZXJ2ZXJfbmFtZSI6InJwaTAxIiwiZmluZ2VycHJpbnQiOiIyNjZ jZmExZDk0ZDZiMjk2Nzk0YjU0YzJlYzdjOTMwNDA5ZjIzNjdmNmM1YjRhZWVjOGM0YjAxYTc2NjU0Mj gxIiwiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiJmZGI1OTgyNjgxN TQ2ZGQyNGE2ZGE0Mzg5MTUyOGM1ZGUxNWNmYmQ5M2M3OTU3ODNkNGI5OGU4MTQ4MWMzNmUwIn0=All [276] [277] [278] Overfull \hbox (1123.83167pt too wide) in paragraph at lines 22347--22347 [][]\TU/UbuntuMono(0)/m/n/10.95 eyJzZXJ2ZXJfbmFtZSI6Im5vZGUyIiwiZmluZ2VycHJpbnQ iOiJjZjlmNmVhMWIzYjhiNjgxNzQ1YTY1NTY2YjM3ZGUwOTUzNjRmM2MxMDAwMGNjZWQyOTk5NDU5Yz Y2MGIxNWQ4IiwiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiIxNGJmY 2EzMDhkOTNhY2E3MGJmYThkMzE0NWM4NWY3YmE0ZmU1YmYyNmJiNDhmMmUwNzhhOGZhMDczZDc0YTFi In0=| [279] [280] Overfull \hbox (317.45587pt too wide) in paragraph at lines 22494--22497 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][][][][]+[][][][][][][][][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][] [][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][] [][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22494--22497 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22494--22497 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22494--22497 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (317.45587pt too wide) in paragraph at lines 22494--22497 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+ [281] [282] [283] [284] [285] Underfull \hbox (badness 10000) in paragraph at lines 22758--22761 []\TU/Ubuntu(0)/m/sc/10.95 You can pass only the member-specific configuration keys \TU/UbuntuMono(0)/m/n/10.95 bridge. [286] [287] [288] [289] [290] [291] Underfull \hbox (badness 5105) in paragraph at lines 23246--23251 \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 ). [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] Underfull \hbox (badness 10000) in paragraph at lines 24109--24111 []\TU/Ubuntu(0)/m/sc/10.95 Use the following command to instruct LXD to move al l occurrences of [306] [307] Underfull \hbox (badness 10000) in paragraph at lines 24227--24229 []\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:// [308] [309] [310] Underfull \hbox (badness 6510) in paragraph at lines 24292--24294 []\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/ [311] [312] [313] [314] [315] [316] Overfull \hbox (175.10571pt too wide) in paragraph at lines 24631--24645 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][] [][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+ | Overfull \hbox (180.58072pt too wide) in paragraph at lines 24631--24645 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] +| Overfull \hbox (180.58072pt too wide) in paragraph at lines 24631--24645 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] +| Overfull \hbox (175.10571pt too wide) in paragraph at lines 24631--24645 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] + [317] [318] Chapter 3. [319] [320] [321] [322] Overfull \hbox (3.24397pt too wide) in paragraph at lines 25007--25007 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 25007--25007 []\TU/FreeSans(0)/m/n/10.95 De- Underfull \hbox (badness 10000) in paragraph at lines 25007--25007 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (8.24812pt too wide) in paragraph at lines 25007--25007 []\TU/Ubuntu(0)/m/sc/10.95 string| Underfull \hbox (badness 10000) in paragraph at lines 25007--25007 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (8.24812pt too wide) in paragraph at lines 25007--25007 []\TU/Ubuntu(0)/m/sc/10.95 string| Underfull \hbox (badness 10000) in paragraph at lines 25007--25007 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (1.71097pt too wide) in paragraph at lines 25007--25007 []\TU/Ubuntu(0)/m/sc/10.95 bool| [323] Underfull \hbox (badness 10000) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 Direc- Overfull \hbox (2.6934pt too wide) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 Btrfs| Overfull \hbox (2.65097pt too wide) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 LVM| Overfull \hbox (2.43083pt too wide) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 Ceph Underfull \hbox (badness 10000) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 Dell Power- Underfull \hbox (badness 10000) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 Pure Stor- [324] Underfull \hbox (badness 5533) in paragraph at lines 25315--25317 []\TU/Ubuntu(0)/m/sc/10.95 Directly on an instance: [][]\TU/UbuntuMono(0)/m/it/ 10.95 lxc launch [][]storage [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344] Underfull \hbox (badness 10000) in paragraph at lines 26817--26817 []\TU/FreeSans(0)/m/n/10.95 Auto- Overfull \hbox (7.23807pt too wide) in paragraph at lines 26817--26817 []\TU/UbuntuMono(0)/m/n/10.95 database[]leader| Overfull \hbox (12.71307pt too wide) in paragraph at lines 26817--26817 []\TU/UbuntuMono(0)/m/n/10.95 database[]standby| [345] [346] Underfull \hbox (badness 5260) in paragraph at lines 27016--27022 []\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 27024--27030 []\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. [347] [348] [349] [350] [351] [352] Overfull \hbox (7.46788pt too wide) in paragraph at lines 27546--27546 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 27546--27546 []\TU/FreeSans(0)/m/n/10.95 De- Overfull \hbox (0.86389pt too wide) in paragraph at lines 27546--27546 \TU/FreeSans(0)/m/n/10.95 fault| Underfull \hbox (badness 10000) in paragraph at lines 27546--27546 []\TU/FreeSans(0)/m/n/10.95 Re- Overfull \hbox (5.03206pt too wide) in paragraph at lines 27546--27546 \TU/FreeSans(0)/m/n/10.95 quired| Underfull \hbox (badness 10000) in paragraph at lines 27546--27546 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (5.93488pt too wide) in paragraph at lines 27546--27546 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 27546--27546 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 27546--27546 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- Underfull \hbox (badness 10000) in paragraph at lines 27546--27546 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (4.72388pt too wide) in paragraph at lines 27546--27546 \TU/UbuntuMono(0)/m/n/10.95 ipv4_filtering| Overfull \hbox (5.93488pt too wide) in paragraph at lines 27546--27546 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 27546--27546 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 27546--27546 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- Underfull \hbox (badness 10000) in paragraph at lines 27546--27546 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (4.72388pt too wide) in paragraph at lines 27546--27546 \TU/UbuntuMono(0)/m/n/10.95 ipv6_filtering| Overfull \hbox (5.93488pt too wide) in paragraph at lines 27546--27546 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 27546--27546 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 27546--27546 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- [353] [354] [355] [356] Underfull \hbox (badness 5817) in paragraph at lines 27730--27736 \TU/Ubuntu(0)/m/sc/10.95 To figure out the right values for the \TU/UbuntuMono( 0)/m/n/10.95 security.delegate_bpf.cmd_types\TU/Ubuntu(0)/m/sc/10.95 , \TU/Ubun tuMono(0)/m/n/10.95 security. Underfull \hbox (badness 10000) in paragraph at lines 27730--27736 \TU/UbuntuMono(0)/m/n/10.95 delegate_bpf.map_types\TU/Ubuntu(0)/m/sc/10.95 , \T U/UbuntuMono(0)/m/n/10.95 security.delegate_bpf.prog_types\TU/Ubuntu(0)/m/sc/10 .95 , \TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. [357] [358] Chapter 4. [359] [360] [361] [362] [363] [364] Underfull \hbox (badness 10000) in paragraph at lines 28593--28593 []\TU/FreeSans(0)/m/n/10.95 Vari- Underfull \hbox (badness 10000) in paragraph at lines 28593--28593 []\TU/UbuntuMono(0)/m/n/10.95 trig- Underfull \hbox (badness 10000) in paragraph at lines 28593--28593 []\TU/UbuntuMono(0)/m/n/10.95 in- Underfull \hbox (badness 10000) in paragraph at lines 28593--28593 []\TU/UbuntuMono(0)/m/n/10.95 de- Overfull \hbox (51.51558pt too wide) in paragraph at lines 28593--28593 []\TU/UbuntuMono(0)/m/n/10.95 map[string]map[string]string| Underfull \hbox (badness 10000) in paragraph at lines 28593--28593 []\TU/UbuntuMono(0)/m/n/10.95 prop- [365] 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 29438--29438 []\TU/FreeSans(0)/m/n/10.95 OS Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 \TU/FreeSans(0)/m/n/10.95 ven- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 OS ver- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 OS Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 \TU/FreeSans(0)/m/n/10.95 sup- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 [][][]\TU/FreeSans(0)/m/it/10.95 LXD agent[][] Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 VirtIO- Overfull \hbox (1.76984pt too wide) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 VirtIO- Overfull \hbox (12.63136pt too wide) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 NVMe| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 CSM Overfull \hbox (7.55548pt too wide) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 UEFI| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 Se- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 \TU/FreeSans(0)/m/n/10.95 cure Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\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 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Red Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 RHEL Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Red Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 SLES 12 Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 SLES 15 Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 20.04.6 Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 22.04.4 Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 24.04.1 Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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;! [366] 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;! [367] [368] 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 29693--29693 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29693--29693 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29693--29693 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29693--29693 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29693--29693 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29693--29693 []\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;! [369] [370] [371] Underfull \hbox (badness 10000) in paragraph at lines 30089--30089 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30121--30121 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30150--30150 []\TU/UbuntuMono(0)/m/n/10.95 core. [372] Underfull \hbox (badness 10000) in paragraph at lines 30182--30182 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30211--30211 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30243--30243 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30253--30259 []\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 30279--30279 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30311--30311 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30340--30340 []\TU/UbuntuMono(0)/m/n/10.95 core. [373] Underfull \hbox (badness 10000) in paragraph at lines 30369--30369 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30398--30398 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30430--30430 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30466--30466 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30495--30495 []\TU/UbuntuMono(0)/m/n/10.95 core. [374] Underfull \hbox (badness 10000) in paragraph at lines 30527--30527 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30559--30559 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30598--30598 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30663--30663 []\TU/UbuntuMono(0)/m/n/10.95 core. [375] Underfull \hbox (badness 10000) in paragraph at lines 30699--30699 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30735--30735 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30764--30764 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30803--30803 []\TU/UbuntuMono(0)/m/n/10.95 acme. Underfull \hbox (badness 10000) in paragraph at lines 30836--30836 []\TU/UbuntuMono(0)/m/n/10.95 https://acme[]v02.api.letsencrypt.org/ [376] Underfull \hbox (badness 10000) in paragraph at lines 30894--30894 []\TU/UbuntuMono(0)/m/n/10.95 acme. Underfull \hbox (badness 10000) in paragraph at lines 30961--30961 []\TU/UbuntuMono(0)/m/n/10.95 oidc.client. Underfull \hbox (badness 10000) in paragraph at lines 30990--30990 []\TU/UbuntuMono(0)/m/n/10.95 oidc.groups. [377] Underfull \hbox (badness 10000) in paragraph at lines 31100--31100 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 31133--31133 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 31169--31169 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 31206--31206 []\TU/UbuntuMono(0)/m/n/10.95 cluster. [378] Underfull \hbox (badness 10000) in paragraph at lines 31239--31239 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 31276--31276 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 31313--31313 []\TU/UbuntuMono(0)/m/n/10.95 cluster. [379] Underfull \hbox (badness 10000) in paragraph at lines 31388--31388 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 31425--31425 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 31453--31453 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 31486--31486 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 31524--31524 []\TU/UbuntuMono(0)/m/n/10.95 loki.api. [380] Underfull \hbox (badness 10000) in paragraph at lines 31553--31553 []\TU/UbuntuMono(0)/m/n/10.95 loki.api. Underfull \hbox (badness 10000) in paragraph at lines 31585--31585 []\TU/UbuntuMono(0)/m/n/10.95 loki.auth. Underfull \hbox (badness 10000) in paragraph at lines 31614--31614 []\TU/UbuntuMono(0)/m/n/10.95 loki.auth. [381] Underfull \hbox (badness 10000) in paragraph at lines 31748--31748 []\TU/UbuntuMono(0)/m/n/10.95 lifecycle, Underfull \hbox (badness 10000) in paragraph at lines 31791--31791 []\TU/UbuntuMono(0)/m/n/10.95 backups. Underfull \hbox (badness 10000) in paragraph at lines 31823--31823 []\TU/UbuntuMono(0)/m/n/10.95 instances.migration. Underfull \hbox (badness 10000) in paragraph at lines 31859--31859 []\TU/UbuntuMono(0)/m/n/10.95 instances.nic. [382] Underfull \hbox (badness 10000) in paragraph at lines 31895--31895 []\TU/UbuntuMono(0)/m/n/10.95 instances.placement. Underfull \hbox (badness 10000) in paragraph at lines 31928--31928 []\TU/UbuntuMono(0)/m/n/10.95 maas.api. Underfull \hbox (badness 10000) in paragraph at lines 31957--31957 []\TU/UbuntuMono(0)/m/n/10.95 maas.api. Underfull \hbox (badness 10000) in paragraph at lines 31990--31990 []\TU/UbuntuMono(0)/m/n/10.95 maas. [383] Underfull \hbox (badness 5667) in paragraph at lines 32096--32102 []\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 32122--32122 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn. Underfull \hbox (badness 10000) in paragraph at lines 32129--32135 []\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 32155--32155 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn. Underfull \hbox (badness 10000) in paragraph at lines 32184--32184 []\TU/UbuntuMono(0)/m/n/10.95 storage. Underfull \hbox (badness 10000) in paragraph at lines 32216--32216 []\TU/UbuntuMono(0)/m/n/10.95 storage. [384] [385] [386] Underfull \hbox (badness 10000) in paragraph at lines 32487--32487 []\TU/UbuntuMono(0)/m/n/10.95 agent. Underfull \hbox (badness 10000) in paragraph at lines 32523--32523 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 32593--32593 []\TU/UbuntuMono(0)/m/n/10.95 linux. [387] Underfull \hbox (badness 10000) in paragraph at lines 32636--32636 []\TU/UbuntuMono(0)/m/n/10.95 linux.kernel_modules. Underfull \hbox (badness 10000) in paragraph at lines 32673--32673 []\TU/UbuntuMono(0)/m/n/10.95 linux.sysctl. Underfull \hbox (badness 10000) in paragraph at lines 32702--32702 []\TU/UbuntuMono(0)/m/n/10.95 ubuntu_pro. [388] Underfull \hbox (badness 10000) in paragraph at lines 32740--32740 []\TU/UbuntuMono(0)/m/n/10.95 user. Underfull \hbox (badness 10000) in paragraph at lines 32772--32772 []\TU/UbuntuMono(0)/m/n/10.95 environment. Underfull \hbox (badness 10000) in paragraph at lines 32811--32811 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 32847--32847 []\TU/UbuntuMono(0)/m/n/10.95 boot.autostart. Underfull \hbox (badness 10000) in paragraph at lines 32883--32883 []\TU/UbuntuMono(0)/m/n/10.95 boot.autostart. [389] Underfull \hbox (badness 10000) in paragraph at lines 32911--32911 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 32948--32948 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 32984--32984 []\TU/UbuntuMono(0)/m/n/10.95 boot.stop. Underfull \hbox (badness 10000) in paragraph at lines 33030--33030 []\TU/UbuntuMono(0)/m/n/10.95 cloud[]init. Underfull \hbox (badness 10000) in paragraph at lines 33066--33066 []\TU/UbuntuMono(0)/m/n/10.95 cloud[]init.ssh[]keys. [390] [391] Underfull \hbox (badness 10000) in paragraph at lines 33309--33309 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 33352--33352 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 33388--33388 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. [392] Underfull \hbox (badness 10000) in paragraph at lines 33431--33431 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 33475--33475 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 33515--33515 []\TU/UbuntuMono(0)/m/n/10.95 limits.disk. Underfull \hbox (badness 10000) in paragraph at lines 33554--33554 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. [393] Underfull \hbox (badness 10000) in paragraph at lines 33594--33594 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. Underfull \hbox (badness 10000) in paragraph at lines 33634--33634 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. Underfull \hbox (badness 10000) in paragraph at lines 33674--33674 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. [394] Underfull \hbox (badness 10000) in paragraph at lines 33758--33758 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 33799--33799 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 33839--33839 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 33876--33876 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory.swap. Underfull \hbox (badness 10000) in paragraph at lines 33917--33917 []\TU/UbuntuMono(0)/m/n/10.95 limits. [395] Underfull \hbox (badness 10000) in paragraph at lines 33953--33953 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. [396] [397] Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_FSIZE| Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_LOCKS| Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (16.63469pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_MEMLOCK| Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (11.1597pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_NOFILE| Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_NPROC| Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (11.1597pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_RTPRIO| Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (33.0597pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_SIGPENDING| [398] Underfull \hbox (badness 10000) in paragraph at lines 34253--34255 []\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 34305--34305 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental. [399] Underfull \hbox (badness 10000) in paragraph at lines 34345--34345 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory. Underfull \hbox (badness 10000) in paragraph at lines 34382--34382 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory. Underfull \hbox (badness 10000) in paragraph at lines 34465--34465 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.driver. [400] Underfull \hbox (badness 10000) in paragraph at lines 34469--34471 []\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 34501--34501 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.require. Underfull \hbox (badness 10000) in paragraph at lines 34537--34537 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.require. Underfull \hbox (badness 10000) in paragraph at lines 34577--34577 []\TU/UbuntuMono(0)/m/n/10.95 nvidia. Underfull \hbox (badness 10000) in paragraph at lines 34612--34612 []\TU/UbuntuMono(0)/m/n/10.95 raw. [401] Underfull \hbox (badness 10000) in paragraph at lines 34786--34786 []\TU/UbuntuMono(0)/m/n/10.95 raw. [402] [403] Underfull \hbox (badness 10000) in paragraph at lines 34952--34952 []\TU/UbuntuMono(0)/m/n/10.95 security.agent. [404] Underfull \hbox (badness 6493) in paragraph at lines 35036--35040 []\TU/Ubuntu(0)/m/sc/10.95 Note: \TU/UbuntuMono(0)/m/n/10.95 security.delegate_ bpf.cmd_types\TU/Ubuntu(0)/m/sc/10.95 , \TU/UbuntuMono(0)/m/n/10.95 security.de legate_bpf.map_types\TU/Ubuntu(0)/m/sc/10.95 , \TU/UbuntuMono(0)/m/n/10.95 secu rity. Underfull \hbox (badness 10000) in paragraph at lines 35077--35077 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. Underfull \hbox (badness 10000) in paragraph at lines 35120--35120 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. Underfull \hbox (badness 10000) in paragraph at lines 35164--35164 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. [405] Underfull \hbox (badness 10000) in paragraph at lines 35206--35206 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. Underfull \hbox (badness 10000) in paragraph at lines 35280--35280 []\TU/UbuntuMono(0)/m/n/10.95 security.devlxd. [406] Underfull \hbox (badness 10000) in paragraph at lines 35353--35353 []\TU/UbuntuMono(0)/m/n/10.95 security.idmap. Underfull \hbox (badness 10000) in paragraph at lines 35426--35426 []\TU/UbuntuMono(0)/m/n/10.95 security. Underfull \hbox (badness 6364) in paragraph at lines 35473--35479 []\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 35499--35499 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. [407] Underfull \hbox (badness 10000) in paragraph at lines 35536--35536 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. Underfull \hbox (badness 10000) in paragraph at lines 35572--35572 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. [408] Underfull \hbox (badness 10000) in paragraph at lines 35686--35686 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.policy. Underfull \hbox (badness 10000) in paragraph at lines 35723--35723 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.session. Underfull \hbox (badness 10000) in paragraph at lines 35760--35760 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.session. Underfull \hbox (badness 10000) in paragraph at lines 35793--35793 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 35830--35830 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. [409] Underfull \hbox (badness 10000) in paragraph at lines 35871--35871 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 35912--35912 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 35949--35949 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 35986--35986 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.bpf. Underfull \hbox (badness 10000) in paragraph at lines 36026--36026 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. [410] Underfull \hbox (badness 10000) in paragraph at lines 36066--36066 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 36099--36099 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. Underfull \hbox (badness 10000) in paragraph at lines 36135--36135 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. Underfull \hbox (badness 10000) in paragraph at lines 36175--36175 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. [411] Underfull \hbox (badness 10000) in paragraph at lines 36182--36188 []\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 36212--36212 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 36252--36252 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 36262--36268 []\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 [][][][] Underfull \hbox (badness 10000) in paragraph at lines 36292--36292 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 36330--36330 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. [412] Underfull \hbox (badness 10000) in paragraph at lines 36366--36366 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 36406--36406 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 36416--36422 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule.stopped \TU/Ubuntu(0)/m/sc/10. 95 Whether to automatically snapshot stopped instances [][][][] Underfull \hbox (badness 10000) in paragraph at lines 36442--36442 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule. [413] Underfull \hbox (badness 10000) in paragraph at lines 36495--36495 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 36523--36523 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 36548--36548 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 36573--36573 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 36601--36601 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. [414] Underfull \hbox (badness 10000) in paragraph at lines 36629--36629 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 36657--36657 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 36685--36685 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vdpa. Underfull \hbox (badness 10000) in paragraph at lines 36713--36713 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 36741--36741 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 36769--36769 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. [415] Underfull \hbox (badness 10000) in paragraph at lines 36797--36797 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 36825--36825 []\TU/UbuntuMono(0)/m/n/10.95 volatile. Underfull \hbox (badness 10000) in paragraph at lines 36850--36850 []\TU/UbuntuMono(0)/m/n/10.95 volatile. Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 volatile.cloud[]init. Underfull \hbox (badness 10000) in paragraph at lines 36931--36931 []\TU/UbuntuMono(0)/m/n/10.95 volatile.evacuate. [416] Underfull \hbox (badness 10000) in paragraph at lines 36963--36963 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 36992--36992 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 37021--37021 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 37050--37050 []\TU/UbuntuMono(0)/m/n/10.95 volatile.last_state. Underfull \hbox (badness 10000) in paragraph at lines 37080--37080 []\TU/UbuntuMono(0)/m/n/10.95 volatile.last_state. [417] Underfull \hbox (badness 10000) in paragraph at lines 37133--37133 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid. Underfull \hbox (badness 10000) in paragraph at lines 37162--37162 []\TU/UbuntuMono(0)/m/n/10.95 volatile. [418] Underfull \hbox (badness 10000) in paragraph at lines 37464--37464 []\TU/UbuntuMono(0)/m/n/10.95 /dev/ Underfull \hbox (badness 10000) in paragraph at lines 37464--37464 []\TU/UbuntuMono(0)/m/n/10.95 /dev/ Underfull \hbox (badness 10000) in paragraph at lines 37464--37464 []\TU/UbuntuMono(0)/m/n/10.95 /dev/net/ [419] [420] [421] Underfull \hbox (badness 10000) in paragraph at lines 37754--37754 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 37818--37818 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 37850--37850 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [422] Underfull \hbox (badness 10000) in paragraph at lines 37914--37914 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. Underfull \hbox (badness 10000) in paragraph at lines 37978--37978 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 38010--38010 []\TU/UbuntuMono(0)/m/n/10.95 limits. [423] Underfull \hbox (badness 10000) in paragraph at lines 38082--38082 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 38111--38111 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [424] Underfull \hbox (badness 10000) in paragraph at lines 38271--38271 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. Underfull \hbox (badness 10000) in paragraph at lines 38378--38378 []\TU/UbuntuMono(0)/m/n/10.95 security. [425] [426] Underfull \hbox (badness 10000) in paragraph at lines 38656--38656 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 38685--38685 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [427] [428] [429] Underfull \hbox (badness 10000) in paragraph at lines 39003--39003 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 39032--39032 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [430] Underfull \hbox (badness 10000) in paragraph at lines 39196--39196 []\TU/UbuntuMono(0)/m/n/10.95 security. [431] Underfull \hbox (badness 10000) in paragraph at lines 39408--39408 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 39437--39437 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [432] [433] [434] Underfull \hbox (badness 10000) in paragraph at lines 39863--39863 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. [435] Underfull \hbox (badness 10000) in paragraph at lines 39924--39924 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 39956--39956 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. Underfull \hbox (badness 10000) in paragraph at lines 40017--40017 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. [436] Underfull \hbox (badness 10000) in paragraph at lines 40183--40183 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 40219--40219 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 40252--40252 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 40288--40288 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [437] [438] Underfull \hbox (badness 10000) in paragraph at lines 40483--40483 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. [439] Underfull \hbox (badness 10000) in paragraph at lines 40576--40576 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [440] [441] Underfull \hbox (badness 10000) in paragraph at lines 41017--41017 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 41045--41045 []\TU/UbuntuMono(0)/m/n/10.95 limits. [442] Underfull \hbox (badness 10000) in paragraph at lines 41167--41167 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [443] [444] Underfull \hbox (badness 10000) in paragraph at lines 41393--41393 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 41425--41425 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. [445] Underfull \hbox (badness 10000) in paragraph at lines 41567--41567 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. Underfull \hbox (badness 10000) in paragraph at lines 41599--41599 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [446] Underfull \hbox (badness 10000) in paragraph at lines 41769--41769 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 41797--41797 []\TU/UbuntuMono(0)/m/n/10.95 limits. [447] Underfull \hbox (badness 10000) in paragraph at lines 41944--41944 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [448] [449] [450] [451] Underfull \hbox (badness 10000) in paragraph at lines 42275--42275 []\TU/UbuntuMono(0)/m/n/10.95 initial. Underfull \hbox (badness 10000) in paragraph at lines 42388--42388 []\TU/UbuntuMono(0)/m/n/10.95 limits. [452] Underfull \hbox (badness 10000) in paragraph at lines 42457--42457 []\TU/UbuntuMono(0)/m/n/10.95 limits. [453] Underfull \hbox (badness 10000) in paragraph at lines 42600--42600 []\TU/UbuntuMono(0)/m/n/10.95 raw.mount. [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] Underfull \hbox (badness 10000) in paragraph at lines 44486--44486 []\TU/UbuntuMono(0)/m/n/10.95 mig. [466] [467] [468] [469] [470] [471] [472] Underfull \hbox (badness 10000) in paragraph at lines 45349--45349 []\TU/UbuntuMono(0)/m/n/10.95 security. Underfull \hbox (badness 10000) in paragraph at lines 45382--45382 []\TU/UbuntuMono(0)/m/n/10.95 security. [473] Underfull \hbox (badness 10000) in paragraph at lines 45555--45555 []\TU/UbuntuMono(0)/m/n/10.95 ownership. [474] [475] [476] [477] [478] Underfull \vbox (badness 10000) detected at line 46122 Underfull \vbox (badness 10000) detected at line 46122 [479] [480] Underfull \hbox (badness 10000) in paragraph at lines 46281--46281 []\TU/UbuntuMono(0)/m/n/10.95 features.networks. Underfull \hbox (badness 10000) in paragraph at lines 46347--46347 []\TU/UbuntuMono(0)/m/n/10.95 features.storage. Underfull \hbox (badness 10000) in paragraph at lines 46380--46380 []\TU/UbuntuMono(0)/m/n/10.95 features.storage. [481] Underfull \hbox (badness 10000) in paragraph at lines 46465--46465 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 46521--46521 []\TU/UbuntuMono(0)/m/n/10.95 limits.disk.pool. [482] Underfull \hbox (badness 10000) in paragraph at lines 46555--46555 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 46633--46633 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv4. Underfull \hbox (badness 10000) in paragraph at lines 46662--46662 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv6. [483] Underfull \hbox (badness 10000) in paragraph at lines 46691--46691 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 46719--46719 []\TU/UbuntuMono(0)/m/n/10.95 limits. [484] Underfull \hbox (badness 10000) in paragraph at lines 46811--46811 []\TU/UbuntuMono(0)/m/n/10.95 restricted. Underfull \hbox (badness 10000) in paragraph at lines 46839--46839 []\TU/UbuntuMono(0)/m/n/10.95 restricted.cluster. Underfull \hbox (badness 10000) in paragraph at lines 46871--46871 []\TU/UbuntuMono(0)/m/n/10.95 restricted.cluster. Underfull \hbox (badness 10000) in paragraph at lines 46904--46904 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 46938--46938 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. [485] Underfull \hbox (badness 10000) in paragraph at lines 46971--46971 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 47004--47004 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 47012--47014 []\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 47050--47050 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. [486] Underfull \hbox (badness 10000) in paragraph at lines 47102--47102 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices.disk. Underfull \hbox (badness 10000) in paragraph at lines 47136--47136 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47168--47168 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47200--47200 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47246--47246 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. [487] Underfull \hbox (badness 10000) in paragraph at lines 47278--47278 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47310--47310 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47342--47342 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47374--47374 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47406--47406 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. [488] Underfull \hbox (badness 10000) in paragraph at lines 47434--47434 []\TU/UbuntuMono(0)/m/n/10.95 restricted.idmap. Underfull \hbox (badness 10000) in paragraph at lines 47462--47462 []\TU/UbuntuMono(0)/m/n/10.95 restricted.idmap. Underfull \hbox (badness 10000) in paragraph at lines 47490--47490 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 47526--47526 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. [489] Underfull \hbox (badness 10000) in paragraph at lines 47562--47562 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 47594--47594 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 7238) in paragraph at lines 47604--47610 []\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 47626--47626 []\TU/UbuntuMono(0)/m/n/10.95 restricted. Underfull \hbox (badness 10000) in paragraph at lines 47655--47655 []\TU/UbuntuMono(0)/m/n/10.95 restricted.virtual[]machines. Underfull \hbox (badness 10000) in paragraph at lines 47691--47691 []\TU/UbuntuMono(0)/m/n/10.95 backups. [490] Underfull \hbox (badness 10000) in paragraph at lines 47745--47745 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 47774--47774 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 47802--47802 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 47827--47827 []\TU/UbuntuMono(0)/m/n/10.95 images. [491] Underfull \hbox (badness 10000) in paragraph at lines 47855--47855 []\TU/UbuntuMono(0)/m/n/10.95 user. [492] [493] [494] [495] Underfull \hbox (badness 10000) in paragraph at lines 48430--48430 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 48459--48459 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [496] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 48577. [497] Underfull \hbox (badness 10000) in paragraph at lines 48650--48650 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 48716--48716 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 48753--48753 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. [498] Underfull \hbox (badness 10000) in paragraph at lines 48782--48782 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 48815--48815 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 48848--48848 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 48918--48918 []\TU/UbuntuMono(0)/m/n/10.95 cephfs.user. [499] Underfull \hbox (badness 10000) in paragraph at lines 48980--48980 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [500] [501] Underfull \hbox (badness 10000) in paragraph at lines 49265--49265 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 49294--49294 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [502] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 49379. [503] Underfull \hbox (badness 10000) in paragraph at lines 49459--49459 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.bucket. Underfull \hbox (badness 10000) in paragraph at lines 49488--49488 []\TU/UbuntuMono(0)/m/n/10.95 cephobject. Underfull \hbox (badness 10000) in paragraph at lines 49517--49517 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw. Underfull \hbox (badness 10000) in paragraph at lines 49546--49546 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw. Underfull \hbox (badness 10000) in paragraph at lines 49582--49582 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.user. Underfull \hbox (badness 10000) in paragraph at lines 49615--49615 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [504] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 49695. [505] [506] Underfull \hbox (badness 10000) in paragraph at lines 49810--49810 []\TU/UbuntuMono(0)/m/n/10.95 ceph. Underfull \hbox (badness 10000) in paragraph at lines 49839--49839 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 49872--49872 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 49905--49905 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 49934--49934 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. [507] Underfull \hbox (badness 10000) in paragraph at lines 49971--49971 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 50007--50007 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 50043--50043 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 50076--50076 []\TU/UbuntuMono(0)/m/n/10.95 ceph.user. Underfull \hbox (badness 10000) in paragraph at lines 50138--50138 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [508] [509] [510] Underfull \hbox (badness 10000) in paragraph at lines 50541--50541 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 50570--50570 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [511] [512] Underfull \hbox (badness 10000) in paragraph at lines 50753--50753 []\TU/UbuntuMono(0)/m/n/10.95 v_WiUEsGpsSEmO592wtnT9FA==. Underfull \hbox (badness 10000) in paragraph at lines 50753--50753 []\TU/UbuntuMono(0)/m/n/10.95 i_WiUEsGpsSEmO592wtnT9FA==. [513] Underfull \hbox (badness 10000) in paragraph at lines 50839--50839 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 50872--50872 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 50904--50904 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 50911--50917 []\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 50937--50937 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.gateway. [514] Underfull \hbox (badness 10000) in paragraph at lines 51003--51003 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 51035--51035 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 51068--51068 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.user. Underfull \hbox (badness 10000) in paragraph at lines 51100--51100 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.user. [515] Underfull \hbox (badness 10000) in paragraph at lines 51133--51133 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 51170--51170 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [516] [517] [518] Underfull \hbox (badness 10000) in paragraph at lines 51643--51643 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 51672--51672 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [519] Underfull \hbox (badness 10000) in paragraph at lines 51857--51857 []\TU/Ubuntu(0)/m/sc/10.95 Con- Underfull \hbox (badness 10000) in paragraph at lines 51857--51857 []\TU/Ubuntu(0)/m/sc/10.95 Virtual Underfull \hbox (badness 10000) in paragraph at lines 51857--51857 []\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 51857--51857 []\TU/Ubuntu(0)/m/sc/10.95 Image Underfull \hbox (badness 10000) in paragraph at lines 51857--51857 []\TU/Ubuntu(0)/m/sc/10.95 Custom Underfull \hbox (badness 10000) in paragraph at lines 51857--51857 []\TU/Ubuntu(0)/m/sc/10.95 Snap- [520] Underfull \hbox (badness 10000) in paragraph at lines 51914--51914 []\TU/UbuntuMono(0)/m/n/10.95 pure.api. Underfull \hbox (badness 10000) in paragraph at lines 51942--51942 []\TU/UbuntuMono(0)/m/n/10.95 pure. [521] Underfull \hbox (badness 10000) in paragraph at lines 51971--51971 []\TU/UbuntuMono(0)/m/n/10.95 pure.gateway. [522] [523] [524] Underfull \hbox (badness 10000) in paragraph at lines 52419--52419 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 52456--52456 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [525] [526] Underfull \hbox (badness 10000) in paragraph at lines 52810--52810 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 52839--52839 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [527] [528] Underfull \hbox (badness 10000) in paragraph at lines 52975--52975 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 53011--53011 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 53044--53044 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 53077--53077 []\TU/UbuntuMono(0)/m/n/10.95 lvm.vg. [529] Underfull \hbox (badness 10000) in paragraph at lines 53143--53143 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 53180--53180 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [530] [531] [532] Underfull \hbox (badness 10000) in paragraph at lines 53759--53759 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [533] Underfull \hbox (badness 10000) in paragraph at lines 53788--53788 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [534] [535] [536] Underfull \hbox (badness 10000) in paragraph at lines 54141--54141 []\TU/UbuntuMono(0)/m/n/10.95 zfs. Underfull \hbox (badness 10000) in paragraph at lines 54179--54179 []\TU/UbuntuMono(0)/m/n/10.95 zfs. Underfull \hbox (badness 10000) in paragraph at lines 54257--54257 []\TU/Ubuntu(0)/b/it/10.95 Condi- [537] Underfull \hbox (badness 10000) in paragraph at lines 54298--54298 []\TU/Ubuntu(0)/b/it/10.95 Condi- [538] [539] Underfull \hbox (badness 10000) in paragraph at lines 54615--54615 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 54644--54644 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [540] [541] 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 55482--55482 []\TU/FreeSans(0)/m/n/10.95 Di- Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 \TU/FreeSans(0)/m/n/10.95 rec- Overfull \hbox (5.81442pt too wide) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 Btrfs| Overfull \hbox (5.46402pt too wide) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 LVM| Overfull \hbox (3.64633pt too wide) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 Ceph Overfull \hbox (18.18137pt too wide) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 CephFS| Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 Ceph Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 Dell Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 \TU/FreeSans(0)/m/n/10.95 Power- Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 Pure Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 \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 55482--55482 []\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 55482--55482 []\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 55482--55482 []\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 55482--55482 []\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 55482--55482 [][][]\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 55482--55482 []\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;! [542] [543] [544] Underfull \hbox (badness 10000) in paragraph at lines 55758--55758 []\TU/UbuntuMono(0)/m/n/10.95 bgp.ipv4. [545] Underfull \hbox (badness 10000) in paragraph at lines 55795--55795 []\TU/UbuntuMono(0)/m/n/10.95 bgp.ipv6. Underfull \hbox (badness 10000) in paragraph at lines 55828--55828 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 55861--55861 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 55902--55902 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 55946--55946 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. [546] Underfull \hbox (badness 10000) in paragraph at lines 56011--56011 []\TU/UbuntuMono(0)/m/n/10.95 bridge. Underfull \hbox (badness 10000) in paragraph at lines 56112--56112 []\TU/Ubuntu(0)/b/it/10.95 De- Overfull \hbox (5.21779pt too wide) in paragraph at lines 56112--56112 []\TU/Ubuntu(0)/b/it/10.95 Scope:| [547] Underfull \hbox (badness 10000) in paragraph at lines 56148--56148 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 56181--56181 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 56249--56249 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone. Underfull \hbox (badness 10000) in paragraph at lines 56281--56281 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. [548] Underfull \hbox (badness 10000) in paragraph at lines 56310--56310 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. Underfull \hbox (badness 10000) in paragraph at lines 56347--56347 []\TU/UbuntuMono(0)/m/n/10.95 fan. [549] Underfull \hbox (badness 10000) in paragraph at lines 56550--56550 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 56587--56587 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 56624--56624 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. [550] Underfull \hbox (badness 10000) in paragraph at lines 56734--56734 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat. Underfull \hbox (badness 10000) in paragraph at lines 56771--56771 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat. Underfull \hbox (badness 10000) in paragraph at lines 56803--56803 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn. [551] Underfull \hbox (badness 10000) in paragraph at lines 56879--56879 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 56996--56996 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. [552] Underfull \hbox (badness 10000) in paragraph at lines 57073--57073 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 57180--57180 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat. Underfull \hbox (badness 10000) in paragraph at lines 57217--57217 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat. [553] Underfull \hbox (badness 10000) in paragraph at lines 57249--57249 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn. Underfull \hbox (badness 10000) in paragraph at lines 57321--57321 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [554] Underfull \hbox (badness 10000) in paragraph at lines 57416--57416 []\TU/UbuntuMono(0)/m/n/10.95 raw. Underfull \hbox (badness 10000) in paragraph at lines 57484--57484 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 57520--57520 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 57553--57553 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [555] Underfull \hbox (badness 10000) in paragraph at lines 57589--57589 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 57618--57618 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 57650--57650 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 57679--57679 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 57745--57745 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. [556] Underfull \hbox (badness 10000) in paragraph at lines 57774--57774 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 57843--57843 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 57872--57872 []\TU/UbuntuMono(0)/m/n/10.95 user. [557] [558] [559] Underfull \hbox (badness 10000) in paragraph at lines 58082--58082 []\TU/UbuntuMono(0)/m/n/10.95 bridge. Underfull \hbox (badness 10000) in paragraph at lines 58114--58114 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 58171--58171 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone. [560] Underfull \hbox (badness 10000) in paragraph at lines 58199--58199 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. Underfull \hbox (badness 10000) in paragraph at lines 58224--58224 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. [561] Underfull \hbox (badness 10000) in paragraph at lines 58496--58496 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. [562] Underfull \hbox (badness 10000) in paragraph at lines 58677--58677 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 58713--58713 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 58746--58746 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 58782--58782 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [563] Underfull \hbox (badness 10000) in paragraph at lines 58807--58807 []\TU/UbuntuMono(0)/m/n/10.95 user. [564] [565] Underfull \hbox (badness 10000) in paragraph at lines 59093--59093 []\TU/UbuntuMono(0)/m/n/10.95 user. [566] Underfull \hbox (badness 10000) in paragraph at lines 59219--59219 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 59255--59255 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 59296--59296 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 59340--59340 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. [567] Underfull \hbox (badness 10000) in paragraph at lines 59373--59373 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 59477--59477 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn. [568] Underfull \hbox (badness 10000) in paragraph at lines 59553--59553 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 59621--59621 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn. Underfull \hbox (badness 10000) in paragraph at lines 59697--59697 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. [569] Underfull \hbox (badness 10000) in paragraph at lines 59832--59832 []\TU/UbuntuMono(0)/m/n/10.95 ovn. [570] Underfull \hbox (badness 10000) in paragraph at lines 59893--59893 []\TU/UbuntuMono(0)/m/n/10.95 user. [571] Underfull \hbox (badness 10000) in paragraph at lines 60131--60131 []\TU/UbuntuMono(0)/m/n/10.95 user. [572] Underfull \hbox (badness 10000) in paragraph at lines 60231--60231 []\TU/UbuntuMono(0)/m/n/10.95 scheduler. Underfull \hbox (badness 10000) in paragraph at lines 60260--60260 []\TU/UbuntuMono(0)/m/n/10.95 user. Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/FreeSans(0)/m/n/10.95 Do- Overfull \hbox (7.46788pt too wide) in paragraph at lines 60495--60495 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/FreeSans(0)/m/n/10.95 De- Overfull \hbox (3.54778pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 soft| Overfull \hbox (8.95653pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 hard| Overfull \hbox (8.95653pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 soft| Overfull \hbox (8.95653pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 hard| Overfull \hbox (8.95653pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 soft| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 hard| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 soft| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 hard| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- [573] Underfull \hbox (badness 10000) in paragraph at lines 60530--60530 []\TU/UbuntuMono(0)/m/n/10.95 fs. Underfull \hbox (badness 10000) in paragraph at lines 60565--60565 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. [574] Underfull \hbox (badness 10000) in paragraph at lines 60604--60604 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. Underfull \hbox (badness 10000) in paragraph at lines 60643--60643 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. Underfull \hbox (badness 10000) in paragraph at lines 60682--60682 []\TU/UbuntuMono(0)/m/n/10.95 kernel. Underfull \hbox (badness 10000) in paragraph at lines 60718--60718 []\TU/UbuntuMono(0)/m/n/10.95 kernel.keys. [575] Underfull \hbox (badness 10000) in paragraph at lines 60750--60750 []\TU/UbuntuMono(0)/m/n/10.95 kernel.keys. Underfull \hbox (badness 10000) in paragraph at lines 60785--60785 []\TU/UbuntuMono(0)/m/n/10.95 net.core. Underfull \hbox (badness 10000) in paragraph at lines 60820--60820 []\TU/UbuntuMono(0)/m/n/10.95 net.ipv4.neigh.default. Underfull \hbox (badness 10000) in paragraph at lines 60861--60861 []\TU/UbuntuMono(0)/m/n/10.95 net.ipv6.neigh.default. [576] Underfull \hbox (badness 10000) in paragraph at lines 60902--60902 []\TU/UbuntuMono(0)/m/n/10.95 vm. Overfull \hbox (178.41754pt too wide) in alignment at lines 60966--60976 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60976--60990 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60990--60996 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60996--60998 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60998--61267 [] [] [577] Overfull \hbox (41.49557pt too wide) in paragraph at lines 61489--61489 []\TU/UbuntuMono(0)/m/n/10.95 lxd_api_requests_completed_total| Overfull \hbox (8.64558pt too wide) in paragraph at lines 61489--61489 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_buck_hash_sys_bytes| Overfull \hbox (8.64558pt too wide) in paragraph at lines 61489--61489 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_heap_released_bytes| Overfull \hbox (3.1706pt too wide) in paragraph at lines 61489--61489 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_mcache_inuse_bytes| [578] Underfull \hbox (badness 10000) in paragraph at lines 61496--61502 \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 [579] [580] [581] [582] [583] [584] [585] [586] [587] [588] [589] [590] [591] [592] [593] [594] Underfull \hbox (badness 10000) in paragraph at lines 62888--62891 []\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 [595] Underfull \hbox (badness 10000) in paragraph at lines 62949--62953 []\TU/Ubuntu(0)/m/sc/10.95 Some browsers like Firefox and Safari can’t accept s erver response without [596] [597] Underfull \hbox (badness 5607) in paragraph at lines 63200--63202 []\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 63208--63210 []\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[][] [598] [599] [600] [601] [602] [603] [604] [605] [606] [607] [608] Underfull \hbox (badness 10000) in paragraph at lines 64062--64066 []\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. [609] [610] Underfull \hbox (badness 5490) in paragraph at lines 64225--64227 []\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 429[])) and MAC filtering ([][]\TU/U buntuMono(0)/m/it/10.95 security.mac_filtering[][] [611] [612] [613] [614] [615] [616] [617] [618] [619] [620] [621] [622] [623] [624] Underfull \hbox (badness 10000) in paragraph at lines 65326--65329 []\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 377[]) and [][]\TU/UbuntuMon o(0)/m/it/10.95 images.auto_update_interval[][] [625] [626] [627] [628] [629] [630] [631] [632] Underfull \hbox (badness 10000) in paragraph at lines 65986--65988 []\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. [633] [634] [635] [636] [637] [638] [639] [640] [641] [642] Underfull \hbox (badness 10000) in paragraph at lines 66650--66652 []\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 49 6[]), [][]\TU/UbuntuMono(0)/m/it/10.95 cephfs. [643] Underfull \hbox (badness 5607) in paragraph at lines 66740--66743 \TU/Ubuntu(0)/m/sc/10.95 configuration key automatically set through the new se rver-level configuration key [644] Underfull \hbox (badness 7869) in paragraph at lines 66830--66835 \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} / [645] [646] [647] [648] Underfull \hbox (badness 10000) in paragraph at lines 67032--67035 []\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 67032--67035 \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. [649] [650] [651] [652] Overfull \hbox (576.54724pt too wide) in alignment at lines 67380--67393 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 67393--67410 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 67410--67416 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 67416--67418 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 67418--68501 [] [] [] [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] [742] [743] [744] [745] [746] [747] [748] [749] [750] [751] [752] [753] [754] Underfull \hbox (badness 10000) in paragraph at lines 76741--76743 []\TU/Ubuntu(0)/m/sc/10.95 A regular expression matching a configuration item o r its value. (e.g. [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] [828] [829] [830] [831] [832] [833] [834] [835] [836] [837] [838] [839] [840] Underfull \hbox (badness 5622) in paragraph at lines 83746--83749 []\TU/Ubuntu(0)/m/sc/10.95 Basic authentication can be used when combined with the “simplestreams” proto- [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] [874] [875] [876] [877] [878] [879] [880] [881] [882] [883] [884] [885] [886] Overfull \hbox (45.42271pt too wide) in paragraph at lines 87395--87395 []\TU/UbuntuMono(0)/m/n/10.95 LXD_INSECURE_TLS| Overfull \hbox (12.57272pt too wide) in paragraph at lines 87395--87395 []\TU/UbuntuMono(0)/m/n/10.95 http_proxy| Overfull \hbox (18.04773pt too wide) in paragraph at lines 87395--87395 []\TU/UbuntuMono(0)/m/n/10.95 https_proxy| Overfull \hbox (1.62273pt too wide) in paragraph at lines 87395--87395 []\TU/UbuntuMono(0)/m/n/10.95 no_proxy| [887] Overfull \hbox (30.74283pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_EXEC_PATH| Overfull \hbox (85.49281pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_LXC_TEMPLATE_CONFIG| Overfull \hbox (74.54282pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_SECURITY_APPARMOR| Overfull \hbox (74.54282pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_UNPRIVILEGED_ONLY| Overfull \hbox (30.74283pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_OVMF_PATH| Overfull \hbox (47.16782pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_QEMU_FW_PATH| Overfull \hbox (107.39279pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_IDMAPPED_MOUNTS_DISABLE| Overfull \hbox (58.11781pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_DEVMONITOR_DIR| Overfull \hbox (69.06781pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_FSMONITOR_DRIVER| [888] [889] [890] [891] [892] [893] [894] [895] [896] [897] [898] [899] [900] [901] [902] [903] [904] [905] Underfull \hbox (badness 10000) in paragraph at lines 88649--88650 []\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 88649--88650 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 88650--88651 []\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 88651--88652 []\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 88652--88653 []\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 88653--88654 []\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 88654--88655 []\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 88655--88656 []\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 88661--88662 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 88662--88663 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 88663--88664 []\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 88663--88664 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88664--88665 []\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 88664--88665 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88665--88666 []\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 88665--88666 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 88667--88668 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 88668--88669 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 88669--88670 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 88670--88671 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 88671--88672 []\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 88672--88673 []\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 88673--88674 []\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 88674--88675 []\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 88675--88676 []\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 88675--88676 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 88676--88677 []\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 88677--88678 []\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- [906] Underfull \hbox (badness 10000) in paragraph at lines 88678--88679 []\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 88679--88680 []\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 88680--88681 []\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 88681--88682 []\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 88682--88683 []\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 88683--88684 []\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 88684--88685 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- Underfull \hbox (badness 10000) in paragraph at lines 88686--88687 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 88687--88688 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- Underfull \hbox (badness 10000) in paragraph at lines 88691--88692 []\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 88692--88693 []\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 88693--88694 []\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 88694--88695 []\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 88695--88696 []\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 88696--88697 []\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 88698--88699 []\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 88699--88700 []\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 88701--88702 []\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 88702--88703 []\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 88703--88704 []\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 88704--88705 []\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 88705--88706 []\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 88706--88707 []\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 88707--88708 []\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- [907] Underfull \hbox (badness 10000) in paragraph at lines 88708--88709 []\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 88709--88710 []\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 88710--88711 []\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 88711--88712 []\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 88712--88713 []\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 88714--88715 []\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 88715--88716 []\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 88717--88718 []\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 88718--88719 []\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 88719--88720 []\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 88720--88721 []\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 88721--88722 []\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 88722--88723 []\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 88723--88724 []\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 88724--88725 []\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 88725--88726 []\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 88726--88727 []\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 88727--88728 []\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 88728--88729 []\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 88729--88730 []\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 88729--88730 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 88730--88731 []\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 88731--88732 []\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 88732--88733 []\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 88733--88734 []\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 88734--88735 []\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- [908] Underfull \hbox (badness 10000) in paragraph at lines 88735--88736 []\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 88739--88740 []\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 88740--88741 []\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 88741--88742 []\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 88742--88743 []\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 88743--88744 []\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 88744--88745 []\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 88745--88746 []\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 88746--88747 []\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 88747--88748 []\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 88747--88748 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88748--88749 []\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 88748--88749 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88753--88754 []\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 88753--88754 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88754--88755 []\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 88754--88755 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88755--88756 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 88756--88757 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 88757--88758 []\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 88757--88758 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 88758--88759 []\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 88758--88759 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88759--88760 []\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 88759--88760 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88760--88761 []\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 88760--88761 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 88762--88763 []\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 88762--88763 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 88763--88764 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 88764--88765 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 88765--88766 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 88766--88767 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- [909] Underfull \hbox (badness 10000) in paragraph at lines 88767--88768 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 88768--88769 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 88770--88771 []\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 88770--88771 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 88771--88772 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 88772--88773 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 88773--88774 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 88774--88775 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 88775--88776 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 88776--88777 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 88777--88778 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 88781--88782 []\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 88782--88783 []\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 88783--88784 []\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 88784--88785 []\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 88785--88786 []\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 88788--88789 []\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 88788--88789 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 88789--88790 []\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 88790--88791 []\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 88791--88792 []\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 88792--88793 []\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 88793--88794 []\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 88794--88795 []\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 88795--88796 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 88796--88797 \TU/Ubuntu(0)/m/it/10.95 tpm-device- Underfull \hbox (badness 10000) in paragraph at lines 88797--88798 []\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 88797--88798 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88798--88799 []\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 88798--88799 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- [910] Underfull \hbox (badness 10000) in paragraph at lines 88800--88801 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- Underfull \hbox (badness 10000) in paragraph at lines 88802--88803 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 88803--88804 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- Underfull \hbox (badness 10000) in paragraph at lines 88805--88806 []\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 88806--88807 []\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 88807--88808 []\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 88808--88809 []\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 88809--88810 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 88810--88811 []\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 88813--88814 []\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 88814--88815 []\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 88815--88816 []\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 88819--88820 []\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 88819--88820 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 88820--88821 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88821--88822 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88822--88823 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 88823--88824 []\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 88832--88833 []\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 88833--88834 []\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 88840--88841 []\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 88840--88841 \TU/Ubuntu(0)/m/it/10.95 disk-device- [911] Underfull \hbox (badness 10000) in paragraph at lines 88841--88842 []\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 88841--88842 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88842--88843 []\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 88842--88843 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88846--88847 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 88847--88848 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 88848--88849 []\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 88848--88849 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88849--88850 []\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 88849--88850 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88850--88851 []\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 88850--88851 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 88852--88853 []\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 88853--88854 []\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 88854--88855 []\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 88855--88856 []\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 88856--88857 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 88857--88858 []\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 88858--88859 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 88859--88860 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 88860--88861 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 88861--88862 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 88862--88863 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 88863--88864 \TU/Ubuntu(0)/m/it/10.95 nic-routed- [912] Underfull \hbox (badness 10000) in paragraph at lines 88904--88905 []\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 88944--88945 []\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 88947--88948 []\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 88948--88949 []\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 88949--88950 []\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 88950--88951 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.sched_setscheduler\TU /Ubuntu(0)/m/sc/10.95 , [913] Underfull \hbox (badness 10000) in paragraph at lines 88993--88994 []\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 88994--88995 []\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 88995--88996 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88996--88997 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88997--88998 []\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 88998--88999 []\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 88999--89000 []\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 89000--89001 []\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 89003--89004 []\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 89004--89005 []\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 89006--89007 []\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 89007--89008 []\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 89008--89009 []\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 89008--89009 \TU/Ubuntu(0)/m/it/10.95 acl-acl- Underfull \hbox (badness 10000) in paragraph at lines 89009--89010 []\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 89010--89011 []\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 89010--89011 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 89011--89012 []\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 89011--89012 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- Underfull \hbox (badness 5652) in paragraph at lines 89012--89013 []\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 89012--89013 \TU/Ubuntu(0)/m/it/10.95 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 89013--89014 []\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 89014--89015 []\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 89017--89018 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 89018--89019 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 10000) in paragraph at lines 89019--89020 []\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 89019--89020 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 89020--89021 []\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 89020--89021 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- Underfull \hbox (badness 10000) in paragraph at lines 89021--89022 []\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 89021--89022 \TU/Ubuntu(0)/m/it/10.95 zones: zone- Underfull \hbox (badness 10000) in paragraph at lines 89024--89025 []\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 89025--89026 []\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- [914] Underfull \hbox (badness 10000) in paragraph at lines 89027--89028 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 89028--89029 \TU/Ubuntu(0)/m/it/10.95 zones: zone- Underfull \hbox (badness 10000) in paragraph at lines 89029--89030 []\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 89030--89031 []\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 89031--89032 []\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 89032--89033 []\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 89033--89034 []\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 89034--89035 []\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 89034--89035 \TU/Ubuntu(0)/m/it/10.95 ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 89035--89036 []\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 89036--89037 []\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 89036--89037 \TU/Ubuntu(0)/m/it/10.95 ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 89042--89043 []\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 89043--89044 []\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 89047--89048 []\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 89048--89049 []\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 89049--89050 []\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 89050--89051 []\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 89057--89058 []\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 89058--89059 []\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 89059--89060 []\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 89060--89061 []\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 89062--89063 []\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 89063--89064 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 89064--89065 []\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 89065--89066 []\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 89068--89069 []\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 89069--89070 []\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 89070--89071 []\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 89071--89072 []\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- [915] Underfull \hbox (badness 10000) in paragraph at lines 89074--89075 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 89075--89076 \TU/Ubuntu(0)/m/it/10.95 class="literal">ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 89079--89080 []\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 89080--89081 []\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 89081--89082 []\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 89082--89083 []\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 89084--89085 []\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 89085--89086 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 89086--89087 []\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 89087--89088 []\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 89090--89091 []\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 89090--89091 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 89091--89092 []\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 89091--89092 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 89093--89094 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 5133) in paragraph at lines 89094--89095 []\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 89095--89096 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 89096--89097 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 89097--89098 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- Underfull \hbox (badness 5133) in paragraph at lines 89098--89099 []\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 89099--89100 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 89100--89101 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 89101--89102 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- Underfull \hbox (badness 10000) in paragraph at lines 89102--89103 []\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 89103--89104 []\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 89104--89105 []\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 89105--89106 []\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 89105--89106 \TU/Ubuntu(0)/m/it/10.95 acl-acl- Underfull \hbox (badness 7722) in paragraph at lines 89106--89107 \TU/Ubuntu(0)/m/it/10.95 ancers: load- Underfull \hbox (badness 10000) in paragraph at lines 89106--89107 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 89108--89109 []\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 89108--89109 \TU/Ubuntu(0)/m/it/10.95 zone-record- [916] Underfull \hbox (badness 10000) in paragraph at lines 89112--89113 []\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- Underfull \hbox (badness 10000) in paragraph at lines 89113--89114 []\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 89114--89115 []\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 89117--89118 \TU/Ubuntu(0)/m/it/10.95 forward- Underfull \hbox (badness 10000) in paragraph at lines 89118--89119 []\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 89118--89119 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer- Underfull \hbox (badness 10000) in paragraph at lines 89119--89120 \TU/Ubuntu(0)/m/it/10.95 acl-rule- Underfull \hbox (badness 6893) in paragraph at lines 89120--89121 []\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 89121--89122 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 10000) in paragraph at lines 89123--89124 []\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 89124--89125 []\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 89125--89126 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.action Underfull \hbox (badness 10000) in paragraph at lines 89125--89126 \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 89127--89128 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.logged Underfull \hbox (badness 10000) in paragraph at lines 89127--89128 \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 89129--89130 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 89129--89130 \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 89130--89131 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 89130--89131 \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 89131--89132 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 89131--89132 \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 89132--89133 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 89132--89133 \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 89137--89138 []\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 89137--89138 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-port- Underfull \hbox (badness 10000) in paragraph at lines 89138--89139 []\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 89138--89139 \TU/Ubuntu(0)/m/it/10.95 ure network load balancers: Underfull \hbox (badness 10000) in paragraph at lines 89138--89139 \TU/Ubuntu(0)/m/it/10.95 load- Underfull \hbox (badness 10000) in paragraph at lines 89138--89139 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 89142--89143 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 89152--89153 []\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 89153--89154 []\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- [917] Underfull \hbox (badness 10000) in paragraph at lines 89154--89155 []\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- Underfull \hbox (badness 10000) in paragraph at lines 89155--89156 []\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 89156--89157 []\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 89157--89158 []\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 89157--89158 \TU/Ubuntu(0)/m/it/10.95 zone-config- Underfull \hbox (badness 10000) in paragraph at lines 89158--89159 []\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 89159--89160 []\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 89160--89161 []\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 89182--89183 []\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 89183--89184 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv6.NETWORK_NAME\TU/U buntu(0)/m/sc/10.95 , [918] Underfull \hbox (badness 10000) in paragraph at lines 89283--89284 []\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 89283--89284 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89284--89285 []\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 89284--89285 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 89285--89286 []\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 89285--89286 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89286--89287 []\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 89286--89287 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89287--89288 []\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 89287--89288 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89288--89289 []\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 89288--89289 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89289--89290 []\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 89289--89290 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89290--89291 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89290--89291 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89291--89292 []\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 89291--89292 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 89291--89292 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89292--89293 []\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 89292--89293 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- [919] Underfull \hbox (badness 10000) in paragraph at lines 89316--89317 []\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 89339--89340 []\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 89340--89341 []\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 89340--89341 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 89341--89342 []\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 89342--89343 []\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 89343--89344 []\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 89343--89344 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 89344--89345 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89345--89346 []\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 89345--89346 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89346--89347 []\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 89346--89347 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89347--89348 []\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 89347--89348 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89348--89349 []\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 89348--89349 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89349--89350 []\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 89349--89350 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89350--89351 []\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 89350--89351 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89351--89352 []\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 89351--89352 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89352--89353 []\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 89352--89353 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89353--89354 []\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 89353--89354 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89354--89355 []\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 89354--89355 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89355--89356 []\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 89355--89356 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 89356--89357 []\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 89356--89357 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89357--89358 []\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 89357--89358 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- [920] Underfull \hbox (badness 10000) in paragraph at lines 89358--89359 []\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 89358--89359 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89359--89360 []\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 89359--89360 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89360--89361 []\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 89360--89361 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89361--89362 []\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 89361--89362 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89362--89363 []\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 89362--89363 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89363--89364 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89363--89364 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89364--89365 []\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 89364--89365 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89365--89366 []\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 89365--89366 \TU/Ubuntu(0)/m/it/10.95 btrfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 89366--89367 []\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 89366--89367 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 89367--89368 []\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 89367--89368 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89368--89369 []\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 89368--89369 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89369--89370 []\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 89369--89370 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89370--89371 []\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 89370--89371 \TU/Ubuntu(0)/m/it/10.95 cephobject- Underfull \hbox (badness 10000) in paragraph at lines 89371--89372 []\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 89371--89372 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89372--89373 \TU/Ubuntu(0)/m/it/10.95 lvm-bucket- Underfull \hbox (badness 10000) in paragraph at lines 89373--89374 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 89374--89375 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89375--89376 []\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 89375--89376 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89376--89377 []\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 89376--89377 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89377--89378 \TU/Ubuntu(0)/m/it/10.95 zfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 89378--89379 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 89379--89380 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89380--89381 []\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 89380--89381 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89381--89382 []\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 89381--89382 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89382--89383 []\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 89382--89383 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89383--89384 []\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 89383--89384 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89384--89385 []\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 89384--89385 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- [921] Underfull \hbox (badness 5008) in paragraph at lines 89385--89386 []\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 89385--89386 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89386--89387 []\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 89386--89387 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89387--89388 []\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 89387--89388 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89388--89389 []\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 89388--89389 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89389--89390 []\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 89389--89390 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89390--89391 []\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 89390--89391 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89391--89392 []\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 89391--89392 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89392--89393 []\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 89392--89393 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89393--89394 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89393--89394 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89394--89395 []\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 89394--89395 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89395--89396 []\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 89395--89396 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89396--89397 []\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 89396--89397 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89397--89398 []\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 89397--89398 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89398--89399 []\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 89398--89399 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89399--89400 []\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 89399--89400 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89400--89401 []\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 89400--89401 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89401--89402 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89401--89402 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89402--89403 []\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 89402--89403 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 89402--89403 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89403--89404 []\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 89403--89404 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89404--89405 []\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 89404--89405 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 89405--89406 []\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 89405--89406 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- Underfull \hbox (badness 10000) in paragraph at lines 89406--89407 []\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 89406--89407 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 89407--89408 []\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 89408--89409 []\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 89408--89409 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 89409--89410 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- [922] Underfull \hbox (badness 10000) in paragraph at lines 89410--89411 []\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 89410--89411 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 89411--89412 []\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 89411--89412 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 89412--89413 []\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 89413--89414 []\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 89413--89414 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89414--89415 []\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 89414--89415 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89415--89416 []\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 89415--89416 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89416--89417 []\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 89416--89417 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89417--89418 []\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 89417--89418 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89418--89419 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89418--89419 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89419--89420 []\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 89419--89420 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89420--89421 []\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 89420--89421 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89421--89422 []\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 89421--89422 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89422--89423 []\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 89422--89423 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89423--89424 []\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 89423--89424 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89424--89425 []\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 89424--89425 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89425--89426 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89425--89426 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89426--89427 []\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 89426--89427 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89427--89428 []\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 89427--89428 \TU/Ubuntu(0)/m/it/10.95 ceph: Underfull \hbox (badness 10000) in paragraph at lines 89427--89428 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- Underfull \hbox (badness 10000) in paragraph at lines 89428--89429 []\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 89428--89429 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 89429--89430 \TU/Ubuntu(0)/m/it/10.95 class="literal">cephobject: Underfull \hbox (badness 10000) in paragraph at lines 89429--89430 \TU/Ubuntu(0)/m/it/10.95 cephobject- Underfull \hbox (badness 10000) in paragraph at lines 89430--89431 []\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 89430--89431 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89431--89432 []\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 89431--89432 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89432--89433 []\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 89432--89433 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89433--89434 []\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 89433--89434 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89434--89435 []\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 89434--89435 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89435--89436 []\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 89435--89436 \TU/Ubuntu(0)/m/it/10.95 powerflex- [923] Underfull \hbox (badness 10000) in paragraph at lines 89436--89437 []\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 89436--89437 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89437--89438 []\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 89437--89438 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89438--89439 []\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 89439--89440 []\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 89439--89440 \TU/Ubuntu(0)/m/it/10.95 pure-pool- [924] (./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 (925 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 441 []\TU/Ubuntu(0)/m/n/10.95 274 Overfull \hbox (1.55487pt too wide) detected at line 521 []\TU/Ubuntu(0)/m/n/10.95 319 Overfull \hbox (1.55487pt too wide) detected at line 531 []\TU/Ubuntu(0)/m/n/10.95 322 Overfull \hbox (1.55487pt too wide) detected at line 562 []\TU/Ubuntu(0)/m/n/10.95 332 Overfull \hbox (1.55487pt too wide) detected at line 588 []\TU/Ubuntu(0)/m/n/10.95 344 Overfull \hbox (1.55487pt too wide) detected at line 624 []\TU/Ubuntu(0)/m/n/10.95 359 Overfull \hbox (1.55487pt too wide) detected at line 667 []\TU/Ubuntu(0)/m/n/10.95 371 Overfull \hbox (1.55487pt too wide) detected at line 886 []\TU/Ubuntu(0)/m/n/10.95 573 Overfull \hbox (1.55487pt too wide) detected at line 896 []\TU/Ubuntu(0)/m/n/10.95 580 Overfull \hbox (1.55487pt too wide) detected at line 914 []\TU/Ubuntu(0)/m/n/10.95 589 Overfull \hbox (1.55487pt too wide) detected at line 1393 []\TU/Ubuntu(0)/m/n/10.95 660 Overfull \hbox (1.55487pt too wide) detected at line 3008 []\TU/Ubuntu(0)/m/n/10.95 887 ) [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] [15] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [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 2756. [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] Underfull \hbox (badness 10000) in paragraph at lines 3804--3804 []\TU/Ubuntu(0)/b/it/10.95 API exten- Underfull \hbox (badness 10000) in paragraph at lines 3804--3804 []\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 3804--3804 []\TU/Ubuntu(0)/b/it/10.95 Documenta- Underfull \hbox (badness 10000) in paragraph at lines 3804--3804 []\TU/Ubuntu(0)/b/it/10.95 Go client [50] [51] [52] [53] Underfull \hbox (badness 10000) in paragraph at lines 4132--4135 [][][][][]$[][][][][] [] [] [] [][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [][][ ][][][][][][][][][][][][][][][][] [] [][][] [] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/sc' undefined (Font) using `TU/Ubuntu(0)/m/n' instead on input line 5064. [65] [66] [67] Underfull \hbox (badness 10000) in paragraph at lines 5414--5417 [][][][][]$[][][][][] [] [] [] [][][][][] [] [][][][][][][][][] [] [][][] [] [] [][][][][] [] [][][][][] [] [][][][][][][][][][][][][][][][][][] [] [][][][][][ ][][][][][][][][][][][][][][][][][][] [] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] Underfull \hbox (badness 10000) in paragraph at lines 6255--6257 []\TU/Ubuntu(0)/m/sc/10.95 Check the contents of an existing instance configura tion ([][]\TU/UbuntuMono(0)/m/it/10.95 lxc config show Overfull \vbox (1.04947pt too high) detected at line 6320 [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [106] Missing character: There is no □ (U+25A1) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] Underfull \hbox (badness 10000) in paragraph at lines 8893--8895 []\TU/Ubuntu(0)/m/sc/10.95 For example, to pull the contents of the \TU/UbuntuM ono(0)/m/n/10.95 /etc/hosts \TU/Ubuntu(0)/m/sc/10.95 file and write them to a [119] [120] [121] [122] [123] Underfull \hbox (badness 7796) in paragraph at lines 9391--9395 \TU/Ubuntu(0)/m/sc/10.95 In interactive mode, the operation creates an addition al single bi-directional Underfull \hbox (badness 10000) in paragraph at lines 9391--9395 \TU/Ubuntu(0)/m/sc/10.95 WebSocket. To force interactive mode, add \TU/UbuntuMo no(0)/m/n/10.95 "interactive": true \TU/Ubuntu(0)/m/sc/10.95 and [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [139] Underfull \hbox (badness 5862) in paragraph at lines 10687--10692 []\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[][] [140] [141] Underfull \hbox (badness 10000) in paragraph at lines 10881--10883 []\TU/Ubuntu(0)/m/sc/10.95 See [][]\TU/UbuntuMono(0)/m/n/10.95 GET /1.0/instanc es/{name}/snapshots[][]\TU/Ubuntu(0)/m/sc/10.95 , [][]\TU/UbuntuMono(0)/m/n/10. 95 GET /1.0/instances/{name}/snapshots/ Underfull \hbox (badness 5787) in paragraph at lines 10881--10883 \TU/UbuntuMono(0)/m/n/10.95 {snapshot}[][]\TU/Ubuntu(0)/m/sc/10.95 , [][]\TU/Ub untuMono(0)/m/n/10.95 PATCH /1.0/instances/{name}/snapshots/{snapshot}[][]\TU/U buntu(0)/m/sc/10.95 , and [][]\TU/UbuntuMono(0)/m/n/10.95 DELETE /1.0/ [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] Overfull \vbox (1.03195pt too high) detected at line 12129 [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] Underfull \vbox (badness 1259) detected at line 13592 [177] [178] Overfull \hbox (344.8309pt too wide) in paragraph at lines 13770--13773 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][][][][][][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][][ ][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (350.30591pt too wide) in paragraph at lines 13770--13773 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (350.30591pt too wide) in paragraph at lines 13770--13773 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (344.8309pt too wide) in paragraph at lines 13770--13773 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+ [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] Underfull \hbox (badness 5862) in paragraph at lines 16085--16090 []\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[][] [208] [209] [210] [211] [212] Underfull \hbox (badness 10000) in paragraph at lines 16524--16528 []\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 16524--16528 [][]\TU/UbuntuMono(0)/m/n/10.95 target= \TU/Ubuntu(0)/m/sc/10.9 5 flag and the appropriate configuration for the member. [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] Underfull \hbox (badness 10000) in paragraph at lines 19036--19039 []\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 373[]) was set to [241] [242] Underfull \hbox (badness 10000) in paragraph at lines 19165--19165 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 19198--19198 []\TU/UbuntuMono(0)/m/n/10.95 network. [243] Underfull \hbox (badness 10000) in paragraph at lines 19227--19227 []\TU/UbuntuMono(0)/m/n/10.95 peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 19256--19256 []\TU/UbuntuMono(0)/m/n/10.95 peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 19285--19285 []\TU/UbuntuMono(0)/m/n/10.95 user. [244] [245] [246] [247] [248] [249] [250] [251] Missing character: There is no ● (U+25CF) in font [UbuntuMono-R.ttf]/OT:script= latn;language=dflt;color=FFFFFFFF ;! [252] Overfull \hbox (218.90572pt too wide) in paragraph at lines 19978--19981 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][] [][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][ ][][]+| Overfull \hbox (224.38072pt too wide) in paragraph at lines 19978--19981 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][] [][][]+| Overfull \hbox (218.90572pt too wide) in paragraph at lines 19978--19981 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][] [][][]+ [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] Overfull \vbox (0.79932pt too high) detected at line 21234 [265] [266] [267] [268] [269] [270] [271] Underfull \hbox (badness 7397) in paragraph at lines 21797--21800 []\TU/Ubuntu(0)/m/sc/10.95 If you plan to use the OverlayFS storage driver in D ocker, you should also set [272] Overfull \hbox (135.14801pt too wide) in paragraph at lines 21903--21906 [][][][][]$[][][][][] [] [] [] [][][][][][][] [] [][][][][][][][][][][][][][][] [] [][][] [] [] [] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [273] [274] [275] Overfull \hbox (1149.65471pt too wide) in paragraph at lines 22157--22159 \TU/UbuntuMono(1)/m/n/10.95 ZXJ2ZXJfbmFtZSI6InJwaTAxIiwiZmluZ2VycHJpbnQiOiIyNjZ jZmExZDk0ZDZiMjk2Nzk0YjU0YzJlYzdjOTMwNDA5ZjIzNjdmNmM1YjRhZWVjOGM0YjAxYTc2NjU0Mj gxIiwiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiJmZGI1OTgyNjgxN TQ2ZGQyNGE2ZGE0Mzg5MTUyOGM1ZGUxNWNmYmQ5M2M3OTU3ODNkNGI5OGU4MTQ4MWMzNmUwIn0=All [276] [277] [278] Overfull \hbox (1123.83167pt too wide) in paragraph at lines 22347--22347 [][]\TU/UbuntuMono(0)/m/n/10.95 eyJzZXJ2ZXJfbmFtZSI6Im5vZGUyIiwiZmluZ2VycHJpbnQ iOiJjZjlmNmVhMWIzYjhiNjgxNzQ1YTY1NTY2YjM3ZGUwOTUzNjRmM2MxMDAwMGNjZWQyOTk5NDU5Yz Y2MGIxNWQ4IiwiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiIxNGJmY 2EzMDhkOTNhY2E3MGJmYThkMzE0NWM4NWY3YmE0ZmU1YmYyNmJiNDhmMmUwNzhhOGZhMDczZDc0YTFi In0=| [279] [280] Overfull \hbox (317.45587pt too wide) in paragraph at lines 22494--22497 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][][][][]+[][][][][][][][][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][] [][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][] [][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22494--22497 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22494--22497 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22494--22497 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (317.45587pt too wide) in paragraph at lines 22494--22497 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+ [281] [282] [283] [284] [285] Underfull \hbox (badness 10000) in paragraph at lines 22758--22761 []\TU/Ubuntu(0)/m/sc/10.95 You can pass only the member-specific configuration keys \TU/UbuntuMono(0)/m/n/10.95 bridge. [286] [287] [288] [289] [290] [291] Underfull \hbox (badness 5105) in paragraph at lines 23246--23251 \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 ). [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] Underfull \hbox (badness 10000) in paragraph at lines 24109--24111 []\TU/Ubuntu(0)/m/sc/10.95 Use the following command to instruct LXD to move al l occurrences of [306] [307] Underfull \hbox (badness 10000) in paragraph at lines 24227--24229 []\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:// [308] [309] [310] Underfull \hbox (badness 6510) in paragraph at lines 24292--24294 []\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/ [311] [312] [313] [314] [315] [316] Overfull \hbox (175.10571pt too wide) in paragraph at lines 24631--24645 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][] [][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+ | Overfull \hbox (180.58072pt too wide) in paragraph at lines 24631--24645 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] +| Overfull \hbox (180.58072pt too wide) in paragraph at lines 24631--24645 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] +| Overfull \hbox (175.10571pt too wide) in paragraph at lines 24631--24645 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] + [317] [318] Chapter 3. [319] [320] [321] [322] Overfull \hbox (3.24397pt too wide) in paragraph at lines 25007--25007 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 25007--25007 []\TU/FreeSans(0)/m/n/10.95 De- Underfull \hbox (badness 10000) in paragraph at lines 25007--25007 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (8.24812pt too wide) in paragraph at lines 25007--25007 []\TU/Ubuntu(0)/m/sc/10.95 string| Underfull \hbox (badness 10000) in paragraph at lines 25007--25007 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (8.24812pt too wide) in paragraph at lines 25007--25007 []\TU/Ubuntu(0)/m/sc/10.95 string| Underfull \hbox (badness 10000) in paragraph at lines 25007--25007 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (1.71097pt too wide) in paragraph at lines 25007--25007 []\TU/Ubuntu(0)/m/sc/10.95 bool| [323] Underfull \hbox (badness 10000) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 Direc- Overfull \hbox (2.6934pt too wide) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 Btrfs| Overfull \hbox (2.65097pt too wide) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 LVM| Overfull \hbox (2.43083pt too wide) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 Ceph Underfull \hbox (badness 10000) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 Dell Power- Underfull \hbox (badness 10000) in paragraph at lines 25255--25255 []\TU/FreeSans(0)/m/n/10.95 Pure Stor- [324] Underfull \hbox (badness 5533) in paragraph at lines 25315--25317 []\TU/Ubuntu(0)/m/sc/10.95 Directly on an instance: [][]\TU/UbuntuMono(0)/m/it/ 10.95 lxc launch [][]storage [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344] Underfull \hbox (badness 10000) in paragraph at lines 26817--26817 []\TU/FreeSans(0)/m/n/10.95 Auto- Overfull \hbox (7.23807pt too wide) in paragraph at lines 26817--26817 []\TU/UbuntuMono(0)/m/n/10.95 database[]leader| Overfull \hbox (12.71307pt too wide) in paragraph at lines 26817--26817 []\TU/UbuntuMono(0)/m/n/10.95 database[]standby| [345] [346] Underfull \hbox (badness 5260) in paragraph at lines 27016--27022 []\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 27024--27030 []\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. [347] [348] [349] [350] [351] [352] Overfull \hbox (7.46788pt too wide) in paragraph at lines 27546--27546 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 27546--27546 []\TU/FreeSans(0)/m/n/10.95 De- Overfull \hbox (0.86389pt too wide) in paragraph at lines 27546--27546 \TU/FreeSans(0)/m/n/10.95 fault| Underfull \hbox (badness 10000) in paragraph at lines 27546--27546 []\TU/FreeSans(0)/m/n/10.95 Re- Overfull \hbox (5.03206pt too wide) in paragraph at lines 27546--27546 \TU/FreeSans(0)/m/n/10.95 quired| Underfull \hbox (badness 10000) in paragraph at lines 27546--27546 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (5.93488pt too wide) in paragraph at lines 27546--27546 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 27546--27546 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 27546--27546 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- Underfull \hbox (badness 10000) in paragraph at lines 27546--27546 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (4.72388pt too wide) in paragraph at lines 27546--27546 \TU/UbuntuMono(0)/m/n/10.95 ipv4_filtering| Overfull \hbox (5.93488pt too wide) in paragraph at lines 27546--27546 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 27546--27546 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 27546--27546 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- Underfull \hbox (badness 10000) in paragraph at lines 27546--27546 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (4.72388pt too wide) in paragraph at lines 27546--27546 \TU/UbuntuMono(0)/m/n/10.95 ipv6_filtering| Overfull \hbox (5.93488pt too wide) in paragraph at lines 27546--27546 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 27546--27546 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 27546--27546 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- [353] [354] [355] [356] Underfull \hbox (badness 5817) in paragraph at lines 27730--27736 \TU/Ubuntu(0)/m/sc/10.95 To figure out the right values for the \TU/UbuntuMono( 0)/m/n/10.95 security.delegate_bpf.cmd_types\TU/Ubuntu(0)/m/sc/10.95 , \TU/Ubun tuMono(0)/m/n/10.95 security. Underfull \hbox (badness 10000) in paragraph at lines 27730--27736 \TU/UbuntuMono(0)/m/n/10.95 delegate_bpf.map_types\TU/Ubuntu(0)/m/sc/10.95 , \T U/UbuntuMono(0)/m/n/10.95 security.delegate_bpf.prog_types\TU/Ubuntu(0)/m/sc/10 .95 , \TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. [357] [358] Chapter 4. [359] [360] [361] [362] [363] [364] Underfull \hbox (badness 10000) in paragraph at lines 28593--28593 []\TU/FreeSans(0)/m/n/10.95 Vari- Underfull \hbox (badness 10000) in paragraph at lines 28593--28593 []\TU/UbuntuMono(0)/m/n/10.95 trig- Underfull \hbox (badness 10000) in paragraph at lines 28593--28593 []\TU/UbuntuMono(0)/m/n/10.95 in- Underfull \hbox (badness 10000) in paragraph at lines 28593--28593 []\TU/UbuntuMono(0)/m/n/10.95 de- Overfull \hbox (51.51558pt too wide) in paragraph at lines 28593--28593 []\TU/UbuntuMono(0)/m/n/10.95 map[string]map[string]string| Underfull \hbox (badness 10000) in paragraph at lines 28593--28593 []\TU/UbuntuMono(0)/m/n/10.95 prop- [365] 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 29438--29438 []\TU/FreeSans(0)/m/n/10.95 OS Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 \TU/FreeSans(0)/m/n/10.95 ven- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 OS ver- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 OS Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 \TU/FreeSans(0)/m/n/10.95 sup- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 [][][]\TU/FreeSans(0)/m/it/10.95 LXD agent[][] Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 VirtIO- Overfull \hbox (1.76984pt too wide) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 VirtIO- Overfull \hbox (12.63136pt too wide) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 NVMe| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 CSM Overfull \hbox (7.55548pt too wide) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 UEFI| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/FreeSans(0)/m/n/10.95 Se- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 \TU/FreeSans(0)/m/n/10.95 cure Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\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 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Red Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 RHEL Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Red Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 SLES 12 Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 SLES 15 Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 20.04.6 Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 22.04.4 Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 24.04.1 Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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 29438--29438 []\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 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 29438--29438 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 29438--29438 \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;! [366] 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;! [367] [368] 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 29693--29693 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29693--29693 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29693--29693 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29693--29693 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29693--29693 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 29693--29693 []\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;! [369] [370] [371] Underfull \hbox (badness 10000) in paragraph at lines 30089--30089 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30121--30121 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30150--30150 []\TU/UbuntuMono(0)/m/n/10.95 core. [372] Underfull \hbox (badness 10000) in paragraph at lines 30182--30182 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30211--30211 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30243--30243 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30253--30259 []\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 30279--30279 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30311--30311 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30340--30340 []\TU/UbuntuMono(0)/m/n/10.95 core. [373] Underfull \hbox (badness 10000) in paragraph at lines 30369--30369 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30398--30398 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30430--30430 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30466--30466 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30495--30495 []\TU/UbuntuMono(0)/m/n/10.95 core. [374] Underfull \hbox (badness 10000) in paragraph at lines 30527--30527 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30559--30559 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30598--30598 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30663--30663 []\TU/UbuntuMono(0)/m/n/10.95 core. [375] Underfull \hbox (badness 10000) in paragraph at lines 30699--30699 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30735--30735 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30764--30764 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 30803--30803 []\TU/UbuntuMono(0)/m/n/10.95 acme. Underfull \hbox (badness 10000) in paragraph at lines 30836--30836 []\TU/UbuntuMono(0)/m/n/10.95 https://acme[]v02.api.letsencrypt.org/ [376] Underfull \hbox (badness 10000) in paragraph at lines 30894--30894 []\TU/UbuntuMono(0)/m/n/10.95 acme. Underfull \hbox (badness 10000) in paragraph at lines 30961--30961 []\TU/UbuntuMono(0)/m/n/10.95 oidc.client. Underfull \hbox (badness 10000) in paragraph at lines 30990--30990 []\TU/UbuntuMono(0)/m/n/10.95 oidc.groups. [377] Underfull \hbox (badness 10000) in paragraph at lines 31100--31100 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 31133--31133 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 31169--31169 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 31206--31206 []\TU/UbuntuMono(0)/m/n/10.95 cluster. [378] Underfull \hbox (badness 10000) in paragraph at lines 31239--31239 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 31276--31276 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 31313--31313 []\TU/UbuntuMono(0)/m/n/10.95 cluster. [379] Underfull \hbox (badness 10000) in paragraph at lines 31388--31388 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 31425--31425 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 31453--31453 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 31486--31486 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 31524--31524 []\TU/UbuntuMono(0)/m/n/10.95 loki.api. [380] Underfull \hbox (badness 10000) in paragraph at lines 31553--31553 []\TU/UbuntuMono(0)/m/n/10.95 loki.api. Underfull \hbox (badness 10000) in paragraph at lines 31585--31585 []\TU/UbuntuMono(0)/m/n/10.95 loki.auth. Underfull \hbox (badness 10000) in paragraph at lines 31614--31614 []\TU/UbuntuMono(0)/m/n/10.95 loki.auth. [381] Underfull \hbox (badness 10000) in paragraph at lines 31748--31748 []\TU/UbuntuMono(0)/m/n/10.95 lifecycle, Underfull \hbox (badness 10000) in paragraph at lines 31791--31791 []\TU/UbuntuMono(0)/m/n/10.95 backups. Underfull \hbox (badness 10000) in paragraph at lines 31823--31823 []\TU/UbuntuMono(0)/m/n/10.95 instances.migration. Underfull \hbox (badness 10000) in paragraph at lines 31859--31859 []\TU/UbuntuMono(0)/m/n/10.95 instances.nic. [382] Underfull \hbox (badness 10000) in paragraph at lines 31895--31895 []\TU/UbuntuMono(0)/m/n/10.95 instances.placement. Underfull \hbox (badness 10000) in paragraph at lines 31928--31928 []\TU/UbuntuMono(0)/m/n/10.95 maas.api. Underfull \hbox (badness 10000) in paragraph at lines 31957--31957 []\TU/UbuntuMono(0)/m/n/10.95 maas.api. Underfull \hbox (badness 10000) in paragraph at lines 31990--31990 []\TU/UbuntuMono(0)/m/n/10.95 maas. [383] Underfull \hbox (badness 5667) in paragraph at lines 32096--32102 []\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 32122--32122 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn. Underfull \hbox (badness 10000) in paragraph at lines 32129--32135 []\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 32155--32155 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn. Underfull \hbox (badness 10000) in paragraph at lines 32184--32184 []\TU/UbuntuMono(0)/m/n/10.95 storage. Underfull \hbox (badness 10000) in paragraph at lines 32216--32216 []\TU/UbuntuMono(0)/m/n/10.95 storage. [384] [385] [386] Underfull \hbox (badness 10000) in paragraph at lines 32487--32487 []\TU/UbuntuMono(0)/m/n/10.95 agent. Underfull \hbox (badness 10000) in paragraph at lines 32523--32523 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 32593--32593 []\TU/UbuntuMono(0)/m/n/10.95 linux. [387] Underfull \hbox (badness 10000) in paragraph at lines 32636--32636 []\TU/UbuntuMono(0)/m/n/10.95 linux.kernel_modules. Underfull \hbox (badness 10000) in paragraph at lines 32673--32673 []\TU/UbuntuMono(0)/m/n/10.95 linux.sysctl. Underfull \hbox (badness 10000) in paragraph at lines 32702--32702 []\TU/UbuntuMono(0)/m/n/10.95 ubuntu_pro. [388] Underfull \hbox (badness 10000) in paragraph at lines 32740--32740 []\TU/UbuntuMono(0)/m/n/10.95 user. Underfull \hbox (badness 10000) in paragraph at lines 32772--32772 []\TU/UbuntuMono(0)/m/n/10.95 environment. Underfull \hbox (badness 10000) in paragraph at lines 32811--32811 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 32847--32847 []\TU/UbuntuMono(0)/m/n/10.95 boot.autostart. Underfull \hbox (badness 10000) in paragraph at lines 32883--32883 []\TU/UbuntuMono(0)/m/n/10.95 boot.autostart. [389] Underfull \hbox (badness 10000) in paragraph at lines 32911--32911 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 32948--32948 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 32984--32984 []\TU/UbuntuMono(0)/m/n/10.95 boot.stop. Underfull \hbox (badness 10000) in paragraph at lines 33030--33030 []\TU/UbuntuMono(0)/m/n/10.95 cloud[]init. Underfull \hbox (badness 10000) in paragraph at lines 33066--33066 []\TU/UbuntuMono(0)/m/n/10.95 cloud[]init.ssh[]keys. [390] [391] Underfull \hbox (badness 10000) in paragraph at lines 33309--33309 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 33352--33352 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 33388--33388 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. [392] Underfull \hbox (badness 10000) in paragraph at lines 33431--33431 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 33475--33475 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 33515--33515 []\TU/UbuntuMono(0)/m/n/10.95 limits.disk. Underfull \hbox (badness 10000) in paragraph at lines 33554--33554 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. [393] Underfull \hbox (badness 10000) in paragraph at lines 33594--33594 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. Underfull \hbox (badness 10000) in paragraph at lines 33634--33634 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. Underfull \hbox (badness 10000) in paragraph at lines 33674--33674 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. [394] Underfull \hbox (badness 10000) in paragraph at lines 33758--33758 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 33799--33799 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 33839--33839 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 33876--33876 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory.swap. Underfull \hbox (badness 10000) in paragraph at lines 33917--33917 []\TU/UbuntuMono(0)/m/n/10.95 limits. [395] Underfull \hbox (badness 10000) in paragraph at lines 33953--33953 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. [396] [397] Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_FSIZE| Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_LOCKS| Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (16.63469pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_MEMLOCK| Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (11.1597pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_NOFILE| Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_NPROC| Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (11.1597pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_RTPRIO| Underfull \hbox (badness 10000) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (33.0597pt too wide) in paragraph at lines 34249--34249 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_SIGPENDING| [398] Underfull \hbox (badness 10000) in paragraph at lines 34253--34255 []\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 34305--34305 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental. [399] Underfull \hbox (badness 10000) in paragraph at lines 34345--34345 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory. Underfull \hbox (badness 10000) in paragraph at lines 34382--34382 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory. Underfull \hbox (badness 10000) in paragraph at lines 34465--34465 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.driver. [400] Underfull \hbox (badness 10000) in paragraph at lines 34469--34471 []\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 34501--34501 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.require. Underfull \hbox (badness 10000) in paragraph at lines 34537--34537 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.require. Underfull \hbox (badness 10000) in paragraph at lines 34577--34577 []\TU/UbuntuMono(0)/m/n/10.95 nvidia. Underfull \hbox (badness 10000) in paragraph at lines 34612--34612 []\TU/UbuntuMono(0)/m/n/10.95 raw. [401] Underfull \hbox (badness 10000) in paragraph at lines 34786--34786 []\TU/UbuntuMono(0)/m/n/10.95 raw. [402] [403] Underfull \hbox (badness 10000) in paragraph at lines 34952--34952 []\TU/UbuntuMono(0)/m/n/10.95 security.agent. [404] Underfull \hbox (badness 6493) in paragraph at lines 35036--35040 []\TU/Ubuntu(0)/m/sc/10.95 Note: \TU/UbuntuMono(0)/m/n/10.95 security.delegate_ bpf.cmd_types\TU/Ubuntu(0)/m/sc/10.95 , \TU/UbuntuMono(0)/m/n/10.95 security.de legate_bpf.map_types\TU/Ubuntu(0)/m/sc/10.95 , \TU/UbuntuMono(0)/m/n/10.95 secu rity. Underfull \hbox (badness 10000) in paragraph at lines 35077--35077 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. Underfull \hbox (badness 10000) in paragraph at lines 35120--35120 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. Underfull \hbox (badness 10000) in paragraph at lines 35164--35164 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. [405] Underfull \hbox (badness 10000) in paragraph at lines 35206--35206 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. Underfull \hbox (badness 10000) in paragraph at lines 35280--35280 []\TU/UbuntuMono(0)/m/n/10.95 security.devlxd. [406] Underfull \hbox (badness 10000) in paragraph at lines 35353--35353 []\TU/UbuntuMono(0)/m/n/10.95 security.idmap. Underfull \hbox (badness 10000) in paragraph at lines 35426--35426 []\TU/UbuntuMono(0)/m/n/10.95 security. Underfull \hbox (badness 6364) in paragraph at lines 35473--35479 []\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 35499--35499 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. [407] Underfull \hbox (badness 10000) in paragraph at lines 35536--35536 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. Underfull \hbox (badness 10000) in paragraph at lines 35572--35572 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. [408] Underfull \hbox (badness 10000) in paragraph at lines 35686--35686 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.policy. Underfull \hbox (badness 10000) in paragraph at lines 35723--35723 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.session. Underfull \hbox (badness 10000) in paragraph at lines 35760--35760 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.session. Underfull \hbox (badness 10000) in paragraph at lines 35793--35793 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 35830--35830 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. [409] Underfull \hbox (badness 10000) in paragraph at lines 35871--35871 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 35912--35912 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 35949--35949 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 35986--35986 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.bpf. Underfull \hbox (badness 10000) in paragraph at lines 36026--36026 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. [410] Underfull \hbox (badness 10000) in paragraph at lines 36066--36066 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 36099--36099 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. Underfull \hbox (badness 10000) in paragraph at lines 36135--36135 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. Underfull \hbox (badness 10000) in paragraph at lines 36175--36175 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. [411] Underfull \hbox (badness 10000) in paragraph at lines 36182--36188 []\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 36212--36212 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 36252--36252 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 36262--36268 []\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 [][][][] Underfull \hbox (badness 10000) in paragraph at lines 36292--36292 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 36330--36330 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. [412] Underfull \hbox (badness 10000) in paragraph at lines 36366--36366 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 36406--36406 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 36416--36422 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule.stopped \TU/Ubuntu(0)/m/sc/10. 95 Whether to automatically snapshot stopped instances [][][][] Underfull \hbox (badness 10000) in paragraph at lines 36442--36442 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule. [413] Underfull \hbox (badness 10000) in paragraph at lines 36495--36495 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 36523--36523 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 36548--36548 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 36573--36573 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 36601--36601 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. [414] Underfull \hbox (badness 10000) in paragraph at lines 36629--36629 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 36657--36657 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 36685--36685 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vdpa. Underfull \hbox (badness 10000) in paragraph at lines 36713--36713 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 36741--36741 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 36769--36769 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. [415] Underfull \hbox (badness 10000) in paragraph at lines 36797--36797 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 36825--36825 []\TU/UbuntuMono(0)/m/n/10.95 volatile. Underfull \hbox (badness 10000) in paragraph at lines 36850--36850 []\TU/UbuntuMono(0)/m/n/10.95 volatile. Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 volatile.cloud[]init. Underfull \hbox (badness 10000) in paragraph at lines 36931--36931 []\TU/UbuntuMono(0)/m/n/10.95 volatile.evacuate. [416] Underfull \hbox (badness 10000) in paragraph at lines 36963--36963 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 36992--36992 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 37021--37021 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 37050--37050 []\TU/UbuntuMono(0)/m/n/10.95 volatile.last_state. Underfull \hbox (badness 10000) in paragraph at lines 37080--37080 []\TU/UbuntuMono(0)/m/n/10.95 volatile.last_state. [417] Underfull \hbox (badness 10000) in paragraph at lines 37133--37133 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid. Underfull \hbox (badness 10000) in paragraph at lines 37162--37162 []\TU/UbuntuMono(0)/m/n/10.95 volatile. [418] Underfull \hbox (badness 10000) in paragraph at lines 37464--37464 []\TU/UbuntuMono(0)/m/n/10.95 /dev/ Underfull \hbox (badness 10000) in paragraph at lines 37464--37464 []\TU/UbuntuMono(0)/m/n/10.95 /dev/ Underfull \hbox (badness 10000) in paragraph at lines 37464--37464 []\TU/UbuntuMono(0)/m/n/10.95 /dev/net/ [419] [420] [421] Underfull \hbox (badness 10000) in paragraph at lines 37754--37754 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 37818--37818 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 37850--37850 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [422] Underfull \hbox (badness 10000) in paragraph at lines 37914--37914 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. Underfull \hbox (badness 10000) in paragraph at lines 37978--37978 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 38010--38010 []\TU/UbuntuMono(0)/m/n/10.95 limits. [423] Underfull \hbox (badness 10000) in paragraph at lines 38082--38082 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 38111--38111 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [424] Underfull \hbox (badness 10000) in paragraph at lines 38271--38271 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. Underfull \hbox (badness 10000) in paragraph at lines 38378--38378 []\TU/UbuntuMono(0)/m/n/10.95 security. [425] [426] Underfull \hbox (badness 10000) in paragraph at lines 38656--38656 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 38685--38685 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [427] [428] [429] Underfull \hbox (badness 10000) in paragraph at lines 39003--39003 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 39032--39032 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [430] Underfull \hbox (badness 10000) in paragraph at lines 39196--39196 []\TU/UbuntuMono(0)/m/n/10.95 security. [431] Underfull \hbox (badness 10000) in paragraph at lines 39408--39408 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 39437--39437 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [432] [433] [434] Underfull \hbox (badness 10000) in paragraph at lines 39863--39863 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. [435] Underfull \hbox (badness 10000) in paragraph at lines 39924--39924 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 39956--39956 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. Underfull \hbox (badness 10000) in paragraph at lines 40017--40017 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. [436] Underfull \hbox (badness 10000) in paragraph at lines 40183--40183 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 40219--40219 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 40252--40252 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 40288--40288 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [437] [438] Underfull \hbox (badness 10000) in paragraph at lines 40483--40483 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. [439] Underfull \hbox (badness 10000) in paragraph at lines 40576--40576 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [440] [441] Underfull \hbox (badness 10000) in paragraph at lines 41017--41017 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 41045--41045 []\TU/UbuntuMono(0)/m/n/10.95 limits. [442] Underfull \hbox (badness 10000) in paragraph at lines 41167--41167 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [443] [444] Underfull \hbox (badness 10000) in paragraph at lines 41393--41393 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 41425--41425 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. [445] Underfull \hbox (badness 10000) in paragraph at lines 41567--41567 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. Underfull \hbox (badness 10000) in paragraph at lines 41599--41599 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [446] Underfull \hbox (badness 10000) in paragraph at lines 41769--41769 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 41797--41797 []\TU/UbuntuMono(0)/m/n/10.95 limits. [447] Underfull \hbox (badness 10000) in paragraph at lines 41944--41944 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [448] [449] [450] [451] Underfull \hbox (badness 10000) in paragraph at lines 42275--42275 []\TU/UbuntuMono(0)/m/n/10.95 initial. Underfull \hbox (badness 10000) in paragraph at lines 42388--42388 []\TU/UbuntuMono(0)/m/n/10.95 limits. [452] Underfull \hbox (badness 10000) in paragraph at lines 42457--42457 []\TU/UbuntuMono(0)/m/n/10.95 limits. [453] Underfull \hbox (badness 10000) in paragraph at lines 42600--42600 []\TU/UbuntuMono(0)/m/n/10.95 raw.mount. [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] Underfull \hbox (badness 10000) in paragraph at lines 44486--44486 []\TU/UbuntuMono(0)/m/n/10.95 mig. [466] [467] [468] [469] [470] [471] [472] Underfull \hbox (badness 10000) in paragraph at lines 45349--45349 []\TU/UbuntuMono(0)/m/n/10.95 security. Underfull \hbox (badness 10000) in paragraph at lines 45382--45382 []\TU/UbuntuMono(0)/m/n/10.95 security. [473] Underfull \hbox (badness 10000) in paragraph at lines 45555--45555 []\TU/UbuntuMono(0)/m/n/10.95 ownership. [474] [475] [476] [477] [478] Underfull \vbox (badness 10000) detected at line 46122 Underfull \vbox (badness 10000) detected at line 46122 [479] [480] Underfull \hbox (badness 10000) in paragraph at lines 46281--46281 []\TU/UbuntuMono(0)/m/n/10.95 features.networks. Underfull \hbox (badness 10000) in paragraph at lines 46347--46347 []\TU/UbuntuMono(0)/m/n/10.95 features.storage. Underfull \hbox (badness 10000) in paragraph at lines 46380--46380 []\TU/UbuntuMono(0)/m/n/10.95 features.storage. [481] Underfull \hbox (badness 10000) in paragraph at lines 46465--46465 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 46521--46521 []\TU/UbuntuMono(0)/m/n/10.95 limits.disk.pool. [482] Underfull \hbox (badness 10000) in paragraph at lines 46555--46555 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 46633--46633 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv4. Underfull \hbox (badness 10000) in paragraph at lines 46662--46662 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv6. [483] Underfull \hbox (badness 10000) in paragraph at lines 46691--46691 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 46719--46719 []\TU/UbuntuMono(0)/m/n/10.95 limits. [484] Underfull \hbox (badness 10000) in paragraph at lines 46811--46811 []\TU/UbuntuMono(0)/m/n/10.95 restricted. Underfull \hbox (badness 10000) in paragraph at lines 46839--46839 []\TU/UbuntuMono(0)/m/n/10.95 restricted.cluster. Underfull \hbox (badness 10000) in paragraph at lines 46871--46871 []\TU/UbuntuMono(0)/m/n/10.95 restricted.cluster. Underfull \hbox (badness 10000) in paragraph at lines 46904--46904 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 46938--46938 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. [485] Underfull \hbox (badness 10000) in paragraph at lines 46971--46971 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 47004--47004 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 47012--47014 []\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 47050--47050 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. [486] Underfull \hbox (badness 10000) in paragraph at lines 47102--47102 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices.disk. Underfull \hbox (badness 10000) in paragraph at lines 47136--47136 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47168--47168 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47200--47200 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47246--47246 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. [487] Underfull \hbox (badness 10000) in paragraph at lines 47278--47278 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47310--47310 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47342--47342 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47374--47374 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 47406--47406 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. [488] Underfull \hbox (badness 10000) in paragraph at lines 47434--47434 []\TU/UbuntuMono(0)/m/n/10.95 restricted.idmap. Underfull \hbox (badness 10000) in paragraph at lines 47462--47462 []\TU/UbuntuMono(0)/m/n/10.95 restricted.idmap. Underfull \hbox (badness 10000) in paragraph at lines 47490--47490 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 47526--47526 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. [489] Underfull \hbox (badness 10000) in paragraph at lines 47562--47562 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 47594--47594 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 7238) in paragraph at lines 47604--47610 []\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 47626--47626 []\TU/UbuntuMono(0)/m/n/10.95 restricted. Underfull \hbox (badness 10000) in paragraph at lines 47655--47655 []\TU/UbuntuMono(0)/m/n/10.95 restricted.virtual[]machines. Underfull \hbox (badness 10000) in paragraph at lines 47691--47691 []\TU/UbuntuMono(0)/m/n/10.95 backups. [490] Underfull \hbox (badness 10000) in paragraph at lines 47745--47745 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 47774--47774 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 47802--47802 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 47827--47827 []\TU/UbuntuMono(0)/m/n/10.95 images. [491] Underfull \hbox (badness 10000) in paragraph at lines 47855--47855 []\TU/UbuntuMono(0)/m/n/10.95 user. [492] [493] [494] [495] Underfull \hbox (badness 10000) in paragraph at lines 48430--48430 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 48459--48459 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [496] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 48577. [497] Underfull \hbox (badness 10000) in paragraph at lines 48650--48650 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 48716--48716 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 48753--48753 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. [498] Underfull \hbox (badness 10000) in paragraph at lines 48782--48782 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 48815--48815 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 48848--48848 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 48918--48918 []\TU/UbuntuMono(0)/m/n/10.95 cephfs.user. [499] Underfull \hbox (badness 10000) in paragraph at lines 48980--48980 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [500] [501] Underfull \hbox (badness 10000) in paragraph at lines 49265--49265 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 49294--49294 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [502] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 49379. [503] Underfull \hbox (badness 10000) in paragraph at lines 49459--49459 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.bucket. Underfull \hbox (badness 10000) in paragraph at lines 49488--49488 []\TU/UbuntuMono(0)/m/n/10.95 cephobject. Underfull \hbox (badness 10000) in paragraph at lines 49517--49517 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw. Underfull \hbox (badness 10000) in paragraph at lines 49546--49546 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw. Underfull \hbox (badness 10000) in paragraph at lines 49582--49582 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.user. Underfull \hbox (badness 10000) in paragraph at lines 49615--49615 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [504] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 49695. [505] [506] Underfull \hbox (badness 10000) in paragraph at lines 49810--49810 []\TU/UbuntuMono(0)/m/n/10.95 ceph. Underfull \hbox (badness 10000) in paragraph at lines 49839--49839 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 49872--49872 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 49905--49905 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 49934--49934 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. [507] Underfull \hbox (badness 10000) in paragraph at lines 49971--49971 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 50007--50007 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 50043--50043 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 50076--50076 []\TU/UbuntuMono(0)/m/n/10.95 ceph.user. Underfull \hbox (badness 10000) in paragraph at lines 50138--50138 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [508] [509] [510] Underfull \hbox (badness 10000) in paragraph at lines 50541--50541 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 50570--50570 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [511] [512] Underfull \hbox (badness 10000) in paragraph at lines 50753--50753 []\TU/UbuntuMono(0)/m/n/10.95 v_WiUEsGpsSEmO592wtnT9FA==. Underfull \hbox (badness 10000) in paragraph at lines 50753--50753 []\TU/UbuntuMono(0)/m/n/10.95 i_WiUEsGpsSEmO592wtnT9FA==. [513] Underfull \hbox (badness 10000) in paragraph at lines 50839--50839 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 50872--50872 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 50904--50904 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 50911--50917 []\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 50937--50937 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.gateway. [514] Underfull \hbox (badness 10000) in paragraph at lines 51003--51003 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 51035--51035 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 51068--51068 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.user. Underfull \hbox (badness 10000) in paragraph at lines 51100--51100 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.user. [515] Underfull \hbox (badness 10000) in paragraph at lines 51133--51133 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 51170--51170 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [516] [517] [518] Underfull \hbox (badness 10000) in paragraph at lines 51643--51643 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 51672--51672 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [519] Underfull \hbox (badness 10000) in paragraph at lines 51857--51857 []\TU/Ubuntu(0)/m/sc/10.95 Con- Underfull \hbox (badness 10000) in paragraph at lines 51857--51857 []\TU/Ubuntu(0)/m/sc/10.95 Virtual Underfull \hbox (badness 10000) in paragraph at lines 51857--51857 []\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 51857--51857 []\TU/Ubuntu(0)/m/sc/10.95 Image Underfull \hbox (badness 10000) in paragraph at lines 51857--51857 []\TU/Ubuntu(0)/m/sc/10.95 Custom Underfull \hbox (badness 10000) in paragraph at lines 51857--51857 []\TU/Ubuntu(0)/m/sc/10.95 Snap- [520] Underfull \hbox (badness 10000) in paragraph at lines 51914--51914 []\TU/UbuntuMono(0)/m/n/10.95 pure.api. Underfull \hbox (badness 10000) in paragraph at lines 51942--51942 []\TU/UbuntuMono(0)/m/n/10.95 pure. [521] Underfull \hbox (badness 10000) in paragraph at lines 51971--51971 []\TU/UbuntuMono(0)/m/n/10.95 pure.gateway. [522] [523] [524] Underfull \hbox (badness 10000) in paragraph at lines 52419--52419 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 52456--52456 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [525] [526] Underfull \hbox (badness 10000) in paragraph at lines 52810--52810 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 52839--52839 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [527] [528] Underfull \hbox (badness 10000) in paragraph at lines 52975--52975 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 53011--53011 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 53044--53044 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 53077--53077 []\TU/UbuntuMono(0)/m/n/10.95 lvm.vg. [529] Underfull \hbox (badness 10000) in paragraph at lines 53143--53143 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 53180--53180 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [530] [531] [532] Underfull \hbox (badness 10000) in paragraph at lines 53759--53759 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [533] Underfull \hbox (badness 10000) in paragraph at lines 53788--53788 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [534] [535] [536] Underfull \hbox (badness 10000) in paragraph at lines 54141--54141 []\TU/UbuntuMono(0)/m/n/10.95 zfs. Underfull \hbox (badness 10000) in paragraph at lines 54179--54179 []\TU/UbuntuMono(0)/m/n/10.95 zfs. Underfull \hbox (badness 10000) in paragraph at lines 54257--54257 []\TU/Ubuntu(0)/b/it/10.95 Condi- [537] Underfull \hbox (badness 10000) in paragraph at lines 54298--54298 []\TU/Ubuntu(0)/b/it/10.95 Condi- [538] [539] Underfull \hbox (badness 10000) in paragraph at lines 54615--54615 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 54644--54644 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [540] [541] 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 55482--55482 []\TU/FreeSans(0)/m/n/10.95 Di- Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 \TU/FreeSans(0)/m/n/10.95 rec- Overfull \hbox (5.81442pt too wide) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 Btrfs| Overfull \hbox (5.46402pt too wide) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 LVM| Overfull \hbox (3.64633pt too wide) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 Ceph Overfull \hbox (18.18137pt too wide) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 CephFS| Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 Ceph Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 Dell Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 \TU/FreeSans(0)/m/n/10.95 Power- Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 []\TU/FreeSans(0)/m/n/10.95 Pure Underfull \hbox (badness 10000) in paragraph at lines 55482--55482 \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 55482--55482 []\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 55482--55482 []\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 55482--55482 []\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 55482--55482 []\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 55482--55482 [][][]\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 55482--55482 []\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;! [542] [543] [544] Underfull \hbox (badness 10000) in paragraph at lines 55758--55758 []\TU/UbuntuMono(0)/m/n/10.95 bgp.ipv4. [545] Underfull \hbox (badness 10000) in paragraph at lines 55795--55795 []\TU/UbuntuMono(0)/m/n/10.95 bgp.ipv6. Underfull \hbox (badness 10000) in paragraph at lines 55828--55828 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 55861--55861 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 55902--55902 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 55946--55946 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. [546] Underfull \hbox (badness 10000) in paragraph at lines 56011--56011 []\TU/UbuntuMono(0)/m/n/10.95 bridge. Underfull \hbox (badness 10000) in paragraph at lines 56112--56112 []\TU/Ubuntu(0)/b/it/10.95 De- Overfull \hbox (5.21779pt too wide) in paragraph at lines 56112--56112 []\TU/Ubuntu(0)/b/it/10.95 Scope:| [547] Underfull \hbox (badness 10000) in paragraph at lines 56148--56148 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 56181--56181 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 56249--56249 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone. Underfull \hbox (badness 10000) in paragraph at lines 56281--56281 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. [548] Underfull \hbox (badness 10000) in paragraph at lines 56310--56310 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. Underfull \hbox (badness 10000) in paragraph at lines 56347--56347 []\TU/UbuntuMono(0)/m/n/10.95 fan. [549] Underfull \hbox (badness 10000) in paragraph at lines 56550--56550 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 56587--56587 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 56624--56624 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. [550] Underfull \hbox (badness 10000) in paragraph at lines 56734--56734 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat. Underfull \hbox (badness 10000) in paragraph at lines 56771--56771 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat. Underfull \hbox (badness 10000) in paragraph at lines 56803--56803 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn. [551] Underfull \hbox (badness 10000) in paragraph at lines 56879--56879 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 56996--56996 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. [552] Underfull \hbox (badness 10000) in paragraph at lines 57073--57073 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 57180--57180 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat. Underfull \hbox (badness 10000) in paragraph at lines 57217--57217 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat. [553] Underfull \hbox (badness 10000) in paragraph at lines 57249--57249 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn. Underfull \hbox (badness 10000) in paragraph at lines 57321--57321 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [554] Underfull \hbox (badness 10000) in paragraph at lines 57416--57416 []\TU/UbuntuMono(0)/m/n/10.95 raw. Underfull \hbox (badness 10000) in paragraph at lines 57484--57484 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 57520--57520 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 57553--57553 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [555] Underfull \hbox (badness 10000) in paragraph at lines 57589--57589 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 57618--57618 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 57650--57650 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 57679--57679 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 57745--57745 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. [556] Underfull \hbox (badness 10000) in paragraph at lines 57774--57774 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 57843--57843 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 57872--57872 []\TU/UbuntuMono(0)/m/n/10.95 user. [557] [558] [559] Underfull \hbox (badness 10000) in paragraph at lines 58082--58082 []\TU/UbuntuMono(0)/m/n/10.95 bridge. Underfull \hbox (badness 10000) in paragraph at lines 58114--58114 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 58171--58171 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone. [560] Underfull \hbox (badness 10000) in paragraph at lines 58199--58199 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. Underfull \hbox (badness 10000) in paragraph at lines 58224--58224 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. [561] Underfull \hbox (badness 10000) in paragraph at lines 58496--58496 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. [562] Underfull \hbox (badness 10000) in paragraph at lines 58677--58677 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 58713--58713 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 58746--58746 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 58782--58782 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [563] Underfull \hbox (badness 10000) in paragraph at lines 58807--58807 []\TU/UbuntuMono(0)/m/n/10.95 user. [564] [565] Underfull \hbox (badness 10000) in paragraph at lines 59093--59093 []\TU/UbuntuMono(0)/m/n/10.95 user. [566] Underfull \hbox (badness 10000) in paragraph at lines 59219--59219 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 59255--59255 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 59296--59296 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 59340--59340 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. [567] Underfull \hbox (badness 10000) in paragraph at lines 59373--59373 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 59477--59477 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn. [568] Underfull \hbox (badness 10000) in paragraph at lines 59553--59553 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 59621--59621 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn. Underfull \hbox (badness 10000) in paragraph at lines 59697--59697 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. [569] Underfull \hbox (badness 10000) in paragraph at lines 59832--59832 []\TU/UbuntuMono(0)/m/n/10.95 ovn. [570] Underfull \hbox (badness 10000) in paragraph at lines 59893--59893 []\TU/UbuntuMono(0)/m/n/10.95 user. [571] Underfull \hbox (badness 10000) in paragraph at lines 60131--60131 []\TU/UbuntuMono(0)/m/n/10.95 user. [572] Underfull \hbox (badness 10000) in paragraph at lines 60231--60231 []\TU/UbuntuMono(0)/m/n/10.95 scheduler. Underfull \hbox (badness 10000) in paragraph at lines 60260--60260 []\TU/UbuntuMono(0)/m/n/10.95 user. Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/FreeSans(0)/m/n/10.95 Do- Overfull \hbox (7.46788pt too wide) in paragraph at lines 60495--60495 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/FreeSans(0)/m/n/10.95 De- Overfull \hbox (3.54778pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 soft| Overfull \hbox (8.95653pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 hard| Overfull \hbox (8.95653pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 soft| Overfull \hbox (8.95653pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 hard| Overfull \hbox (8.95653pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 soft| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 hard| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 soft| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 hard| Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 60495--60495 []\TU/Ubuntu(0)/m/sc/10.95 un- [573] Underfull \hbox (badness 10000) in paragraph at lines 60530--60530 []\TU/UbuntuMono(0)/m/n/10.95 fs. Underfull \hbox (badness 10000) in paragraph at lines 60565--60565 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. [574] Underfull \hbox (badness 10000) in paragraph at lines 60604--60604 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. Underfull \hbox (badness 10000) in paragraph at lines 60643--60643 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. Underfull \hbox (badness 10000) in paragraph at lines 60682--60682 []\TU/UbuntuMono(0)/m/n/10.95 kernel. Underfull \hbox (badness 10000) in paragraph at lines 60718--60718 []\TU/UbuntuMono(0)/m/n/10.95 kernel.keys. [575] Underfull \hbox (badness 10000) in paragraph at lines 60750--60750 []\TU/UbuntuMono(0)/m/n/10.95 kernel.keys. Underfull \hbox (badness 10000) in paragraph at lines 60785--60785 []\TU/UbuntuMono(0)/m/n/10.95 net.core. Underfull \hbox (badness 10000) in paragraph at lines 60820--60820 []\TU/UbuntuMono(0)/m/n/10.95 net.ipv4.neigh.default. Underfull \hbox (badness 10000) in paragraph at lines 60861--60861 []\TU/UbuntuMono(0)/m/n/10.95 net.ipv6.neigh.default. [576] Underfull \hbox (badness 10000) in paragraph at lines 60902--60902 []\TU/UbuntuMono(0)/m/n/10.95 vm. Overfull \hbox (178.41754pt too wide) in alignment at lines 60966--60976 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60976--60990 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60990--60996 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60996--60998 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 60998--61267 [] [] [577] Overfull \hbox (41.49557pt too wide) in paragraph at lines 61489--61489 []\TU/UbuntuMono(0)/m/n/10.95 lxd_api_requests_completed_total| Overfull \hbox (8.64558pt too wide) in paragraph at lines 61489--61489 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_buck_hash_sys_bytes| Overfull \hbox (8.64558pt too wide) in paragraph at lines 61489--61489 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_heap_released_bytes| Overfull \hbox (3.1706pt too wide) in paragraph at lines 61489--61489 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_mcache_inuse_bytes| [578] Underfull \hbox (badness 10000) in paragraph at lines 61496--61502 \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 [579] [580] [581] [582] [583] [584] [585] [586] [587] [588] [589] [590] [591] [592] [593] [594] Underfull \hbox (badness 10000) in paragraph at lines 62888--62891 []\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 [595] Underfull \hbox (badness 10000) in paragraph at lines 62949--62953 []\TU/Ubuntu(0)/m/sc/10.95 Some browsers like Firefox and Safari can’t accept s erver response without [596] [597] Underfull \hbox (badness 5607) in paragraph at lines 63200--63202 []\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 63208--63210 []\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[][] [598] [599] [600] [601] [602] [603] [604] [605] [606] [607] [608] Underfull \hbox (badness 10000) in paragraph at lines 64062--64066 []\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. [609] [610] Underfull \hbox (badness 5490) in paragraph at lines 64225--64227 []\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 431[])) and MAC filtering ([][]\TU/U buntuMono(0)/m/it/10.95 security.mac_filtering[][] [611] [612] [613] [614] [615] [616] [617] [618] [619] [620] [621] [622] [623] [624] Underfull \hbox (badness 10000) in paragraph at lines 65326--65329 []\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 379[]) and [][]\TU/UbuntuMon o(0)/m/it/10.95 images.auto_update_interval[][] [625] [626] [627] [628] [629] [630] [631] [632] Underfull \hbox (badness 10000) in paragraph at lines 65986--65988 []\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. [633] [634] [635] [636] [637] [638] [639] [640] [641] [642] Underfull \hbox (badness 10000) in paragraph at lines 66650--66652 []\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 49 8[]), [][]\TU/UbuntuMono(0)/m/it/10.95 cephfs. [643] Underfull \hbox (badness 5607) in paragraph at lines 66740--66743 \TU/Ubuntu(0)/m/sc/10.95 configuration key automatically set through the new se rver-level configuration key [644] Underfull \hbox (badness 7869) in paragraph at lines 66830--66835 \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} / [645] [646] [647] [648] Underfull \hbox (badness 10000) in paragraph at lines 67032--67035 []\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 67032--67035 \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. [649] [650] [651] [652] Overfull \hbox (576.54724pt too wide) in alignment at lines 67380--67393 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 67393--67410 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 67410--67416 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 67416--67418 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 67418--68501 [] [] [] [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] [742] [743] [744] [745] [746] [747] [748] [749] [750] [751] [752] [753] [754] Underfull \hbox (badness 10000) in paragraph at lines 76741--76743 []\TU/Ubuntu(0)/m/sc/10.95 A regular expression matching a configuration item o r its value. (e.g. [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] [828] [829] [830] [831] [832] [833] [834] [835] [836] [837] [838] [839] [840] Underfull \hbox (badness 5622) in paragraph at lines 83746--83749 []\TU/Ubuntu(0)/m/sc/10.95 Basic authentication can be used when combined with the “simplestreams” proto- [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] [874] [875] [876] [877] [878] [879] [880] [881] [882] [883] [884] [885] [886] Overfull \hbox (45.42271pt too wide) in paragraph at lines 87395--87395 []\TU/UbuntuMono(0)/m/n/10.95 LXD_INSECURE_TLS| Overfull \hbox (12.57272pt too wide) in paragraph at lines 87395--87395 []\TU/UbuntuMono(0)/m/n/10.95 http_proxy| Overfull \hbox (18.04773pt too wide) in paragraph at lines 87395--87395 []\TU/UbuntuMono(0)/m/n/10.95 https_proxy| Overfull \hbox (1.62273pt too wide) in paragraph at lines 87395--87395 []\TU/UbuntuMono(0)/m/n/10.95 no_proxy| [887] Overfull \hbox (30.74283pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_EXEC_PATH| Overfull \hbox (85.49281pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_LXC_TEMPLATE_CONFIG| Overfull \hbox (74.54282pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_SECURITY_APPARMOR| Overfull \hbox (74.54282pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_UNPRIVILEGED_ONLY| Overfull \hbox (30.74283pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_OVMF_PATH| Overfull \hbox (47.16782pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_QEMU_FW_PATH| Overfull \hbox (107.39279pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_IDMAPPED_MOUNTS_DISABLE| Overfull \hbox (58.11781pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_DEVMONITOR_DIR| Overfull \hbox (69.06781pt too wide) in paragraph at lines 87537--87537 []\TU/UbuntuMono(0)/m/n/10.95 LXD_FSMONITOR_DRIVER| [888] [889] [890] [891] [892] [893] [894] [895] [896] [897] [898] [899] [900] [901] [902] [903] [904] [905] Underfull \hbox (badness 10000) in paragraph at lines 88649--88650 []\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 88649--88650 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 88650--88651 []\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 88651--88652 []\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 88652--88653 []\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 88653--88654 []\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 88654--88655 []\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 88655--88656 []\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 88661--88662 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 88662--88663 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 88663--88664 []\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 88663--88664 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88664--88665 []\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 88664--88665 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88665--88666 []\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 88665--88666 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 88667--88668 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 88668--88669 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 88669--88670 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 88670--88671 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 88671--88672 []\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 88672--88673 []\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 88673--88674 []\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 88674--88675 []\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 88675--88676 []\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 88675--88676 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 88676--88677 []\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 88677--88678 []\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- [906] Underfull \hbox (badness 10000) in paragraph at lines 88678--88679 []\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 88679--88680 []\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 88680--88681 []\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 88681--88682 []\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 88682--88683 []\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 88683--88684 []\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 88684--88685 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- Underfull \hbox (badness 10000) in paragraph at lines 88686--88687 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 88687--88688 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- Underfull \hbox (badness 10000) in paragraph at lines 88691--88692 []\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 88692--88693 []\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 88693--88694 []\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 88694--88695 []\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 88695--88696 []\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 88696--88697 []\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 88698--88699 []\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 88699--88700 []\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 88701--88702 []\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 88702--88703 []\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 88703--88704 []\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 88704--88705 []\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 88705--88706 []\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 88706--88707 []\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 88707--88708 []\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- [907] Underfull \hbox (badness 10000) in paragraph at lines 88708--88709 []\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 88709--88710 []\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 88710--88711 []\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 88711--88712 []\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 88712--88713 []\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 88714--88715 []\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 88715--88716 []\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 88717--88718 []\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 88718--88719 []\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 88719--88720 []\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 88720--88721 []\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 88721--88722 []\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 88722--88723 []\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 88723--88724 []\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 88724--88725 []\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 88725--88726 []\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 88726--88727 []\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 88727--88728 []\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 88728--88729 []\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 88729--88730 []\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 88729--88730 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 88730--88731 []\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 88731--88732 []\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 88732--88733 []\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 88733--88734 []\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 88734--88735 []\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- [908] Underfull \hbox (badness 10000) in paragraph at lines 88735--88736 []\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 88739--88740 []\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 88740--88741 []\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 88741--88742 []\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 88742--88743 []\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 88743--88744 []\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 88744--88745 []\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 88745--88746 []\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 88746--88747 []\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 88747--88748 []\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 88747--88748 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88748--88749 []\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 88748--88749 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88753--88754 []\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 88753--88754 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88754--88755 []\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 88754--88755 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88755--88756 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 88756--88757 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 88757--88758 []\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 88757--88758 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 88758--88759 []\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 88758--88759 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88759--88760 []\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 88759--88760 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88760--88761 []\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 88760--88761 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 88762--88763 []\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 88762--88763 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 88763--88764 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 88764--88765 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 88765--88766 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 88766--88767 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- [909] Underfull \hbox (badness 10000) in paragraph at lines 88767--88768 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 88768--88769 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 88770--88771 []\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 88770--88771 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 88771--88772 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 88772--88773 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 88773--88774 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 88774--88775 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 88775--88776 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 88776--88777 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 88777--88778 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 88781--88782 []\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 88782--88783 []\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 88783--88784 []\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 88784--88785 []\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 88785--88786 []\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 88788--88789 []\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 88788--88789 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 88789--88790 []\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 88790--88791 []\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 88791--88792 []\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 88792--88793 []\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 88793--88794 []\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 88794--88795 []\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 88795--88796 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 88796--88797 \TU/Ubuntu(0)/m/it/10.95 tpm-device- Underfull \hbox (badness 10000) in paragraph at lines 88797--88798 []\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 88797--88798 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88798--88799 []\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 88798--88799 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- [910] Underfull \hbox (badness 10000) in paragraph at lines 88800--88801 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- Underfull \hbox (badness 10000) in paragraph at lines 88802--88803 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 88803--88804 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- Underfull \hbox (badness 10000) in paragraph at lines 88805--88806 []\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 88806--88807 []\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 88807--88808 []\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 88808--88809 []\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 88809--88810 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 88810--88811 []\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 88813--88814 []\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 88814--88815 []\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 88815--88816 []\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 88819--88820 []\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 88819--88820 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 88820--88821 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88821--88822 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88822--88823 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 88823--88824 []\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 88832--88833 []\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 88833--88834 []\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 88840--88841 []\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 88840--88841 \TU/Ubuntu(0)/m/it/10.95 disk-device- [911] Underfull \hbox (badness 10000) in paragraph at lines 88841--88842 []\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 88841--88842 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88842--88843 []\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 88842--88843 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88846--88847 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 88847--88848 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 88848--88849 []\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 88848--88849 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 88849--88850 []\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 88849--88850 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 88850--88851 []\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 88850--88851 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 88852--88853 []\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 88853--88854 []\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 88854--88855 []\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 88855--88856 []\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 88856--88857 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 88857--88858 []\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 88858--88859 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 88859--88860 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 88860--88861 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 88861--88862 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 88862--88863 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 88863--88864 \TU/Ubuntu(0)/m/it/10.95 nic-routed- [912] Underfull \hbox (badness 10000) in paragraph at lines 88904--88905 []\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 88944--88945 []\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 88947--88948 []\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 88948--88949 []\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 88949--88950 []\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 88950--88951 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.sched_setscheduler\TU /Ubuntu(0)/m/sc/10.95 , [913] Underfull \hbox (badness 10000) in paragraph at lines 88993--88994 []\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 88994--88995 []\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 88995--88996 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 88996--88997 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 88997--88998 []\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 88998--88999 []\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 88999--89000 []\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 89000--89001 []\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 89003--89004 []\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 89004--89005 []\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 89006--89007 []\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 89007--89008 []\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 89008--89009 []\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 89008--89009 \TU/Ubuntu(0)/m/it/10.95 acl-acl- Underfull \hbox (badness 10000) in paragraph at lines 89009--89010 []\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 89010--89011 []\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 89010--89011 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 89011--89012 []\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 89011--89012 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- Underfull \hbox (badness 5652) in paragraph at lines 89012--89013 []\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 89012--89013 \TU/Ubuntu(0)/m/it/10.95 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 89013--89014 []\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 89014--89015 []\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 89017--89018 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 89018--89019 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 10000) in paragraph at lines 89019--89020 []\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 89019--89020 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 89020--89021 []\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 89020--89021 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- Underfull \hbox (badness 10000) in paragraph at lines 89021--89022 []\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 89021--89022 \TU/Ubuntu(0)/m/it/10.95 zones: zone- Underfull \hbox (badness 10000) in paragraph at lines 89024--89025 []\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 89025--89026 []\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- [914] Underfull \hbox (badness 10000) in paragraph at lines 89027--89028 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 89028--89029 \TU/Ubuntu(0)/m/it/10.95 zones: zone- Underfull \hbox (badness 10000) in paragraph at lines 89029--89030 []\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 89030--89031 []\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 89031--89032 []\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 89032--89033 []\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 89033--89034 []\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 89034--89035 []\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 89034--89035 \TU/Ubuntu(0)/m/it/10.95 ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 89035--89036 []\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 89036--89037 []\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 89036--89037 \TU/Ubuntu(0)/m/it/10.95 ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 89042--89043 []\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 89043--89044 []\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 89047--89048 []\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 89048--89049 []\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 89049--89050 []\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 89050--89051 []\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 89057--89058 []\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 89058--89059 []\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 89059--89060 []\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 89060--89061 []\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 89062--89063 []\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 89063--89064 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 89064--89065 []\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 89065--89066 []\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 89068--89069 []\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 89069--89070 []\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 89070--89071 []\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 89071--89072 []\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- [915] Underfull \hbox (badness 10000) in paragraph at lines 89074--89075 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 89075--89076 \TU/Ubuntu(0)/m/it/10.95 class="literal">ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 89079--89080 []\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 89080--89081 []\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 89081--89082 []\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 89082--89083 []\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 89084--89085 []\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 89085--89086 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 89086--89087 []\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 89087--89088 []\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 89090--89091 []\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 89090--89091 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 89091--89092 []\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 89091--89092 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 89093--89094 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 5133) in paragraph at lines 89094--89095 []\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 89095--89096 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 89096--89097 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 89097--89098 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- Underfull \hbox (badness 5133) in paragraph at lines 89098--89099 []\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 89099--89100 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 89100--89101 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 89101--89102 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- Underfull \hbox (badness 10000) in paragraph at lines 89102--89103 []\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 89103--89104 []\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 89104--89105 []\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 89105--89106 []\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 89105--89106 \TU/Ubuntu(0)/m/it/10.95 acl-acl- Underfull \hbox (badness 7722) in paragraph at lines 89106--89107 \TU/Ubuntu(0)/m/it/10.95 ancers: load- Underfull \hbox (badness 10000) in paragraph at lines 89106--89107 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 89108--89109 []\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 89108--89109 \TU/Ubuntu(0)/m/it/10.95 zone-record- [916] Underfull \hbox (badness 10000) in paragraph at lines 89112--89113 []\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- Underfull \hbox (badness 10000) in paragraph at lines 89113--89114 []\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 89114--89115 []\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 89117--89118 \TU/Ubuntu(0)/m/it/10.95 forward- Underfull \hbox (badness 10000) in paragraph at lines 89118--89119 []\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 89118--89119 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer- Underfull \hbox (badness 10000) in paragraph at lines 89119--89120 \TU/Ubuntu(0)/m/it/10.95 acl-rule- Underfull \hbox (badness 6893) in paragraph at lines 89120--89121 []\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 89121--89122 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 10000) in paragraph at lines 89123--89124 []\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 89124--89125 []\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 89125--89126 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.action Underfull \hbox (badness 10000) in paragraph at lines 89125--89126 \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 89127--89128 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.logged Underfull \hbox (badness 10000) in paragraph at lines 89127--89128 \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 89129--89130 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 89129--89130 \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 89130--89131 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 89130--89131 \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 89131--89132 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 89131--89132 \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 89132--89133 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 89132--89133 \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 89137--89138 []\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 89137--89138 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-port- Underfull \hbox (badness 10000) in paragraph at lines 89138--89139 []\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 89138--89139 \TU/Ubuntu(0)/m/it/10.95 ure network load balancers: Underfull \hbox (badness 10000) in paragraph at lines 89138--89139 \TU/Ubuntu(0)/m/it/10.95 load- Underfull \hbox (badness 10000) in paragraph at lines 89138--89139 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 89142--89143 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 89152--89153 []\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 89153--89154 []\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- [917] Underfull \hbox (badness 10000) in paragraph at lines 89154--89155 []\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- Underfull \hbox (badness 10000) in paragraph at lines 89155--89156 []\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 89156--89157 []\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 89157--89158 []\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 89157--89158 \TU/Ubuntu(0)/m/it/10.95 zone-config- Underfull \hbox (badness 10000) in paragraph at lines 89158--89159 []\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 89159--89160 []\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 89160--89161 []\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 89182--89183 []\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 89183--89184 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv6.NETWORK_NAME\TU/U buntu(0)/m/sc/10.95 , [918] Underfull \hbox (badness 10000) in paragraph at lines 89283--89284 []\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 89283--89284 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89284--89285 []\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 89284--89285 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 89285--89286 []\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 89285--89286 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89286--89287 []\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 89286--89287 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89287--89288 []\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 89287--89288 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89288--89289 []\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 89288--89289 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89289--89290 []\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 89289--89290 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89290--89291 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89290--89291 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89291--89292 []\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 89291--89292 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 89291--89292 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89292--89293 []\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 89292--89293 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- [919] Underfull \hbox (badness 10000) in paragraph at lines 89316--89317 []\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 89339--89340 []\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 89340--89341 []\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 89340--89341 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 89341--89342 []\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 89342--89343 []\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 89343--89344 []\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 89343--89344 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 89344--89345 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89345--89346 []\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 89345--89346 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89346--89347 []\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 89346--89347 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89347--89348 []\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 89347--89348 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89348--89349 []\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 89348--89349 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89349--89350 []\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 89349--89350 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89350--89351 []\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 89350--89351 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89351--89352 []\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 89351--89352 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89352--89353 []\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 89352--89353 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89353--89354 []\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 89353--89354 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89354--89355 []\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 89354--89355 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89355--89356 []\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 89355--89356 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 89356--89357 []\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 89356--89357 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89357--89358 []\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 89357--89358 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- [920] Underfull \hbox (badness 10000) in paragraph at lines 89358--89359 []\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 89358--89359 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89359--89360 []\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 89359--89360 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89360--89361 []\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 89360--89361 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89361--89362 []\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 89361--89362 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89362--89363 []\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 89362--89363 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89363--89364 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89363--89364 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89364--89365 []\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 89364--89365 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89365--89366 []\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 89365--89366 \TU/Ubuntu(0)/m/it/10.95 btrfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 89366--89367 []\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 89366--89367 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 89367--89368 []\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 89367--89368 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89368--89369 []\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 89368--89369 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89369--89370 []\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 89369--89370 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89370--89371 []\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 89370--89371 \TU/Ubuntu(0)/m/it/10.95 cephobject- Underfull \hbox (badness 10000) in paragraph at lines 89371--89372 []\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 89371--89372 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89372--89373 \TU/Ubuntu(0)/m/it/10.95 lvm-bucket- Underfull \hbox (badness 10000) in paragraph at lines 89373--89374 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 89374--89375 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89375--89376 []\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 89375--89376 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89376--89377 []\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 89376--89377 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89377--89378 \TU/Ubuntu(0)/m/it/10.95 zfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 89378--89379 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 89379--89380 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89380--89381 []\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 89380--89381 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89381--89382 []\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 89381--89382 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89382--89383 []\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 89382--89383 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89383--89384 []\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 89383--89384 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89384--89385 []\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 89384--89385 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- [921] Underfull \hbox (badness 5008) in paragraph at lines 89385--89386 []\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 89385--89386 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89386--89387 []\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 89386--89387 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89387--89388 []\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 89387--89388 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89388--89389 []\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 89388--89389 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89389--89390 []\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 89389--89390 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89390--89391 []\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 89390--89391 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89391--89392 []\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 89391--89392 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89392--89393 []\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 89392--89393 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89393--89394 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89393--89394 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89394--89395 []\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 89394--89395 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89395--89396 []\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 89395--89396 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89396--89397 []\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 89396--89397 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89397--89398 []\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 89397--89398 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89398--89399 []\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 89398--89399 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89399--89400 []\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 89399--89400 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89400--89401 []\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 89400--89401 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89401--89402 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89401--89402 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89402--89403 []\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 89402--89403 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 89402--89403 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89403--89404 []\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 89403--89404 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89404--89405 []\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 89404--89405 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 89405--89406 []\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 89405--89406 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- Underfull \hbox (badness 10000) in paragraph at lines 89406--89407 []\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 89406--89407 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 89407--89408 []\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 89408--89409 []\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 89408--89409 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 89409--89410 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- [922] Underfull \hbox (badness 10000) in paragraph at lines 89410--89411 []\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 89410--89411 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 89411--89412 []\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 89411--89412 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 89412--89413 []\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 89413--89414 []\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 89413--89414 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89414--89415 []\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 89414--89415 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89415--89416 []\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 89415--89416 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89416--89417 []\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 89416--89417 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89417--89418 []\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 89417--89418 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89418--89419 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89418--89419 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89419--89420 []\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 89419--89420 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89420--89421 []\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 89420--89421 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89421--89422 []\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 89421--89422 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89422--89423 []\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 89422--89423 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89423--89424 []\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 89423--89424 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89424--89425 []\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 89424--89425 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89425--89426 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 89425--89426 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 89426--89427 []\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 89426--89427 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89427--89428 []\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 89427--89428 \TU/Ubuntu(0)/m/it/10.95 ceph: Underfull \hbox (badness 10000) in paragraph at lines 89427--89428 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- Underfull \hbox (badness 10000) in paragraph at lines 89428--89429 []\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 89428--89429 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 89429--89430 \TU/Ubuntu(0)/m/it/10.95 class="literal">cephobject: Underfull \hbox (badness 10000) in paragraph at lines 89429--89430 \TU/Ubuntu(0)/m/it/10.95 cephobject- Underfull \hbox (badness 10000) in paragraph at lines 89430--89431 []\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 89430--89431 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89431--89432 []\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 89431--89432 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 89432--89433 []\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 89432--89433 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89433--89434 []\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 89433--89434 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 89434--89435 []\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 89434--89435 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 89435--89436 []\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 89435--89436 \TU/Ubuntu(0)/m/it/10.95 powerflex- [923] Underfull \hbox (badness 10000) in paragraph at lines 89436--89437 []\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 89436--89437 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 89437--89438 []\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 89437--89438 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 89438--89439 []\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 89439--89440 []\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 89439--89440 \TU/Ubuntu(0)/m/it/10.95 pure-pool- [924] (./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 (925 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