Read the Docs build information Build id: 3551835 Project: canonical-lxd Version: default Commit: 58de8a862b4a685f1b6a85444fb0cf290ebd8c2e Date: 2025-11-25T21:13:41.947840Z State: finished Success: True [rtd-command-info] start-time: 2025-11-25T21:13:42.876372Z, end-time: 2025-11-25T21:13:45.139406Z, duration: 2, exit-code: 0 git clone --depth 1 https://github.com/canonical/lxd . Cloning into '.'... [rtd-command-info] start-time: 2025-11-25T21:13:45.242651Z, end-time: 2025-11-25T21:13:47.884541Z, 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.4 -> lxd-5.21.4 [rtd-command-info] start-time: 2025-11-25T21:13:48.779569Z, end-time: 2025-11-25T21:13:49.001906Z, 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 58de8a8 Backports (stable-5.21) (#17068) [rtd-command-info] start-time: 2025-11-25T21:13:49.093584Z, end-time: 2025-11-25T21:13:49.138238Z, 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.24" python: "3.12" jobs: pre_install: - pip install gitpython pyyaml - cd doc && python3 .sphinx/build_requirements.py 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-11-25T21:13:55.915361Z, end-time: 2025-11-25T21:13:55.985809Z, duration: 0, exit-code: 0 asdf global golang 1.24.10 [rtd-command-info] start-time: 2025-11-25T21:14:01.054535Z, end-time: 2025-11-25T21:14:01.128239Z, duration: 0, exit-code: 0 asdf global python 3.12.10 [rtd-command-info] start-time: 2025-11-25T21:14:01.590620Z, end-time: 2025-11-25T21:14:02.790581Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.10.final.0-64 in 892ms 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-11-25T21:14:02.878651Z, end-time: 2025-11-25T21:14:09.200794Z, duration: 6, exit-code: 0 pip install gitpython pyyaml Collecting gitpython Downloading gitpython-3.1.45-py3-none-any.whl (208 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.2/208.2 kB 4.6 MB/s eta 0:00:00 Collecting pyyaml Downloading pyyaml-6.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (807 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 807.9/807.9 kB 11.3 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 8.3 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.45 pyyaml-6.0.3 smmap-5.0.2 [notice] A new release of pip is available: 23.1 -> 25.3 [notice] To update, run: pip install --upgrade pip [rtd-command-info] start-time: 2025-11-25T21:14:09.293598Z, end-time: 2025-11-25T21:14:10.879773Z, duration: 1, exit-code: 0 cd doc && python3 .sphinx/build_requirements.py No man page content generated. [rtd-command-info] start-time: 2025-11-25T21:14:10.985256Z, end-time: 2025-11-25T21:14:14.026172Z, duration: 3, 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.3-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 46.6 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-80.9.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 235.3 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.3 setuptools-80.9.0 [rtd-command-info] start-time: 2025-11-25T21:14:14.131034Z, end-time: 2025-11-25T21:14:18.947004Z, duration: 4, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx Collecting sphinx Downloading sphinx-8.2.3-py3-none-any.whl.metadata (7.0 kB) Collecting sphinxcontrib-applehelp>=1.0.7 (from sphinx) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-htmlhelp>=2.0.6 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath>=1.0.1 (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-qthelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.19.2-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-3.0.1-py3-none-any.whl.metadata (7.9 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.5-py3-none-any.whl.metadata (4.9 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-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) Collecting charset_normalizer<4,>=2 (from requests>=2.30.0->sphinx) Downloading charset_normalizer-3.4.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (37 kB) Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx) Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx) Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx) Downloading certifi-2025.11.12-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 154.1 MB/s 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 555.3 MB/s 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 410.7 MB/s 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 markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB) Downloading packaging-25.0-py3-none-any.whl (66 kB) Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 634.9 MB/s 0:00:00 Downloading requests-2.32.5-py3-none-any.whl (64 kB) Downloading charset_normalizer-3.4.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (153 kB) Downloading idna-3.11-py3-none-any.whl (71 kB) Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) Downloading certifi-2025.11.12-py3-none-any.whl (159 kB) Downloading roman_numerals_py-3.1.0-py3-none-any.whl (7.7 kB) Downloading snowballstemmer-3.0.1-py3-none-any.whl (103 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) Installing collected packages: urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, 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.3 Pygments-2.19.2 alabaster-1.0.0 babel-2.17.0 certifi-2025.11.12 charset_normalizer-3.4.4 docutils-0.21.2 idna-3.11 imagesize-1.4.1 packaging-25.0 requests-2.32.5 roman-numerals-py-3.1.0 snowballstemmer-3.0.1 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.5.0 [rtd-command-info] start-time: 2025-11-25T21:14:19.086065Z, end-time: 2025-11-25T21:14:25.148689Z, duration: 6, 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.45) Collecting canonical-sphinx-extensions==0.0.27 (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-2025.9.25-py3-none-any.whl.metadata (6.1 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.12-py3-none-any.whl.metadata (3.9 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.3) 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-2025.8.25-py3-none-any.whl.metadata (8.5 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-1.0.0-py3-none-any.whl.metadata (4.7 kB) Collecting sphinx-sitemap (from -r doc/.sphinx/requirements.txt (line 22)) Downloading sphinx_sitemap-2.9.0-py3-none-any.whl.metadata (3.4 kB) Collecting sphinx-tabs (from -r doc/.sphinx/requirements.txt (line 23)) Downloading sphinx_tabs-3.4.7-py3-none-any.whl.metadata (6.3 kB) Collecting sphinxcontrib-jquery (from -r doc/.sphinx/requirements.txt (line 24)) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl.metadata (2.6 kB) Collecting sphinxext-opengraph (from -r doc/.sphinx/requirements.txt (line 26)) Downloading sphinxext_opengraph-0.13.0-py3-none-any.whl.metadata (2.7 kB) Collecting watchfiles (from -r doc/.sphinx/requirements.txt (line 27)) Downloading watchfiles-1.1.1-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 25)) Downloading sphinxcontrib_svg2pdfconverter-1.3.0-py3-none-any.whl.metadata (3.3 kB) 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==0.0.27->-r doc/.sphinx/requirements.txt (line 8)) (2.32.5) Collecting beautifulsoup4 (from canonical-sphinx-extensions==0.0.27->-r doc/.sphinx/requirements.txt (line 8)) Downloading beautifulsoup4-4.14.2-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==0.0.27->-r doc/.sphinx/requirements.txt (line 8)) (0.21.2) 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: 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) 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.2) Collecting accessible-pygments>=0.0.5 (from furo->-r doc/.sphinx/requirements.txt (line 9)) Downloading accessible_pygments-0.0.5-py3-none-any.whl.metadata (10 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: Jinja2>=3.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)) (3.1.6) 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)) (3.0.1) 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)) (25.0) 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) 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.5.0-py3-none-any.whl.metadata (2.8 kB) 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) 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-6.0.2-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.metadata (3.6 kB) Collecting markdown (from pyspelling->-r doc/.sphinx/requirements.txt (line 13)) Downloading markdown-3.10-py3-none-any.whl.metadata (5.1 kB) Collecting soupsieve>=1.8 (from pyspelling->-r doc/.sphinx/requirements.txt (line 13)) Downloading soupsieve-2.8-py3-none-any.whl.metadata (4.6 kB) Collecting wcmatch>=8.5 (from pyspelling->-r doc/.sphinx/requirements.txt (line 13)) Downloading wcmatch-10.1-py3-none-any.whl.metadata (5.1 kB) 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.50.0-py3-none-any.whl.metadata (6.3 kB) Collecting uvicorn>=0.25 (from sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 16)) Downloading uvicorn-0.38.0-py3-none-any.whl.metadata (6.8 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 sphinx-last-updated-by-git (from sphinx-sitemap->-r doc/.sphinx/requirements.txt (line 22)) Downloading sphinx_last_updated_by_git-0.3.8-py3-none-any.whl.metadata (7.1 kB) Collecting cairosvg>=1.0 (from sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 25)) Downloading cairosvg-2.8.2-py3-none-any.whl.metadata (2.7 kB) Collecting anyio>=3.0.0 (from watchfiles->-r doc/.sphinx/requirements.txt (line 27)) Downloading anyio-4.11.0-py3-none-any.whl.metadata (4.1 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 27)) (3.11) Collecting sniffio>=1.1 (from anyio>=3.0.0->watchfiles->-r doc/.sphinx/requirements.txt (line 27)) 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 27)) Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) Collecting cairocffi (from cairosvg>=1.0->sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 25)) 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 25)) 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 25)) 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 25)) Downloading pillow-12.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.8 kB) Collecting tinycss2 (from cairosvg>=1.0->sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 25)) Downloading tinycss2-1.5.1-py3-none-any.whl.metadata (3.0 kB) 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>=3.1->sphinx->-r doc/.sphinx/requirements.txt (line 15)) (3.0.3) 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==0.0.27->-r doc/.sphinx/requirements.txt (line 8)) (3.4.4) 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==0.0.27->-r doc/.sphinx/requirements.txt (line 8)) (2.5.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==0.0.27->-r doc/.sphinx/requirements.txt (line 8)) (2025.11.12) Collecting click>=7.0 (from uvicorn>=0.25->sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 16)) Downloading click-8.3.1-py3-none-any.whl.metadata (2.6 kB) Collecting h11>=0.8 (from uvicorn>=0.25->sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 16)) Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) Collecting bracex>=2.1.1 (from wcmatch>=8.5->pyspelling->-r doc/.sphinx/requirements.txt (line 13)) Downloading bracex-2.6-py3-none-any.whl.metadata (3.6 kB) Collecting cffi>=1.1.0 (from cairocffi->cairosvg>=1.0->sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 25)) Downloading cffi-2.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.6 kB) Collecting pycparser (from cffi>=1.1.0->cairocffi->cairosvg>=1.0->sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 25)) Downloading pycparser-2.23-py3-none-any.whl.metadata (993 bytes) Collecting webencodings (from cssselect2->cairosvg>=1.0->sphinxcontrib-svg2pdfconverter[CairoSVG]->-r doc/.sphinx/requirements.txt (line 25)) Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 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) Downloading canonical_sphinx_extensions-0.0.27-py3-none-any.whl (60 kB) Downloading furo-2025.9.25-py3-none-any.whl (340 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 markdown_it_py-3.0.0-py3-none-any.whl (87 kB) Downloading mdit_py_plugins-0.5.0-py3-none-any.whl (57 kB) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Downloading pyspelling-2.12-py3-none-any.whl (45 kB) Downloading sphinx_autobuild-2025.8.25-py3-none-any.whl (12 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 144.0 MB/s 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-1.0.0-py3-none-any.whl (6.2 kB) Downloading sphinx_sitemap-2.9.0-py3-none-any.whl (6.2 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 sphinxcontrib_svg2pdfconverter-1.3.0-py3-none-any.whl (7.9 kB) Downloading sphinxext_opengraph-0.13.0-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 619.4 MB/s 0:00:00 Downloading watchfiles-1.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (456 kB) Downloading accessible_pygments-0.0.5-py3-none-any.whl (1.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 514.4 MB/s 0:00:00 Downloading anyio-4.11.0-py3-none-any.whl (109 kB) Downloading cairosvg-2.8.2-py3-none-any.whl (45 kB) Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) Downloading soupsieve-2.8-py3-none-any.whl (36 kB) Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl (22 kB) Downloading starlette-0.50.0-py3-none-any.whl (74 kB) Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) Downloading uvicorn-0.38.0-py3-none-any.whl (68 kB) Downloading click-8.3.1-py3-none-any.whl (108 kB) Downloading h11-0.16.0-py3-none-any.whl (37 kB) Downloading wcmatch-10.1-py3-none-any.whl (39 kB) Downloading bracex-2.6-py3-none-any.whl (11 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.14.2-py3-none-any.whl (106 kB) Downloading cairocffi-1.7.1-py3-none-any.whl (75 kB) Downloading cffi-2.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (219 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 html5lib-1.1-py2.py3-none-any.whl (112 kB) Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Downloading lxml-6.0.2-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (5.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 277.0 MB/s 0:00:00 Downloading markdown-3.10-py3-none-any.whl (107 kB) Downloading pillow-12.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 438.3 MB/s 0:00:00 Downloading pycparser-2.23-py3-none-any.whl (118 kB) Downloading sphinx_last_updated_by_git-0.3.8-py3-none-any.whl (8.6 kB) Downloading tinycss2-1.5.1-py3-none-any.whl (28 kB) Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Downloading uc_micro_py-1.0.3-py3-none-any.whl (6.2 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, accessible-pygments, 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-last-updated-by-git, sphinx-design, sphinx-copybutton, sphinx-basic-ng, pyspelling, mdit-py-plugins, canonical-sphinx-extensions, cairocffi, sphinx-sitemap, sphinx-autobuild, myst-parser, furo, cairosvg Successfully installed accessible-pygments-0.0.5 anyio-4.11.0 beautifulsoup4-4.14.2 bracex-2.6 cairocffi-1.7.1 cairosvg-2.8.2 canonical-sphinx-extensions-0.0.27 cffi-2.0.0 click-8.3.1 colorama-0.4.6 cssselect2-0.8.0 defusedxml-0.7.1 furo-2025.9.25 h11-0.16.0 html5lib-1.1 linkify-it-py-2.0.3 lxml-6.0.2 markdown-3.10 markdown-it-py-3.0.0 mdit-py-plugins-0.5.0 mdurl-0.1.2 myst-parser-4.0.1 pillow-12.0.0 pycparser-2.23 pyspelling-2.12 six-1.17.0 sniffio-1.3.1 soupsieve-2.8 sphinx-autobuild-2025.8.25 sphinx-basic-ng-1.0.0b2 sphinx-copybutton-0.5.2 sphinx-design-0.6.1 sphinx-last-updated-by-git-0.3.8 sphinx-notfound-page-1.1.0 sphinx-remove-toctrees-1.0.0.post1 sphinx-reredirects-1.0.0 sphinx-sitemap-2.9.0 sphinx-tabs-3.4.7 sphinxcontrib-jquery-4.1 sphinxcontrib-svg2pdfconverter-1.3.0 sphinxext-opengraph-0.13.0 starlette-0.50.0 tinycss2-1.5.1 typing_extensions-4.15.0 uc-micro-py-1.0.3 uvicorn-0.38.0 watchfiles-1.1.1 wcmatch-10.1 webencodings-0.5.1 websockets-15.0.1 [rtd-command-info] start-time: 2025-11-25T21:14:25.311230Z, end-time: 2025-11-25T21:15:09.686761Z, duration: 44, exit-code: 0 go build -ldflags "-s -w" -o trimpath -o lxc.bin ./lxc go: downloading go1.25.4 (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.10.1 go: downloading go.yaml.in/yaml/v2 v2.4.3 go: downloading golang.org/x/crypto v0.45.0 go: downloading golang.org/x/sys v0.38.0 go: downloading golang.org/x/term v0.37.0 go: downloading github.com/zitadel/oidc/v3 v3.45.0 go: downloading github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3 go: downloading github.com/pkg/xattr v0.4.12 go: downloading github.com/pkg/sftp v1.13.10 go: downloading golang.org/x/oauth2 v0.33.0 go: downloading github.com/fvbommel/sortorder v1.1.0 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/gosexy/gettext v0.0.0-20160830220431-74466a0a0c4a go: downloading golang.org/x/text v0.31.0 go: downloading golang.org/x/net v0.47.0 go: downloading github.com/spf13/pflag v1.0.10 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.7 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/go-jose/go-jose/v4 v4.1.3 go: downloading github.com/muhlemmer/gu v0.3.1 go: downloading github.com/zitadel/schema v1.3.1 go: downloading github.com/zitadel/logging v0.6.2 go: downloading github.com/gorilla/securecookie v1.1.2 go: downloading github.com/kr/fs v0.1.0 go: downloading github.com/mattn/go-runewidth v0.0.19 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/clipperhouse/uax29/v2 v2.3.0 go: downloading go.opentelemetry.io/otel v1.38.0 go: downloading go.opentelemetry.io/otel/trace v1.38.0 go: downloading github.com/clipperhouse/stringish v0.1.1 go: downloading github.com/go-logr/logr v1.4.3 go: downloading go.opentelemetry.io/otel/metric v1.38.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading go.opentelemetry.io/auto/sdk v1.2.1 [rtd-command-info] start-time: 2025-11-25T21:15:09.778993Z, end-time: 2025-11-25T21:15:09.822498Z, 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-11-25T21:15:09.916902Z, end-time: 2025-11-25T21:17:01.882161Z, duration: 111, exit-code: 0 python -m sphinx -T -W --keep-going -b dirhtml -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v8.2.3 loading translations [en]... done matplotlib is not installed, social cards will not be generated making output directory... done myst v4.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'deflist', 'attrs_block', 'substitution', '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: ..., note_ip_addresses_CIDR: ..., restore_button: ..., restart_button: ..., snapshot_expiry_format: ..., snapshot_pattern_detail: ..., snapshot_pattern_format: ..., snapshot_schedule_format: ..., volume_configuration: ..., current_lts_track: ..., current_feature_track: ..., 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 513 source files that are out of date updating environment: [new config] 513 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... [ 12%] howto/instances_console reading sources... [ 12%] howto/instances_create reading sources... [ 12%] howto/instances_manage reading sources... [ 12%] howto/instances_migrate reading sources... [ 12%] howto/instances_routed_nic_vm reading sources... [ 12%] howto/instances_troubleshoot reading sources... [ 13%] howto/instances_ubuntu_pro_attach reading sources... [ 13%] howto/logs_loki reading sources... [ 13%] howto/lxc_alias 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... [ 19%] 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... [ 26%] 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... [ 27%] 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... [ 33%] 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... [ 34%] 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... [ 35%] 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... [ 40%] 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... [ 41%] 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... [ 42%] 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... [ 47%] 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... [ 48%] 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... [ 49%] 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... [ 50%] 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... [ 55%] 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... [ 56%] 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... [ 57%] 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... [ 58%] 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... [ 62%] 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... [ 63%] 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... [ 64%] 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... [ 65%] 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... [ 69%] 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... [ 70%] 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... [ 71%] 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... [ 72%] 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... [ 73%] 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... [ 76%] 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... [ 77%] 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... [ 78%] 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... [ 79%] 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... [ 80%] 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... [ 81%] 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... [ 83%] 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... [ 84%] 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... [ 85%] 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... [ 86%] 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... [ 87%] 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... [ 88%] 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... [ 90%] 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... [ 91%] 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... [ 92%] 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... [ 93%] 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... [ 94%] 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... [ 95%] reference/preseed_yaml_fields reading sources... [ 95%] reference/projects reading sources... [ 95%] reference/provided_metrics reading sources... [ 95%] reference/releases-snap reading sources... [ 95%] reference/remote_image_servers reading sources... [ 96%] reference/server_settings reading sources... [ 96%] 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... [ 97%] reference/storage_dir reading sources... [ 97%] reference/storage_drivers reading sources... [ 97%] reference/storage_lvm reading sources... [ 97%] reference/storage_powerflex reading sources... [ 97%] reference/storage_pure reading sources... [ 98%] reference/storage_zfs reading sources... [ 98%] reference/uefi_variables reading sources... [ 98%] reference/vm_live_migration_internals reading sources... [ 98%] remotes reading sources... [ 98%] requirements reading sources... [ 99%] rest-api reading sources... [ 99%] restapi_landing reading sources... [ 99%] server reading sources... [ 99%] storage reading sources... [ 99%] support reading sources... [100%] syscall-interception reading sources... [100%] tutorial/first_steps 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... [ 12%] howto/instances_console writing output... [ 12%] howto/instances_create writing output... [ 12%] howto/instances_manage writing output... [ 12%] howto/instances_migrate writing output... [ 12%] howto/instances_routed_nic_vm writing output... [ 12%] howto/instances_troubleshoot writing output... [ 13%] howto/instances_ubuntu_pro_attach writing output... [ 13%] howto/logs_loki writing output... [ 13%] howto/lxc_alias 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... [ 19%] 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... [ 26%] 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... [ 27%] 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... [ 33%] 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... [ 34%] 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... [ 35%] 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... [ 40%] 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... [ 41%] 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... [ 42%] 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... [ 47%] 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... [ 48%] 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... [ 49%] 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... [ 50%] 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... [ 55%] 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... [ 56%] 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... [ 57%] 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... [ 58%] 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... [ 62%] 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... [ 63%] 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... [ 64%] 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... [ 65%] 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... [ 69%] 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... [ 70%] 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... [ 71%] 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... [ 72%] 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... [ 73%] 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... [ 76%] 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... [ 77%] 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... [ 78%] 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... [ 79%] 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... [ 80%] 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... [ 81%] 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... [ 83%] 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... [ 84%] 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... [ 85%] 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... [ 86%] 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... [ 87%] 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... [ 88%] 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... [ 90%] 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... [ 91%] 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... [ 92%] 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... [ 93%] 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... [ 94%] 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... [ 95%] reference/preseed_yaml_fields writing output... [ 95%] reference/projects writing output... [ 95%] reference/provided_metrics writing output... [ 95%] reference/releases-snap writing output... [ 95%] reference/remote_image_servers writing output... [ 96%] reference/server_settings writing output... [ 96%] 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... [ 97%] reference/storage_dir writing output... [ 97%] reference/storage_drivers writing output... [ 97%] reference/storage_lvm writing output... [ 97%] reference/storage_powerflex writing output... [ 97%] reference/storage_pure writing output... [ 98%] reference/storage_zfs writing output... [ 98%] reference/uefi_variables writing output... [ 98%] reference/vm_live_migration_internals writing output... [ 98%] remotes writing output... [ 98%] requirements writing output... [ 99%] rest-api writing output... [ 99%] restapi_landing writing output... [ 99%] server writing output... [ 99%] storage writing output... [ 99%] support writing output... [100%] syscall-interception writing output... [100%] tutorial/first_steps 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 'migration/index.html' to '../howto/instances_migrate'. Creating redirect 'howto/move_instances/index.html' to '../instances_migrate/'. Creating redirect 'tutorial/index.html' to 'first_steps'. Creating redirect 'tutorial/ui/index.html' to '../first_steps'. Creating redirect 'security/index.html' to '../explanation/security/'. 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... [ 3%] images/ui_security_warning.png copying images... [ 4%] images/ui_set_up_certificates.png copying images... [ 5%] images/ui_set_up_existing_cert.png copying images... [ 6%] images/grafana_welcome.png copying images... [ 7%] images/grafana_select_prometheus.png copying images... [ 8%] images/grafana_configure_prometheus.png copying images... [ 9%] images/grafana_select_loki.png copying images... [ 9%] images/grafana_configure_loki.png copying images... [ 10%] images/grafana_dashboard_import.png copying images... [ 11%] images/grafana_dashboard_select_datasource.png copying images... [ 12%] images/grafana_resources.png copying images... [ 13%] images/grafana_instances.png copying images... [ 14%] images/grafana_lxd_ui_metrics_integration.png copying images... [ 15%] images/grafana_lxd_ui_instance_dashboard.png copying images... [ 15%] images/UI/snapshots_daily.png copying images... [ 16%] images/UI/snapshots_cron.png copying images... [ 17%] images/UI/limits_memory_example.png copying images... [ 18%] images/UI/create_instance_ex1.png copying images... [ 19%] images/UI/create_instance_ex2.png copying images... [ 20%] images/UI/create_instance_ex2-2.png copying images... [ 21%] images/UI/create_instance_ex3.png copying images... [ 21%] images/UI/create_instance_ex4.png copying images... [ 22%] images/UI/routed_nic_create_instance.png copying images... [ 23%] images/networks/network_ACLs.png copying images... [ 24%] images/networks/network_ACL_create.png copying images... [ 25%] images/networks/network_ACL_addrule.png copying images... [ 26%] images/networks/network_ACL_remove_edit.png copying images... [ 26%] images/networks/network_create.png copying images... [ 27%] images/networks/network_configuration.png copying images... [ 28%] images/networks/network_add_to_instance.png copying images... [ 29%] images/networks/network_attach_instance.png copying images... [ 30%] images/UI/forwards_view.png copying images... [ 31%] images/UI/forward_edit_ex1.png copying images... [ 32%] 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... [ 36%] images/networks/network_view_leases.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... [ 38%] images/auth/entra-id/3-redirect-uri.png copying images... [ 39%] images/auth/entra-id/4-authentication.png copying images... [ 40%] images/auth/entra-id/5-public-client-flows.png copying images... [ 41%] images/auth/entra-id/6-api-permissions.png copying images... [ 42%] images/auth/entra-id/7-add-a-permission.png copying images... [ 43%] images/auth/entra-id/8-graph-api.png copying images... [ 44%] images/auth/entra-id/9-delegated-permissions.png copying images... [ 44%] images/auth/entra-id/10-openid-permissions.png copying images... [ 45%] images/auth/entra-id/11-client-id.png copying images... [ 46%] images/auth/entra-id/12-discovery-url.png copying images... [ 47%] images/auth/entra-id/13-keycloak-identity-providers.png copying images... [ 48%] images/auth/entra-id/14-keycloak-microsoft.png copying images... [ 49%] images/auth/entra-id/15-keycloak-broker-redirect-uri.png copying images... [ 50%] images/auth/entra-id/16-app-name-keycloak.png copying images... [ 50%] images/auth/entra-id/17-redirect-uri-keycloak.png copying images... [ 51%] images/auth/entra-id/18-certificates-and-secrets.png copying images... [ 52%] images/auth/entra-id/19-new-client-secret.png copying images... [ 53%] images/auth/entra-id/20-copy-client-secret.png copying images... [ 54%] images/auth/entra-id/21-paste-client-secret.png copying images... [ 55%] images/auth/entra-id/22-paste-client-id.png copying images... [ 56%] images/auth/entra-id/23-copy-tenant-id.png copying images... [ 56%] images/auth/entra-id/24-paste-tenant-id.png copying images... [ 57%] images/auth/entra-id/25-keycloak-clients.png copying images... [ 58%] images/auth/entra-id/26-keycloak-new-client.png copying images... [ 59%] images/auth/entra-id/27-keycloak-client-name-and-id.png copying images... [ 60%] images/auth/entra-id/28-keycloak-device-flow.png copying images... [ 61%] images/auth/entra-id/29-keycloak-redirect-uri.png copying images... [ 62%] images/auth/entra-id/30-keycloak-realm-settings.png copying images... [ 62%] images/UI/create_project.png copying images... [ 63%] images/UI/create_restr_project1.png copying images... [ 64%] images/UI/create_restr_project2.png copying images... [ 65%] images/storage/storage_volumes_snapshots_tab.png copying images... [ 66%] images/storage/storage_volumes_snapshots_create.png copying images... [ 67%] images/storage/storage_volumes_snapshots_list.png copying images... [ 68%] images/storage/storage_volumes_snapshots_configuration.png copying images... [ 68%] images/storage/storage_volumes_export.png copying images... [ 69%] images/storage/storage_volumes_import.png copying images... [ 70%] images/storage/storage_buckets/storage_bucket_create.png copying images... [ 71%] images/storage/storage_buckets/storage_bucket_key_list.png copying images... [ 72%] images/storage/storage_buckets/storage_bucket_create_key.png copying images... [ 73%] images/instances/create_instance_form_disk_devices.png copying images... [ 74%] images/instances/create_instance_form.png copying images... [ 74%] images/instances/instance_overview_page.png copying images... [ 75%] images/instances/move_instance_modal.png copying images... [ 76%] images/instances/move_instance_modal_2.png copying images... [ 77%] images/instances/move_confirmation_modal.png copying images... [ 78%] images/storage/storage_volumes_overview.png copying images... [ 79%] images/storage/storage_volumes_copy_modal.png copying images... [ 79%] images/storage/storage_volumes_rename.png copying images... [ 80%] images/storage/storage_pools_create.png copying images... [ 81%] images/storage/storage_pools_create_ZFS_driver.png copying images... [ 82%] images/storage/storage_pools_create_clustered_pool.png copying images... [ 83%] images/storage/storage_pools_create_clustered_pool_size_config.png copying images... [ 84%] images/storage/storage_volumes_create.png copying images... [ 85%] images/storage/storage_volumes_attach_to_instance_1.png copying images... [ 85%] images/storage/storage_volumes_attach_to_instance_2.png copying images... [ 86%] images/storage/storage_volumes_attach_to_instance_3.png copying images... [ 87%] images/storage/storage_volumes_create_clustered.png copying images... [ 88%] images/ovn_networking_1.svg copying images... [ 89%] images/ovn_networking_2.svg copying images... [ 90%] images/ovn/ovn-uplink-bridge-ovs.svg copying images... [ 91%] images/ovn/ovn-uplink-physical.svg copying images... [ 91%] images/ovn/ovn-uplink-bridge-native.svg copying images... [ 92%] images/ovn/ovn-network.svg copying images... [ 93%] images/ovn/ovn-integration-bridge-container.svg copying images... [ 94%] images/ovn/ovn-integration-bridge-vm.svg copying images... [ 95%] images/vm_live_migration_flowchart.svg copying images... [ 96%] images/vm_live_migration_state_diagram.svg copying images... [ 97%] images/tutorial/create_vm.png copying images... [ 97%] images/tutorial/instances.png copying images... [ 98%] images/tutorial/instance_summary.png copying images... [ 99%] images/tutorial/yaml_configuration.png copying images... [100%] images/tutorial/broken_terminal.png dumping search index in English (code: en)... done dumping object inventory... done sphinx-sitemap: sitemap.xml was generated for URL https://documentation.ubuntu.com/lxd/ in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/stable-5.21/_readthedocs/html/sitemap.xml build succeeded. The HTML pages are in ../_readthedocs/html. [rtd-command-info] start-time: 2025-11-25T21:17:02.137554Z, end-time: 2025-11-25T21:17:19.543126Z, duration: 17, 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={'attrs_block', 'deflist', 'substitution', '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: ..., note_ip_addresses_CIDR: ..., restore_button: ..., restart_button: ..., snapshot_expiry_format: ..., snapshot_pattern_detail: ..., snapshot_pattern_format: ..., snapshot_schedule_format: ..., volume_configuration: ..., current_lts_track: ..., current_feature_track: ..., 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/first_steps howto/index getting_started installing howto/initialize howto/access_ui howto/access_documentation 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_ubuntu_pro_attach howto/instances_access_files howto/instances_console instance-exec cloud-init howto/instances_routed_nic_vm howto/instances_backup howto/instances_migrate howto/import_machines_to_instances 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 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 howto/snap howto/troubleshoot howto/dqlite_troubleshoot debugging faq support contributing 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/releases-snap 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... [ 3%] images/tutorial/create_vm.png copying images... [ 4%] images/tutorial/instances.png copying images... [ 5%] images/tutorial/instance_summary.png copying images... [ 6%] images/tutorial/yaml_configuration.png copying images... [ 7%] images/tutorial/broken_terminal.png copying images... [ 8%] images/ui_console.png copying images... [ 9%] images/auth/entra-id/1-app-registrations.png copying images... [ 9%] images/auth/entra-id/2-app-name.png copying images... [ 10%] images/auth/entra-id/3-redirect-uri.png copying images... [ 11%] images/auth/entra-id/4-authentication.png copying images... [ 12%] images/auth/entra-id/5-public-client-flows.png copying images... [ 13%] images/auth/entra-id/6-api-permissions.png copying images... [ 14%] images/auth/entra-id/7-add-a-permission.png copying images... [ 15%] images/auth/entra-id/8-graph-api.png copying images... [ 15%] images/auth/entra-id/9-delegated-permissions.png copying images... [ 16%] images/auth/entra-id/10-openid-permissions.png copying images... [ 17%] images/auth/entra-id/11-client-id.png copying images... [ 18%] images/auth/entra-id/12-discovery-url.png copying images... [ 19%] images/auth/entra-id/13-keycloak-identity-providers.png copying images... [ 20%] images/auth/entra-id/14-keycloak-microsoft.png copying images... [ 21%] images/auth/entra-id/15-keycloak-broker-redirect-uri.png copying images... [ 21%] images/auth/entra-id/16-app-name-keycloak.png copying images... [ 22%] images/auth/entra-id/17-redirect-uri-keycloak.png copying images... [ 23%] images/auth/entra-id/18-certificates-and-secrets.png copying images... [ 24%] images/auth/entra-id/19-new-client-secret.png copying images... [ 25%] images/auth/entra-id/20-copy-client-secret.png copying images... [ 26%] images/auth/entra-id/21-paste-client-secret.png copying images... [ 26%] images/auth/entra-id/22-paste-client-id.png copying images... [ 27%] images/auth/entra-id/23-copy-tenant-id.png copying images... [ 28%] images/auth/entra-id/24-paste-tenant-id.png copying images... [ 29%] images/auth/entra-id/25-keycloak-clients.png copying images... [ 30%] images/auth/entra-id/26-keycloak-new-client.png copying images... [ 31%] images/auth/entra-id/27-keycloak-client-name-and-id.png copying images... [ 32%] images/auth/entra-id/28-keycloak-device-flow.png copying images... [ 32%] images/auth/entra-id/29-keycloak-redirect-uri.png copying images... [ 33%] images/auth/entra-id/30-keycloak-realm-settings.png copying images... [ 34%] images/UI/create_instance_ex1.png copying images... [ 35%] images/UI/create_instance_ex2.png copying images... [ 36%] images/UI/create_instance_ex2-2.png copying images... [ 37%] images/UI/create_instance_ex3.png copying images... [ 38%] images/UI/create_instance_ex4.png copying images... [ 38%] images/UI/limits_memory_example.png copying images... [ 39%] images/UI/routed_nic_create_instance.png copying images... [ 40%] images/UI/snapshots_daily.png copying images... [ 41%] images/UI/snapshots_cron.png copying images... [ 42%] images/UI/create_project.png copying images... [ 43%] images/UI/create_restr_project1.png copying images... [ 44%] images/UI/create_restr_project2.png copying images... [ 44%] images/storage/storage_pools_create.png copying images... [ 45%] images/storage/storage_pools_create_ZFS_driver.png copying images... [ 46%] images/storage/storage_pools_create_clustered_pool.png copying images... [ 47%] images/storage/storage_pools_create_clustered_pool_size_config.png copying images... [ 48%] images/storage/storage_volumes_create.png copying images... [ 49%] images/storage/storage_volumes_attach_to_instance_1.png copying images... [ 50%] images/storage/storage_volumes_attach_to_instance_2.png copying images... [ 50%] images/storage/storage_volumes_attach_to_instance_3.png copying images... [ 51%] images/storage/storage_volumes_create_clustered.png copying images... [ 52%] images/storage/storage_buckets/storage_bucket_create.png copying images... [ 53%] images/storage/storage_buckets/storage_bucket_key_list.png copying images... [ 54%] images/storage/storage_buckets/storage_bucket_create_key.png copying images... [ 55%] images/instances/create_instance_form_disk_devices.png copying images... [ 56%] images/instances/create_instance_form.png copying images... [ 56%] images/instances/instance_overview_page.png copying images... [ 57%] images/instances/move_instance_modal.png copying images... [ 58%] images/instances/move_instance_modal_2.png copying images... [ 59%] images/instances/move_confirmation_modal.png copying images... [ 60%] images/storage/storage_volumes_snapshots_tab.png copying images... [ 61%] images/storage/storage_volumes_snapshots_create.png copying images... [ 62%] images/storage/storage_volumes_snapshots_list.png copying images... [ 62%] images/storage/storage_volumes_snapshots_configuration.png copying images... [ 63%] images/storage/storage_volumes_export.png copying images... [ 64%] images/storage/storage_volumes_import.png copying images... [ 65%] images/storage/storage_volumes_overview.png copying images... [ 66%] images/storage/storage_volumes_copy_modal.png copying images... [ 67%] images/storage/storage_volumes_rename.png copying images... [ 68%] images/networks/network_create.png copying images... [ 68%] images/networks/network_add_to_instance.png copying images... [ 69%] images/networks/network_attach_instance.png copying images... [ 70%] images/networks/network_configuration.png copying images... [ 71%] images/networks/network_ACLs.png copying images... [ 72%] images/networks/network_ACL_create.png copying images... [ 73%] images/networks/network_ACL_addrule.png copying images... [ 74%] images/networks/network_ACL_remove_edit.png copying images... [ 74%] images/UI/forwards_view.png copying images... [ 75%] images/UI/forward_edit_ex1.png copying images... [ 76%] images/UI/forward_create_ovn.png copying images... [ 77%] images/UI/forward_create_bridge.png copying images... [ 78%] images/UI/forward_create_port.png copying images... [ 79%] images/UI/forward_edit_ex2.png copying images... [ 79%] images/UI/forward_delete.png copying images... [ 80%] images/networks/network_view_leases.png copying images... [ 81%] images/grafana_welcome.png copying images... [ 82%] images/grafana_select_prometheus.png copying images... [ 83%] images/grafana_configure_prometheus.png copying images... [ 84%] images/grafana_select_loki.png copying images... [ 85%] images/grafana_configure_loki.png copying images... [ 85%] images/grafana_dashboard_import.png copying images... [ 86%] images/grafana_dashboard_select_datasource.png copying images... [ 87%] images/grafana_resources.png copying images... [ 88%] images/grafana_instances.png copying images... [ 89%] images/grafana_lxd_ui_metrics_integration.png copying images... [ 90%] images/grafana_lxd_ui_instance_dashboard.png copying images... [ 91%] images/application-vs-system-containers.svg copying images... [ 91%] images/virtual-machines-vs-system-containers.svg copying images... [ 92%] images/ovn_networking_1.svg copying images... [ 93%] images/ovn_networking_2.svg copying images... [ 94%] images/ovn/ovn-uplink-bridge-ovs.svg copying images... [ 95%] images/ovn/ovn-uplink-physical.svg copying images... [ 96%] images/ovn/ovn-uplink-bridge-native.svg copying images... [ 97%] 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 sphinx-sitemap: No pages generated for sitemap.xml 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-11-25T21:17:31.558000Z, end-time: 2025-11-25T21:17:31.601460Z, 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-11-25T21:17:31.724674Z, end-time: 2025-11-25T21:20:03.663728Z, duration: 151, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=canonical-lxd -interaction=nonstopmode ... (truncated) ... Command output too long. Truncated to last 1MB. 975. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/unset:lxc-ne twork-acl-unset-md' on page 796 undefined on input line 79979. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/unset:lxc-network- acl-unset-md' on page 796 undefined on input line 79979. LaTeX Warning: Reference `LastPage' on page 796 undefined on input line 79986. [796] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 797 undefined on input line 80031. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 797 undefined on input line 80031. LaTeX Warning: Reference `LastPage' on page 797 undefined on input line 80066. [797] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 798 undefined on input line 80073. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 798 undefined on input line 80073. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 798 undefined on input line 80115. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 798 undefined on input line 80115. LaTeX Warning: Reference `LastPage' on page 798 undefined on input line 80146. [798] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 799 undefined on input line 80164. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 799 undefined on input line 80164. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 799 undefined on input line 80214. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 799 undefined on input line 80214. LaTeX Warning: Reference `LastPage' on page 799 undefined on input line 80221. [799] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 800 undefined on input line 80256. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 800 undefined on input line 80256. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 800 undefined on input line 80294. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 800 undefined on input line 80294. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule/add:lxc -network-acl-rule-add-md' on page 800 undefined on input line 80298. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule/add:lxc-netwo rk-acl-rule-add-md' on page 800 undefined on input line 80298. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule/remove: lxc-network-acl-rule-remove-md' on page 800 undefined on input line 80302. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule/remove:lxc-ne twork-acl-rule-remove-md' on page 800 undefined on input line 80302. LaTeX Warning: Reference `LastPage' on page 800 undefined on input line 80309. [800] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule:lxc-net work-acl-rule-md' on page 801 undefined on input line 80344. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule:lxc-network-a cl-rule-md' on page 801 undefined on input line 80344. LaTeX Warning: Reference `LastPage' on page 801 undefined on input line 80389. [801] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule:lxc-net work-acl-rule-md' on page 802 undefined on input line 80393. LaTeX Warning: Reference `reference/manpages/lxc/network/acl/rule:lxc-network-a cl-rule-md' on page 802 undefined on input line 80393. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 802 undefined on input line 80446. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 802 undefined on input line 80446. LaTeX Warning: Reference `LastPage' on page 802 undefined on input line 80470. [802] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 803 undefined on input line 80488. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 803 undefined on input line 80488. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 803 undefined on input line 80530. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 803 undefined on input line 80530. LaTeX Warning: Reference `LastPage' on page 803 undefined on input line 80554. [803] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 804 undefined on input line 80579. LaTeX Warning: Reference `reference/manpages/lxc/network/acl:lxc-network-acl-md ' on page 804 undefined on input line 80579. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 804 undefined on input line 80621. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 804 undefined on input line 80621. LaTeX Warning: Reference `LastPage' on page 804 undefined on input line 80628. [804] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 805 undefined on input line 80663. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 805 undefined on input line 80663. LaTeX Warning: Reference `LastPage' on page 805 undefined on input line 80706. [805] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 806 undefined on input line 80724. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 806 undefined on input line 80724. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 806 undefined on input line 80766. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 806 undefined on input line 80766. LaTeX Warning: Reference `LastPage' on page 806 undefined on input line 80790. [806] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 807 undefined on input line 80808. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 807 undefined on input line 80808. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 807 undefined on input line 80850. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 807 undefined on input line 80850. LaTeX Warning: Reference `LastPage' on page 807 undefined on input line 80874. [807] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 808 undefined on input line 80892. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 808 undefined on input line 80892. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 808 undefined on input line 80934. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 808 undefined on input line 80934. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/create:l xc-network-forward-create-md' on page 808 undefined on input line 80938. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/create:lxc-net work-forward-create-md' on page 808 undefined on input line 80938. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/delete:l xc-network-forward-delete-md' on page 808 undefined on input line 80942. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/delete:lxc-net work-forward-delete-md' on page 808 undefined on input line 80942. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/edit:lxc -network-forward-edit-md' on page 808 undefined on input line 80946. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/edit:lxc-netwo rk-forward-edit-md' on page 808 undefined on input line 80946. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/get:lxc- network-forward-get-md' on page 808 undefined on input line 80950. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/get:lxc-networ k-forward-get-md' on page 808 undefined on input line 80950. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/list:lxc -network-forward-list-md' on page 808 undefined on input line 80954. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/list:lxc-netwo rk-forward-list-md' on page 808 undefined on input line 80954. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port:lxc -network-forward-port-md' on page 808 undefined on input line 80958. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port:lxc-netwo rk-forward-port-md' on page 808 undefined on input line 80958. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/set:lxc- network-forward-set-md' on page 808 undefined on input line 80962. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/set:lxc-networ k-forward-set-md' on page 808 undefined on input line 80962. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/show:lxc -network-forward-show-md' on page 808 undefined on input line 80966. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/show:lxc-netwo rk-forward-show-md' on page 808 undefined on input line 80966. LaTeX Warning: Reference `LastPage' on page 808 undefined on input line 80968. [808] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/unset:lx c-network-forward-unset-md' on page 809 undefined on input line 80970. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/unset:lxc-netw ork-forward-unset-md' on page 809 undefined on input line 80970. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 809 undefined on input line 81030. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 809 undefined on input line 81030. LaTeX Warning: Reference `LastPage' on page 809 undefined on input line 81043. [809] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 810 undefined on input line 81079. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 810 undefined on input line 81079. LaTeX Warning: Reference `LastPage' on page 810 undefined on input line 81124. [810] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 811 undefined on input line 81128. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 811 undefined on input line 81128. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 811 undefined on input line 81177. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 811 undefined on input line 81177. LaTeX Warning: Reference `LastPage' on page 811 undefined on input line 81208. [811] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 812 undefined on input line 81226. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 812 undefined on input line 81226. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 812 undefined on input line 81264. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 812 undefined on input line 81264. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port/add :lxc-network-forward-port-add-md' on page 812 undefined on input line 81268. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port/add:lxc-n etwork-forward-port-add-md' on page 812 undefined on input line 81268. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port/rem ove:lxc-network-forward-port-remove-md' on page 812 undefined on input line 812 72. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port/remove:lx c-network-forward-port-remove-md' on page 812 undefined on input line 81272. LaTeX Warning: Reference `LastPage' on page 812 undefined on input line 81293. [812] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port:lxc -network-forward-port-md' on page 813 undefined on input line 81321. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port:lxc-netwo rk-forward-port-md' on page 813 undefined on input line 81321. LaTeX Warning: Reference `LastPage' on page 813 undefined on input line 81367. [813] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port:lxc -network-forward-port-md' on page 814 undefined on input line 81371. LaTeX Warning: Reference `reference/manpages/lxc/network/forward/port:lxc-netwo rk-forward-port-md' on page 814 undefined on input line 81371. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 814 undefined on input line 81425. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 814 undefined on input line 81425. LaTeX Warning: Reference `LastPage' on page 814 undefined on input line 81449. [814] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 815 undefined on input line 81474. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 815 undefined on input line 81474. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 815 undefined on input line 81523. LaTeX Warning: Reference `reference/manpages/lxc/network/forward:lxc-network-fo rward-md' on page 815 undefined on input line 81523. LaTeX Warning: Reference `LastPage' on page 815 undefined on input line 81530. [815] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 816 undefined on input line 81573. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 816 undefined on input line 81573. LaTeX Warning: Reference `LastPage' on page 816 undefined on input line 81615. [816] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 817 undefined on input line 81622. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 817 undefined on input line 81622. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 817 undefined on input line 81673. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 817 undefined on input line 81673. LaTeX Warning: Reference `LastPage' on page 817 undefined on input line 81686. [817] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 818 undefined on input line 81723. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 818 undefined on input line 81723. LaTeX Warning: Reference `LastPage' on page 818 undefined on input line 81765. [818] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 819 undefined on input line 81772. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 819 undefined on input line 81772. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 819 undefined on input line 81814. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 819 undefined on input line 81814. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend:lxc-network-load-balancer-backend-md' on page 819 undefined on input line 81818. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend: lxc-network-load-balancer-backend-md' on page 819 undefined on input line 81818 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/cr eate:lxc-network-load-balancer-create-md' on page 819 undefined on input line 8 1822. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/create:l xc-network-load-balancer-create-md' on page 819 undefined on input line 81822. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/de lete:lxc-network-load-balancer-delete-md' on page 819 undefined on input line 8 1826. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/delete:l xc-network-load-balancer-delete-md' on page 819 undefined on input line 81826. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ed it:lxc-network-load-balancer-edit-md' on page 819 undefined on input line 81830 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/edit:lxc -network-load-balancer-edit-md' on page 819 undefined on input line 81830. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ge t:lxc-network-load-balancer-get-md' on page 819 undefined on input line 81834. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/get:lxc- network-load-balancer-get-md' on page 819 undefined on input line 81834. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/li st:lxc-network-load-balancer-list-md' on page 819 undefined on input line 81838 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/list:lxc -network-load-balancer-list-md' on page 819 undefined on input line 81838. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt:lxc-network-load-balancer-port-md' on page 819 undefined on input line 81842 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port:lxc -network-load-balancer-port-md' on page 819 undefined on input line 81842. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/se t:lxc-network-load-balancer-set-md' on page 819 undefined on input line 81846. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/set:lxc- network-load-balancer-set-md' on page 819 undefined on input line 81846. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/sh ow:lxc-network-load-balancer-show-md' on page 819 undefined on input line 81850 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/show:lxc -network-load-balancer-show-md' on page 819 undefined on input line 81850. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/un set:lxc-network-load-balancer-unset-md' on page 819 undefined on input line 818 54. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/unset:lx c-network-load-balancer-unset-md' on page 819 undefined on input line 81854. LaTeX Warning: Reference `LastPage' on page 819 undefined on input line 81861. [819] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 820 undefined on input line 81892. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 820 undefined on input line 81892. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend/add:lxc-network-load-balancer-backend-add-md' on page 820 undefined on in put line 81896. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend/ add:lxc-network-load-balancer-backend-add-md' on page 820 undefined on input li ne 81896. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend/remove:lxc-network-load-balancer-backend-remove-md' on page 820 undefined on input line 81900. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend/ remove:lxc-network-load-balancer-backend-remove-md' on page 820 undefined on in put line 81900. LaTeX Warning: Reference `LastPage' on page 820 undefined on input line 81942. [820] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend:lxc-network-load-balancer-backend-md' on page 821 undefined on input line 81949. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend: lxc-network-load-balancer-backend-md' on page 821 undefined on input line 81949 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend:lxc-network-load-balancer-backend-md' on page 821 undefined on input line 81998. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/backend: lxc-network-load-balancer-backend-md' on page 821 undefined on input line 81998 . LaTeX Warning: Reference `LastPage' on page 821 undefined on input line 82022. [821] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 822 undefined on input line 82058. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 822 undefined on input line 82058. LaTeX Warning: Reference `LastPage' on page 822 undefined on input line 82100. [822] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 823 undefined on input line 82107. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 823 undefined on input line 82107. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 823 undefined on input line 82156. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 823 undefined on input line 82156. LaTeX Warning: Reference `LastPage' on page 823 undefined on input line 82177. [823] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 824 undefined on input line 82205. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 824 undefined on input line 82205. LaTeX Warning: Reference `LastPage' on page 824 undefined on input line 82250. [824] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 825 undefined on input line 82254. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 825 undefined on input line 82254. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 825 undefined on input line 82292. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 825 undefined on input line 82292. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt/add:lxc-network-load-balancer-port-add-md' on page 825 undefined on input li ne 82296. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port/add :lxc-network-load-balancer-port-add-md' on page 825 undefined on input line 822 96. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt/remove:lxc-network-load-balancer-port-remove-md' on page 825 undefined on in put line 82300. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port/rem ove:lxc-network-load-balancer-port-remove-md' on page 825 undefined on input li ne 82300. LaTeX Warning: Reference `LastPage' on page 825 undefined on input line 82342. [825] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt:lxc-network-load-balancer-port-md' on page 826 undefined on input line 82349 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port:lxc -network-load-balancer-port-md' on page 826 undefined on input line 82349. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt:lxc-network-load-balancer-port-md' on page 826 undefined on input line 82399 . LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer/port:lxc -network-load-balancer-port-md' on page 826 undefined on input line 82399. LaTeX Warning: Reference `LastPage' on page 826 undefined on input line 82412. [826] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 827 undefined on input line 82453. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 827 undefined on input line 82453. LaTeX Warning: Reference `LastPage' on page 827 undefined on input line 82495. [827] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 828 undefined on input line 82502. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 828 undefined on input line 82502. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 828 undefined on input line 82551. LaTeX Warning: Reference `reference/manpages/lxc/network/load-balancer:lxc-netw ork-load-balancer-md' on page 828 undefined on input line 82551. LaTeX Warning: Reference `LastPage' on page 828 undefined on input line 82564. [828] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 829 undefined on input line 82593. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 829 undefined on input line 82593. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/create:lxc- network-peer-create-md' on page 829 undefined on input line 82597. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/create:lxc-networ k-peer-create-md' on page 829 undefined on input line 82597. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/delete:lxc- network-peer-delete-md' on page 829 undefined on input line 82601. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/delete:lxc-networ k-peer-delete-md' on page 829 undefined on input line 82601. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/edit:lxc-ne twork-peer-edit-md' on page 829 undefined on input line 82605. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/edit:lxc-network- peer-edit-md' on page 829 undefined on input line 82605. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/get:lxc-net work-peer-get-md' on page 829 undefined on input line 82609. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/get:lxc-network-p eer-get-md' on page 829 undefined on input line 82609. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/list:lxc-ne twork-peer-list-md' on page 829 undefined on input line 82613. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/list:lxc-network- peer-list-md' on page 829 undefined on input line 82613. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/set:lxc-net work-peer-set-md' on page 829 undefined on input line 82617. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/set:lxc-network-p eer-set-md' on page 829 undefined on input line 82617. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/show:lxc-ne twork-peer-show-md' on page 829 undefined on input line 82621. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/show:lxc-network- peer-show-md' on page 829 undefined on input line 82621. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/unset:lxc-n etwork-peer-unset-md' on page 829 undefined on input line 82625. LaTeX Warning: Reference `reference/manpages/lxc/network/peer/unset:lxc-network -peer-unset-md' on page 829 undefined on input line 82625. LaTeX Warning: Reference `LastPage' on page 829 undefined on input line 82660. [829] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 830 undefined on input line 82667. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 830 undefined on input line 82667. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 830 undefined on input line 82709. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 830 undefined on input line 82709. LaTeX Warning: Reference `LastPage' on page 830 undefined on input line 82733. [830] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 831 undefined on input line 82751. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 831 undefined on input line 82751. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 831 undefined on input line 82800. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 831 undefined on input line 82800. LaTeX Warning: Reference `LastPage' on page 831 undefined on input line 82813. [831] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 832 undefined on input line 82849. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 832 undefined on input line 82849. LaTeX Warning: Reference `LastPage' on page 832 undefined on input line 82895. [832] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 833 undefined on input line 82902. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 833 undefined on input line 82902. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 833 undefined on input line 82944. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 833 undefined on input line 82944. LaTeX Warning: Reference `LastPage' on page 833 undefined on input line 82975. [833] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 834 undefined on input line 82993. LaTeX Warning: Reference `reference/manpages/lxc/network/peer:lxc-network-peer- md' on page 834 undefined on input line 82993. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 834 undefined on input line 83035. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 834 undefined on input line 83035. LaTeX Warning: Reference `LastPage' on page 834 undefined on input line 83058. [834] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 835 undefined on input line 83089. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 835 undefined on input line 83089. LaTeX Warning: Reference `LastPage' on page 835 undefined on input line 83134. [835] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 836 undefined on input line 83138. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 836 undefined on input line 83138. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 836 undefined on input line 83188. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 836 undefined on input line 83188. LaTeX Warning: Reference `LastPage' on page 836 undefined on input line 83223. [836] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 837 undefined on input line 83230. LaTeX Warning: Reference `reference/manpages/lxc/network:lxc-network-md' on pag e 837 undefined on input line 83230. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/create:lxc- network-zone-create-md' on page 837 undefined on input line 83234. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/create:lxc-networ k-zone-create-md' on page 837 undefined on input line 83234. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/delete:lxc- network-zone-delete-md' on page 837 undefined on input line 83238. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/delete:lxc-networ k-zone-delete-md' on page 837 undefined on input line 83238. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/edit:lxc-ne twork-zone-edit-md' on page 837 undefined on input line 83242. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/edit:lxc-network- zone-edit-md' on page 837 undefined on input line 83242. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/get:lxc-net work-zone-get-md' on page 837 undefined on input line 83246. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/get:lxc-network-z one-get-md' on page 837 undefined on input line 83246. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/list:lxc-ne twork-zone-list-md' on page 837 undefined on input line 83250. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/list:lxc-network- zone-list-md' on page 837 undefined on input line 83250. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 837 undefined on input line 83254. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 837 undefined on input line 83254. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/set:lxc-net work-zone-set-md' on page 837 undefined on input line 83258. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/set:lxc-network-z one-set-md' on page 837 undefined on input line 83258. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/show:lxc-ne twork-zone-show-md' on page 837 undefined on input line 83262. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/show:lxc-network- zone-show-md' on page 837 undefined on input line 83262. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/unset:lxc-n etwork-zone-unset-md' on page 837 undefined on input line 83266. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/unset:lxc-network -zone-unset-md' on page 837 undefined on input line 83266. LaTeX Warning: Reference `LastPage' on page 837 undefined on input line 83311. [837] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 838 undefined on input line 83318. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 838 undefined on input line 83318. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 838 undefined on input line 83360. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 838 undefined on input line 83360. LaTeX Warning: Reference `LastPage' on page 838 undefined on input line 83395. [838] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 839 undefined on input line 83402. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 839 undefined on input line 83402. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 839 undefined on input line 83451. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 839 undefined on input line 83451. LaTeX Warning: Reference `LastPage' on page 839 undefined on input line 83472. [839] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 840 undefined on input line 83501. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 840 undefined on input line 83501. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 840 undefined on input line 83543. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 840 undefined on input line 83543. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/crea te:lxc-network-zone-record-create-md' on page 840 undefined on input line 83547 . LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/create:lxc -network-zone-record-create-md' on page 840 undefined on input line 83547. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/dele te:lxc-network-zone-record-delete-md' on page 840 undefined on input line 83551 . LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/delete:lxc -network-zone-record-delete-md' on page 840 undefined on input line 83551. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/edit :lxc-network-zone-record-edit-md' on page 840 undefined on input line 83555. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/edit:lxc-n etwork-zone-record-edit-md' on page 840 undefined on input line 83555. LaTeX Warning: Reference `LastPage' on page 840 undefined on input line 83557. [840] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y:lxc-network-zone-record-entry-md' on page 841 undefined on input line 83559. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry:lxc- network-zone-record-entry-md' on page 841 undefined on input line 83559. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/get: lxc-network-zone-record-get-md' on page 841 undefined on input line 83563. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/get:lxc-ne twork-zone-record-get-md' on page 841 undefined on input line 83563. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/list :lxc-network-zone-record-list-md' on page 841 undefined on input line 83567. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/list:lxc-n etwork-zone-record-list-md' on page 841 undefined on input line 83567. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/set: lxc-network-zone-record-set-md' on page 841 undefined on input line 83571. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/set:lxc-ne twork-zone-record-set-md' on page 841 undefined on input line 83571. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/show :lxc-network-zone-record-show-md' on page 841 undefined on input line 83575. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/show:lxc-n etwork-zone-record-show-md' on page 841 undefined on input line 83575. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/unse t:lxc-network-zone-record-unset-md' on page 841 undefined on input line 83579. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/unset:lxc- network-zone-record-unset-md' on page 841 undefined on input line 83579. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 841 undefined on input line 83631. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 841 undefined on input line 83631. LaTeX Warning: Reference `LastPage' on page 841 undefined on input line 83638. [841] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 842 undefined on input line 83673. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 842 undefined on input line 83673. LaTeX Warning: Reference `LastPage' on page 842 undefined on input line 83711. [842] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 843 undefined on input line 83715. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 843 undefined on input line 83715. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 843 undefined on input line 83753. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 843 undefined on input line 83753. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y/add:lxc-network-zone-record-entry-add-md' on page 843 undefined on input line 83757. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry/add: lxc-network-zone-record-entry-add-md' on page 843 undefined on input line 83757 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y/remove:lxc-network-zone-record-entry-remove-md' on page 843 undefined on inpu t line 83761. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry/remo ve:lxc-network-zone-record-entry-remove-md' on page 843 undefined on input line 83761. LaTeX Warning: Reference `LastPage' on page 843 undefined on input line 83803. [843] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y:lxc-network-zone-record-entry-md' on page 844 undefined on input line 83810. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry:lxc- network-zone-record-entry-md' on page 844 undefined on input line 83810. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y:lxc-network-zone-record-entry-md' on page 844 undefined on input line 83852. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record/entry:lxc- network-zone-record-entry-md' on page 844 undefined on input line 83852. LaTeX Warning: Reference `LastPage' on page 844 undefined on input line 83876. [844] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 845 undefined on input line 83901. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 845 undefined on input line 83901. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 845 undefined on input line 83950. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 845 undefined on input line 83950. LaTeX Warning: Reference `LastPage' on page 845 undefined on input line 83957. [845] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 846 undefined on input line 83999. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 846 undefined on input line 83999. LaTeX Warning: Reference `LastPage' on page 846 undefined on input line 84037. [846] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 847 undefined on input line 84041. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 847 undefined on input line 84041. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 847 undefined on input line 84090. LaTeX Warning: Reference `reference/manpages/lxc/network/zone/record:lxc-networ k-zone-record-md' on page 847 undefined on input line 84090. LaTeX Warning: Reference `LastPage' on page 847 undefined on input line 84118. [847] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 848 undefined on input line 84143. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 848 undefined on input line 84143. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 848 undefined on input line 84185. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 848 undefined on input line 84185. LaTeX Warning: Reference `LastPage' on page 848 undefined on input line 84198. [848] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 849 undefined on input line 84234. LaTeX Warning: Reference `reference/manpages/lxc/network/zone:lxc-network-zone- md' on page 849 undefined on input line 84234. LaTeX Warning: Reference `LastPage' on page 849 undefined on input line 84272. [849] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 850 unde fined on input line 84276. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 850 undefined on input line 84276. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation/delete:lxc-ope ration-delete-md' on page 850 undefined on input line 84280. LaTeX Warning: Reference `reference/manpages/lxc/operation/delete:lxc-operation -delete-md' on page 850 undefined on input line 84280. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation/list:lxc-opera tion-list-md' on page 850 undefined on input line 84284. LaTeX Warning: Reference `reference/manpages/lxc/operation/list:lxc-operation-l ist-md' on page 850 undefined on input line 84284. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation/show:lxc-opera tion-show-md' on page 850 undefined on input line 84288. LaTeX Warning: Reference `reference/manpages/lxc/operation/show:lxc-operation-s how-md' on page 850 undefined on input line 84288. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation:lxc-operation- md' on page 850 undefined on input line 84330. LaTeX Warning: Reference `reference/manpages/lxc/operation:lxc-operation-md' on page 850 undefined on input line 84330. LaTeX Warning: Reference `LastPage' on page 850 undefined on input line 84362. [850] LaTeX Warning: Hyper reference `reference/manpages/lxc/operation:lxc-operation- md' on page 851 undefined on input line 84380. LaTeX Warning: Reference `reference/manpages/lxc/operation:lxc-operation-md' on page 851 undefined on input line 84380. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation:lxc-operation- md' on page 851 undefined on input line 84430. LaTeX Warning: Reference `reference/manpages/lxc/operation:lxc-operation-md' on page 851 undefined on input line 84430. LaTeX Warning: Reference `LastPage' on page 851 undefined on input line 84437. [851] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 852 unde fined on input line 84479. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 852 undefined on input line 84479. LaTeX Warning: Reference `LastPage' on page 852 undefined on input line 84517. [852] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 853 unde fined on input line 84521. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 853 undefined on input line 84521. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/add:lxc-profile- add-md' on page 853 undefined on input line 84525. LaTeX Warning: Reference `reference/manpages/lxc/profile/add:lxc-profile-add-md ' on page 853 undefined on input line 84525. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/assign:lxc-profi le-assign-md' on page 853 undefined on input line 84529. LaTeX Warning: Reference `reference/manpages/lxc/profile/assign:lxc-profile-ass ign-md' on page 853 undefined on input line 84529. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/copy:lxc-profile -copy-md' on page 853 undefined on input line 84533. LaTeX Warning: Reference `reference/manpages/lxc/profile/copy:lxc-profile-copy- md' on page 853 undefined on input line 84533. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/create:lxc-profi le-create-md' on page 853 undefined on input line 84537. LaTeX Warning: Reference `reference/manpages/lxc/profile/create:lxc-profile-cre ate-md' on page 853 undefined on input line 84537. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/delete:lxc-profi le-delete-md' on page 853 undefined on input line 84541. LaTeX Warning: Reference `reference/manpages/lxc/profile/delete:lxc-profile-del ete-md' on page 853 undefined on input line 84541. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 853 undefined on input line 84545. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 853 undefined on input line 84545. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/edit:lxc-profile -edit-md' on page 853 undefined on input line 84549. LaTeX Warning: Reference `reference/manpages/lxc/profile/edit:lxc-profile-edit- md' on page 853 undefined on input line 84549. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/get:lxc-profile- get-md' on page 853 undefined on input line 84553. LaTeX Warning: Reference `reference/manpages/lxc/profile/get:lxc-profile-get-md ' on page 853 undefined on input line 84553. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/list:lxc-profile -list-md' on page 853 undefined on input line 84557. LaTeX Warning: Reference `reference/manpages/lxc/profile/list:lxc-profile-list- md' on page 853 undefined on input line 84557. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/remove:lxc-profi le-remove-md' on page 853 undefined on input line 84561. LaTeX Warning: Reference `reference/manpages/lxc/profile/remove:lxc-profile-rem ove-md' on page 853 undefined on input line 84561. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/rename:lxc-profi le-rename-md' on page 853 undefined on input line 84565. LaTeX Warning: Reference `reference/manpages/lxc/profile/rename:lxc-profile-ren ame-md' on page 853 undefined on input line 84565. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/set:lxc-profile- set-md' on page 853 undefined on input line 84569. LaTeX Warning: Reference `reference/manpages/lxc/profile/set:lxc-profile-set-md ' on page 853 undefined on input line 84569. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/show:lxc-profile -show-md' on page 853 undefined on input line 84573. LaTeX Warning: Reference `reference/manpages/lxc/profile/show:lxc-profile-show- md' on page 853 undefined on input line 84573. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/unset:lxc-profil e-unset-md' on page 853 undefined on input line 84577. LaTeX Warning: Reference `reference/manpages/lxc/profile/unset:lxc-profile-unse t-md' on page 853 undefined on input line 84577. LaTeX Warning: Reference `LastPage' on page 853 undefined on input line 84615. [853] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 854 undefined on input line 84619. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 854 undefined on input line 84619. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 854 undefined on input line 84675. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 854 undefined on input line 84675. LaTeX Warning: Reference `LastPage' on page 854 undefined on input line 84699. [854] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 855 undefined on input line 84725. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 855 undefined on input line 84725. LaTeX Warning: Reference `LastPage' on page 855 undefined on input line 84773. [855] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 856 undefined on input line 84777. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 856 undefined on input line 84777. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 856 undefined on input line 84819. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 856 undefined on input line 84819. LaTeX Warning: Reference `LastPage' on page 856 undefined on input line 84857. [856] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 857 undefined on input line 84861. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 857 undefined on input line 84861. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/add:lxc-p rofile-device-add-md' on page 857 undefined on input line 84865. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/add:lxc-profile -device-add-md' on page 857 undefined on input line 84865. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/get:lxc-p rofile-device-get-md' on page 857 undefined on input line 84869. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/get:lxc-profile -device-get-md' on page 857 undefined on input line 84869. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/list:lxc- profile-device-list-md' on page 857 undefined on input line 84873. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/list:lxc-profil e-device-list-md' on page 857 undefined on input line 84873. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/remove:lx c-profile-device-remove-md' on page 857 undefined on input line 84877. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/remove:lxc-prof ile-device-remove-md' on page 857 undefined on input line 84877. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/set:lxc-p rofile-device-set-md' on page 857 undefined on input line 84881. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/set:lxc-profile -device-set-md' on page 857 undefined on input line 84881. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/show:lxc- profile-device-show-md' on page 857 undefined on input line 84885. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/show:lxc-profil e-device-show-md' on page 857 undefined on input line 84885. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/unset:lxc -profile-device-unset-md' on page 857 undefined on input line 84889. LaTeX Warning: Reference `reference/manpages/lxc/profile/device/unset:lxc-profi le-device-unset-md' on page 857 undefined on input line 84889. LaTeX Warning: Reference `LastPage' on page 857 undefined on input line 84938. [857] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 858 undefined on input line 84942. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 858 undefined on input line 84942. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 858 undefined on input line 84984. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 858 undefined on input line 84984. LaTeX Warning: Reference `LastPage' on page 858 undefined on input line 85022. [858] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 859 undefined on input line 85026. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 859 undefined on input line 85026. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 859 undefined on input line 85068. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 859 undefined on input line 85068. LaTeX Warning: Reference `LastPage' on page 859 undefined on input line 85107. [859] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 860 undefined on input line 85114. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 860 undefined on input line 85114. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 860 undefined on input line 85156. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 860 undefined on input line 85156. LaTeX Warning: Reference `LastPage' on page 860 undefined on input line 85191. [860] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 861 undefined on input line 85198. LaTeX Warning: Reference `reference/manpages/lxc/profile/device:lxc-profile-dev ice-md' on page 861 undefined on input line 85198. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 861 undefined on input line 85248. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 861 undefined on input line 85248. LaTeX Warning: Reference `LastPage' on page 861 undefined on input line 85269. [861] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 862 undefined on input line 85297. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 862 undefined on input line 85297. LaTeX Warning: Reference `LastPage' on page 862 undefined on input line 85355. [862] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 863 undefined on input line 85362. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 863 undefined on input line 85362. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 863 undefined on input line 85404. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 863 undefined on input line 85404. LaTeX Warning: Reference `LastPage' on page 863 undefined on input line 85428. [863] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 864 undefined on input line 85446. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 864 undefined on input line 85446. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 864 undefined on input line 85499. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 864 undefined on input line 85499. LaTeX Warning: Reference `LastPage' on page 864 undefined on input line 85506. [864] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 865 undefined on input line 85541. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 865 undefined on input line 85541. LaTeX Warning: Reference `LastPage' on page 865 undefined on input line 85586. [865] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 866 undefined on input line 85590. LaTeX Warning: Reference `reference/manpages/lxc/profile:lxc-profile-md' on pag e 866 undefined on input line 85590. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 866 unde fined on input line 85632. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 866 undefined on input line 85632. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/create:lxc-proje ct-create-md' on page 866 undefined on input line 85636. LaTeX Warning: Reference `reference/manpages/lxc/project/create:lxc-project-cre ate-md' on page 866 undefined on input line 85636. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/delete:lxc-proje ct-delete-md' on page 866 undefined on input line 85640. LaTeX Warning: Reference `reference/manpages/lxc/project/delete:lxc-project-del ete-md' on page 866 undefined on input line 85640. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/edit:lxc-project -edit-md' on page 866 undefined on input line 85644. LaTeX Warning: Reference `reference/manpages/lxc/project/edit:lxc-project-edit- md' on page 866 undefined on input line 85644. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/get:lxc-project- get-md' on page 866 undefined on input line 85648. LaTeX Warning: Reference `reference/manpages/lxc/project/get:lxc-project-get-md ' on page 866 undefined on input line 85648. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/info:lxc-project -info-md' on page 866 undefined on input line 85652. LaTeX Warning: Reference `reference/manpages/lxc/project/info:lxc-project-info- md' on page 866 undefined on input line 85652. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/list:lxc-project -list-md' on page 866 undefined on input line 85656. LaTeX Warning: Reference `reference/manpages/lxc/project/list:lxc-project-list- md' on page 866 undefined on input line 85656. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/rename:lxc-proje ct-rename-md' on page 866 undefined on input line 85660. LaTeX Warning: Reference `reference/manpages/lxc/project/rename:lxc-project-ren ame-md' on page 866 undefined on input line 85660. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/set:lxc-project- set-md' on page 866 undefined on input line 85664. LaTeX Warning: Reference `reference/manpages/lxc/project/set:lxc-project-set-md ' on page 866 undefined on input line 85664. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/show:lxc-project -show-md' on page 866 undefined on input line 85668. LaTeX Warning: Reference `reference/manpages/lxc/project/show:lxc-project-show- md' on page 866 undefined on input line 85668. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/switch:lxc-proje ct-switch-md' on page 866 undefined on input line 85672. LaTeX Warning: Reference `reference/manpages/lxc/project/switch:lxc-project-swi tch-md' on page 866 undefined on input line 85672. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/unset:lxc-projec t-unset-md' on page 866 undefined on input line 85676. LaTeX Warning: Reference `reference/manpages/lxc/project/unset:lxc-project-unse t-md' on page 866 undefined on input line 85676. LaTeX Warning: Reference `LastPage' on page 866 undefined on input line 85689. [866] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 867 undefined on input line 85737. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 867 undefined on input line 85737. LaTeX Warning: Reference `LastPage' on page 867 undefined on input line 85761. [867] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 868 undefined on input line 85779. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 868 undefined on input line 85779. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 868 undefined on input line 85829. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 868 undefined on input line 85829. LaTeX Warning: Reference `LastPage' on page 868 undefined on input line 85836. [868] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 869 undefined on input line 85878. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 869 undefined on input line 85878. LaTeX Warning: Reference `LastPage' on page 869 undefined on input line 85920. [869] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 870 undefined on input line 85927. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 870 undefined on input line 85927. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 870 undefined on input line 85976. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 870 undefined on input line 85976. LaTeX Warning: Reference `LastPage' on page 870 undefined on input line 85997. [870] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 871 undefined on input line 86018. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 871 undefined on input line 86018. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 871 undefined on input line 86071. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 871 undefined on input line 86071. LaTeX Warning: Reference `LastPage' on page 871 undefined on input line 86078. [871] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 872 undefined on input line 86113. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 872 undefined on input line 86113. LaTeX Warning: Reference `LastPage' on page 872 undefined on input line 86151. [872] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 873 undefined on input line 86155. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 873 undefined on input line 86155. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 873 undefined on input line 86204. LaTeX Warning: Reference `reference/manpages/lxc/project:lxc-project-md' on pag e 873 undefined on input line 86204. LaTeX Warning: Reference `LastPage' on page 873 undefined on input line 86237. [873] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 874 unde fined on input line 86258. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 874 undefined on input line 86258. LaTeX Warning: Reference `LastPage' on page 874 undefined on input line 86311. [874] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 875 unde fined on input line 86318. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 875 undefined on input line 86318. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 875 unde fined on input line 86368. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 875 undefined on input line 86368. LaTeX Warning: Reference `LastPage' on page 875 undefined on input line 86381. [875] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 876 unde fined on input line 86410. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 876 undefined on input line 86410. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/add:lxc-remote-ad d-md' on page 876 undefined on input line 86414. LaTeX Warning: Reference `reference/manpages/lxc/remote/add:lxc-remote-add-md' on page 876 undefined on input line 86414. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/get-default:lxc-r emote-get-default-md' on page 876 undefined on input line 86418. LaTeX Warning: Reference `reference/manpages/lxc/remote/get-default:lxc-remote- get-default-md' on page 876 undefined on input line 86418. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/list:lxc-remote-l ist-md' on page 876 undefined on input line 86422. LaTeX Warning: Reference `reference/manpages/lxc/remote/list:lxc-remote-list-md ' on page 876 undefined on input line 86422. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/remove:lxc-remote -remove-md' on page 876 undefined on input line 86426. LaTeX Warning: Reference `reference/manpages/lxc/remote/remove:lxc-remote-remov e-md' on page 876 undefined on input line 86426. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/rename:lxc-remote -rename-md' on page 876 undefined on input line 86430. LaTeX Warning: Reference `reference/manpages/lxc/remote/rename:lxc-remote-renam e-md' on page 876 undefined on input line 86430. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/set-url:lxc-remot e-set-url-md' on page 876 undefined on input line 86434. LaTeX Warning: Reference `reference/manpages/lxc/remote/set-url:lxc-remote-set- url-md' on page 876 undefined on input line 86434. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/switch:lxc-remote -switch-md' on page 876 undefined on input line 86438. LaTeX Warning: Reference `reference/manpages/lxc/remote/switch:lxc-remote-switc h-md' on page 876 undefined on input line 86438. Underfull \hbox (badness 5622) in paragraph at lines 86460--86463 []\TU/Ubuntu(0)/m/sc/10.95 Basic authentication can be used when combined with the “simplestreams” proto- LaTeX Warning: Reference `LastPage' on page 876 undefined on input line 86469. [876] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 877 undefined on input line 86499. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 877 undefined on input line 86499. LaTeX Warning: Reference `LastPage' on page 877 undefined on input line 86537. [877] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 878 undefined on input line 86541. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 878 undefined on input line 86541. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 878 undefined on input line 86590. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 878 undefined on input line 86590. LaTeX Warning: Reference `LastPage' on page 878 undefined on input line 86625. [878] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 879 undefined on input line 86632. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 879 undefined on input line 86632. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 879 undefined on input line 86674. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 879 undefined on input line 86674. LaTeX Warning: Reference `LastPage' on page 879 undefined on input line 86709. [879] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 880 undefined on input line 86716. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 880 undefined on input line 86716. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 880 undefined on input line 86758. LaTeX Warning: Reference `reference/manpages/lxc/remote:lxc-remote-md' on page 880 undefined on input line 86758. LaTeX Warning: Reference `LastPage' on page 880 undefined on input line 86782. [880] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 881 unde fined on input line 86800. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 881 undefined on input line 86800. LaTeX Warning: Reference `LastPage' on page 881 undefined on input line 86851. [881] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 882 unde fined on input line 86855. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 882 undefined on input line 86855. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 882 unde fined on input line 86918. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 882 undefined on input line 86918. LaTeX Warning: Reference `LastPage' on page 882 undefined on input line 86931. [882] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 883 unde fined on input line 86984. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 883 undefined on input line 86984. LaTeX Warning: Reference `LastPage' on page 883 undefined on input line 87008. [883] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 884 unde fined on input line 87035. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 884 undefined on input line 87035. LaTeX Warning: Reference `LastPage' on page 884 undefined on input line 87081. [884] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 885 unde fined on input line 87088. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 885 undefined on input line 87088. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 885 unde fined on input line 87130. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 885 undefined on input line 87130. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 885 undefined on input line 87134. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 885 undefined on input line 87134. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/create:lxc-stora ge-create-md' on page 885 undefined on input line 87138. LaTeX Warning: Reference `reference/manpages/lxc/storage/create:lxc-storage-cre ate-md' on page 885 undefined on input line 87138. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/delete:lxc-stora ge-delete-md' on page 885 undefined on input line 87142. LaTeX Warning: Reference `reference/manpages/lxc/storage/delete:lxc-storage-del ete-md' on page 885 undefined on input line 87142. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/edit:lxc-storage -edit-md' on page 885 undefined on input line 87146. LaTeX Warning: Reference `reference/manpages/lxc/storage/edit:lxc-storage-edit- md' on page 885 undefined on input line 87146. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/get:lxc-storage- get-md' on page 885 undefined on input line 87150. LaTeX Warning: Reference `reference/manpages/lxc/storage/get:lxc-storage-get-md ' on page 885 undefined on input line 87150. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/info:lxc-storage -info-md' on page 885 undefined on input line 87154. LaTeX Warning: Reference `reference/manpages/lxc/storage/info:lxc-storage-info- md' on page 885 undefined on input line 87154. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/list:lxc-storage -list-md' on page 885 undefined on input line 87158. LaTeX Warning: Reference `reference/manpages/lxc/storage/list:lxc-storage-list- md' on page 885 undefined on input line 87158. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/set:lxc-storage- set-md' on page 885 undefined on input line 87162. LaTeX Warning: Reference `reference/manpages/lxc/storage/set:lxc-storage-set-md ' on page 885 undefined on input line 87162. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/show:lxc-storage -show-md' on page 885 undefined on input line 87166. LaTeX Warning: Reference `reference/manpages/lxc/storage/show:lxc-storage-show- md' on page 885 undefined on input line 87166. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/unset:lxc-storag e-unset-md' on page 885 undefined on input line 87170. LaTeX Warning: Reference `reference/manpages/lxc/storage/unset:lxc-storage-unse t-md' on page 885 undefined on input line 87170. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 885 undefined on input line 87174. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 885 undefined on input line 87174. LaTeX Warning: Reference `LastPage' on page 885 undefined on input line 87181. [885] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 886 undefined on input line 87216. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 886 undefined on input line 87216. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/create:lx c-storage-bucket-create-md' on page 886 undefined on input line 87220. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/create:lxc-stor age-bucket-create-md' on page 886 undefined on input line 87220. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/delete:lx c-storage-bucket-delete-md' on page 886 undefined on input line 87224. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/delete:lxc-stor age-bucket-delete-md' on page 886 undefined on input line 87224. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/edit:lxc- storage-bucket-edit-md' on page 886 undefined on input line 87228. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/edit:lxc-storag e-bucket-edit-md' on page 886 undefined on input line 87228. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/get:lxc-s torage-bucket-get-md' on page 886 undefined on input line 87232. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/get:lxc-storage -bucket-get-md' on page 886 undefined on input line 87232. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 886 undefined on input line 87236. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 886 undefined on input line 87236. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/list:lxc- storage-bucket-list-md' on page 886 undefined on input line 87240. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/list:lxc-storag e-bucket-list-md' on page 886 undefined on input line 87240. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/set:lxc-s torage-bucket-set-md' on page 886 undefined on input line 87244. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/set:lxc-storage -bucket-set-md' on page 886 undefined on input line 87244. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/show:lxc- storage-bucket-show-md' on page 886 undefined on input line 87248. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/show:lxc-storag e-bucket-show-md' on page 886 undefined on input line 87248. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/unset:lxc -storage-bucket-unset-md' on page 886 undefined on input line 87252. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/unset:lxc-stora ge-bucket-unset-md' on page 886 undefined on input line 87252. LaTeX Warning: Reference `LastPage' on page 886 undefined on input line 87276. [886] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 887 undefined on input line 87312. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 887 undefined on input line 87312. LaTeX Warning: Reference `LastPage' on page 887 undefined on input line 87354. [887] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 888 undefined on input line 87361. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 888 undefined on input line 87361. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 888 undefined on input line 87418. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 888 undefined on input line 87418. LaTeX Warning: Reference `LastPage' on page 888 undefined on input line 87425. [888] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 889 undefined on input line 87468. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 889 undefined on input line 87468. LaTeX Warning: Reference `LastPage' on page 889 undefined on input line 87506. [889] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 890 undefined on input line 87510. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 890 undefined on input line 87510. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/creat e:lxc-storage-bucket-key-create-md' on page 890 undefined on input line 87514. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/create:lxc- storage-bucket-key-create-md' on page 890 undefined on input line 87514. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/delet e:lxc-storage-bucket-key-delete-md' on page 890 undefined on input line 87518. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/delete:lxc- storage-bucket-key-delete-md' on page 890 undefined on input line 87518. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/edit: lxc-storage-bucket-key-edit-md' on page 890 undefined on input line 87522. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/edit:lxc-st orage-bucket-key-edit-md' on page 890 undefined on input line 87522. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/list: lxc-storage-bucket-key-list-md' on page 890 undefined on input line 87526. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/list:lxc-st orage-bucket-key-list-md' on page 890 undefined on input line 87526. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/show: lxc-storage-bucket-key-show-md' on page 890 undefined on input line 87530. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key/show:lxc-st orage-bucket-key-show-md' on page 890 undefined on input line 87530. LaTeX Warning: Reference `LastPage' on page 890 undefined on input line 87589. [890] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 891 undefined on input line 87593. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 891 undefined on input line 87593. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 891 undefined on input line 87642. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 891 undefined on input line 87642. LaTeX Warning: Reference `LastPage' on page 891 undefined on input line 87674. [891] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 892 undefined on input line 87699. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 892 undefined on input line 87699. LaTeX Warning: Reference `LastPage' on page 892 undefined on input line 87745. [892] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 893 undefined on input line 87749. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 893 undefined on input line 87749. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 893 undefined on input line 87806. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket/key:lxc-storage -bucket-key-md' on page 893 undefined on input line 87806. LaTeX Warning: Reference `LastPage' on page 893 undefined on input line 87830. [893] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 894 undefined on input line 87856. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 894 undefined on input line 87856. LaTeX Warning: Reference `LastPage' on page 894 undefined on input line 87906. [894] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 895 undefined on input line 87910. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 895 undefined on input line 87910. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 895 undefined on input line 87967. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 895 undefined on input line 87967. LaTeX Warning: Reference `LastPage' on page 895 undefined on input line 87991. [895] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 896 undefined on input line 88017. LaTeX Warning: Reference `reference/manpages/lxc/storage/bucket:lxc-storage-buc ket-md' on page 896 undefined on input line 88017. LaTeX Warning: Reference `LastPage' on page 896 undefined on input line 88070. [896] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 897 undefined on input line 88077. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 897 undefined on input line 88077. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 897 undefined on input line 88119. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 897 undefined on input line 88119. LaTeX Warning: Reference `LastPage' on page 897 undefined on input line 88151. [897] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 898 undefined on input line 88169. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 898 undefined on input line 88169. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 898 undefined on input line 88219. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 898 undefined on input line 88219. LaTeX Warning: Reference `LastPage' on page 898 undefined on input line 88226. [898] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 899 undefined on input line 88269. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 899 undefined on input line 88269. LaTeX Warning: Reference `LastPage' on page 899 undefined on input line 88311. [899] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 900 undefined on input line 88318. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 900 undefined on input line 88318. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 900 undefined on input line 88372. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 900 undefined on input line 88372. LaTeX Warning: Reference `LastPage' on page 900 undefined on input line 88385. [900] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 901 undefined on input line 88422. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 901 undefined on input line 88422. LaTeX Warning: Reference `LastPage' on page 901 undefined on input line 88465. [901] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 902 undefined on input line 88472. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 902 undefined on input line 88472. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 902 undefined on input line 88517. LaTeX Warning: Reference `reference/manpages/lxc/storage:lxc-storage-md' on pag e 902 undefined on input line 88517. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/attach:lx c-storage-volume-attach-md' on page 902 undefined on input line 88521. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/attach:lxc-stor age-volume-attach-md' on page 902 undefined on input line 88521. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/attach-pr ofile:lxc-storage-volume-attach-profile-md' on page 902 undefined on input line 88525. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/attach-profile: lxc-storage-volume-attach-profile-md' on page 902 undefined on input line 88525 . LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/copy:lxc- storage-volume-copy-md' on page 902 undefined on input line 88529. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/copy:lxc-storag e-volume-copy-md' on page 902 undefined on input line 88529. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/create:lx c-storage-volume-create-md' on page 902 undefined on input line 88533. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/create:lxc-stor age-volume-create-md' on page 902 undefined on input line 88533. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/delete:lx c-storage-volume-delete-md' on page 902 undefined on input line 88537. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/delete:lxc-stor age-volume-delete-md' on page 902 undefined on input line 88537. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/detach:lx c-storage-volume-detach-md' on page 902 undefined on input line 88541. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/detach:lxc-stor age-volume-detach-md' on page 902 undefined on input line 88541. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/detach-pr ofile:lxc-storage-volume-detach-profile-md' on page 902 undefined on input line 88545. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/detach-profile: lxc-storage-volume-detach-profile-md' on page 902 undefined on input line 88545 . LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/edit:lxc- storage-volume-edit-md' on page 902 undefined on input line 88549. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/edit:lxc-storag e-volume-edit-md' on page 902 undefined on input line 88549. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/export:lx c-storage-volume-export-md' on page 902 undefined on input line 88553. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/export:lxc-stor age-volume-export-md' on page 902 undefined on input line 88553. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/get:lxc-s torage-volume-get-md' on page 902 undefined on input line 88557. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/get:lxc-storage -volume-get-md' on page 902 undefined on input line 88557. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/import:lx c-storage-volume-import-md' on page 902 undefined on input line 88561. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/import:lxc-stor age-volume-import-md' on page 902 undefined on input line 88561. LaTeX Warning: Reference `LastPage' on page 902 undefined on input line 88563. [902] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/info:lxc- storage-volume-info-md' on page 903 undefined on input line 88565. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/info:lxc-storag e-volume-info-md' on page 903 undefined on input line 88565. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/list:lxc- storage-volume-list-md' on page 903 undefined on input line 88569. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/list:lxc-storag e-volume-list-md' on page 903 undefined on input line 88569. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/move:lxc- storage-volume-move-md' on page 903 undefined on input line 88573. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/move:lxc-storag e-volume-move-md' on page 903 undefined on input line 88573. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/rename:lx c-storage-volume-rename-md' on page 903 undefined on input line 88577. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/rename:lxc-stor age-volume-rename-md' on page 903 undefined on input line 88577. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/restore:l xc-storage-volume-restore-md' on page 903 undefined on input line 88581. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/restore:lxc-sto rage-volume-restore-md' on page 903 undefined on input line 88581. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/set:lxc-s torage-volume-set-md' on page 903 undefined on input line 88585. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/set:lxc-storage -volume-set-md' on page 903 undefined on input line 88585. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/show:lxc- storage-volume-show-md' on page 903 undefined on input line 88589. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/show:lxc-storag e-volume-show-md' on page 903 undefined on input line 88589. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/snapshot: lxc-storage-volume-snapshot-md' on page 903 undefined on input line 88593. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/snapshot:lxc-st orage-volume-snapshot-md' on page 903 undefined on input line 88593. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/unset:lxc -storage-volume-unset-md' on page 903 undefined on input line 88597. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume/unset:lxc-stora ge-volume-unset-md' on page 903 undefined on input line 88597. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 903 undefined on input line 88642. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 903 undefined on input line 88642. LaTeX Warning: Reference `LastPage' on page 903 undefined on input line 88655. [903] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 904 undefined on input line 88687. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 904 undefined on input line 88687. LaTeX Warning: Reference `LastPage' on page 904 undefined on input line 88734. [904] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 905 undefined on input line 88741. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 905 undefined on input line 88741. LaTeX Warning: Reference `LastPage' on page 905 undefined on input line 88797. [905] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 906 undefined on input line 88801. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 906 undefined on input line 88801. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 906 undefined on input line 88850. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 906 undefined on input line 88850. LaTeX Warning: Reference `LastPage' on page 906 undefined on input line 88885. [906] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 907 undefined on input line 88892. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 907 undefined on input line 88892. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 907 undefined on input line 88934. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 907 undefined on input line 88934. LaTeX Warning: Reference `LastPage' on page 907 undefined on input line 88958. [907] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 908 undefined on input line 88994. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 908 undefined on input line 88994. LaTeX Warning: Reference `LastPage' on page 908 undefined on input line 89029. [908] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 909 undefined on input line 89047. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 909 undefined on input line 89047. LaTeX Warning: Reference `LastPage' on page 909 undefined on input line 89095. [909] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 910 undefined on input line 89113. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 910 undefined on input line 89113. LaTeX Warning: Reference `LastPage' on page 910 undefined on input line 89167. [910] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 911 undefined on input line 89171. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 911 undefined on input line 89171. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 911 undefined on input line 89234. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 911 undefined on input line 89234. LaTeX Warning: Reference `LastPage' on page 911 undefined on input line 89247. [911] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 912 undefined on input line 89302. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 912 undefined on input line 89302. LaTeX Warning: Reference `LastPage' on page 912 undefined on input line 89333. [912] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 913 undefined on input line 89354. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 913 undefined on input line 89354. LaTeX Warning: Reference `LastPage' on page 913 undefined on input line 89399. [913] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 914 undefined on input line 89403. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 914 undefined on input line 89403. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 914 undefined on input line 89452. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 914 undefined on input line 89452. LaTeX Warning: Reference `LastPage' on page 914 undefined on input line 89480. [914] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 915 undefined on input line 89520. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 915 undefined on input line 89520. LaTeX Warning: Reference `LastPage' on page 915 undefined on input line 89560. [915] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 916 undefined on input line 89588. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 916 undefined on input line 89588. LaTeX Warning: Reference `LastPage' on page 916 undefined on input line 89620. [916] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 917 undefined on input line 89650. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 917 undefined on input line 89650. LaTeX Warning: Reference `LastPage' on page 917 undefined on input line 89688. [917] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 918 undefined on input line 89714. LaTeX Warning: Reference `reference/manpages/lxc/storage/volume:lxc-storage-vol ume-md' on page 918 undefined on input line 89714. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 918 unde fined on input line 89756. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 918 undefined on input line 89756. LaTeX Warning: Reference `LastPage' on page 918 undefined on input line 89763. [918] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 919 unde fined on input line 89798. LaTeX Warning: Reference `reference/manpages/lxc:lxc-md' on page 919 undefined on input line 89798. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/acknowledge:lxc- warning-acknowledge-md' on page 919 undefined on input line 89802. LaTeX Warning: Reference `reference/manpages/lxc/warning/acknowledge:lxc-warnin g-acknowledge-md' on page 919 undefined on input line 89802. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/delete:lxc-warni ng-delete-md' on page 919 undefined on input line 89806. LaTeX Warning: Reference `reference/manpages/lxc/warning/delete:lxc-warning-del ete-md' on page 919 undefined on input line 89806. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/list:lxc-warning -list-md' on page 919 undefined on input line 89810. LaTeX Warning: Reference `reference/manpages/lxc/warning/list:lxc-warning-list- md' on page 919 undefined on input line 89810. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/show:lxc-warning -show-md' on page 919 undefined on input line 89814. LaTeX Warning: Reference `reference/manpages/lxc/warning/show:lxc-warning-show- md' on page 919 undefined on input line 89814. LaTeX Warning: Reference `LastPage' on page 919 undefined on input line 89849. [919] LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 920 undefined on input line 89856. LaTeX Warning: Reference `reference/manpages/lxc/warning:lxc-warning-md' on pag e 920 undefined on input line 89856. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 920 undefined on input line 89905. LaTeX Warning: Reference `reference/manpages/lxc/warning:lxc-warning-md' on pag e 920 undefined on input line 89905. LaTeX Warning: Reference `LastPage' on page 920 undefined on input line 89935. [920] LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 921 undefined on input line 89979. LaTeX Warning: Reference `reference/manpages/lxc/warning:lxc-warning-md' on pag e 921 undefined on input line 89979. LaTeX Warning: Reference `LastPage' on page 921 undefined on input line 90014. [921] LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 922 undefined on input line 90021. LaTeX Warning: Reference `reference/manpages/lxc/warning:lxc-warning-md' on pag e 922 undefined on input line 90021. Overfull \hbox (45.42271pt too wide) in paragraph at lines 90111--90111 []\TU/UbuntuMono(0)/m/n/10.95 LXD_INSECURE_TLS| Overfull \hbox (12.57272pt too wide) in paragraph at lines 90111--90111 []\TU/UbuntuMono(0)/m/n/10.95 http_proxy| Overfull \hbox (18.04773pt too wide) in paragraph at lines 90111--90111 []\TU/UbuntuMono(0)/m/n/10.95 https_proxy| Overfull \hbox (1.62273pt too wide) in paragraph at lines 90111--90111 []\TU/UbuntuMono(0)/m/n/10.95 no_proxy| LaTeX Warning: Reference `LastPage' on page 922 undefined on input line 90173. [922] Overfull \hbox (30.74283pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_EXEC_PATH| Overfull \hbox (85.49281pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_LXC_TEMPLATE_CONFIG| Overfull \hbox (74.54282pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_SECURITY_APPARMOR| Overfull \hbox (74.54282pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_UNPRIVILEGED_ONLY| Overfull \hbox (30.74283pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_OVMF_PATH| Overfull \hbox (47.16782pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_QEMU_FW_PATH| Overfull \hbox (107.39279pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_IDMAPPED_MOUNTS_DISABLE| Overfull \hbox (58.11781pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_DEVMONITOR_DIR| Overfull \hbox (69.06781pt too wide) in paragraph at lines 90253--90253 []\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 923 undefined on input line 90275. LaTeX Warning: Reference `reference/manpages/lxc/config/uefi:lxc-config-uefi-md ' on page 923 undefined on input line 90275. LaTeX Warning: Reference `LastPage' on page 923 undefined on input line 90330. [923] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.secureboot' on page 924 undefined on input line 90357. LaTeX Warning: Reference `reference/instance_options:instance-security:security .secureboot' on page 924 undefined on input line 90357. LaTeX Warning: Hyper reference `explanation/lxd_lxc:lxd-daemon' on page 924 und efined on input line 90381. LaTeX Warning: Reference `explanation/lxd_lxc:lxd-daemon' on page 924 undefined on input line 90381. LaTeX Warning: Reference `LastPage' on page 924 undefined on input line 90412. [924] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mknod' on page 925 undefined on input line 90513. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mknod' on page 925 undefined on input line 90513. LaTeX Warning: Reference `LastPage' on page 925 undefined on input line 90516. [925] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.bpf' on page 926 undefined on input line 90529. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf' on page 926 undefined on input line 90529. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.bpf.devices' on page 926 undefined on input line 9053 0. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf.devices' on page 926 undefined on input line 90530. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount' on page 926 undefined on input line 90545. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount' on page 926 undefined on input line 90545. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.allowed' on page 926 undefined on input line 90 549. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.allowed' on page 926 undefined on input line 90549. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.shift' on page 926 undefined on input line 9055 6. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.shift' on page 926 undefined on input line 90556. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.fuse' on page 926 undefined on input line 90563 . LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.fuse' on page 926 undefined on input line 90563. LaTeX Warning: Reference `LastPage' on page 926 undefined on input line 90591. [926] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.setxattr' on page 927 undefined on input line 90613. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.setxattr' on page 927 undefined on input line 90613. LaTeX Warning: Hyper reference `installing:installing-snap-package' on page 927 undefined on input line 90665. LaTeX Warning: Reference `installing:installing-snap-package' on page 927 undef ined on input line 90665. LaTeX Warning: Reference `LastPage' on page 927 undefined on input line 90676. [927] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.isolated' on page 928 undefined on input line 90708. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.isolated' on page 928 undefined on input line 90708. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.size' on page 928 undefined on input line 90708. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.size' on page 928 undefined on input line 90708. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.idm ap' on page 928 undefined on input line 90736. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.idmap' on page 928 undefined on input line 90736. LaTeX Warning: Reference `LastPage' on page 928 undefined on input line 90754. [928] LaTeX Warning: Hyper reference `userns-idmap:ref-idmap-allowed-ranges' on page 929 undefined on input line 90760. LaTeX Warning: Reference `userns-idmap:ref-idmap-allowed-ranges' on page 929 un defined on input line 90760. LaTeX Warning: Reference `LastPage' on page 929 undefined on input line 90840. [929] LaTeX Warning: Reference `LastPage' on page 930 undefined on input line 90928. [930] LaTeX Warning: Reference `LastPage' on page 931 undefined on input line 91007. [931] LaTeX Warning: Reference `LastPage' on page 932 undefined on input line 91007. [932] LaTeX Warning: Reference `LastPage' on page 933 undefined on input line 91046. [933] LaTeX Warning: Reference `LastPage' on page 934 undefined on input line 91046. [934] LaTeX Warning: Hyper reference `howto/instances_migrate:live-migration-vms' on page 935 undefined on input line 91083. LaTeX Warning: Reference `howto/instances_migrate:live-migration-vms' on page 9 35 undefined on input line 91083. LaTeX Warning: Reference `LastPage' on page 935 undefined on input line 91095. [935] LaTeX Warning: Reference `LastPage' on page 936 undefined on input line 91172. [936] LaTeX Warning: Reference `LastPage' on page 937 undefined on input line 91172. [937] LaTeX Warning: Reference `LastPage' on page 938 undefined on input line 91250. [938] LaTeX Warning: Reference `LastPage' on page 939 undefined on input line 91331. [939] LaTeX Warning: Hyper reference `howto/troubleshoot:troubleshoot' on page 940 un defined on input line 91362. LaTeX Warning: Reference `howto/troubleshoot:troubleshoot' on page 940 undefine d on input line 91362. LaTeX Warning: Reference `LastPage' on page 940 undefined on input line 91368. [940] LaTeX Warning: Reference `reference/cluster_member_config:cluster-cluster:sched uler.instance' on page 941 undefined on input line 91371. LaTeX Warning: Reference `reference/cluster_member_config:cluster-cluster:user. *' on page 941 undefined on input line 91372. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:acce leration' on page 941 undefined on input line 91375. LaTeX Warning: Reference `reference/devices_pci:device-pci-device-conf:address' on page 941 undefined on input line 91376. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:bind ' on page 941 undefined on input line 91377. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:boot.p riority' on page 941 undefined on input line 91378. Underfull \hbox (badness 10000) in paragraph at lines 91378--91379 []\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 91378--91379 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: boot.priority' on page 941 undefined on input line 91379. Underfull \hbox (badness 10000) in paragraph at lines 91379--91380 []\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 941 undefined on input line 91380. Underfull \hbox (badness 10000) in paragraph at lines 91380--91381 []\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 941 undefined on input line 91381. Underfull \hbox (badness 10000) in paragraph at lines 91381--91382 []\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 941 undefined on input line 91382. Underfull \hbox (badness 10000) in paragraph at lines 91382--91383 []\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 941 undefined on input line 91383. Underfull \hbox (badness 10000) in paragraph at lines 91383--91384 []\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 941 undefined on input line 91384. Underfull \hbox (badness 10000) in paragraph at lines 91384--91385 []\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 941 undefined on input line 91385. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:ceph.c luster_name' on page 941 undefined on input line 91386. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:ceph.u ser_name' on page 941 undefined on input line 91387. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:conn ect' on page 941 undefined on input line 91388. LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:dev num' on page 941 undefined on input line 91389. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :gid' on page 941 undefined on input line 91390. Underfull \hbox (badness 10000) in paragraph at lines 91390--91391 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:gid' on page 941 undefined on input line 91391. Underfull \hbox (badness 10000) in paragraph at lines 91391--91392 \TU/Ubuntu(0)/m/it/10.95 proxy-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:gid' on page 941 undefined on input line 91392. Underfull \hbox (badness 10000) in paragraph at lines 91392--91393 []\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 91392--91393 \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 941 undefined on input line 91393. Underfull \hbox (badness 10000) in paragraph at lines 91393--91394 []\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 91393--91394 \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 941 undefined on input line 91394. Underfull \hbox (badness 10000) in paragraph at lines 91394--91395 []\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 91394--91395 \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 941 undefined on input line 91395. LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:g vrp' on page 941 undefined on input line 91396. Underfull \hbox (badness 10000) in paragraph at lines 91396--91397 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: gvrp' on page 941 undefined on input line 91397. Underfull \hbox (badness 10000) in paragraph at lines 91397--91398 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :gvrp' on page 941 undefined on input line 91398. Underfull \hbox (badness 10000) in paragraph at lines 91398--91399 \TU/Ubuntu(0)/m/it/10.95 nic-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:g vrp' on page 941 undefined on input line 91399. Underfull \hbox (badness 10000) in paragraph at lines 91399--91400 \TU/Ubuntu(0)/m/it/10.95 nic-routed- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: host_name' on page 941 undefined on input line 91400. Underfull \hbox (badness 10000) in paragraph at lines 91400--91401 []\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 941 undefined on input line 91401. Underfull \hbox (badness 10000) in paragraph at lines 91401--91402 []\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 941 undefined on input line 91402. Underfull \hbox (badness 10000) in paragraph at lines 91402--91403 []\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 941 undefined on input line 91403. Underfull \hbox (badness 10000) in paragraph at lines 91403--91404 []\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 941 undefined on input line 91404. Underfull \hbox (badness 10000) in paragraph at lines 91404--91405 []\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 91404--91405 \TU/Ubuntu(0)/m/it/10.95 infiniband- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: hwaddr' on page 941 undefined on input line 91405. Underfull \hbox (badness 10000) in paragraph at lines 91405--91406 []\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 941 undefined on input line 91406. Underfull \hbox (badness 10000) in paragraph at lines 91406--91407 []\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 941 undefined on input line 91407. [941] LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: hwaddr' on page 942 undefined on input line 91407. Underfull \hbox (badness 10000) in paragraph at lines 91407--91408 []\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 942 undefined on input line 91408. Underfull \hbox (badness 10000) in paragraph at lines 91408--91409 []\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 942 undefined on input line 91409. Underfull \hbox (badness 10000) in paragraph at lines 91409--91410 []\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 942 undefined on input line 91410. Underfull \hbox (badness 10000) in paragraph at lines 91410--91411 []\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 942 undefined on input line 91411. Underfull \hbox (badness 10000) in paragraph at lines 91411--91412 []\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 942 undefined on input line 91412. Underfull \hbox (badness 10000) in paragraph at lines 91412--91413 []\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 942 undefined on input line 91413. Underfull \hbox (badness 10000) in paragraph at lines 91413--91414 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:id' on page 942 undefined on input line 91414. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :id' on page 942 undefined on input line 91415. Underfull \hbox (badness 10000) in paragraph at lines 91415--91416 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-sriov-device-conf:id ' on page 942 undefined on input line 91416. Underfull \hbox (badness 10000) in paragraph at lines 91416--91417 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:initia l.*' on page 942 undefined on input line 91417. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:io.bus ' on page 942 undefined on input line 91418. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:io.cac he' on page 942 undefined on input line 91419. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:io.thr eads' on page 942 undefined on input line 91420. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv4.address' on page 942 undefined on input line 91421. Underfull \hbox (badness 10000) in paragraph at lines 91421--91422 []\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 942 undefined on input line 91422. Underfull \hbox (badness 10000) in paragraph at lines 91422--91423 []\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 942 undefined on input line 91423. Underfull \hbox (badness 10000) in paragraph at lines 91423--91424 []\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 942 undefined on input line 91424. Underfull \hbox (badness 10000) in paragraph at lines 91424--91425 []\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 942 undefined on input line 91425. Underfull \hbox (badness 10000) in paragraph at lines 91425--91426 []\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 942 undefined on input line 91426. Underfull \hbox (badness 10000) in paragraph at lines 91426--91427 []\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 942 undefined on input line 91427. LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv4.host_table' on page 942 undefined on input line 91428. Underfull \hbox (badness 10000) in paragraph at lines 91428--91429 []\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 942 undefined on input line 91429. Underfull \hbox (badness 10000) in paragraph at lines 91429--91430 []\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 942 undefined on input line 91430. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv4.routes' on page 942 undefined on input line 91431. Underfull \hbox (badness 10000) in paragraph at lines 91431--91432 []\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 942 undefined on input line 91432. Underfull \hbox (badness 10000) in paragraph at lines 91432--91433 []\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 942 undefined on input line 91433. Underfull \hbox (badness 10000) in paragraph at lines 91433--91434 []\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 942 undefined on input line 91434. Underfull \hbox (badness 10000) in paragraph at lines 91434--91435 []\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 942 undefined on input line 91435. Underfull \hbox (badness 10000) in paragraph at lines 91435--91436 []\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 942 undefined on input line 91436. Underfull \hbox (badness 10000) in paragraph at lines 91436--91437 []\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 942 undefined on input line 91437. Underfull \hbox (badness 10000) in paragraph at lines 91437--91438 []\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 942 undefined on input line 91438. [942] LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv6.address' on page 943 undefined on input line 91438. Underfull \hbox (badness 10000) in paragraph at lines 91438--91439 []\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 943 undefined on input line 91439. Underfull \hbox (badness 10000) in paragraph at lines 91439--91440 []\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 943 undefined on input line 91440. Underfull \hbox (badness 10000) in paragraph at lines 91440--91441 []\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 943 undefined on input line 91441. Underfull \hbox (badness 10000) in paragraph at lines 91441--91442 []\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 943 undefined on input line 91442. Underfull \hbox (badness 10000) in paragraph at lines 91442--91443 []\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 943 undefined on input line 91443. LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv6.host_table' on page 943 undefined on input line 91444. Underfull \hbox (badness 10000) in paragraph at lines 91444--91445 []\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 943 undefined on input line 91445. Underfull \hbox (badness 10000) in paragraph at lines 91445--91446 []\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 943 undefined on input line 91446. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv6.routes' on page 943 undefined on input line 91447. Underfull \hbox (badness 10000) in paragraph at lines 91447--91448 []\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 943 undefined on input line 91448. Underfull \hbox (badness 10000) in paragraph at lines 91448--91449 []\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 943 undefined on input line 91449. Underfull \hbox (badness 10000) in paragraph at lines 91449--91450 []\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 943 undefined on input line 91450. Underfull \hbox (badness 10000) in paragraph at lines 91450--91451 []\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 943 undefined on input line 91451. Underfull \hbox (badness 10000) in paragraph at lines 91451--91452 []\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 943 undefined on input line 91452. Underfull \hbox (badness 10000) in paragraph at lines 91452--91453 []\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 943 undefined on input line 91453. Underfull \hbox (badness 10000) in paragraph at lines 91453--91454 []\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 943 undefined on input line 91454. Underfull \hbox (badness 10000) in paragraph at lines 91454--91455 []\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 943 undefined on input line 91455. Underfull \hbox (badness 10000) in paragraph at lines 91455--91456 []\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 943 undefined on input line 91456. Underfull \hbox (badness 10000) in paragraph at lines 91456--91457 []\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 943 undefined on input line 91457. Underfull \hbox (badness 10000) in paragraph at lines 91457--91458 []\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 943 undefined on input line 91458. Underfull \hbox (badness 10000) in paragraph at lines 91458--91459 []\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 943 undefined on input line 91459. Underfull \hbox (badness 10000) in paragraph at lines 91459--91460 []\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 91459--91460 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: limits.max' on page 943 undefined on input line 91460. Underfull \hbox (badness 10000) in paragraph at lines 91460--91461 []\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 943 undefined on input line 91461. Underfull \hbox (badness 10000) in paragraph at lines 91461--91462 []\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 943 undefined on input line 91462. Underfull \hbox (badness 10000) in paragraph at lines 91462--91463 []\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 943 undefined on input line 91463. Underfull \hbox (badness 10000) in paragraph at lines 91463--91464 []\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 943 undefined on input line 91464. Underfull \hbox (badness 10000) in paragraph at lines 91464--91465 []\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 943 undefined on input line 91465. [943] LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:l imits.priority' on page 944 undefined on input line 91465. Underfull \hbox (badness 10000) in paragraph at lines 91465--91466 []\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 944 undefined on input line 91466. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:limits .write' on page 944 undefined on input line 91467. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:list en' on page 944 undefined on input line 91468. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: maas.subnet.ipv4' on page 944 undefined on input line 91469. Underfull \hbox (badness 10000) in paragraph at lines 91469--91470 []\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 944 undefined on input line 91470. Underfull \hbox (badness 10000) in paragraph at lines 91470--91471 []\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 944 undefined on input line 91471. Underfull \hbox (badness 10000) in paragraph at lines 91471--91472 []\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 944 undefined on input line 91472. Underfull \hbox (badness 10000) in paragraph at lines 91472--91473 []\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 944 undefined on input line 91473. Underfull \hbox (badness 10000) in paragraph at lines 91473--91474 []\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 944 undefined on input line 91474. Underfull \hbox (badness 10000) in paragraph at lines 91474--91475 []\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 944 undefined on input line 91475. Underfull \hbox (badness 10000) in paragraph at lines 91475--91476 []\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 944 undefined on input line 91476. Underfull \hbox (badness 10000) in paragraph at lines 91476--91477 []\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 944 undefined on input line 91477. Underfull \hbox (badness 10000) in paragraph at lines 91477--91478 []\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 91477--91478 \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 944 undefined on input line 91478. Underfull \hbox (badness 10000) in paragraph at lines 91478--91479 []\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 91478--91479 \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 944 undefined on input line 91479. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig. ci' on page 944 undefined on input line 91480. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig. gi' on page 944 undefined on input line 91481. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig. uuid' on page 944 undefined on input line 91482. LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:minor' on page 944 undefined on input line 91483. Underfull \hbox (badness 10000) in paragraph at lines 91483--91484 []\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 91483--91484 \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 944 undefined on input line 91484. Underfull \hbox (badness 10000) in paragraph at lines 91484--91485 []\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 91484--91485 \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 944 undefined on input line 91485. Underfull \hbox (badness 10000) in paragraph at lines 91485--91486 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:m ode' on page 944 undefined on input line 91486. Underfull \hbox (badness 10000) in paragraph at lines 91486--91487 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:mode ' on page 944 undefined on input line 91487. Underfull \hbox (badness 10000) in paragraph at lines 91487--91488 []\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 91487--91488 \TU/Ubuntu(0)/m/it/10.95 proxy-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:mode' on page 944 undefined on input line 91488. Underfull \hbox (badness 10000) in paragraph at lines 91488--91489 []\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 91488--91489 \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 944 undefined on input line 91489. Underfull \hbox (badness 10000) in paragraph at lines 91489--91490 []\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 91489--91490 \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 944 undefined on input line 91490. Underfull \hbox (badness 10000) in paragraph at lines 91490--91491 []\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 91490--91491 \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 944 undefined on input line 91491. LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:mtu' on page 944 undefined on input line 91492. Underfull \hbox (badness 10000) in paragraph at lines 91492--91493 []\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 91492--91493 \TU/Ubuntu(0)/m/it/10.95 infiniband- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: mtu' on page 944 undefined on input line 91493. Underfull \hbox (badness 10000) in paragraph at lines 91493--91494 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:m tu' on page 944 undefined on input line 91494. Underfull \hbox (badness 10000) in paragraph at lines 91494--91495 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: mtu' on page 944 undefined on input line 91495. Underfull \hbox (badness 10000) in paragraph at lines 91495--91496 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:mtu' on page 944 undefined on input line 91496. Underfull \hbox (badness 10000) in paragraph at lines 91496--91497 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- LaTeX Warning: Reference `LastPage' on page 944 undefined on input line 91497. [944] LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :mtu' on page 945 undefined on input line 91497. Underfull \hbox (badness 10000) in paragraph at lines 91497--91498 \TU/Ubuntu(0)/m/it/10.95 nic-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:m tu' on page 945 undefined on input line 91498. Underfull \hbox (badness 10000) in paragraph at lines 91498--91499 \TU/Ubuntu(0)/m/it/10.95 nic-routed- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:mt u' on page 945 undefined on input line 91499. LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:name' on page 945 undefined on input line 91500. Underfull \hbox (badness 10000) in paragraph at lines 91500--91501 []\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 91500--91501 \TU/Ubuntu(0)/m/it/10.95 infiniband- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: name' on page 945 undefined on input line 91501. Underfull \hbox (badness 10000) in paragraph at lines 91501--91502 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:n ame' on page 945 undefined on input line 91502. Underfull \hbox (badness 10000) in paragraph at lines 91502--91503 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: name' on page 945 undefined on input line 91503. Underfull \hbox (badness 10000) in paragraph at lines 91503--91504 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:name ' on page 945 undefined on input line 91504. Underfull \hbox (badness 10000) in paragraph at lines 91504--91505 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:name ' on page 945 undefined on input line 91505. Underfull \hbox (badness 10000) in paragraph at lines 91505--91506 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :name' on page 945 undefined on input line 91506. Underfull \hbox (badness 10000) in paragraph at lines 91506--91507 \TU/Ubuntu(0)/m/it/10.95 nic-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:n ame' on page 945 undefined on input line 91507. Underfull \hbox (badness 10000) in paragraph at lines 91507--91508 \TU/Ubuntu(0)/m/it/10.95 nic-routed- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:na me' on page 945 undefined on input line 91508. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:nat' on page 945 undefined on input line 91509. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:nest ed' on page 945 undefined on input line 91510. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: network' on page 945 undefined on input line 91511. Underfull \hbox (badness 10000) in paragraph at lines 91511--91512 []\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 945 undefined on input line 91512. Underfull \hbox (badness 10000) in paragraph at lines 91512--91513 []\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 945 undefined on input line 91513. Underfull \hbox (badness 10000) in paragraph at lines 91513--91514 []\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 945 undefined on input line 91514. Underfull \hbox (badness 10000) in paragraph at lines 91514--91515 []\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 945 undefined on input line 91515. Underfull \hbox (badness 10000) in paragraph at lines 91515--91516 []\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 945 undefined on input line 91516. LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:ownership.inherit' on page 945 undefined on input line 91517. LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:parent' on page 945 undefined on input line 91518. Underfull \hbox (badness 10000) in paragraph at lines 91518--91519 []\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 91518--91519 \TU/Ubuntu(0)/m/it/10.95 infiniband- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: parent' on page 945 undefined on input line 91519. Underfull \hbox (badness 10000) in paragraph at lines 91519--91520 []\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 945 undefined on input line 91520. Underfull \hbox (badness 10000) in paragraph at lines 91520--91521 []\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 945 undefined on input line 91521. Underfull \hbox (badness 10000) in paragraph at lines 91521--91522 []\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 945 undefined on input line 91522. Underfull \hbox (badness 10000) in paragraph at lines 91522--91523 []\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 945 undefined on input line 91523. Underfull \hbox (badness 10000) in paragraph at lines 91523--91524 []\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 945 undefined on input line 91524. Underfull \hbox (badness 10000) in paragraph at lines 91524--91525 []\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 945 undefined on input line 91525. Underfull \hbox (badness 10000) in paragraph at lines 91525--91526 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `reference/devices_tpm:device-tpm-device-conf:path' on page 945 undefined on input line 91526. Underfull \hbox (badness 10000) in paragraph at lines 91526--91527 \TU/Ubuntu(0)/m/it/10.95 tpm-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:path' on page 945 undefined on input line 91527. Underfull \hbox (badness 10000) in paragraph at lines 91527--91528 []\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 91527--91528 \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 945 undefined on input line 91528. Underfull \hbox (badness 10000) in paragraph at lines 91528--91529 []\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 91528--91529 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- LaTeX Warning: Reference `LastPage' on page 945 undefined on input line 91529. [945] LaTeX Warning: Reference `reference/devices_tpm:device-tpm-device-conf:pathrm' on page 946 undefined on input line 91529. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:pci ' on page 946 undefined on input line 91530. Underfull \hbox (badness 10000) in paragraph at lines 91530--91531 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:pci' on page 946 undefined on input line 91531. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :pci' on page 946 undefined on input line 91532. Underfull \hbox (badness 10000) in paragraph at lines 91532--91533 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-sriov-device-conf:pc i' on page 946 undefined on input line 91533. Underfull \hbox (badness 10000) in paragraph at lines 91533--91534 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:pool' on page 946 undefined on input line 91534. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:pro ductid' on page 946 undefined on input line 91535. Underfull \hbox (badness 10000) in paragraph at lines 91535--91536 []\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 946 undefined on input line 91536. Underfull \hbox (badness 10000) in paragraph at lines 91536--91537 []\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 946 undefined on input line 91537. Underfull \hbox (badness 10000) in paragraph at lines 91537--91538 []\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 946 undefined on input line 91538. Underfull \hbox (badness 10000) in paragraph at lines 91538--91539 []\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 946 undefined on input line 91539. Underfull \hbox (badness 10000) in paragraph at lines 91539--91540 \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 946 undefined on input line 91540. Underfull \hbox (badness 10000) in paragraph at lines 91540--91541 []\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 946 undefined on input line 91541. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:prox y_protocol' on page 946 undefined on input line 91542. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: queue.tx.length' on page 946 undefined on input line 91543. Underfull \hbox (badness 10000) in paragraph at lines 91543--91544 []\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 946 undefined on input line 91544. Underfull \hbox (badness 10000) in paragraph at lines 91544--91545 []\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 946 undefined on input line 91545. Underfull \hbox (badness 10000) in paragraph at lines 91545--91546 []\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 946 undefined on input line 91546. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:readon ly' on page 946 undefined on input line 91547. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:recurs ive' on page 946 undefined on input line 91548. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:requir ed' on page 946 undefined on input line 91549. Underfull \hbox (badness 10000) in paragraph at lines 91549--91550 []\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 91549--91550 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:required' on page 946 undefined on input line 91550. Underfull \hbox (badness 10000) in paragraph at lines 91550--91551 \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 946 undefined on input line 91551. Underfull \hbox (badness 10000) in paragraph at lines 91551--91552 \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 946 undefined on input line 91552. Underfull \hbox (badness 10000) in paragraph at lines 91552--91553 \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 946 undefined on input line 91553. Underfull \hbox (badness 10000) in paragraph at lines 91553--91554 []\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 946 undefined on input line 91554. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.egress.action' on page 946 undefined on input line 91555. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.egress.logged' on page 946 undefined on input line 91556. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.ingress.action' on page 946 undefined on input line 91557. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.ingress.logged' on page 946 undefined on input line 91558. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:secu rity.gid' on page 946 undefined on input line 91559. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.ipv4_filtering' on page 946 undefined on input line 91560. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.ipv6_filtering' on page 946 undefined on input line 91561. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.mac_filtering' on page 946 undefined on input line 91562. Underfull \hbox (badness 10000) in paragraph at lines 91562--91563 []\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 946 undefined on input line 91563. Underfull \hbox (badness 10000) in paragraph at lines 91563--91564 []\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 946 undefined on input line 91564. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:secu rity.uid' on page 946 undefined on input line 91565. LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:ser ial' on page 946 undefined on input line 91566. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:shift' on page 946 undefined on input line 91567. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:size' on page 946 undefined on input line 91568. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:size.s tate' on page 946 undefined on input line 91569. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:source ' on page 946 undefined on input line 91570. Underfull \hbox (badness 10000) in paragraph at lines 91570--91571 []\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 91570--91571 \TU/Ubuntu(0)/m/it/10.95 disk-device- LaTeX Warning: Reference `LastPage' on page 946 undefined on input line 91571. [946] LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:source' on page 947 undefined on input line 91571. Underfull \hbox (badness 10000) in paragraph at lines 91571--91572 []\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 91571--91572 \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 947 undefined on input line 91572. Underfull \hbox (badness 10000) in paragraph at lines 91572--91573 []\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 91572--91573 \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 947 undefined on input line 91573. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:source .type' on page 947 undefined on input line 91574. LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:subsystem' on page 947 undefined on input line 91575. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :uid' on page 947 undefined on input line 91576. Underfull \hbox (badness 10000) in paragraph at lines 91576--91577 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:uid' on page 947 undefined on input line 91577. Underfull \hbox (badness 10000) in paragraph at lines 91577--91578 \TU/Ubuntu(0)/m/it/10.95 proxy-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:uid' on page 947 undefined on input line 91578. Underfull \hbox (badness 10000) in paragraph at lines 91578--91579 []\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 91578--91579 \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 947 undefined on input line 91579. Underfull \hbox (badness 10000) in paragraph at lines 91579--91580 []\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 91579--91580 \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 947 undefined on input line 91580. Underfull \hbox (badness 10000) in paragraph at lines 91580--91581 []\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 91580--91581 \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 947 undefined on input line 91581. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:ven dorid' on page 947 undefined on input line 91582. Underfull \hbox (badness 10000) in paragraph at lines 91582--91583 []\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 947 undefined on input line 91583. Underfull \hbox (badness 10000) in paragraph at lines 91583--91584 []\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 947 undefined on input line 91584. Underfull \hbox (badness 10000) in paragraph at lines 91584--91585 []\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 947 undefined on input line 91585. Underfull \hbox (badness 10000) in paragraph at lines 91585--91586 []\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 947 undefined on input line 91586. Underfull \hbox (badness 10000) in paragraph at lines 91586--91587 \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 947 undefined on input line 91587. Underfull \hbox (badness 10000) in paragraph at lines 91587--91588 []\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 947 undefined on input line 91588. Underfull \hbox (badness 10000) in paragraph at lines 91588--91589 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:v lan' on page 947 undefined on input line 91589. Underfull \hbox (badness 10000) in paragraph at lines 91589--91590 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: vlan' on page 947 undefined on input line 91590. Underfull \hbox (badness 10000) in paragraph at lines 91590--91591 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:vlan ' on page 947 undefined on input line 91591. Underfull \hbox (badness 10000) in paragraph at lines 91591--91592 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :vlan' on page 947 undefined on input line 91592. Underfull \hbox (badness 10000) in paragraph at lines 91592--91593 \TU/Ubuntu(0)/m/it/10.95 nic-physical- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:v lan' on page 947 undefined on input line 91593. Underfull \hbox (badness 10000) in paragraph at lines 91593--91594 \TU/Ubuntu(0)/m/it/10.95 nic-routed- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:vl an' on page 947 undefined on input line 91594. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: vlan.tagged' on page 947 undefined on input line 91595. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:age nt.nic_config' on page 947 undefined on input line 91598. LaTeX Warning: Reference `reference/instance_properties:instance-property-insta nce-conf:architecture' on page 947 undefined on input line 91599. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.autosta rt' on page 947 undefined on input line 91600. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.autosta rt.delay' on page 947 undefined on input line 91601. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.autosta rt.priority' on page 947 undefined on input line 91602. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.debug_e dk2' on page 947 undefined on input line 91603. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.host_sh utdown_timeout' on page 947 undefined on input line 91604. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.stop.pr iority' on page 947 undefined on input line 91605. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.network-config' on page 947 undefined on input line 91606. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.ssh-keys.KEYNAME' on page 947 undefined on input line 91607. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.user-data' on page 947 undefined on input line 91608. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.vendor-data' on page 947 undefined on input line 91609. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:clu ster.evacuate' on page 947 undefined on input line 91610. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:env ironment.*' on page 947 undefined on input line 91611. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu' on page 947 undefined on input line 91612. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.allowance' on page 947 undefined on input line 91613. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.nodes' on page 947 undefined on input line 91614. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.pin_strategy' on page 947 undefined on input line 91615. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.priority' on page 947 undefined on input line 91616. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.disk.priority' on page 947 undefined on input line 91617. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.1GB' on page 947 undefined on input line 91618. LaTeX Warning: Reference `LastPage' on page 947 undefined on input line 91619. [947] LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.1MB' on page 948 undefined on input line 91619. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.2MB' on page 948 undefined on input line 91620. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.64KB' on page 948 undefined on input line 91621. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.kernel.*' on page 948 undefined on input line 91622. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory' on page 948 undefined on input line 91623. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.enforce' on page 948 undefined on input line 91624. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.hugepages' on page 948 undefined on input line 91625. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.swap' on page 948 undefined on input line 91626. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.swap.priority' on page 948 undefined on input line 91627. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.processes' on page 948 undefined on input line 91628. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:lin ux.kernel_modules' on page 948 undefined on input line 91629. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:lin ux.kernel_modules.load' on page 948 undefined on input line 91630. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:lin ux.sysctl.*' on page 948 undefined on input line 91631. LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.incremental.memory' on page 948 undefined on input line 91632. LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.incremental.memory.goal' on page 948 undefined on input line 91633. LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.incremental.memory.iterations' on page 948 undefined on input line 91634. Underfull \hbox (badness 10000) in paragraph at lines 91634--91635 []\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 948 undefined on input line 91635. LaTeX Warning: Reference `reference/instance_properties:instance-property-insta nce-conf:name' on page 948 undefined on input line 91636. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.dri ver.capabilities' on page 948 undefined on input line 91637. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.req uire.cuda' on page 948 undefined on input line 91638. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.req uire.driver' on page 948 undefined on input line 91639. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.run time' on page 948 undefined on input line 91640. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.apparmor' on page 948 undefined on input line 91641. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.idmap' on page 948 undefined on input line 91642. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.lxc' on p age 948 undefined on input line 91643. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.qemu' on page 948 undefined on input line 91644. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.qemu.conf ' on page 948 undefined on input line 91645. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.seccomp' on page 948 undefined on input line 91646. LaTeX Warning: Reference `reference/instance_options:instance-security:security .agent.metrics' on page 948 undefined on input line 91647. LaTeX Warning: Reference `reference/instance_options:instance-security:security .csm' on page 948 undefined on input line 91648. LaTeX Warning: Reference `reference/instance_options:instance-security:security .delegate_bpf' on page 948 undefined on input line 91649. LaTeX Warning: Reference `reference/instance_options:instance-security:security .delegate_bpf.attach_types' on page 948 undefined on input line 91650. LaTeX Warning: Reference `reference/instance_options:instance-security:security .delegate_bpf.cmd_types' on page 948 undefined on input line 91651. LaTeX Warning: Reference `reference/instance_options:instance-security:security .delegate_bpf.map_types' on page 948 undefined on input line 91652. LaTeX Warning: Reference `reference/instance_options:instance-security:security .delegate_bpf.prog_types' on page 948 undefined on input line 91653. LaTeX Warning: Reference `reference/instance_options:instance-security:security .devlxd' on page 948 undefined on input line 91654. LaTeX Warning: Reference `reference/instance_options:instance-security:security .devlxd.images' on page 948 undefined on input line 91655. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.base' on page 948 undefined on input line 91656. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.isolated' on page 948 undefined on input line 91657. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.size' on page 948 undefined on input line 91658. LaTeX Warning: Reference `reference/instance_options:instance-security:security .nesting' on page 948 undefined on input line 91659. LaTeX Warning: Reference `reference/instance_options:instance-security:security .privileged' on page 948 undefined on input line 91660. LaTeX Warning: Reference `reference/instance_options:instance-security:security .protection.delete' on page 948 undefined on input line 91661. LaTeX Warning: Reference `reference/instance_options:instance-security:security .protection.shift' on page 948 undefined on input line 91662. LaTeX Warning: Reference `reference/instance_options:instance-security:security .protection.start' on page 948 undefined on input line 91663. LaTeX Warning: Reference `reference/instance_options:instance-security:security .secureboot' on page 948 undefined on input line 91664. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev' on page 948 undefined on input line 91665. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev.policy.es' on page 948 undefined on input line 91666. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev.session.data' on page 948 undefined on input line 91667. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev.session.dh' on page 948 undefined on input line 91668. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.allow' on page 948 undefined on input line 91669. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.deny' on page 948 undefined on input line 91670. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.deny_compat' on page 948 undefined on input line 91671. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.deny_default' on page 948 undefined on input line 91672. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf' on page 948 undefined on input line 91673. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf.devices' on page 948 undefined on input line 91674. Underfull \hbox (badness 10000) in paragraph at lines 91674--91675 []\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 948 undefined on input line 91675. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount' on page 948 undefined on input line 91676. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.allowed' on page 948 undefined on input line 91677. Overfull \hbox (5.6847pt too wide) in paragraph at lines 91677--91678 []\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 948 undefined on input line 91678. Underfull \hbox (badness 10000) in paragraph at lines 91678--91679 []\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 948 undefined on input line 91679. Underfull \hbox (badness 10000) in paragraph at lines 91679--91680 []\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 948 undefined on input line 916 80. Overfull \hbox (33.0597pt too wide) in paragraph at lines 91680--91681 []\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 948 undefined on input line 91681. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.sysinfo' on page 948 undefined on input line 91682. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.expiry' on page 948 undefined on input line 91683. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.pattern' on page 948 undefined on input line 91684. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.schedule' on page 948 undefined on input line 91685. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.schedule.stopped' on page 948 undefined on input line 91686. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:ubu ntu_pro.guest_attach' on page 948 undefined on input line 91687. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:use r.*' on page 948 undefined on input line 91688. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:user.n etwork-config' on page 948 undefined on input line 91689. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:user.u ser-data' on page 948 undefined on input line 91690. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:user.v endor-data' on page 948 undefined on input line 91691. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..apply_quota' on page 948 undefined on input line 91692. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..ceph_rbd' on page 948 undefined on input line 91693. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..host_name' on page 948 undefined on input line 91694. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..hwaddr' on page 948 undefined on input line 91695. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.created' on page 948 undefined on input line 91696. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.hwaddr' on page 948 undefined on input line 91697. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.mtu' on page 948 undefined on input line 91698. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vdpa.name' on page 948 undefined on input line 91699. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.hwaddr' on page 948 undefined on input line 91700. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.id' on page 948 undefined on input line 91701. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.spoofcheck' on page 948 undefined on input line 91702. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.vlan' on page 948 undefined on input line 91703. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .apply_nvram' on page 948 undefined on input line 91704. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .apply_template' on page 948 undefined on input line 91705. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .base_image' on page 948 undefined on input line 91706. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .cloud-init.instance-id' on page 948 undefined on input line 91707. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .evacuate.origin' on page 948 undefined on input line 91708. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .idmap.base' on page 948 undefined on input line 91709. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .idmap.current' on page 948 undefined on input line 91710. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .idmap.next' on page 948 undefined on input line 91711. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .last_state.idmap' on page 948 undefined on input line 91712. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .last_state.power' on page 948 undefined on input line 91713. LaTeX Warning: Reference `LastPage' on page 948 undefined on input line 91714. [948] LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .uuid' on page 949 undefined on input line 91714. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .uuid.generation' on page 949 undefined on input line 91715. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .vsock_id' on page 949 undefined on input line 91716. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:action ' on page 949 undefined on input line 91719. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-properties:backends' on page 949 undefined on input line 91720. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.ipv4.nexthop' on page 949 undefined on input line 91721. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.ipv6.nexthop' on page 949 undefined on input line 91722. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.peers.NAME.address' on page 949 undefined on input line 91723. Underfull \hbox (badness 10000) in paragraph at lines 91723--91724 []\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 949 undefined on input line 91724. Underfull \hbox (badness 10000) in paragraph at lines 91724--91725 []\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 949 undefined on input line 91725. Underfull \hbox (badness 10000) in paragraph at lines 91725--91726 \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 949 undefined on input line 91726. Underfull \hbox (badness 10000) in paragraph at lines 91726--91727 \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 949 undefined on input line 91727. Underfull \hbox (badness 10000) in paragraph at lines 91727--91728 []\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 949 undefined on input line 91728. Underfull \hbox (badness 10000) in paragraph at lines 91728--91729 []\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 949 undefined on input line 91729. Underfull \hbox (badness 10000) in paragraph at lines 91729--91730 []\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 949 undefined on input line 91730. Underfull \hbox (badness 10000) in paragraph at lines 91730--91731 []\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 949 undefined on input line 91731. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.external_interfaces' on page 949 undefined on input line 91732. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.hwaddr' on page 949 undefined on input line 91733. Underfull \hbox (badness 10000) in paragraph at lines 91733--91734 []\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 949 undefined on input line 91734. Underfull \hbox (badness 10000) in paragraph at lines 91734--91735 []\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 949 undefined on input line 91735. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.mtu' on page 949 undefined on input line 91736. Underfull \hbox (badness 10000) in paragraph at lines 91736--91737 []\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 949 undefined on input line 91737. Underfull \hbox (badness 10000) in paragraph at lines 91737--91738 []\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 949 undefined on input line 91738. Underfull \hbox (badness 10000) in paragraph at lines 91738--91739 []\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 91738--91739 \TU/Ubuntu(0)/m/it/10.95 acl-acl- LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:config' on page 949 undefined on input line 91739. Underfull \hbox (badness 10000) in paragraph at lines 91739--91740 []\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 949 undefined on input line 91740. Underfull \hbox (badness 10000) in paragraph at lines 91740--91741 []\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 91740--91741 \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 949 undefined on input line 91741. Underfull \hbox (badness 10000) in paragraph at lines 91741--91742 []\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 91741--91742 \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 949 undefined on input line 91742. Underfull \hbox (badness 5652) in paragraph at lines 91742--91743 []\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 91742--91743 \TU/Ubuntu(0)/m/it/10.95 zone-record- LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:descrip tion' on page 949 undefined on input line 91743. Underfull \hbox (badness 10000) in paragraph at lines 91743--91744 []\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 949 undefined on input line 91744. Underfull \hbox (badness 10000) in paragraph at lines 91744--91745 []\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 949 undefined on input line 91745. LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:description' on page 949 undefined on input line 91746. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-backend-properties:description' on page 949 undefined on input line 91747. Underfull \hbox (badness 10000) in paragraph at lines 91747--91748 \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 949 undefined on input line 91 748. Underfull \hbox (badness 10000) in paragraph at lines 91748--91749 \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 949 undefined on input line 91749. Underfull \hbox (badness 10000) in paragraph at lines 91749--91750 []\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 91749--91750 \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 949 undefined on input line 91750. Underfull \hbox (badness 10000) in paragraph at lines 91750--91751 []\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 91750--91751 \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 949 undefined on input line 91751. Underfull \hbox (badness 10000) in paragraph at lines 91751--91752 []\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 91751--91752 \TU/Ubuntu(0)/m/it/10.95 zones: zone- LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:destin ation' on page 949 undefined on input line 91752. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:destin ation_port' on page 949 undefined on input line 91753. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.domain' on page 949 undefined on input line 91754. Underfull \hbox (badness 10000) in paragraph at lines 91754--91755 []\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 949 undefined on input line 91755. Underfull \hbox (badness 10000) in paragraph at lines 91755--91756 []\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 949 undefined on input line 91756. [949] LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.mode' on page 950 undefined on input line 91756. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:dns.nameservers' on page 950 undefined on input line 91757. Underfull \hbox (badness 10000) in paragraph at lines 91757--91758 \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 950 undefined on input line 91758. Underfull \hbox (badness 10000) in paragraph at lines 91758--91759 \TU/Ubuntu(0)/m/it/10.95 zones: zone- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.search' on page 950 undefined on input line 91759. Underfull \hbox (badness 10000) in paragraph at lines 91759--91760 []\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 950 undefined on input line 91760. Underfull \hbox (badness 10000) in paragraph at lines 91760--91761 []\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 950 undefined on input line 91761. Underfull \hbox (badness 5133) in paragraph at lines 91761--91762 []\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 950 undefined on input line 91762. Underfull \hbox (badness 10000) in paragraph at lines 91762--91763 []\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 950 undefined on input line 91763. Underfull \hbox (badness 10000) in paragraph at lines 91763--91764 []\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 950 undefined on input line 91764. Underfull \hbox (badness 10000) in paragraph at lines 91764--91765 []\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 91764--91765 \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 950 undefined on input line 91765. Underfull \hbox (badness 10000) in paragraph at lines 91765--91766 []\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 950 undefined on input line 91766. Underfull \hbox (badness 10000) in paragraph at lines 91766--91767 []\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 91766--91767 \TU/Ubuntu(0)/m/it/10.95 ovn-network- LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:egress' on page 950 undefined on input line 91767. LaTeX Warning: Reference `howto/network_zones:network-zone-record-properties:en tries' on page 950 undefined on input line 91768. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: fan.overlay_subnet' on page 950 undefined on input line 91769. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: fan.type' on page 950 undefined on input line 91770. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: fan.underlay_subnet' on page 950 undefined on input line 91771. LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:gvrp' on page 950 undefined on input line 91772. Underfull \hbox (badness 10000) in paragraph at lines 91772--91773 []\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 950 undefined on input line 91773. Underfull \hbox (badness 10000) in paragraph at lines 91773--91774 []\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 950 undefined on input line 91774. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:icmp_t ype' on page 950 undefined on input line 91775. LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:ingress ' on page 950 undefined on input line 91776. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.address' on page 950 undefined on input line 91777. Underfull \hbox (badness 10000) in paragraph at lines 91777--91778 []\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 950 undefined on input line 91778. Underfull \hbox (badness 10000) in paragraph at lines 91778--91779 []\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 950 undefined on input line 91779. Underfull \hbox (badness 10000) in paragraph at lines 91779--91780 []\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 950 undefined on input line 91780. Underfull \hbox (badness 10000) in paragraph at lines 91780--91781 []\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 950 undefined on input line 91781. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.dhcp.gateway' on page 950 undefined on input line 91782. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.dhcp.ranges' on page 950 undefined on input line 91783. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.firewall' on page 950 undefined on input line 91784. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv4.gateway' on page 950 undefined on input line 91785. LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv4.l 3only' on page 950 undefined on input line 91786. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.nat' on page 950 undefined on input line 91787. Underfull \hbox (badness 10000) in paragraph at lines 91787--91788 []\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 950 undefined on input line 91788. Underfull \hbox (badness 10000) in paragraph at lines 91788--91789 []\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 950 undefined on input line 91789. Underfull \hbox (badness 5133) in paragraph at lines 91789--91790 []\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 950 undefined on input line 91790. Underfull \hbox (badness 10000) in paragraph at lines 91790--91791 []\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 950 undefined on input line 91791. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.ovn.ranges' on page 950 undefined on input line 91792. Underfull \hbox (badness 10000) in paragraph at lines 91792--91793 []\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 950 undefined on input line 91793. Underfull \hbox (badness 10000) in paragraph at lines 91793--91794 \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 950 undefined on input line 91794. Underfull \hbox (badness 10000) in paragraph at lines 91794--91795 []\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 950 undefined on input line 91795. Underfull \hbox (badness 10000) in paragraph at lines 91795--91796 []\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 950 undefined on input line 91796. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.routing' on page 950 undefined on input line 91797. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.address' on page 950 undefined on input line 91798. Underfull \hbox (badness 10000) in paragraph at lines 91798--91799 []\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 950 undefined on input line 91799. Underfull \hbox (badness 10000) in paragraph at lines 91799--91800 []\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 950 undefined on input line 91800. Underfull \hbox (badness 10000) in paragraph at lines 91800--91801 []\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 950 undefined on input line 91801. Underfull \hbox (badness 10000) in paragraph at lines 91801--91802 []\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 950 undefined on input line 91802. [950] LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.dhcp.expiry' on page 951 undefined on input line 91802. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.dhcp.ranges' on page 951 undefined on input line 91803. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.dhcp.stateful' on page 951 undefined on input line 91804. Underfull \hbox (badness 10000) in paragraph at lines 91804--91805 \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 951 undefined on input line 91805. Underfull \hbox (badness 10000) in paragraph at lines 91805--91806 \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 951 undefined on input line 91806. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv6.gateway' on page 951 undefined on input line 91807. LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.l 3only' on page 951 undefined on input line 91808. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.nat' on page 951 undefined on input line 91809. Underfull \hbox (badness 10000) in paragraph at lines 91809--91810 []\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 951 undefined on input line 91810. Underfull \hbox (badness 10000) in paragraph at lines 91810--91811 []\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 951 undefined on input line 91811. Underfull \hbox (badness 5133) in paragraph at lines 91811--91812 []\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 951 undefined on input line 91812. Underfull \hbox (badness 10000) in paragraph at lines 91812--91813 []\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 951 undefined on input line 91813. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.ovn.ranges' on page 951 undefined on input line 91814. Underfull \hbox (badness 10000) in paragraph at lines 91814--91815 []\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 951 undefined on input line 91815. Underfull \hbox (badness 10000) in paragraph at lines 91815--91816 \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 951 undefined on input line 91816. Underfull \hbox (badness 10000) in paragraph at lines 91816--91817 []\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 951 undefined on input line 91817. Underfull \hbox (badness 10000) in paragraph at lines 91817--91818 []\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 951 undefined on input line 91818. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.routing' on page 951 undefined on input line 91819. LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:listen_address' on page 951 undefined on input line 91820. Underfull \hbox (badness 10000) in paragraph at lines 91820--91821 []\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 91820--91821 \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 951 undefined on input line 9182 1. Underfull \hbox (badness 10000) in paragraph at lines 91821--91822 []\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 91821--91822 \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 951 undefined on input line 91822. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-port-properties:listen_port' on page 951 undefined on input line 91 823. Underfull \hbox (badness 10000) in paragraph at lines 91823--91824 \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 951 undefined on input line 91824. Underfull \hbox (badness 5133) in paragraph at lines 91824--91825 []\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 951 undefined on input line 91825. Underfull \hbox (badness 10000) in paragraph at lines 91825--91826 \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 951 undefined on input line 91826. Underfull \hbox (badness 10000) in paragraph at lines 91826--91827 \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 951 undefined on input line 91827. Underfull \hbox (badness 10000) in paragraph at lines 91827--91828 \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 951 undefined on input line 91828. Underfull \hbox (badness 5133) in paragraph at lines 91828--91829 []\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 951 undefined on input line 91829. Underfull \hbox (badness 10000) in paragraph at lines 91829--91830 \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 951 undefined on input line 91830. Underfull \hbox (badness 10000) in paragraph at lines 91830--91831 \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 951 undefined on input line 91831. Underfull \hbox (badness 10000) in paragraph at lines 91831--91832 \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 951 undefined on input line 91832. Underfull \hbox (badness 10000) in paragraph at lines 91832--91833 []\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 951 undefined on input line 91833. Underfull \hbox (badness 10000) in paragraph at lines 91833--91834 []\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 951 undefined on input line 91834. Underfull \hbox (badness 10000) in paragraph at lines 91834--91835 []\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 951 undefined on input line 91835. Underfull \hbox (badness 10000) in paragraph at lines 91835--91836 []\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 91835--91836 \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 951 undefined on input line 91836. Underfull \hbox (badness 7722) in paragraph at lines 91836--91837 \TU/Ubuntu(0)/m/it/10.95 ancers: load- Underfull \hbox (badness 10000) in paragraph at lines 91836--91837 \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 951 undefined on input line 91837. LaTeX Warning: Reference `howto/network_zones:network-zone-record-properties:na me' on page 951 undefined on input line 91838. Underfull \hbox (badness 10000) in paragraph at lines 91838--91839 []\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 91838--91839 \TU/Ubuntu(0)/m/it/10.95 zone-record- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:networ k' on page 951 undefined on input line 91839. LaTeX Warning: Reference `LastPage' on page 951 undefined on input line 91840. [951] LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:netwo rk.nat' on page 952 undefined on input line 91840. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ovn.ingress_mode' on page 952 undefined on input line 91841. LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:parent' on page 952 undefined on input line 91842. Underfull \hbox (badness 10000) in paragraph at lines 91842--91843 []\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 952 undefined on input line 91843. Underfull \hbox (badness 10000) in paragraph at lines 91843--91844 []\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 952 undefined on input line 91844. Underfull \hbox (badness 10000) in paragraph at lines 91844--91845 []\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 952 undefined on input line 91845. LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:peers .NAME.key' on page 952 undefined on input line 91846. LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:ports' on page 952 undefined on input line 91847. Underfull \hbox (badness 10000) in paragraph at lines 91847--91848 \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 952 undefined on input line 91848. Underfull \hbox (badness 10000) in paragraph at lines 91848--91849 []\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 91848--91849 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer- LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:protoc ol' on page 952 undefined on input line 91849. Underfull \hbox (badness 10000) in paragraph at lines 91849--91850 \TU/Ubuntu(0)/m/it/10.95 acl-rule- LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:protocol' on page 952 undefined on input line 91850. Underfull \hbox (badness 6893) in paragraph at lines 91850--91851 []\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 952 undefined on input line 91851 . Underfull \hbox (badness 10000) in paragraph at lines 91851--91852 \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 952 undefined on input line 91852. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls' on page 952 undefined on input line 91853. Underfull \hbox (badness 10000) in paragraph at lines 91853--91854 []\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 952 undefined on input line 91854. Underfull \hbox (badness 10000) in paragraph at lines 91854--91855 []\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 952 undefined on input line 91855. Underfull \hbox (badness 10000) in paragraph at lines 91855--91856 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.action Underfull \hbox (badness 10000) in paragraph at lines 91855--91856 \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 952 undefined on input line 91856. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls.default.egress.logged' on page 952 undefined on input line 91857. Underfull \hbox (badness 10000) in paragraph at lines 91857--91858 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.logged Underfull \hbox (badness 10000) in paragraph at lines 91857--91858 \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 952 undefined on input line 91858. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls.default.ingress.action' on page 952 undefined on input line 91859 . Underfull \hbox (badness 10000) in paragraph at lines 91859--91860 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 91859--91860 \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 952 undefined on input line 91860. Underfull \hbox (badness 10000) in paragraph at lines 91860--91861 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 91860--91861 \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 952 undefined on input line 91861 . Underfull \hbox (badness 10000) in paragraph at lines 91861--91862 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 91861--91862 \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 952 undefined on input line 91862. Underfull \hbox (badness 10000) in paragraph at lines 91862--91863 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 91862--91863 \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 952 undefined on input line 91863. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:source _port' on page 952 undefined on input line 91864. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:state' on page 952 undefined on input line 91865. LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:status' on page 952 undefined on input line 91866. LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:target_address' on page 952 undefined on input line 91867. Underfull \hbox (badness 10000) in paragraph at lines 91867--91868 []\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 91867--91868 \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 952 undefined on input l ine 91868. Underfull \hbox (badness 10000) in paragraph at lines 91868--91869 []\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 91868--91869 \TU/Ubuntu(0)/m/it/10.95 ure network load balancers: Underfull \hbox (badness 10000) in paragraph at lines 91868--91869 \TU/Ubuntu(0)/m/it/10.95 load- Underfull \hbox (badness 10000) in paragraph at lines 91868--91869 \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 952 undefined on input line 91869. LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:target_network' on page 952 undefined on input line 91870. LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:target_port' on page 952 undefined on input line 91871. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-backend-properties:target_port' on page 952 undefined on input line 91872. Underfull \hbox (badness 10000) in paragraph at lines 91872--91873 \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 952 undefined on input line 91873. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.group' on page 952 undefined on input line 91874. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.id' on page 952 undefined on input line 91875. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.interface' on page 952 undefined on input line 91876. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.local' on page 952 undefined on input line 91877. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.port' on page 952 undefined on input line 91878. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.protocol' on page 952 undefined on input line 91879. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.remote' on page 952 undefined on input line 91880. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.ttl' on page 952 undefined on input line 91881. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: user.*' on page 952 undefined on input line 91882. Underfull \hbox (badness 10000) in paragraph at lines 91882--91883 []\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 952 undefined on input line 91883. Underfull \hbox (badness 10000) in paragraph at lines 91883--91884 []\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 952 undefined on input line 91884. [952] LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:user.* ' on page 953 undefined on input line 91884. Underfull \hbox (badness 10000) in paragraph at lines 91884--91885 []\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 953 undefined on input line 91885. Underfull \hbox (badness 10000) in paragraph at lines 91885--91886 []\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 953 undefined on input line 91886. Underfull \hbox (badness 10000) in paragraph at lines 91886--91887 []\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 953 undefined on input line 91887. Underfull \hbox (badness 5652) in paragraph at lines 91887--91888 []\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 91887--91888 \TU/Ubuntu(0)/m/it/10.95 zone-config- LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:vlan' on page 953 undefined on input line 91888. Underfull \hbox (badness 10000) in paragraph at lines 91888--91889 []\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 953 undefined on input line 91889. Underfull \hbox (badness 10000) in paragraph at lines 91889--91890 []\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 953 undefined on input line 91890. Underfull \hbox (badness 10000) in paragraph at lines 91890--91891 []\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 953 undefined on input line 91893. LaTeX Warning: Reference `reference/projects:project-features:features.images' on page 953 undefined on input line 91894. LaTeX Warning: Reference `reference/projects:project-features:features.networks ' on page 953 undefined on input line 91895. LaTeX Warning: Reference `reference/projects:project-features:features.networks .zones' on page 953 undefined on input line 91896. LaTeX Warning: Reference `reference/projects:project-features:features.profiles ' on page 953 undefined on input line 91897. LaTeX Warning: Reference `reference/projects:project-features:features.storage. buckets' on page 953 undefined on input line 91898. LaTeX Warning: Reference `reference/projects:project-features:features.storage. volumes' on page 953 undefined on input line 91899. LaTeX Warning: Reference `reference/projects:project-specific:images.auto_updat e_cached' on page 953 undefined on input line 91900. LaTeX Warning: Reference `reference/projects:project-specific:images.auto_updat e_interval' on page 953 undefined on input line 91901. LaTeX Warning: Reference `reference/projects:project-specific:images.compressio n_algorithm' on page 953 undefined on input line 91902. LaTeX Warning: Reference `reference/projects:project-specific:images.default_ar chitecture' on page 953 undefined on input line 91903. LaTeX Warning: Reference `reference/projects:project-specific:images.remote_cac he_expiry' on page 953 undefined on input line 91904. LaTeX Warning: Reference `reference/projects:project-limits:limits.containers' on page 953 undefined on input line 91905. LaTeX Warning: Reference `reference/projects:project-limits:limits.cpu' on page 953 undefined on input line 91906. LaTeX Warning: Reference `reference/projects:project-limits:limits.disk' on pag e 953 undefined on input line 91907. LaTeX Warning: Reference `reference/projects:project-limits:limits.disk.pool.PO OL_NAME' on page 953 undefined on input line 91908. LaTeX Warning: Reference `reference/projects:project-limits:limits.instances' o n page 953 undefined on input line 91909. LaTeX Warning: Reference `reference/projects:project-limits:limits.memory' on p age 953 undefined on input line 91910. LaTeX Warning: Reference `reference/projects:project-limits:limits.networks' on page 953 undefined on input line 91911. LaTeX Warning: Reference `reference/projects:project-limits:limits.networks.upl ink_ips.ipv4.NETWORK_NAME' on page 953 undefined on input line 91912. Overfull \hbox (22.10968pt too wide) in paragraph at lines 91912--91913 []\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 953 undefined on input line 91913. Overfull \hbox (22.10968pt too wide) in paragraph at lines 91913--91914 []\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 953 undefined on input line 91914. LaTeX Warning: Reference `reference/projects:project-limits:limits.virtual-mach ines' on page 953 undefined on input line 91915. LaTeX Warning: Reference `reference/projects:project-restricted:restricted' on page 953 undefined on input line 91916. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.back ups' on page 953 undefined on input line 91917. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.clus ter.groups' on page 953 undefined on input line 91918. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.clus ter.target' on page 953 undefined on input line 91919. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.interception' on page 953 undefined on input line 91920. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.lowlevel' on page 953 undefined on input line 91921. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.nesting' on page 953 undefined on input line 91922. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.privilege' on page 953 undefined on input line 91923. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.disk' on page 953 undefined on input line 91924. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.disk.paths' on page 953 undefined on input line 91925. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.gpu' on page 953 undefined on input line 91926. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.infiniband' on page 953 undefined on input line 91927. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.nic' on page 953 undefined on input line 91928. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.pci' on page 953 undefined on input line 91929. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.proxy' on page 953 undefined on input line 91930. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.unix-block' on page 953 undefined on input line 91931. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.unix-char' on page 953 undefined on input line 91932. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.unix-hotplug' on page 953 undefined on input line 91933. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.usb' on page 953 undefined on input line 91934. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.idma p.gid' on page 953 undefined on input line 91935. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.idma p.uid' on page 953 undefined on input line 91936. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.access' on page 953 undefined on input line 91937. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.subnets' on page 953 undefined on input line 91938. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.uplinks' on page 953 undefined on input line 91939. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.zones' on page 953 undefined on input line 91940. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.snap shots' on page 953 undefined on input line 91941. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.virt ual-machines.lowlevel' on page 953 undefined on input line 91942. LaTeX Warning: Reference `reference/projects:project-specific:user.*' on page 9 53 undefined on input line 91943. LaTeX Warning: Reference `server:server-acme:acme.agree_tos' on page 953 undefi ned on input line 91946. LaTeX Warning: Reference `server:server-acme:acme.ca_url' on page 953 undefined on input line 91947. LaTeX Warning: Reference `server:server-acme:acme.domain' on page 953 undefined on input line 91948. LaTeX Warning: Reference `server:server-acme:acme.email' on page 953 undefined on input line 91949. LaTeX Warning: Reference `server:server-miscellaneous:backups.compression_algor ithm' on page 953 undefined on input line 91950. LaTeX Warning: Reference `server:server-cluster:cluster.healing_threshold' on p age 953 undefined on input line 91951. LaTeX Warning: Reference `server:server-cluster:cluster.https_address' on page 953 undefined on input line 91952. LaTeX Warning: Reference `server:server-cluster:cluster.images_minimal_replica' on page 953 undefined on input line 91953. LaTeX Warning: Reference `server:server-cluster:cluster.join_token_expiry' on p age 953 undefined on input line 91954. LaTeX Warning: Reference `server:server-cluster:cluster.max_standby' on page 95 3 undefined on input line 91955. LaTeX Warning: Reference `server:server-cluster:cluster.max_voters' on page 953 undefined on input line 91956. LaTeX Warning: Reference `server:server-cluster:cluster.offline_threshold' on p age 953 undefined on input line 91957. LaTeX Warning: Reference `server:server-core:core.bgp_address' on page 953 unde fined on input line 91958. LaTeX Warning: Reference `server:server-core:core.bgp_asn' on page 953 undefine d on input line 91959. LaTeX Warning: Reference `server:server-core:core.bgp_routerid' on page 953 und efined on input line 91960. LaTeX Warning: Reference `server:server-core:core.debug_address' on page 953 un defined on input line 91961. LaTeX Warning: Reference `server:server-core:core.dns_address' on page 953 unde fined on input line 91962. LaTeX Warning: Reference `server:server-core:core.https_address' on page 953 un defined on input line 91963. LaTeX Warning: Reference `server:server-core:core.https_allowed_credentials' on page 953 undefined on input line 91964. LaTeX Warning: Reference `server:server-core:core.https_allowed_headers' on pag e 953 undefined on input line 91965. LaTeX Warning: Reference `server:server-core:core.https_allowed_methods' on pag e 953 undefined on input line 91966. LaTeX Warning: Reference `server:server-core:core.https_allowed_origin' on page 953 undefined on input line 91967. LaTeX Warning: Reference `LastPage' on page 953 undefined on input line 91968. [953] LaTeX Warning: Reference `server:server-core:core.https_trusted_proxy' on page 954 undefined on input line 91968. LaTeX Warning: Reference `server:server-core:core.metrics_address' on page 954 undefined on input line 91969. LaTeX Warning: Reference `server:server-core:core.metrics_authentication' on pa ge 954 undefined on input line 91970. LaTeX Warning: Reference `server:server-core:core.proxy_http' on page 954 undef ined on input line 91971. LaTeX Warning: Reference `server:server-core:core.proxy_https' on page 954 unde fined on input line 91972. LaTeX Warning: Reference `server:server-core:core.proxy_ignore_hosts' on page 9 54 undefined on input line 91973. LaTeX Warning: Reference `server:server-core:core.remote_token_expiry' on page 954 undefined on input line 91974. LaTeX Warning: Reference `server:server-core:core.shutdown_timeout' on page 954 undefined on input line 91975. LaTeX Warning: Reference `server:server-core:core.storage_buckets_address' on p age 954 undefined on input line 91976. LaTeX Warning: Reference `server:server-core:core.syslog_socket' on page 954 un defined on input line 91977. LaTeX Warning: Reference `server:server-core:core.trust_ca_certificates' on pag e 954 undefined on input line 91978. LaTeX Warning: Reference `server:server-core:core.trust_password' on page 954 u ndefined on input line 91979. LaTeX Warning: Reference `server:server-images:images.auto_update_cached' on pa ge 954 undefined on input line 91980. LaTeX Warning: Reference `server:server-images:images.auto_update_interval' on page 954 undefined on input line 91981. LaTeX Warning: Reference `server:server-images:images.compression_algorithm' on page 954 undefined on input line 91982. LaTeX Warning: Reference `server:server-images:images.default_architecture' on page 954 undefined on input line 91983. LaTeX Warning: Reference `server:server-images:images.remote_cache_expiry' on p age 954 undefined on input line 91984. LaTeX Warning: Reference `server:server-miscellaneous:instances.migration.state ful' on page 954 undefined on input line 91985. LaTeX Warning: Reference `server:server-miscellaneous:instances.nic.host_name' on page 954 undefined on input line 91986. LaTeX Warning: Reference `server:server-miscellaneous:instances.placement.scrip tlet' on page 954 undefined on input line 91987. LaTeX Warning: Reference `server:server-loki:loki.api.ca_cert' on page 954 unde fined on input line 91988. LaTeX Warning: Reference `server:server-loki:loki.api.url' on page 954 undefine d on input line 91989. LaTeX Warning: Reference `server:server-loki:loki.auth.password' on page 954 un defined on input line 91990. LaTeX Warning: Reference `server:server-loki:loki.auth.username' on page 954 un defined on input line 91991. LaTeX Warning: Reference `server:server-loki:loki.instance' on page 954 undefin ed on input line 91992. LaTeX Warning: Reference `server:server-loki:loki.labels' on page 954 undefined on input line 91993. LaTeX Warning: Reference `server:server-loki:loki.loglevel' on page 954 undefin ed on input line 91994. LaTeX Warning: Reference `server:server-loki:loki.types' on page 954 undefined on input line 91995. LaTeX Warning: Reference `server:server-miscellaneous:maas.api.key' on page 954 undefined on input line 91996. LaTeX Warning: Reference `server:server-miscellaneous:maas.api.url' on page 954 undefined on input line 91997. LaTeX Warning: Reference `server:server-miscellaneous:maas.machine' on page 954 undefined on input line 91998. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.ca_cert' on p age 954 undefined on input line 91999. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.client_cert' on page 954 undefined on input line 92000. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.client_key' o n page 954 undefined on input line 92001. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.integration_b ridge' on page 954 undefined on input line 92002. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.northbound_co nnection' on page 954 undefined on input line 92003. LaTeX Warning: Reference `server:server-oidc:oidc.audience' on page 954 undefin ed on input line 92004. LaTeX Warning: Reference `server:server-oidc:oidc.client.id' on page 954 undefi ned on input line 92005. LaTeX Warning: Reference `server:server-oidc:oidc.client.secret' on page 954 un defined on input line 92006. LaTeX Warning: Reference `server:server-oidc:oidc.groups.claim' on page 954 und efined on input line 92007. LaTeX Warning: Reference `server:server-oidc:oidc.issuer' on page 954 undefined on input line 92008. LaTeX Warning: Reference `server:server-oidc:oidc.scopes' on page 954 undefined on input line 92009. LaTeX Warning: Reference `server:server-miscellaneous:storage.backups_volume' o n page 954 undefined on input line 92010. LaTeX Warning: Reference `server:server-miscellaneous:storage.images_volume' on page 954 undefined on input line 92011. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:block .filesystem' on page 954 undefined on input line 92014. Underfull \hbox (badness 10000) in paragraph at lines 92014--92015 []\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 92014--92015 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:block.f ilesystem' on page 954 undefined on input line 92015. Underfull \hbox (badness 10000) in paragraph at lines 92015--92016 []\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 92015--92016 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:block.filesystem' on page 954 undefined on input line 92016. Underfull \hbox (badness 5008) in paragraph at lines 92016--92017 []\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 92016--92017 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:block .filesystem' on page 954 undefined on input line 92017. Underfull \hbox (badness 10000) in paragraph at lines 92017--92018 []\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 92017--92018 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:block.f ilesystem' on page 954 undefined on input line 92018. Underfull \hbox (badness 10000) in paragraph at lines 92018--92019 []\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 92018--92019 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:block .mount_options' on page 954 undefined on input line 92019. Underfull \hbox (badness 10000) in paragraph at lines 92019--92020 []\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 92019--92020 \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 954 undefined on input line 92020. Underfull \hbox (badness 10000) in paragraph at lines 92020--92021 []\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 92020--92021 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:block.mount_options' on page 954 undefined on input line 92021. Underfull \hbox (badness 10000) in paragraph at lines 92021--92022 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92021--92022 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:block .mount_options' on page 954 undefined on input line 92022. Underfull \hbox (badness 10000) in paragraph at lines 92022--92023 []\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 92022--92023 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 92022--92023 \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 954 undefined on input line 92023. Underfull \hbox (badness 10000) in paragraph at lines 92023--92024 []\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 92023--92024 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:block.type' on page 954 undefined on input line 92024. LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:btrfs .mount_options' on page 954 undefined on input line 92025. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.cl uster_name' on page 954 undefined on input line 92026. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.data_pool_name' on page 954 undefined on input line 92027. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.pg_num' on page 954 undefined on input line 92028. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.pool_name' on page 954 undefined on input line 92029. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.pool_size' on page 954 undefined on input line 92030. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rb d.clone_copy' on page 954 undefined on input line 92031. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rb d.du' on page 954 undefined on input line 92032. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rb d.features' on page 954 undefined on input line 92033. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.us er.name' on page 954 undefined on input line 92034. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.cluster_name' on page 954 undefined on input line 92035. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.create_missing' on page 954 undefined on input line 92036. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.data_pool' on page 954 undefined on input line 92037. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.fscache' on page 954 undefined on input line 92038. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.meta_pool' on page 954 undefined on input line 92039. LaTeX Warning: Reference `LastPage' on page 954 undefined on input line 92040. [954] LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.osd_pg_num' on page 955 undefined on input line 92040. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.osd_pool_size' on page 955 undefined on input line 92041. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.path' on page 955 undefined on input line 92042. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.user.name' on page 955 undefined on input line 92043. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.bucket.name_prefix' on page 955 undefined on input line 92044. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.cluster_name' on page 955 undefined on input line 92045. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.radosgw.endpoint' on page 955 undefined on input line 92046. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.radosgw.endpoint_cert_file' on page 955 undefined on input line 92047. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.user.name' on page 955 undefined on input line 92048. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:lvm.str ipes' on page 955 undefined on input line 92049. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:lvm.str ipes.size' on page 955 undefined on input line 92050. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.thinp ool_metadata_size' on page 955 undefined on input line 92051. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.thinp ool_name' on page 955 undefined on input line 92052. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.use_t hinpool' on page 955 undefined on input line 92053. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.vg.fo rce_reuse' on page 955 undefined on input line 92054. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.vg_na me' on page 955 undefined on input line 92055. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.clone_copy' on page 955 undefined on input line 92056. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.domain' on page 955 undefined on input line 92057. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.gateway' on page 955 undefined on input line 92058. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.gateway.verify' on page 955 undefined on input line 92059. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.mode' on page 955 undefined on input line 92060. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.pool' on page 955 undefined on input line 92061. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.sdt' on page 955 undefined on input line 92062. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.user.name' on page 955 undefined on input line 92063. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.user.password' on page 955 undefined on input line 92064. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.ap i.token' on page 955 undefined on input line 92065. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.ga teway' on page 955 undefined on input line 92066. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.ga teway.verify' on page 955 undefined on input line 92067. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.mo de' on page 955 undefined on input line 92068. LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:pure.ta rget' on page 955 undefined on input line 92069. LaTeX Warning: Reference `reference/storage_dir:storage-dir-pool-conf:rsync.bwl imit' on page 955 undefined on input line 92070. Underfull \hbox (badness 10000) in paragraph at lines 92070--92071 []\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 955 undefined on input line 92071. Underfull \hbox (badness 10000) in paragraph at lines 92071--92072 []\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 92071--92072 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:rsync.bwlimit' on page 955 undefined on input line 92072. Underfull \hbox (badness 10000) in paragraph at lines 92072--92073 []\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_pure:storage-pure-pool-conf:rsync.b wlimit' on page 955 undefined on input line 92073. Underfull \hbox (badness 10000) in paragraph at lines 92073--92074 []\TU/UbuntuMono(0)/m/n/10.95 rsync.bwlimit \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 92073--92074 \TU/Ubuntu(0)/m/it/10.95 pure-pool- LaTeX Warning: Reference `reference/storage_dir:storage-dir-pool-conf:rsync.com pression' on page 955 undefined on input line 92074. Underfull \hbox (badness 10000) in paragraph at lines 92074--92075 []\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 955 undefined on input line 92075. Underfull \hbox (badness 10000) in paragraph at lines 92075--92076 []\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 92075--92076 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:rsync.compression' on page 955 undefined on input line 92076. Underfull \hbox (badness 10000) in paragraph at lines 92076--92077 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: LaTeX Warning: Reference `reference/storage_pure:storage-pure-pool-conf:rsync.c ompression' on page 955 undefined on input line 92077. Underfull \hbox (badness 10000) in paragraph at lines 92077--92078 []\TU/UbuntuMono(0)/m/n/10.95 rsync.compression \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 92077--92078 \TU/Ubuntu(0)/m/it/10.95 pure-pool- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sec urity.shared' on page 955 undefined on input line 92078. Underfull \hbox (badness 10000) in paragraph at lines 92078--92079 []\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 92078--92079 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:secur ity.shared' on page 955 undefined on input line 92079. Underfull \hbox (badness 10000) in paragraph at lines 92079--92080 []\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 92079--92080 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:securit y.shared' on page 955 undefined on input line 92080. Underfull \hbox (badness 10000) in paragraph at lines 92080--92081 []\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 92080--92081 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:securit y.shared' on page 955 undefined on input line 92081. Underfull \hbox (badness 10000) in paragraph at lines 92081--92082 []\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 92081--92082 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:security.shared' on page 955 undefined on input line 92082. Underfull \hbox (badness 10000) in paragraph at lines 92082--92083 []\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 92082--92083 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:secur ity.shared' on page 955 undefined on input line 92083. Underfull \hbox (badness 10000) in paragraph at lines 92083--92084 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 92083--92084 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:securit y.shared' on page 955 undefined on input line 92084. Underfull \hbox (badness 10000) in paragraph at lines 92084--92085 []\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 92084--92085 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sec urity.shifted' on page 955 undefined on input line 92085. Underfull \hbox (badness 10000) in paragraph at lines 92085--92086 []\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 92085--92086 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:secur ity.shifted' on page 955 undefined on input line 92086. Underfull \hbox (badness 10000) in paragraph at lines 92086--92087 []\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 92086--92087 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s ecurity.shifted' on page 955 undefined on input line 92087. Underfull \hbox (badness 10000) in paragraph at lines 92087--92088 []\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 92087--92088 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `LastPage' on page 955 undefined on input line 92088. [955] LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:securit y.shifted' on page 956 undefined on input line 92088. Underfull \hbox (badness 10000) in paragraph at lines 92088--92089 []\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 92088--92089 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:securit y.shifted' on page 956 undefined on input line 92089. Underfull \hbox (badness 10000) in paragraph at lines 92089--92090 []\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 92089--92090 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:security.shifted' on page 956 undefined on input line 92090. Underfull \hbox (badness 5008) in paragraph at lines 92090--92091 []\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 92090--92091 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:secur ity.shifted' on page 956 undefined on input line 92091. Underfull \hbox (badness 10000) in paragraph at lines 92091--92092 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \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 92091--92092 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:securit y.shifted' on page 956 undefined on input line 92092. Underfull \hbox (badness 10000) in paragraph at lines 92092--92093 []\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 92092--92093 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sec urity.unmapped' on page 956 undefined on input line 92093. Underfull \hbox (badness 10000) in paragraph at lines 92093--92094 []\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 92093--92094 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:secur ity.unmapped' on page 956 undefined on input line 92094. Underfull \hbox (badness 10000) in paragraph at lines 92094--92095 []\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 92094--92095 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s ecurity.unmapped' on page 956 undefined on input line 92095. Underfull \hbox (badness 10000) in paragraph at lines 92095--92096 []\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 92095--92096 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:securit y.unmapped' on page 956 undefined on input line 92096. Underfull \hbox (badness 10000) in paragraph at lines 92096--92097 []\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 92096--92097 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:securit y.unmapped' on page 956 undefined on input line 92097. Underfull \hbox (badness 10000) in paragraph at lines 92097--92098 []\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 92097--92098 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:security.unmapped' on page 956 undefined on input line 92098. Underfull \hbox (badness 10000) in paragraph at lines 92098--92099 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92098--92099 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:secur ity.unmapped' on page 956 undefined on input line 92099. Underfull \hbox (badness 10000) in paragraph at lines 92099--92100 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \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 92099--92100 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:securit y.unmapped' on page 956 undefined on input line 92100. Underfull \hbox (badness 10000) in paragraph at lines 92100--92101 []\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 92100--92101 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-bucket-conf:siz e' on page 956 undefined on input line 92101. Underfull \hbox (badness 10000) in paragraph at lines 92101--92102 []\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 92101--92102 \TU/Ubuntu(0)/m/it/10.95 btrfs-bucket- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:size' on page 956 undefined on input line 92102. Underfull \hbox (badness 10000) in paragraph at lines 92102--92103 []\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 92102--92103 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:siz e' on page 956 undefined on input line 92103. Underfull \hbox (badness 10000) in paragraph at lines 92103--92104 []\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 92103--92104 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:size' on page 956 undefined on input line 92104. Underfull \hbox (badness 10000) in paragraph at lines 92104--92105 []\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 92104--92105 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s ize' on page 956 undefined on input line 92105. Underfull \hbox (badness 10000) in paragraph at lines 92105--92106 []\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 92105--92106 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-bucke t-conf:size' on page 956 undefined on input line 92106. Underfull \hbox (badness 10000) in paragraph at lines 92106--92107 []\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 92106--92107 \TU/Ubuntu(0)/m/it/10.95 cephobject- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:size' o n page 956 undefined on input line 92107. Underfull \hbox (badness 10000) in paragraph at lines 92107--92108 []\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 92107--92108 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-bucket-conf:size' o n page 956 undefined on input line 92108. Underfull \hbox (badness 10000) in paragraph at lines 92108--92109 \TU/Ubuntu(0)/m/it/10.95 lvm-bucket- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:size' on page 956 undefined on input line 92109. Underfull \hbox (badness 10000) in paragraph at lines 92109--92110 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:size' o n page 956 undefined on input line 92110. Underfull \hbox (badness 10000) in paragraph at lines 92110--92111 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:size' on page 956 undefined on input line 92111. Underfull \hbox (badness 10000) in paragraph at lines 92111--92112 []\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 92111--92112 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:size' on page 956 undefined on input line 92112. Underfull \hbox (badness 10000) in paragraph at lines 92112--92113 []\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 92112--92113 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-bucket-conf:size' o n page 956 undefined on input line 92113. Underfull \hbox (badness 10000) in paragraph at lines 92113--92114 \TU/Ubuntu(0)/m/it/10.95 zfs-bucket- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:size' on page 956 undefined on input line 92114. Underfull \hbox (badness 10000) in paragraph at lines 92114--92115 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- LaTeX Warning: Reference `LastPage' on page 956 undefined on input line 92115. [956] LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:size' o n page 957 undefined on input line 92115. Underfull \hbox (badness 10000) in paragraph at lines 92115--92116 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sna pshots.expiry' on page 957 undefined on input line 92116. Underfull \hbox (badness 10000) in paragraph at lines 92116--92117 []\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 92116--92117 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:snaps hots.expiry' on page 957 undefined on input line 92117. Underfull \hbox (badness 10000) in paragraph at lines 92117--92118 []\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 92117--92118 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s napshots.expiry' on page 957 undefined on input line 92118. Underfull \hbox (badness 10000) in paragraph at lines 92118--92119 []\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 92118--92119 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:snapsho ts.expiry' on page 957 undefined on input line 92119. Underfull \hbox (badness 10000) in paragraph at lines 92119--92120 []\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 92119--92120 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:snapsho ts.expiry' on page 957 undefined on input line 92120. Underfull \hbox (badness 10000) in paragraph at lines 92120--92121 []\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 92120--92121 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:snapshots.expiry' on page 957 undefined on input line 92121. Underfull \hbox (badness 5008) in paragraph at lines 92121--92122 []\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 92121--92122 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:snaps hots.expiry' on page 957 undefined on input line 92122. Underfull \hbox (badness 10000) in paragraph at lines 92122--92123 []\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 92122--92123 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:snapsho ts.expiry' on page 957 undefined on input line 92123. Underfull \hbox (badness 10000) in paragraph at lines 92123--92124 []\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 92123--92124 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sna pshots.pattern' on page 957 undefined on input line 92124. Underfull \hbox (badness 10000) in paragraph at lines 92124--92125 []\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 92124--92125 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:snaps hots.pattern' on page 957 undefined on input line 92125. Underfull \hbox (badness 10000) in paragraph at lines 92125--92126 []\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 92125--92126 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s napshots.pattern' on page 957 undefined on input line 92126. Underfull \hbox (badness 10000) in paragraph at lines 92126--92127 []\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 92126--92127 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:snapsho ts.pattern' on page 957 undefined on input line 92127. Underfull \hbox (badness 10000) in paragraph at lines 92127--92128 []\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 92127--92128 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:snapsho ts.pattern' on page 957 undefined on input line 92128. Underfull \hbox (badness 10000) in paragraph at lines 92128--92129 []\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 92128--92129 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:snapshots.pattern' on page 957 undefined on input line 92129. Underfull \hbox (badness 10000) in paragraph at lines 92129--92130 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92129--92130 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:snaps hots.pattern' on page 957 undefined on input line 92130. Underfull \hbox (badness 10000) in paragraph at lines 92130--92131 []\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 92130--92131 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:snapsho ts.pattern' on page 957 undefined on input line 92131. Underfull \hbox (badness 10000) in paragraph at lines 92131--92132 []\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 92131--92132 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sna pshots.schedule' on page 957 undefined on input line 92132. Underfull \hbox (badness 10000) in paragraph at lines 92132--92133 []\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 92132--92133 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:snaps hots.schedule' on page 957 undefined on input line 92133. Underfull \hbox (badness 10000) in paragraph at lines 92133--92134 []\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 92133--92134 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s napshots.schedule' on page 957 undefined on input line 92134. Underfull \hbox (badness 10000) in paragraph at lines 92134--92135 []\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 92134--92135 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:snapsho ts.schedule' on page 957 undefined on input line 92135. Underfull \hbox (badness 10000) in paragraph at lines 92135--92136 []\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 92135--92136 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:snapsho ts.schedule' on page 957 undefined on input line 92136. Underfull \hbox (badness 10000) in paragraph at lines 92136--92137 []\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 92136--92137 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:snapshots.schedule' on page 957 undefined on input line 92137. Underfull \hbox (badness 10000) in paragraph at lines 92137--92138 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92137--92138 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:snaps hots.schedule' on page 957 undefined on input line 92138. Underfull \hbox (badness 10000) in paragraph at lines 92138--92139 []\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 92138--92139 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 92138--92139 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:snapsho ts.schedule' on page 957 undefined on input line 92139. Underfull \hbox (badness 10000) in paragraph at lines 92139--92140 []\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 92139--92140 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:sourc e' on page 957 undefined on input line 92140. Underfull \hbox (badness 10000) in paragraph at lines 92140--92141 []\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 92140--92141 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- LaTeX Warning: Reference `LastPage' on page 957 undefined on input line 92141. [957] LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:source' on page 958 undefined on input line 92141. Underfull \hbox (badness 10000) in paragraph at lines 92141--92142 []\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 92141--92142 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:sou rce' on page 958 undefined on input line 92142. Underfull \hbox (badness 10000) in paragraph at lines 92142--92143 []\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 92142--92143 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- LaTeX Warning: Reference `reference/storage_dir:storage-dir-pool-conf:source' o n page 958 undefined on input line 92143. Underfull \hbox (badness 10000) in paragraph at lines 92143--92144 []\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 958 undefined on input line 92144. Underfull \hbox (badness 10000) in paragraph at lines 92144--92145 []\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 92144--92145 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:source' o n page 958 undefined on input line 92145. Underfull \hbox (badness 10000) in paragraph at lines 92145--92146 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:sourc e.wipe' on page 958 undefined on input line 92146. Underfull \hbox (badness 10000) in paragraph at lines 92146--92147 []\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 92146--92147 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:source.wi pe' on page 958 undefined on input line 92147. Underfull \hbox (badness 10000) in paragraph at lines 92147--92148 []\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 92147--92148 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:source.wi pe' on page 958 undefined on input line 92148. Underfull \hbox (badness 10000) in paragraph at lines 92148--92149 []\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 958 undefined on input line 92149. Underfull \hbox (badness 10000) in paragraph at lines 92149--92150 []\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 92149--92150 \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 958 undefined on input line 92150. Underfull \hbox (badness 10000) in paragraph at lines 92150--92151 []\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 92150--92151 \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 958 undefined on input line 92151. Underfull \hbox (badness 10000) in paragraph at lines 92151--92152 []\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 92151--92152 \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 958 undefined on input line 92152. Underfull \hbox (badness 10000) in paragraph at lines 92152--92153 []\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 92152--92153 \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 958 undefined on input line 92153. Underfull \hbox (badness 10000) in paragraph at lines 92153--92154 []\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 92153--92154 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:volatile.idmap.last' on page 958 undefined on input line 92154. Underfull \hbox (badness 10000) in paragraph at lines 92154--92155 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92154--92155 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:volat ile.idmap.last' on page 958 undefined on input line 92155. Underfull \hbox (badness 10000) in paragraph at lines 92155--92156 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Pure Storage - Underfull \hbox (badness 10000) in paragraph at lines 92155--92156 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 92155--92156 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:volatil e.idmap.last' on page 958 undefined on input line 92156. Underfull \hbox (badness 10000) in paragraph at lines 92156--92157 []\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 92156--92157 \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 958 undefined on input line 92157. Underfull \hbox (badness 10000) in paragraph at lines 92157--92158 []\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 92157--92158 \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 958 undefined on input line 92158. Underfull \hbox (badness 10000) in paragraph at lines 92158--92159 []\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 92158--92159 \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 958 undefined on input line 92159. Underfull \hbox (badness 10000) in paragraph at lines 92159--92160 []\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 92159--92160 \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 958 undefined on input line 92160. Underfull \hbox (badness 10000) in paragraph at lines 92160--92161 []\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 92160--92161 \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 958 undefined on input line 92161. Underfull \hbox (badness 10000) in paragraph at lines 92161--92162 []\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 92161--92162 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:volatile.idmap.next' on page 958 undefined on input line 92162. Underfull \hbox (badness 10000) in paragraph at lines 92162--92163 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92162--92163 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:volat ile.idmap.next' on page 958 undefined on input line 92163. Underfull \hbox (badness 10000) in paragraph at lines 92163--92164 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Pure Storage - Underfull \hbox (badness 10000) in paragraph at lines 92163--92164 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 92163--92164 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:volatil e.idmap.next' on page 958 undefined on input line 92164. Underfull \hbox (badness 10000) in paragraph at lines 92164--92165 []\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 92164--92165 \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 958 undefined on input line 92165. Underfull \hbox (badness 10000) in paragraph at lines 92165--92166 []\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 92165--92166 \TU/Ubuntu(0)/m/it/10.95 ceph: Underfull \hbox (badness 10000) in paragraph at lines 92165--92166 \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 958 undefined on input line 92166. Underfull \hbox (badness 10000) in paragraph at lines 92166--92167 []\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 92166--92167 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- LaTeX Warning: Reference `LastPage' on page 958 undefined on input line 92167. [958] LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:volatile.pool.pristine' on page 959 undefined on input line 92167. Underfull \hbox (badness 10000) in paragraph at lines 92167--92168 \TU/Ubuntu(0)/m/it/10.95 class="literal">cephobject: Underfull \hbox (badness 10000) in paragraph at lines 92167--92168 \TU/Ubuntu(0)/m/it/10.95 cephobject- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:vol atile.uuid' on page 959 undefined on input line 92168. Underfull \hbox (badness 10000) in paragraph at lines 92168--92169 []\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 92168--92169 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:volat ile.uuid' on page 959 undefined on input line 92169. Underfull \hbox (badness 10000) in paragraph at lines 92169--92170 []\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 92169--92170 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:v olatile.uuid' on page 959 undefined on input line 92170. Underfull \hbox (badness 10000) in paragraph at lines 92170--92171 []\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 92170--92171 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:volatil e.uuid' on page 959 undefined on input line 92171. Underfull \hbox (badness 10000) in paragraph at lines 92171--92172 []\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 92171--92172 \TU/Ubuntu(0)/m/it/10.95 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:volatil e.uuid' on page 959 undefined on input line 92172. Underfull \hbox (badness 10000) in paragraph at lines 92172--92173 []\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 92172--92173 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:volatile.uuid' on page 959 undefined on input line 92173. Underfull \hbox (badness 10000) in paragraph at lines 92173--92174 []\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 92173--92174 \TU/Ubuntu(0)/m/it/10.95 powerflex- LaTeX Warning: Reference `reference/storage_pure:storage-pure-volume-conf:volat ile.uuid' on page 959 undefined on input line 92174. Underfull \hbox (badness 10000) in paragraph at lines 92174--92175 []\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 92174--92175 \TU/Ubuntu(0)/m/it/10.95 pure-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:volatil e.uuid' on page 959 undefined on input line 92175. Underfull \hbox (badness 10000) in paragraph at lines 92175--92176 []\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 92175--92176 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:volume.size' on page 959 undefined on input line 92176. Underfull \hbox (badness 10000) in paragraph at lines 92176--92177 []\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 959 undefined on input line 92177. Underfull \hbox (badness 10000) in paragraph at lines 92177--92178 []\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 92177--92178 \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 959 undefined on input line 92178. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.blo cksize' on page 959 undefined on input line 92179. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.clone _copy' on page 959 undefined on input line 92180. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.del egate' on page 959 undefined on input line 92181. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.expor t' on page 959 undefined on input line 92182. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.pool_ name' on page 959 undefined on input line 92183. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.rem ove_snapshots' on page 959 undefined on input line 92184. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.res erve_space' on page 959 undefined on input line 92185. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.use _refquota' on page 959 undefined on input line 92186. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.aio-max-nr' on pa ge 959 undefined on input line 92189. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.inotify.max_queue d_events' on page 959 undefined on input line 92190. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.inotify.max_user_ instances' on page 959 undefined on input line 92191. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.inotify.max_user_ watches' on page 959 undefined on input line 92192. LaTeX Warning: Reference `reference/server_settings:sysctl:kernel.dmesg_restric t' on page 959 undefined on input line 92193. LaTeX Warning: Reference `reference/server_settings:sysctl:kernel.keys.maxbytes ' on page 959 undefined on input line 92194. LaTeX Warning: Reference `reference/server_settings:sysctl:kernel.keys.maxkeys' on page 959 undefined on input line 92195. LaTeX Warning: Reference `reference/server_settings:sysctl:net.core.bpf_jit_lim it' on page 959 undefined on input line 92196. LaTeX Warning: Reference `reference/server_settings:sysctl:net.ipv4.neigh.defau lt.gc_thresh3' on page 959 undefined on input line 92197. LaTeX Warning: Reference `reference/server_settings:sysctl:net.ipv6.neigh.defau lt.gc_thresh3' on page 959 undefined on input line 92198. LaTeX Warning: Reference `reference/server_settings:sysctl:vm.max_map_count' on page 959 undefined on input line 92199. LaTeX Warning: Reference `LastPage' on page 959 undefined on input line 92200. [959] 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 92204 . ) (see the transcript file for additional information) Output written on canonical-lxd.pdf (960 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 398 []\TU/Ubuntu(0)/m/n/10.95 281 Overfull \hbox (1.55487pt too wide) detected at line 477 []\TU/Ubuntu(0)/m/n/10.95 325 Overfull \hbox (1.55487pt too wide) detected at line 567 []\TU/Ubuntu(0)/m/n/10.95 349 Overfull \hbox (1.55487pt too wide) detected at line 577 []\TU/Ubuntu(0)/m/n/10.95 352 Overfull \hbox (1.55487pt too wide) detected at line 608 []\TU/Ubuntu(0)/m/n/10.95 362 Overfull \hbox (1.55487pt too wide) detected at line 634 []\TU/Ubuntu(0)/m/n/10.95 375 Overfull \hbox (1.55487pt too wide) detected at line 670 []\TU/Ubuntu(0)/m/n/10.95 390 Overfull \hbox (1.55487pt too wide) detected at line 733 []\TU/Ubuntu(0)/m/n/10.95 406 Overfull \hbox (1.55487pt too wide) detected at line 953 []\TU/Ubuntu(0)/m/n/10.95 610 Overfull \hbox (1.55487pt too wide) detected at line 963 []\TU/Ubuntu(0)/m/n/10.95 617 Overfull \hbox (1.55487pt too wide) detected at line 981 []\TU/Ubuntu(0)/m/n/10.95 626 Overfull \hbox (1.55487pt too wide) detected at line 1450 []\TU/Ubuntu(0)/m/n/10.95 694 Overfull \hbox (1.55487pt too wide) detected at line 3065 []\TU/Ubuntu(0)/m/n/10.95 922 ) [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] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [13] [14] [15] [16] [17] [18] [19] [20] Chapter 2. [21] [22] [23] [24] [25] [26] [27] [28] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/b/it' undefined (Font) using `TU/Ubuntu(0)/b/n' instead on input line 2243. [29] [30] [31] Underfull \vbox (badness 5331) detected at line 2470 [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/sc' undefined (Font) using `TU/Ubuntu(0)/m/n' instead on input line 3368. [44] [45] [46] [47] Underfull \hbox (badness 10000) in paragraph at lines 3718--3721 [][][][][]$[][][][][] [] [] [] [][][][][] [] [][][][][][][][][] [] [][][] [] [] [][][][][] [] [][][][][] [] [][][][][][][][][][][][][][][][][][] [] [][][][][][ ][][][][][][][][][][][][][][][][][][] [] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] Underfull \hbox (badness 10000) in paragraph at lines 4559--4561 []\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 4624 [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [87] Missing character: There is no □ (U+25A1) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/UbuntuMono(0)/m/n/10.95 available Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 auto-attach on Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 auto-attach on Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/UbuntuMono(0)/m/n/10.95 available Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 attach on \TU/UbuntuMono(0)/m/n/10.95 pro Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 attach on Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/UbuntuMono(0)/m/n/10.95 unset Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 auto-attach on Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 attach on Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- [98] [99] Underfull \hbox (badness 10000) in paragraph at lines 7463--7465 []\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 [100] [101] [102] [103] [104] [105] Underfull \hbox (badness 7796) in paragraph at lines 7961--7965 \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 7961--7965 \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 [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [121] Underfull \hbox (badness 5862) in paragraph at lines 9253--9258 []\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[][] [122] [123] Underfull \hbox (badness 10000) in paragraph at lines 9447--9449 []\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 9447--9449 \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/ [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] Overfull \vbox (3.16386pt too high) detected at line 10488 [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] Overfull \hbox (344.8309pt too wide) in paragraph at lines 12269--12272 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][][][][][][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][][ ][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (350.30591pt too wide) in paragraph at lines 12269--12272 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (350.30591pt too wide) in paragraph at lines 12269--12272 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (344.8309pt too wide) in paragraph at lines 12269--12272 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+ [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] Underfull \hbox (badness 5862) in paragraph at lines 15280--15285 []\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[][] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] Underfull \hbox (badness 10000) in paragraph at lines 16092--16096 []\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 16092--16096 [][]\TU/UbuntuMono(0)/m/n/10.95 target= \TU/Ubuntu(0)/m/sc/10.9 5 flag and the appropriate configuration for the member. [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] Underfull \hbox (badness 10000) in paragraph at lines 17004--17006 []\TU/Ubuntu(0)/m/sc/10.95 The \TU/UbuntuMono(0)/m/n/10.95 "destination_port" \ TU/Ubuntu(0)/m/sc/10.95 and \TU/UbuntuMono(0)/m/n/10.95 "source_port" \TU/Ubunt u(0)/m/sc/10.95 properties and \TU/UbuntuMono(0)/m/n/10.95 "icmp_code" \TU/Ubun tu(0)/m/sc/10.95 and [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] Overfull \vbox (1.84038pt too high) detected at line 19662 [252] [253] [254] Underfull \hbox (badness 10000) in paragraph at lines 19857--19860 []\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 407[]) was set to [255] [256] [257] Underfull \hbox (badness 10000) in paragraph at lines 19986--19986 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 20019--20019 []\TU/UbuntuMono(0)/m/n/10.95 network. Underfull \hbox (badness 10000) in paragraph at lines 20048--20048 []\TU/UbuntuMono(0)/m/n/10.95 peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 20077--20077 []\TU/UbuntuMono(0)/m/n/10.95 peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 20106--20106 []\TU/UbuntuMono(0)/m/n/10.95 user. [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] Missing character: There is no ● (U+25CF) in font [UbuntuMono-R.ttf]/OT:script= latn;language=dflt;color=FFFFFFFF ;! [268] Overfull \hbox (218.90572pt too wide) in paragraph at lines 20911--20914 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][] [][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][ ][][]+| Overfull \hbox (224.38072pt too wide) in paragraph at lines 20911--20914 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][] [][][]+| Overfull \hbox (218.90572pt too wide) in paragraph at lines 20911--20914 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][] [][][]+ [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] Overfull \hbox (1149.65471pt too wide) in paragraph at lines 22499--22501 \TU/UbuntuMono(1)/m/n/10.95 ZXJ2ZXJfbmFtZSI6InJwaTAxIiwiZmluZ2VycHJpbnQiOiIyNjZ jZmExZDk0ZDZiMjk2Nzk0YjU0YzJlYzdjOTMwNDA5ZjIzNjdmNmM1YjRhZWVjOGM0YjAxYTc2NjU0Mj gxIiwiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiJmZGI1OTgyNjgxN TQ2ZGQyNGE2ZGE0Mzg5MTUyOGM1ZGUxNWNmYmQ5M2M3OTU3ODNkNGI5OGU4MTQ4MWMzNmUwIn0=All [284] [285] [286] Overfull \hbox (1123.83167pt too wide) in paragraph at lines 22689--22689 [][]\TU/UbuntuMono(0)/m/n/10.95 eyJzZXJ2ZXJfbmFtZSI6Im5vZGUyIiwiZmluZ2VycHJpbnQ iOiJjZjlmNmVhMWIzYjhiNjgxNzQ1YTY1NTY2YjM3ZGUwOTUzNjRmM2MxMDAwMGNjZWQyOTk5NDU5Yz Y2MGIxNWQ4IiwiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiIxNGJmY 2EzMDhkOTNhY2E3MGJmYThkMzE0NWM4NWY3YmE0ZmU1YmYyNmJiNDhmMmUwNzhhOGZhMDczZDc0YTFi In0=| [287] [288] Overfull \hbox (317.45587pt too wide) in paragraph at lines 22836--22839 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][][][][]+[][][][][][][][][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][] [][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][] [][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22836--22839 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22836--22839 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22836--22839 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (317.45587pt too wide) in paragraph at lines 22836--22839 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+ [289] [290] [291] [292] [293] Underfull \hbox (badness 10000) in paragraph at lines 23100--23103 []\TU/Ubuntu(0)/m/sc/10.95 You can pass only the member-specific configuration keys \TU/UbuntuMono(0)/m/n/10.95 bridge. [294] [295] [296] [297] [298] [299] Underfull \hbox (badness 5105) in paragraph at lines 23588--23593 \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 ). [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313] Underfull \hbox (badness 10000) in paragraph at lines 24455--24457 []\TU/Ubuntu(0)/m/sc/10.95 Use the following command to instruct LXD to move al l occurrences of [314] [315] Underfull \hbox (badness 10000) in paragraph at lines 24573--24575 []\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:// [316] [317] [318] Underfull \hbox (badness 6510) in paragraph at lines 24638--24640 []\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/ [319] [320] [321] [322] [323] [324] Overfull \hbox (175.10571pt too wide) in paragraph at lines 24977--24991 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][] [][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+ | Overfull \hbox (180.58072pt too wide) in paragraph at lines 24977--24991 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] +| Overfull \hbox (180.58072pt too wide) in paragraph at lines 24977--24991 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] +| Overfull \hbox (175.10571pt too wide) in paragraph at lines 24977--24991 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] + [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] Underfull \hbox (badness 7397) in paragraph at lines 25958--25961 []\TU/Ubuntu(0)/m/sc/10.95 If you plan to use the OverlayFS storage driver in D ocker, you should also set [337] Overfull \hbox (135.14801pt too wide) in paragraph at lines 26064--26067 [][][][][]$[][][][][] [] [] [] [][][][][][][] [] [][][][][][][][][][][][][][][] [] [][][] [] [] [] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [338] [339] [340] Underfull \hbox (badness 10000) in paragraph at lines 26371--26371 []\TU/Ubuntu(0)/b/it/10.95 API exten- Underfull \hbox (badness 10000) in paragraph at lines 26371--26371 []\TU/UbuntuMono(0)/m/n/10.95 doc/api[]extensions.md\TU/Ubuntu(0)/m/sc/10.95 , \TU/UbuntuMono(0)/m/n/10.95 shared/ Underfull \hbox (badness 10000) in paragraph at lines 26371--26371 []\TU/Ubuntu(0)/b/it/10.95 Documenta- Underfull \hbox (badness 10000) in paragraph at lines 26371--26371 []\TU/Ubuntu(0)/b/it/10.95 Go client [341] [342] [343] [344] [345] Underfull \hbox (badness 10000) in paragraph at lines 26778--26781 [][][][][]$[][][][][] [] [] [] [][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [][][ ][][][][][][][][][][][][][][][][] [] [][][] [] [346] [347] [348] [349] Chapter 3. [350] [351] [352] [353] Overfull \hbox (3.24397pt too wide) in paragraph at lines 27316--27316 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 27316--27316 []\TU/FreeSans(0)/m/n/10.95 De- Underfull \hbox (badness 10000) in paragraph at lines 27316--27316 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (8.24812pt too wide) in paragraph at lines 27316--27316 []\TU/Ubuntu(0)/m/sc/10.95 string| Underfull \hbox (badness 10000) in paragraph at lines 27316--27316 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (8.24812pt too wide) in paragraph at lines 27316--27316 []\TU/Ubuntu(0)/m/sc/10.95 string| Underfull \hbox (badness 10000) in paragraph at lines 27316--27316 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (1.71097pt too wide) in paragraph at lines 27316--27316 []\TU/Ubuntu(0)/m/sc/10.95 bool| [354] Underfull \hbox (badness 10000) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 Direc- Overfull \hbox (2.6934pt too wide) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 Btrfs| Overfull \hbox (2.65097pt too wide) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 LVM| Overfull \hbox (2.43083pt too wide) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 Ceph Underfull \hbox (badness 10000) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 Dell Power- Underfull \hbox (badness 10000) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 Pure Stor- [355] Underfull \hbox (badness 5533) in paragraph at lines 27624--27626 []\TU/Ubuntu(0)/m/sc/10.95 Directly on an instance: [][]\TU/UbuntuMono(0)/m/it/ 10.95 lxc launch [][]storage [356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] Underfull \vbox (badness 10000) detected at line 28568 Underfull \vbox (badness 10000) detected at line 28568 [368] [369] [370] [371] [372] [373] [374] [375] [376] Underfull \hbox (badness 10000) in paragraph at lines 29179--29179 []\TU/FreeSans(0)/m/n/10.95 Auto- Overfull \hbox (7.23807pt too wide) in paragraph at lines 29179--29179 []\TU/UbuntuMono(0)/m/n/10.95 database[]leader| Overfull \hbox (12.71307pt too wide) in paragraph at lines 29179--29179 []\TU/UbuntuMono(0)/m/n/10.95 database[]standby| [377] [378] Underfull \hbox (badness 5260) in paragraph at lines 29378--29384 []\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. [379] Underfull \hbox (badness 10000) in paragraph at lines 29386--29392 []\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. [380] [381] [382] [383] [384] Overfull \hbox (7.46788pt too wide) in paragraph at lines 29908--29908 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 29908--29908 []\TU/FreeSans(0)/m/n/10.95 De- Overfull \hbox (0.86389pt too wide) in paragraph at lines 29908--29908 \TU/FreeSans(0)/m/n/10.95 fault| Underfull \hbox (badness 10000) in paragraph at lines 29908--29908 []\TU/FreeSans(0)/m/n/10.95 Re- Overfull \hbox (5.03206pt too wide) in paragraph at lines 29908--29908 \TU/FreeSans(0)/m/n/10.95 quired| Underfull \hbox (badness 10000) in paragraph at lines 29908--29908 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (5.93488pt too wide) in paragraph at lines 29908--29908 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 29908--29908 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 29908--29908 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- Underfull \hbox (badness 10000) in paragraph at lines 29908--29908 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (4.72388pt too wide) in paragraph at lines 29908--29908 \TU/UbuntuMono(0)/m/n/10.95 ipv4_filtering| Overfull \hbox (5.93488pt too wide) in paragraph at lines 29908--29908 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 29908--29908 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 29908--29908 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- Underfull \hbox (badness 10000) in paragraph at lines 29908--29908 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (4.72388pt too wide) in paragraph at lines 29908--29908 \TU/UbuntuMono(0)/m/n/10.95 ipv6_filtering| Overfull \hbox (5.93488pt too wide) in paragraph at lines 29908--29908 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 29908--29908 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 29908--29908 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- [385] [386] [387] [388] Underfull \hbox (badness 5817) in paragraph at lines 30092--30098 \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 30092--30098 \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. [389] [390] Chapter 4. [391] [392] [393] [394] [395] Underfull \hbox (badness 10000) in paragraph at lines 30804--30807 [][][][][]$[][][][][] [] [] [] [][][][][][][][][][][][][] [] [][][][][][] [] [] [][] [] [][][][][][][][][] [] [][][][][][] [] [][][][][][][] [] [][][][][][][][ ][][] [] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [396] [397] [398] [399] Underfull \hbox (badness 10000) in paragraph at lines 31189--31189 []\TU/FreeSans(0)/m/n/10.95 Vari- Underfull \hbox (badness 10000) in paragraph at lines 31189--31189 []\TU/UbuntuMono(0)/m/n/10.95 trig- Underfull \hbox (badness 10000) in paragraph at lines 31189--31189 []\TU/UbuntuMono(0)/m/n/10.95 in- Underfull \hbox (badness 10000) in paragraph at lines 31189--31189 []\TU/UbuntuMono(0)/m/n/10.95 de- Overfull \hbox (51.51558pt too wide) in paragraph at lines 31189--31189 []\TU/UbuntuMono(0)/m/n/10.95 map[string]map[string]string| Underfull \hbox (badness 10000) in paragraph at lines 31189--31189 []\TU/UbuntuMono(0)/m/n/10.95 prop- [400] 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 32034--32034 []\TU/FreeSans(0)/m/n/10.95 OS Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 \TU/FreeSans(0)/m/n/10.95 ven- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 OS ver- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 OS Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 \TU/FreeSans(0)/m/n/10.95 sup- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 [][][]\TU/FreeSans(0)/m/it/10.95 LXD agent[][] Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 VirtIO- Overfull \hbox (1.76984pt too wide) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 VirtIO- Overfull \hbox (12.63136pt too wide) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 NVMe| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 CSM Overfull \hbox (7.55548pt too wide) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 UEFI| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 Se- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 \TU/FreeSans(0)/m/n/10.95 cure Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\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 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Red Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 RHEL Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Red Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 SLES 12 Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 SLES 15 Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 20.04.6 Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 22.04.4 Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 24.04.1 Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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;! [401] 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;! [402] [403] Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! 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 32289--32289 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 32289--32289 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 32289--32289 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 32289--32289 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 32289--32289 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 32289--32289 []\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;! [404] [405] [406] Underfull \hbox (badness 10000) in paragraph at lines 32708--32708 []\TU/UbuntuMono(0)/m/n/10.95 core. [407] Underfull \hbox (badness 10000) in paragraph at lines 32740--32740 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32769--32769 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32805--32805 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32834--32834 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32866--32866 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32876--32882 []\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 32902--32902 []\TU/UbuntuMono(0)/m/n/10.95 core. [408] Underfull \hbox (badness 10000) in paragraph at lines 32934--32934 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32963--32963 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32992--32992 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33021--33021 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33053--33053 []\TU/UbuntuMono(0)/m/n/10.95 core. [409] Underfull \hbox (badness 10000) in paragraph at lines 33089--33089 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33118--33118 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33150--33150 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33182--33182 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33221--33221 []\TU/UbuntuMono(0)/m/n/10.95 core. [410] Underfull \hbox (badness 10000) in paragraph at lines 33286--33286 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33322--33322 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33358--33358 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33387--33387 []\TU/UbuntuMono(0)/m/n/10.95 core. [411] Underfull \hbox (badness 10000) in paragraph at lines 33426--33426 []\TU/UbuntuMono(0)/m/n/10.95 acme. Underfull \hbox (badness 10000) in paragraph at lines 33459--33459 []\TU/UbuntuMono(0)/m/n/10.95 https://acme[]v02.api.letsencrypt.org/ Underfull \hbox (badness 10000) in paragraph at lines 33517--33517 []\TU/UbuntuMono(0)/m/n/10.95 acme. Underfull \hbox (badness 10000) in paragraph at lines 33584--33584 []\TU/UbuntuMono(0)/m/n/10.95 oidc.client. [412] Underfull \hbox (badness 10000) in paragraph at lines 33613--33613 []\TU/UbuntuMono(0)/m/n/10.95 oidc.client. Underfull \hbox (badness 10000) in paragraph at lines 33642--33642 []\TU/UbuntuMono(0)/m/n/10.95 oidc.groups. [413] Underfull \hbox (badness 10000) in paragraph at lines 33758--33758 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 33791--33791 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 33827--33827 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 33864--33864 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 33897--33897 []\TU/UbuntuMono(0)/m/n/10.95 cluster. [414] Underfull \hbox (badness 10000) in paragraph at lines 33934--33934 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 33971--33971 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 34046--34046 []\TU/UbuntuMono(0)/m/n/10.95 images. [415] Underfull \hbox (badness 10000) in paragraph at lines 34083--34083 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 34111--34111 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 34144--34144 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 34182--34182 []\TU/UbuntuMono(0)/m/n/10.95 loki.api. Underfull \hbox (badness 10000) in paragraph at lines 34211--34211 []\TU/UbuntuMono(0)/m/n/10.95 loki.api. [416] Underfull \hbox (badness 10000) in paragraph at lines 34243--34243 []\TU/UbuntuMono(0)/m/n/10.95 loki.auth. Underfull \hbox (badness 10000) in paragraph at lines 34272--34272 []\TU/UbuntuMono(0)/m/n/10.95 loki.auth. [417] Underfull \hbox (badness 10000) in paragraph at lines 34406--34406 []\TU/UbuntuMono(0)/m/n/10.95 lifecycle, Underfull \hbox (badness 10000) in paragraph at lines 34449--34449 []\TU/UbuntuMono(0)/m/n/10.95 backups. Underfull \hbox (badness 10000) in paragraph at lines 34481--34481 []\TU/UbuntuMono(0)/m/n/10.95 instances.migration. Underfull \hbox (badness 10000) in paragraph at lines 34517--34517 []\TU/UbuntuMono(0)/m/n/10.95 instances.nic. [418] Underfull \hbox (badness 10000) in paragraph at lines 34553--34553 []\TU/UbuntuMono(0)/m/n/10.95 instances.placement. Underfull \hbox (badness 10000) in paragraph at lines 34586--34586 []\TU/UbuntuMono(0)/m/n/10.95 maas.api. Underfull \hbox (badness 10000) in paragraph at lines 34615--34615 []\TU/UbuntuMono(0)/m/n/10.95 maas.api. Underfull \hbox (badness 10000) in paragraph at lines 34648--34648 []\TU/UbuntuMono(0)/m/n/10.95 maas. [419] Underfull \hbox (badness 5667) in paragraph at lines 34754--34760 []\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 34780--34780 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn. Underfull \hbox (badness 10000) in paragraph at lines 34787--34793 []\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 34813--34813 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn. Underfull \hbox (badness 10000) in paragraph at lines 34842--34842 []\TU/UbuntuMono(0)/m/n/10.95 storage. Underfull \hbox (badness 10000) in paragraph at lines 34874--34874 []\TU/UbuntuMono(0)/m/n/10.95 storage. [420] [421] [422] Underfull \hbox (badness 10000) in paragraph at lines 35145--35145 []\TU/UbuntuMono(0)/m/n/10.95 agent. Underfull \hbox (badness 10000) in paragraph at lines 35181--35181 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 35251--35251 []\TU/UbuntuMono(0)/m/n/10.95 linux. [423] Underfull \hbox (badness 10000) in paragraph at lines 35294--35294 []\TU/UbuntuMono(0)/m/n/10.95 linux.kernel_modules. Underfull \hbox (badness 10000) in paragraph at lines 35331--35331 []\TU/UbuntuMono(0)/m/n/10.95 linux.sysctl. Underfull \hbox (badness 10000) in paragraph at lines 35360--35360 []\TU/UbuntuMono(0)/m/n/10.95 ubuntu_pro. Underfull \hbox (badness 10000) in paragraph at lines 35395--35395 []\TU/UbuntuMono(0)/m/n/10.95 user. [424] Underfull \hbox (badness 10000) in paragraph at lines 35427--35427 []\TU/UbuntuMono(0)/m/n/10.95 environment. Underfull \hbox (badness 10000) in paragraph at lines 35466--35466 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 35504--35504 []\TU/UbuntuMono(0)/m/n/10.95 boot.autostart. Underfull \hbox (badness 10000) in paragraph at lines 35540--35540 []\TU/UbuntuMono(0)/m/n/10.95 boot.autostart. [425] Underfull \hbox (badness 10000) in paragraph at lines 35568--35568 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 35605--35605 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 35641--35641 []\TU/UbuntuMono(0)/m/n/10.95 boot.stop. Underfull \hbox (badness 10000) in paragraph at lines 35687--35687 []\TU/UbuntuMono(0)/m/n/10.95 cloud[]init. Underfull \hbox (badness 10000) in paragraph at lines 35723--35723 []\TU/UbuntuMono(0)/m/n/10.95 cloud[]init.ssh[]keys. [426] [427] Underfull \hbox (badness 10000) in paragraph at lines 35966--35966 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 36009--36009 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 36045--36045 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. [428] Underfull \hbox (badness 10000) in paragraph at lines 36088--36088 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 36132--36132 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 36172--36172 []\TU/UbuntuMono(0)/m/n/10.95 limits.disk. Underfull \hbox (badness 10000) in paragraph at lines 36211--36211 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. [429] Underfull \hbox (badness 10000) in paragraph at lines 36251--36251 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. Underfull \hbox (badness 10000) in paragraph at lines 36291--36291 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. Underfull \hbox (badness 10000) in paragraph at lines 36331--36331 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. [430] Underfull \hbox (badness 10000) in paragraph at lines 36415--36415 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 36456--36456 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 36496--36496 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 36533--36533 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory.swap. Underfull \hbox (badness 10000) in paragraph at lines 36574--36574 []\TU/UbuntuMono(0)/m/n/10.95 limits. [431] Underfull \hbox (badness 10000) in paragraph at lines 36610--36610 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. [432] [433] Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_FSIZE| Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_LOCKS| Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (16.63469pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_MEMLOCK| Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (11.1597pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_NOFILE| Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_NPROC| Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (11.1597pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_RTPRIO| Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (33.0597pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_SIGPENDING| [434] Underfull \hbox (badness 10000) in paragraph at lines 36910--36912 []\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 36962--36962 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental. [435] Underfull \hbox (badness 10000) in paragraph at lines 37002--37002 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory. Underfull \hbox (badness 10000) in paragraph at lines 37039--37039 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory. Underfull \hbox (badness 10000) in paragraph at lines 37122--37122 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.driver. [436] Underfull \hbox (badness 10000) in paragraph at lines 37126--37128 []\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 37158--37158 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.require. Underfull \hbox (badness 10000) in paragraph at lines 37194--37194 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.require. Underfull \hbox (badness 10000) in paragraph at lines 37234--37234 []\TU/UbuntuMono(0)/m/n/10.95 nvidia. Underfull \hbox (badness 10000) in paragraph at lines 37269--37269 []\TU/UbuntuMono(0)/m/n/10.95 raw. [437] Underfull \hbox (badness 10000) in paragraph at lines 37443--37443 []\TU/UbuntuMono(0)/m/n/10.95 raw. [438] [439] Underfull \hbox (badness 10000) in paragraph at lines 37609--37609 []\TU/UbuntuMono(0)/m/n/10.95 security.agent. [440] Underfull \hbox (badness 6493) in paragraph at lines 37693--37697 []\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 37734--37734 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. Underfull \hbox (badness 10000) in paragraph at lines 37777--37777 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. Underfull \hbox (badness 10000) in paragraph at lines 37821--37821 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. [441] Underfull \hbox (badness 10000) in paragraph at lines 37863--37863 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. Underfull \hbox (badness 10000) in paragraph at lines 37937--37937 []\TU/UbuntuMono(0)/m/n/10.95 security.devlxd. [442] Underfull \hbox (badness 10000) in paragraph at lines 38010--38010 []\TU/UbuntuMono(0)/m/n/10.95 security.idmap. Underfull \hbox (badness 10000) in paragraph at lines 38083--38083 []\TU/UbuntuMono(0)/m/n/10.95 security. Underfull \hbox (badness 6364) in paragraph at lines 38130--38136 []\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 38156--38156 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. [443] Underfull \hbox (badness 10000) in paragraph at lines 38193--38193 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. Underfull \hbox (badness 10000) in paragraph at lines 38229--38229 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. [444] Underfull \hbox (badness 10000) in paragraph at lines 38343--38343 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.policy. Underfull \hbox (badness 10000) in paragraph at lines 38380--38380 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.session. Underfull \hbox (badness 10000) in paragraph at lines 38417--38417 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.session. Underfull \hbox (badness 10000) in paragraph at lines 38450--38450 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 38487--38487 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. [445] Underfull \hbox (badness 10000) in paragraph at lines 38528--38528 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 38569--38569 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 38606--38606 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 38643--38643 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.bpf. Underfull \hbox (badness 10000) in paragraph at lines 38683--38683 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. [446] Underfull \hbox (badness 10000) in paragraph at lines 38723--38723 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 38756--38756 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. Underfull \hbox (badness 10000) in paragraph at lines 38792--38792 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. Underfull \hbox (badness 10000) in paragraph at lines 38832--38832 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. [447] Underfull \hbox (badness 10000) in paragraph at lines 38839--38845 []\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 38869--38869 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 38909--38909 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 38919--38925 []\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 38949--38949 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 38987--38987 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. [448] Underfull \hbox (badness 10000) in paragraph at lines 39023--39023 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 39063--39063 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 39073--39079 []\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 39099--39099 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule. [449] Underfull \hbox (badness 10000) in paragraph at lines 39152--39152 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 39180--39180 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 39205--39205 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 39230--39230 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 39258--39258 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. [450] Underfull \hbox (badness 10000) in paragraph at lines 39286--39286 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 39314--39314 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 39342--39342 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vdpa. Underfull \hbox (badness 10000) in paragraph at lines 39370--39370 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 39398--39398 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 39426--39426 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. [451] Underfull \hbox (badness 10000) in paragraph at lines 39454--39454 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 39482--39482 []\TU/UbuntuMono(0)/m/n/10.95 volatile. Underfull \hbox (badness 10000) in paragraph at lines 39507--39507 []\TU/UbuntuMono(0)/m/n/10.95 volatile. Underfull \hbox (badness 10000) in paragraph at lines 39563--39563 []\TU/UbuntuMono(0)/m/n/10.95 volatile.cloud[]init. Underfull \hbox (badness 10000) in paragraph at lines 39588--39588 []\TU/UbuntuMono(0)/m/n/10.95 volatile.evacuate. [452] Underfull \hbox (badness 10000) in paragraph at lines 39620--39620 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 39649--39649 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 39678--39678 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 39707--39707 []\TU/UbuntuMono(0)/m/n/10.95 volatile.last_state. Underfull \hbox (badness 10000) in paragraph at lines 39737--39737 []\TU/UbuntuMono(0)/m/n/10.95 volatile.last_state. [453] Underfull \hbox (badness 10000) in paragraph at lines 39790--39790 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid. Underfull \hbox (badness 10000) in paragraph at lines 39819--39819 []\TU/UbuntuMono(0)/m/n/10.95 volatile. [454] Underfull \hbox (badness 10000) in paragraph at lines 40121--40121 []\TU/UbuntuMono(0)/m/n/10.95 /dev/ Underfull \hbox (badness 10000) in paragraph at lines 40121--40121 []\TU/UbuntuMono(0)/m/n/10.95 /dev/ Underfull \hbox (badness 10000) in paragraph at lines 40121--40121 []\TU/UbuntuMono(0)/m/n/10.95 /dev/net/ [455] [456] [457] Underfull \hbox (badness 10000) in paragraph at lines 40411--40411 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 40475--40475 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 40507--40507 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [458] Underfull \hbox (badness 10000) in paragraph at lines 40571--40571 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. Underfull \hbox (badness 10000) in paragraph at lines 40635--40635 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 40667--40667 []\TU/UbuntuMono(0)/m/n/10.95 limits. [459] Underfull \hbox (badness 10000) in paragraph at lines 40739--40739 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 40768--40768 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [460] Underfull \hbox (badness 10000) in paragraph at lines 40928--40928 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. Underfull \hbox (badness 10000) in paragraph at lines 41035--41035 []\TU/UbuntuMono(0)/m/n/10.95 security. [461] [462] Underfull \hbox (badness 10000) in paragraph at lines 41313--41313 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 41342--41342 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [463] [464] [465] Underfull \hbox (badness 10000) in paragraph at lines 41660--41660 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 41689--41689 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 41853--41853 []\TU/UbuntuMono(0)/m/n/10.95 security. [466] [467] Underfull \hbox (badness 10000) in paragraph at lines 42065--42065 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 42094--42094 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [468] [469] [470] Underfull \hbox (badness 10000) in paragraph at lines 42520--42520 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 42581--42581 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. [471] Underfull \hbox (badness 10000) in paragraph at lines 42613--42613 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. Underfull \hbox (badness 10000) in paragraph at lines 42674--42674 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. [472] Underfull \hbox (badness 10000) in paragraph at lines 42840--42840 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 42876--42876 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 42909--42909 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 42945--42945 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [473] [474] Underfull \hbox (badness 10000) in paragraph at lines 43140--43140 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 43233--43233 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [475] [476] [477] Underfull \hbox (badness 10000) in paragraph at lines 43674--43674 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 43702--43702 []\TU/UbuntuMono(0)/m/n/10.95 limits. [478] Underfull \hbox (badness 10000) in paragraph at lines 43824--43824 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [479] [480] Underfull \hbox (badness 10000) in paragraph at lines 44050--44050 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 44082--44082 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. [481] Underfull \hbox (badness 10000) in paragraph at lines 44224--44224 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. Underfull \hbox (badness 10000) in paragraph at lines 44256--44256 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [482] Underfull \hbox (badness 10000) in paragraph at lines 44426--44426 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 44454--44454 []\TU/UbuntuMono(0)/m/n/10.95 limits. [483] Underfull \hbox (badness 10000) in paragraph at lines 44601--44601 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [484] [485] [486] [487] Underfull \hbox (badness 10000) in paragraph at lines 44932--44932 []\TU/UbuntuMono(0)/m/n/10.95 initial. [488] Underfull \hbox (badness 10000) in paragraph at lines 45086--45086 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 45155--45155 []\TU/UbuntuMono(0)/m/n/10.95 limits. [489] Underfull \hbox (badness 10000) in paragraph at lines 45300--45300 []\TU/UbuntuMono(0)/m/n/10.95 raw.mount. [490] [491] [492] [493] [494] [495] [496] [497] [498] [499] [500] [501] [502] Underfull \hbox (badness 10000) in paragraph at lines 47186--47186 []\TU/UbuntuMono(0)/m/n/10.95 mig. [503] [504] [505] [506] [507] [508] Underfull \hbox (badness 10000) in paragraph at lines 48062--48062 []\TU/UbuntuMono(0)/m/n/10.95 security. Underfull \hbox (badness 10000) in paragraph at lines 48095--48095 []\TU/UbuntuMono(0)/m/n/10.95 security. [509] [510] Underfull \hbox (badness 10000) in paragraph at lines 48268--48268 []\TU/UbuntuMono(0)/m/n/10.95 ownership. [511] [512] [513] [514] [515] [516] Underfull \hbox (badness 10000) in paragraph at lines 48994--48994 []\TU/UbuntuMono(0)/m/n/10.95 features.networks. Underfull \hbox (badness 10000) in paragraph at lines 49060--49060 []\TU/UbuntuMono(0)/m/n/10.95 features.storage. [517] Underfull \hbox (badness 10000) in paragraph at lines 49093--49093 []\TU/UbuntuMono(0)/m/n/10.95 features.storage. Underfull \hbox (badness 10000) in paragraph at lines 49178--49178 []\TU/UbuntuMono(0)/m/n/10.95 limits. [518] Underfull \hbox (badness 10000) in paragraph at lines 49234--49234 []\TU/UbuntuMono(0)/m/n/10.95 limits.disk.pool. Underfull \hbox (badness 10000) in paragraph at lines 49268--49268 []\TU/UbuntuMono(0)/m/n/10.95 limits. [519] Underfull \hbox (badness 10000) in paragraph at lines 49346--49346 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv4. Underfull \hbox (badness 10000) in paragraph at lines 49375--49375 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv6. Underfull \hbox (badness 10000) in paragraph at lines 49404--49404 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 49432--49432 []\TU/UbuntuMono(0)/m/n/10.95 limits. [520] Underfull \hbox (badness 10000) in paragraph at lines 49524--49524 []\TU/UbuntuMono(0)/m/n/10.95 restricted. Underfull \hbox (badness 10000) in paragraph at lines 49552--49552 []\TU/UbuntuMono(0)/m/n/10.95 restricted.cluster. Underfull \hbox (badness 10000) in paragraph at lines 49584--49584 []\TU/UbuntuMono(0)/m/n/10.95 restricted.cluster. [521] Underfull \hbox (badness 10000) in paragraph at lines 49617--49617 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 49651--49651 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 49684--49684 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 49717--49717 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 49725--49727 []\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[][] [522] Underfull \hbox (badness 10000) in paragraph at lines 49763--49763 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 49815--49815 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices.disk. Underfull \hbox (badness 10000) in paragraph at lines 49849--49849 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 49881--49881 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. [523] Underfull \hbox (badness 10000) in paragraph at lines 49913--49913 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 49959--49959 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 49991--49991 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 50023--50023 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. [524] Underfull \hbox (badness 10000) in paragraph at lines 50055--50055 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 50087--50087 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 50119--50119 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 50147--50147 []\TU/UbuntuMono(0)/m/n/10.95 restricted.idmap. Underfull \hbox (badness 10000) in paragraph at lines 50175--50175 []\TU/UbuntuMono(0)/m/n/10.95 restricted.idmap. Underfull \hbox (badness 10000) in paragraph at lines 50203--50203 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. [525] Underfull \hbox (badness 10000) in paragraph at lines 50239--50239 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 50275--50275 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 50307--50307 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 7238) in paragraph at lines 50317--50323 []\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 50339--50339 []\TU/UbuntuMono(0)/m/n/10.95 restricted. [526] Underfull \hbox (badness 10000) in paragraph at lines 50368--50368 []\TU/UbuntuMono(0)/m/n/10.95 restricted.virtual[]machines. Underfull \hbox (badness 10000) in paragraph at lines 50404--50404 []\TU/UbuntuMono(0)/m/n/10.95 backups. Underfull \hbox (badness 10000) in paragraph at lines 50458--50458 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 50487--50487 []\TU/UbuntuMono(0)/m/n/10.95 images. [527] Underfull \hbox (badness 10000) in paragraph at lines 50515--50515 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 50540--50540 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 50568--50568 []\TU/UbuntuMono(0)/m/n/10.95 user. [528] [529] [530] [531] Underfull \hbox (badness 10000) in paragraph at lines 51143--51143 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 51172--51172 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [532] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 51290. [533] Underfull \hbox (badness 10000) in paragraph at lines 51363--51363 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. [534] Underfull \hbox (badness 10000) in paragraph at lines 51429--51429 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 51466--51466 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 51495--51495 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 51528--51528 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 51561--51561 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. [535] Underfull \hbox (badness 10000) in paragraph at lines 51631--51631 []\TU/UbuntuMono(0)/m/n/10.95 cephfs.user. Underfull \hbox (badness 10000) in paragraph at lines 51693--51693 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [536] [537] Underfull \hbox (badness 10000) in paragraph at lines 51978--51978 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 52007--52007 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [538] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 52092. [539] Underfull \hbox (badness 10000) in paragraph at lines 52172--52172 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.bucket. Underfull \hbox (badness 10000) in paragraph at lines 52201--52201 []\TU/UbuntuMono(0)/m/n/10.95 cephobject. Underfull \hbox (badness 10000) in paragraph at lines 52230--52230 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw. Underfull \hbox (badness 10000) in paragraph at lines 52259--52259 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw. [540] Underfull \hbox (badness 10000) in paragraph at lines 52295--52295 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.user. Underfull \hbox (badness 10000) in paragraph at lines 52328--52328 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [541] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 52408. [542] Underfull \hbox (badness 10000) in paragraph at lines 52523--52523 []\TU/UbuntuMono(0)/m/n/10.95 ceph. Underfull \hbox (badness 10000) in paragraph at lines 52552--52552 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 52585--52585 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 52618--52618 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. [543] Underfull \hbox (badness 10000) in paragraph at lines 52647--52647 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 52684--52684 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 52720--52720 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 52756--52756 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 52789--52789 []\TU/UbuntuMono(0)/m/n/10.95 ceph.user. [544] Underfull \hbox (badness 10000) in paragraph at lines 52851--52851 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [545] [546] Underfull \hbox (badness 10000) in paragraph at lines 53254--53254 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 53283--53283 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [547] [548] Overfull \hbox (5.8455pt too wide) in paragraph at lines 53476--53476 []\TU/FreeSans(0)/m/n/10.95 Iden- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 \TU/FreeSans(0)/m/n/10.95 ti- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/Ubuntu(0)/m/sc/10.95 Con- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/Ubuntu(0)/m/sc/10.95 Virtual Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 \TU/Ubuntu(0)/m/sc/10.95 ma- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/UbuntuMono(0)/m/n/10.95 v_WiUEsGpsSEmO592wtnT9FA==.b \TU/Ubuntu(0)/m/sc/1 0.95 (block volume) and Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/Ubuntu(0)/m/sc/10.95 Image Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/Ubuntu(0)/m/sc/10.95 Cus- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 \TU/Ubuntu(0)/m/sc/10.95 tom Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 \TU/Ubuntu(0)/m/sc/10.95 vol- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/UbuntuMono(0)/m/n/10.95 u_WiUEsGpsSEmO592wtnT9FA== \TU/Ubuntu(0)/m/sc/10. 95 (file system volume) and Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/Ubuntu(0)/m/sc/10.95 Snap- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/UbuntuMono(0)/m/n/10.95 sc_WiUEsGpsSEmO592wtnT9FA== \TU/Ubuntu(0)/m/sc/10 .95 (container snapshot), Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 \TU/UbuntuMono(0)/m/n/10.95 sv_WiUEsGpsSEmO592wtnT9FA==.b \TU/Ubuntu(0)/m/sc/10 .95 (VM snapshot) and [549] Underfull \hbox (badness 10000) in paragraph at lines 53567--53567 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. [550] Underfull \hbox (badness 10000) in paragraph at lines 53600--53600 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 53632--53632 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 53639--53645 []\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 53665--53665 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.gateway. Underfull \hbox (badness 10000) in paragraph at lines 53731--53731 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 53763--53763 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. [551] Underfull \hbox (badness 10000) in paragraph at lines 53796--53796 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.user. Underfull \hbox (badness 10000) in paragraph at lines 53828--53828 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.user. Underfull \hbox (badness 10000) in paragraph at lines 53861--53861 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 53898--53898 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [552] [553] [554] Underfull \hbox (badness 10000) in paragraph at lines 54371--54371 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 54400--54400 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [555] [556] Overfull \hbox (7.74162pt too wide) in paragraph at lines 54585--54585 []\TU/FreeSans(0)/m/n/10.95 Iden- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 \TU/FreeSans(0)/m/n/10.95 ti- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\TU/Ubuntu(0)/m/sc/10.95 Con- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\TU/Ubuntu(0)/m/sc/10.95 Vir- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 \TU/Ubuntu(0)/m/sc/10.95 tual Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 \TU/Ubuntu(0)/m/sc/10.95 ma- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\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 54585--54585 []\TU/Ubuntu(0)/m/sc/10.95 Image Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\TU/Ubuntu(0)/m/sc/10.95 Cus- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 \TU/Ubuntu(0)/m/sc/10.95 tom Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 \TU/Ubuntu(0)/m/sc/10.95 vol- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\TU/UbuntuMono(0)/m/n/10.95 u[]5a2504b06a6c48498ee7ddb0b674fd14 \TU/Ubuntu(0) /m/sc/10.95 (file system volume) and Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\TU/Ubuntu(0)/m/sc/10.95 Snap- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\TU/UbuntuMono(0)/m/n/10.95 sc[]5a2504b06a6c48498ee7ddb0b674fd14 \TU/Ubuntu(0 )/m/sc/10.95 (container snapshot), Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 \TU/UbuntuMono(0)/m/n/10.95 sv[]5a2504b06a6c48498ee7ddb0b674fd14[]b \TU/Ubuntu( 0)/m/sc/10.95 (VM snapshot) and [557] Underfull \hbox (badness 10000) in paragraph at lines 54642--54642 []\TU/UbuntuMono(0)/m/n/10.95 pure.api. Underfull \hbox (badness 10000) in paragraph at lines 54670--54670 []\TU/UbuntuMono(0)/m/n/10.95 pure. Underfull \hbox (badness 10000) in paragraph at lines 54699--54699 []\TU/UbuntuMono(0)/m/n/10.95 pure.gateway. [558] Underfull \hbox (badness 10000) in paragraph at lines 54797--54797 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 54834--54834 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [559] [560] [561] Underfull \hbox (badness 10000) in paragraph at lines 55256--55256 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 55285--55285 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [562] Underfull \hbox (badness 10000) in paragraph at lines 55392--55392 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 55429--55429 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [563] [564] Underfull \hbox (badness 10000) in paragraph at lines 55783--55783 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 55812--55812 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [565] [566] Underfull \hbox (badness 10000) in paragraph at lines 55948--55948 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 55984--55984 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 56017--56017 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 56050--56050 []\TU/UbuntuMono(0)/m/n/10.95 lvm.vg. [567] Underfull \hbox (badness 10000) in paragraph at lines 56116--56116 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 56153--56153 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [568] [569] [570] Underfull \hbox (badness 10000) in paragraph at lines 56732--56732 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 56761--56761 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [571] [572] [573] Underfull \hbox (badness 10000) in paragraph at lines 57114--57114 []\TU/UbuntuMono(0)/m/n/10.95 zfs. [574] Underfull \hbox (badness 10000) in paragraph at lines 57152--57152 []\TU/UbuntuMono(0)/m/n/10.95 zfs. Underfull \hbox (badness 10000) in paragraph at lines 57230--57230 []\TU/Ubuntu(0)/b/it/10.95 Condi- Underfull \hbox (badness 10000) in paragraph at lines 57271--57271 []\TU/Ubuntu(0)/b/it/10.95 Condi- [575] [576] Underfull \hbox (badness 10000) in paragraph at lines 57588--57588 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 57617--57617 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [577] [578] 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 58455--58455 []\TU/FreeSans(0)/m/n/10.95 Di- Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 \TU/FreeSans(0)/m/n/10.95 rec- Overfull \hbox (5.81442pt too wide) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 Btrfs| Overfull \hbox (5.46402pt too wide) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 LVM| Overfull \hbox (3.64633pt too wide) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 Ceph Overfull \hbox (18.18137pt too wide) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 CephFS| Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 Ceph Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 Dell Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 \TU/FreeSans(0)/m/n/10.95 Power- Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 Pure Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 \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 58455--58455 []\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 58455--58455 []\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 58455--58455 []\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 58455--58455 []\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 58455--58455 [][][]\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 58455--58455 []\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;! [579] [580] [581] [582] Underfull \hbox (badness 10000) in paragraph at lines 58731--58731 []\TU/UbuntuMono(0)/m/n/10.95 bgp.ipv4. [583] Underfull \hbox (badness 10000) in paragraph at lines 58768--58768 []\TU/UbuntuMono(0)/m/n/10.95 bgp.ipv6. Underfull \hbox (badness 10000) in paragraph at lines 58801--58801 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 58834--58834 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 58875--58875 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 58919--58919 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. [584] Underfull \hbox (badness 10000) in paragraph at lines 58984--58984 []\TU/UbuntuMono(0)/m/n/10.95 bridge. Underfull \hbox (badness 10000) in paragraph at lines 59085--59085 []\TU/Ubuntu(0)/b/it/10.95 De- Overfull \hbox (5.21779pt too wide) in paragraph at lines 59085--59085 []\TU/Ubuntu(0)/b/it/10.95 Scope:| [585] Underfull \hbox (badness 10000) in paragraph at lines 59121--59121 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 59154--59154 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 59222--59222 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone. Underfull \hbox (badness 10000) in paragraph at lines 59254--59254 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. [586] Underfull \hbox (badness 10000) in paragraph at lines 59283--59283 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. Underfull \hbox (badness 10000) in paragraph at lines 59320--59320 []\TU/UbuntuMono(0)/m/n/10.95 fan. [587] Underfull \hbox (badness 10000) in paragraph at lines 59523--59523 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 59560--59560 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 59597--59597 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. [588] Underfull \hbox (badness 10000) in paragraph at lines 59707--59707 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat. Underfull \hbox (badness 10000) in paragraph at lines 59744--59744 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat. Underfull \hbox (badness 10000) in paragraph at lines 59776--59776 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn. [589] Underfull \hbox (badness 10000) in paragraph at lines 59852--59852 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 59969--59969 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. [590] Underfull \hbox (badness 10000) in paragraph at lines 60046--60046 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 60153--60153 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat. Underfull \hbox (badness 10000) in paragraph at lines 60190--60190 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat. [591] Underfull \hbox (badness 10000) in paragraph at lines 60222--60222 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn. Underfull \hbox (badness 10000) in paragraph at lines 60294--60294 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [592] Underfull \hbox (badness 10000) in paragraph at lines 60389--60389 []\TU/UbuntuMono(0)/m/n/10.95 raw. Underfull \hbox (badness 10000) in paragraph at lines 60457--60457 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 60493--60493 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 60526--60526 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [593] Underfull \hbox (badness 10000) in paragraph at lines 60562--60562 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 60591--60591 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 60623--60623 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 60652--60652 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 60718--60718 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. [594] Underfull \hbox (badness 10000) in paragraph at lines 60747--60747 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 60816--60816 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 60845--60845 []\TU/UbuntuMono(0)/m/n/10.95 user. [595] [596] [597] Underfull \hbox (badness 10000) in paragraph at lines 61055--61055 []\TU/UbuntuMono(0)/m/n/10.95 bridge. Underfull \hbox (badness 10000) in paragraph at lines 61087--61087 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 61144--61144 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone. [598] Underfull \hbox (badness 10000) in paragraph at lines 61172--61172 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. Underfull \hbox (badness 10000) in paragraph at lines 61197--61197 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. [599] Underfull \hbox (badness 10000) in paragraph at lines 61469--61469 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. [600] Underfull \hbox (badness 10000) in paragraph at lines 61650--61650 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 61686--61686 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 61719--61719 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 61755--61755 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [601] Underfull \hbox (badness 10000) in paragraph at lines 61780--61780 []\TU/UbuntuMono(0)/m/n/10.95 user. [602] [603] Underfull \hbox (badness 10000) in paragraph at lines 62066--62066 []\TU/UbuntuMono(0)/m/n/10.95 user. [604] Underfull \hbox (badness 10000) in paragraph at lines 62192--62192 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 62228--62228 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 62269--62269 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 62313--62313 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. [605] Underfull \hbox (badness 10000) in paragraph at lines 62346--62346 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 62450--62450 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn. [606] Underfull \hbox (badness 10000) in paragraph at lines 62526--62526 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 62594--62594 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn. Underfull \hbox (badness 10000) in paragraph at lines 62670--62670 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. [607] Underfull \hbox (badness 10000) in paragraph at lines 62805--62805 []\TU/UbuntuMono(0)/m/n/10.95 ovn. [608] Underfull \hbox (badness 10000) in paragraph at lines 62866--62866 []\TU/UbuntuMono(0)/m/n/10.95 user. [609] Underfull \hbox (badness 10000) in paragraph at lines 63104--63104 []\TU/UbuntuMono(0)/m/n/10.95 user. [610] Underfull \hbox (badness 10000) in paragraph at lines 63204--63204 []\TU/UbuntuMono(0)/m/n/10.95 scheduler. Underfull \hbox (badness 10000) in paragraph at lines 63233--63233 []\TU/UbuntuMono(0)/m/n/10.95 user. Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/FreeSans(0)/m/n/10.95 Do- Overfull \hbox (7.46788pt too wide) in paragraph at lines 63468--63468 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/FreeSans(0)/m/n/10.95 De- Overfull \hbox (3.54778pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 soft| Overfull \hbox (8.95653pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 hard| Overfull \hbox (8.95653pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 soft| Overfull \hbox (8.95653pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 hard| Overfull \hbox (8.95653pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 soft| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 hard| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 soft| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 hard| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- [611] Underfull \hbox (badness 10000) in paragraph at lines 63503--63503 []\TU/UbuntuMono(0)/m/n/10.95 fs. Underfull \hbox (badness 10000) in paragraph at lines 63538--63538 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. [612] Underfull \hbox (badness 10000) in paragraph at lines 63577--63577 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. Underfull \hbox (badness 10000) in paragraph at lines 63616--63616 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. Underfull \hbox (badness 10000) in paragraph at lines 63655--63655 []\TU/UbuntuMono(0)/m/n/10.95 kernel. Underfull \hbox (badness 10000) in paragraph at lines 63691--63691 []\TU/UbuntuMono(0)/m/n/10.95 kernel.keys. [613] Underfull \hbox (badness 10000) in paragraph at lines 63723--63723 []\TU/UbuntuMono(0)/m/n/10.95 kernel.keys. Underfull \hbox (badness 10000) in paragraph at lines 63758--63758 []\TU/UbuntuMono(0)/m/n/10.95 net.core. Underfull \hbox (badness 10000) in paragraph at lines 63793--63793 []\TU/UbuntuMono(0)/m/n/10.95 net.ipv4.neigh.default. Underfull \hbox (badness 10000) in paragraph at lines 63834--63834 []\TU/UbuntuMono(0)/m/n/10.95 net.ipv6.neigh.default. [614] Underfull \hbox (badness 10000) in paragraph at lines 63875--63875 []\TU/UbuntuMono(0)/m/n/10.95 vm. Overfull \hbox (178.41754pt too wide) in alignment at lines 63939--63949 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 63949--63963 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 63963--63969 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 63969--63971 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 63971--64240 [] [] [615] Overfull \hbox (41.49557pt too wide) in paragraph at lines 64462--64462 []\TU/UbuntuMono(0)/m/n/10.95 lxd_api_requests_completed_total| Overfull \hbox (8.64558pt too wide) in paragraph at lines 64462--64462 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_buck_hash_sys_bytes| Overfull \hbox (8.64558pt too wide) in paragraph at lines 64462--64462 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_heap_released_bytes| Overfull \hbox (3.1706pt too wide) in paragraph at lines 64462--64462 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_mcache_inuse_bytes| [616] Underfull \hbox (badness 10000) in paragraph at lines 64469--64475 \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 [617] [618] [619] [620] [621] [622] [623] [624] [625] [626] [627] [628] [629] [630] [631] [632] Underfull \hbox (badness 10000) in paragraph at lines 65861--65864 []\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 [633] Underfull \hbox (badness 10000) in paragraph at lines 65922--65926 []\TU/Ubuntu(0)/m/sc/10.95 Some browsers like Firefox and Safari can’t accept s erver response without [634] [635] [636] Underfull \hbox (badness 5607) in paragraph at lines 66173--66175 []\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 66181--66183 []\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[][] [637] [638] [639] [640] [641] [642] [643] [644] [645] [646] Underfull \hbox (badness 10000) in paragraph at lines 67035--67039 []\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. [647] [648] Underfull \hbox (badness 5490) in paragraph at lines 67198--67200 []\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 466[])) and MAC filtering ([][]\TU/U buntuMono(0)/m/it/10.95 security.mac_filtering[][] [649] [650] [651] [652] [653] [654] [655] [656] [657] [658] [659] [660] [661] [662] [663] Underfull \hbox (badness 10000) in paragraph at lines 68299--68302 []\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 414[]) and [][]\TU/UbuntuMon o(0)/m/it/10.95 images.auto_update_interval[][] [664] [665] [666] [667] [668] [669] [670] [671] Underfull \hbox (badness 10000) in paragraph at lines 68959--68961 []\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. [672] [673] [674] [675] [676] [677] [678] [679] [680] Underfull \hbox (badness 10000) in paragraph at lines 69623--69625 []\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 53 3[]), [][]\TU/UbuntuMono(0)/m/it/10.95 cephfs. [681] Underfull \hbox (badness 5607) in paragraph at lines 69713--69716 \TU/Ubuntu(0)/m/sc/10.95 configuration key automatically set through the new se rver-level configuration key [682] [683] Underfull \hbox (badness 7869) in paragraph at lines 69803--69808 \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} / [684] [685] [686] Underfull \hbox (badness 10000) in paragraph at lines 70005--70008 []\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 70005--70008 \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. [687] [688] [689] [690] [691] [692] Overfull \hbox (576.54724pt too wide) in alignment at lines 70433--70446 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 70446--70463 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 70463--70469 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 70469--70471 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 70471--71554 [] [] [] [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] [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] Underfull \hbox (badness 10000) in paragraph at lines 79453--79455 []\TU/Ubuntu(0)/m/sc/10.95 A regular expression matching a configuration item o r its value. (e.g. [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] [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] Underfull \hbox (badness 5622) in paragraph at lines 86460--86463 []\TU/Ubuntu(0)/m/sc/10.95 Basic authentication can be used when combined with the “simplestreams” proto- [878] [879] [880] [881] [882] [883] [884] [885] [886] [887] [888] [889] [890] [891] [892] [893] [894] [895] [896] [897] [898] [899] [900] [901] [902] [903] [904] [905] [906] [907] [908] [909] [910] [911] [912] [913] [914] [915] [916] [917] [918] [919] [920] [921] [922] Overfull \hbox (45.42271pt too wide) in paragraph at lines 90111--90111 []\TU/UbuntuMono(0)/m/n/10.95 LXD_INSECURE_TLS| Overfull \hbox (12.57272pt too wide) in paragraph at lines 90111--90111 []\TU/UbuntuMono(0)/m/n/10.95 http_proxy| Overfull \hbox (18.04773pt too wide) in paragraph at lines 90111--90111 []\TU/UbuntuMono(0)/m/n/10.95 https_proxy| Overfull \hbox (1.62273pt too wide) in paragraph at lines 90111--90111 []\TU/UbuntuMono(0)/m/n/10.95 no_proxy| [923] Overfull \hbox (30.74283pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_EXEC_PATH| Overfull \hbox (85.49281pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_LXC_TEMPLATE_CONFIG| Overfull \hbox (74.54282pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_SECURITY_APPARMOR| Overfull \hbox (74.54282pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_UNPRIVILEGED_ONLY| Overfull \hbox (30.74283pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_OVMF_PATH| Overfull \hbox (47.16782pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_QEMU_FW_PATH| Overfull \hbox (107.39279pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_IDMAPPED_MOUNTS_DISABLE| Overfull \hbox (58.11781pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_DEVMONITOR_DIR| Overfull \hbox (69.06781pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_FSMONITOR_DRIVER| [924] [925] [926] [927] [928] [929] [930] [931] [932] [933] [934] [935] [936] [937] [938] [939] [940] [941] Underfull \hbox (badness 10000) in paragraph at lines 91378--91379 []\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 91378--91379 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 91379--91380 []\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 91380--91381 []\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 91381--91382 []\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 91382--91383 []\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 91383--91384 []\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 91384--91385 []\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 91390--91391 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 91391--91392 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 91392--91393 []\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 91392--91393 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91393--91394 []\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 91393--91394 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91394--91395 []\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 91394--91395 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 91396--91397 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 91397--91398 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 91398--91399 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 91399--91400 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 91400--91401 []\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 91401--91402 []\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 91402--91403 []\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 91403--91404 []\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 91404--91405 []\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 91404--91405 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 91405--91406 []\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 91406--91407 []\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- [942] Underfull \hbox (badness 10000) in paragraph at lines 91407--91408 []\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 91408--91409 []\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 91409--91410 []\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 91410--91411 []\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 91411--91412 []\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 91412--91413 []\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 91413--91414 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- Underfull \hbox (badness 10000) in paragraph at lines 91415--91416 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 91416--91417 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- Underfull \hbox (badness 10000) in paragraph at lines 91421--91422 []\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 91422--91423 []\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 91423--91424 []\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 91424--91425 []\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 91425--91426 []\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 91426--91427 []\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 91428--91429 []\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 91429--91430 []\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 91431--91432 []\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 91432--91433 []\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 91433--91434 []\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 91434--91435 []\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 91435--91436 []\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 91436--91437 []\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 91437--91438 []\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- [943] Underfull \hbox (badness 10000) in paragraph at lines 91438--91439 []\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 91439--91440 []\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 91440--91441 []\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 91441--91442 []\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 91442--91443 []\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 91444--91445 []\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 91445--91446 []\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 91447--91448 []\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 91448--91449 []\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 91449--91450 []\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 91450--91451 []\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 91451--91452 []\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 91452--91453 []\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 91453--91454 []\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 91454--91455 []\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 91455--91456 []\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 91456--91457 []\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 91457--91458 []\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 91458--91459 []\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 91459--91460 []\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 91459--91460 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 91460--91461 []\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 91461--91462 []\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 91462--91463 []\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 91463--91464 []\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 91464--91465 []\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- [944] Underfull \hbox (badness 10000) in paragraph at lines 91465--91466 []\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 91469--91470 []\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 91470--91471 []\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 91471--91472 []\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 91472--91473 []\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 91473--91474 []\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 91474--91475 []\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 91475--91476 []\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 91476--91477 []\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 91477--91478 []\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 91477--91478 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91478--91479 []\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 91478--91479 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91483--91484 []\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 91483--91484 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91484--91485 []\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 91484--91485 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91485--91486 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 91486--91487 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 91487--91488 []\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 91487--91488 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 91488--91489 []\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 91488--91489 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91489--91490 []\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 91489--91490 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91490--91491 []\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 91490--91491 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 91492--91493 []\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 91492--91493 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 91493--91494 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 91494--91495 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 91495--91496 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 91496--91497 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- [945] Underfull \hbox (badness 10000) in paragraph at lines 91497--91498 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 91498--91499 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 91500--91501 []\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 91500--91501 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 91501--91502 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 91502--91503 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 91503--91504 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 91504--91505 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 91505--91506 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 91506--91507 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 91507--91508 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 91511--91512 []\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 91512--91513 []\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 91513--91514 []\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 91514--91515 []\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 91515--91516 []\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 91518--91519 []\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 91518--91519 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 91519--91520 []\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 91520--91521 []\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 91521--91522 []\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 91522--91523 []\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 91523--91524 []\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 91524--91525 []\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 91525--91526 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 91526--91527 \TU/Ubuntu(0)/m/it/10.95 tpm-device- Underfull \hbox (badness 10000) in paragraph at lines 91527--91528 []\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 91527--91528 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91528--91529 []\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 91528--91529 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- [946] Underfull \hbox (badness 10000) in paragraph at lines 91530--91531 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- Underfull \hbox (badness 10000) in paragraph at lines 91532--91533 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 91533--91534 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- Underfull \hbox (badness 10000) in paragraph at lines 91535--91536 []\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 91536--91537 []\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 91537--91538 []\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 91538--91539 []\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 91539--91540 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 91540--91541 []\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 91543--91544 []\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 91544--91545 []\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 91545--91546 []\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 91549--91550 []\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 91549--91550 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 91550--91551 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91551--91552 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91552--91553 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 91553--91554 []\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 91562--91563 []\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 91563--91564 []\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 91570--91571 []\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 91570--91571 \TU/Ubuntu(0)/m/it/10.95 disk-device- [947] Underfull \hbox (badness 10000) in paragraph at lines 91571--91572 []\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 91571--91572 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91572--91573 []\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 91572--91573 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91576--91577 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 91577--91578 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 91578--91579 []\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 91578--91579 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91579--91580 []\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 91579--91580 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91580--91581 []\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 91580--91581 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 91582--91583 []\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 91583--91584 []\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 91584--91585 []\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 91585--91586 []\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 91586--91587 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 91587--91588 []\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 91588--91589 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 91589--91590 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 91590--91591 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 91591--91592 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 91592--91593 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 91593--91594 \TU/Ubuntu(0)/m/it/10.95 nic-routed- [948] Underfull \hbox (badness 10000) in paragraph at lines 91634--91635 []\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 91674--91675 []\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 91677--91678 []\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 91678--91679 []\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 91679--91680 []\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 91680--91681 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.sched_setscheduler\TU /Ubuntu(0)/m/sc/10.95 , [949] Underfull \hbox (badness 10000) in paragraph at lines 91723--91724 []\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 91724--91725 []\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 91725--91726 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 91726--91727 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 91727--91728 []\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 91728--91729 []\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 91729--91730 []\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 91730--91731 []\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 91733--91734 []\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 91734--91735 []\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 91736--91737 []\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 91737--91738 []\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 91738--91739 []\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 91738--91739 \TU/Ubuntu(0)/m/it/10.95 acl-acl- Underfull \hbox (badness 10000) in paragraph at lines 91739--91740 []\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 91740--91741 []\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 91740--91741 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 91741--91742 []\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 91741--91742 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- Underfull \hbox (badness 5652) in paragraph at lines 91742--91743 []\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 91742--91743 \TU/Ubuntu(0)/m/it/10.95 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 91743--91744 []\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 91744--91745 []\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 91747--91748 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 91748--91749 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 10000) in paragraph at lines 91749--91750 []\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 91749--91750 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 91750--91751 []\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 91750--91751 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- Underfull \hbox (badness 10000) in paragraph at lines 91751--91752 []\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 91751--91752 \TU/Ubuntu(0)/m/it/10.95 zones: zone- Underfull \hbox (badness 10000) in paragraph at lines 91754--91755 []\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 91755--91756 []\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- [950] Underfull \hbox (badness 10000) in paragraph at lines 91757--91758 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 91758--91759 \TU/Ubuntu(0)/m/it/10.95 zones: zone- Underfull \hbox (badness 10000) in paragraph at lines 91759--91760 []\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 91760--91761 []\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 91761--91762 []\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 91762--91763 []\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 91763--91764 []\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 91764--91765 []\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 91764--91765 \TU/Ubuntu(0)/m/it/10.95 ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 91765--91766 []\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 91766--91767 []\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 91766--91767 \TU/Ubuntu(0)/m/it/10.95 ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 91772--91773 []\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 91773--91774 []\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 91777--91778 []\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 91778--91779 []\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 91779--91780 []\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 91780--91781 []\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 91787--91788 []\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 91788--91789 []\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 91789--91790 []\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 91790--91791 []\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 91792--91793 []\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 91793--91794 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 91794--91795 []\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 91795--91796 []\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 91798--91799 []\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 91799--91800 []\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 91800--91801 []\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 91801--91802 []\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- [951] Underfull \hbox (badness 10000) in paragraph at lines 91804--91805 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 91805--91806 \TU/Ubuntu(0)/m/it/10.95 class="literal">ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 91809--91810 []\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 91810--91811 []\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 91811--91812 []\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 91812--91813 []\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 91814--91815 []\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 91815--91816 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 91816--91817 []\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 91817--91818 []\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 91820--91821 []\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 91820--91821 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 91821--91822 []\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 91821--91822 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 91823--91824 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 5133) in paragraph at lines 91824--91825 []\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 91825--91826 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 91826--91827 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 91827--91828 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- Underfull \hbox (badness 5133) in paragraph at lines 91828--91829 []\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 91829--91830 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 91830--91831 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 91831--91832 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- Underfull \hbox (badness 10000) in paragraph at lines 91832--91833 []\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 91833--91834 []\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 91834--91835 []\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 91835--91836 []\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 91835--91836 \TU/Ubuntu(0)/m/it/10.95 acl-acl- Underfull \hbox (badness 7722) in paragraph at lines 91836--91837 \TU/Ubuntu(0)/m/it/10.95 ancers: load- Underfull \hbox (badness 10000) in paragraph at lines 91836--91837 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 91838--91839 []\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 91838--91839 \TU/Ubuntu(0)/m/it/10.95 zone-record- [952] Underfull \hbox (badness 10000) in paragraph at lines 91842--91843 []\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 91843--91844 []\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 91844--91845 []\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 91847--91848 \TU/Ubuntu(0)/m/it/10.95 forward- Underfull \hbox (badness 10000) in paragraph at lines 91848--91849 []\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 91848--91849 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer- Underfull \hbox (badness 10000) in paragraph at lines 91849--91850 \TU/Ubuntu(0)/m/it/10.95 acl-rule- Underfull \hbox (badness 6893) in paragraph at lines 91850--91851 []\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 91851--91852 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 10000) in paragraph at lines 91853--91854 []\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 91854--91855 []\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 91855--91856 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.action Underfull \hbox (badness 10000) in paragraph at lines 91855--91856 \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 91857--91858 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.logged Underfull \hbox (badness 10000) in paragraph at lines 91857--91858 \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 91859--91860 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 91859--91860 \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 91860--91861 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 91860--91861 \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 91861--91862 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 91861--91862 \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 91862--91863 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 91862--91863 \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 91867--91868 []\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 91867--91868 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-port- Underfull \hbox (badness 10000) in paragraph at lines 91868--91869 []\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 91868--91869 \TU/Ubuntu(0)/m/it/10.95 ure network load balancers: Underfull \hbox (badness 10000) in paragraph at lines 91868--91869 \TU/Ubuntu(0)/m/it/10.95 load- Underfull \hbox (badness 10000) in paragraph at lines 91868--91869 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 91872--91873 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 91882--91883 []\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 91883--91884 []\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- [953] Underfull \hbox (badness 10000) in paragraph at lines 91884--91885 []\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 91885--91886 []\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 91886--91887 []\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 91887--91888 []\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 91887--91888 \TU/Ubuntu(0)/m/it/10.95 zone-config- Underfull \hbox (badness 10000) in paragraph at lines 91888--91889 []\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 91889--91890 []\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 91890--91891 []\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 91912--91913 []\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 91913--91914 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv6.NETWORK_NAME\TU/U buntu(0)/m/sc/10.95 , [954] Underfull \hbox (badness 10000) in paragraph at lines 92014--92015 []\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 92014--92015 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92015--92016 []\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 92015--92016 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 92016--92017 []\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 92016--92017 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92017--92018 []\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 92017--92018 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92018--92019 []\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 92018--92019 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92019--92020 []\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 92019--92020 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92020--92021 []\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 92020--92021 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92021--92022 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92021--92022 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92022--92023 []\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 92022--92023 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 92022--92023 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92023--92024 []\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 92023--92024 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- [955] Underfull \hbox (badness 10000) in paragraph at lines 92047--92048 []\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 92070--92071 []\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 92071--92072 []\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 92071--92072 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 92072--92073 []\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 92073--92074 []\TU/UbuntuMono(0)/m/n/10.95 rsync.bwlimit \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 92073--92074 \TU/Ubuntu(0)/m/it/10.95 pure-pool- Underfull \hbox (badness 10000) in paragraph at lines 92074--92075 []\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 92075--92076 []\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 92075--92076 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 92076--92077 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92077--92078 []\TU/UbuntuMono(0)/m/n/10.95 rsync.compression \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 92077--92078 \TU/Ubuntu(0)/m/it/10.95 pure-pool- Underfull \hbox (badness 10000) in paragraph at lines 92078--92079 []\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 92078--92079 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92079--92080 []\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 92079--92080 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92080--92081 []\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 92080--92081 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92081--92082 []\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 92081--92082 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92082--92083 []\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 92082--92083 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92083--92084 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 92083--92084 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92084--92085 []\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 92084--92085 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92085--92086 []\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 92085--92086 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92086--92087 []\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 92086--92087 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92087--92088 []\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 92087--92088 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- [956] Underfull \hbox (badness 10000) in paragraph at lines 92088--92089 []\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 92088--92089 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92089--92090 []\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 92089--92090 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 92090--92091 []\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 92090--92091 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92091--92092 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \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 92091--92092 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92092--92093 []\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 92092--92093 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92093--92094 []\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 92093--92094 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92094--92095 []\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 92094--92095 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92095--92096 []\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 92095--92096 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92096--92097 []\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 92096--92097 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92097--92098 []\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 92097--92098 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92098--92099 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92098--92099 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92099--92100 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \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 92099--92100 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92100--92101 []\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 92100--92101 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92101--92102 []\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 92101--92102 \TU/Ubuntu(0)/m/it/10.95 btrfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 92102--92103 []\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 92102--92103 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 92103--92104 []\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 92103--92104 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92104--92105 []\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 92104--92105 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92105--92106 []\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 92105--92106 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92106--92107 []\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 92106--92107 \TU/Ubuntu(0)/m/it/10.95 cephobject- Underfull \hbox (badness 10000) in paragraph at lines 92107--92108 []\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 92107--92108 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92108--92109 \TU/Ubuntu(0)/m/it/10.95 lvm-bucket- Underfull \hbox (badness 10000) in paragraph at lines 92109--92110 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 92110--92111 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92111--92112 []\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 92111--92112 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92112--92113 []\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 92112--92113 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92113--92114 \TU/Ubuntu(0)/m/it/10.95 zfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 92114--92115 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- [957] Underfull \hbox (badness 10000) in paragraph at lines 92115--92116 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92116--92117 []\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 92116--92117 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92117--92118 []\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 92117--92118 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92118--92119 []\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 92118--92119 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92119--92120 []\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 92119--92120 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92120--92121 []\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 92120--92121 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 92121--92122 []\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 92121--92122 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92122--92123 []\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 92122--92123 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92123--92124 []\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 92123--92124 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92124--92125 []\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 92124--92125 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92125--92126 []\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 92125--92126 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92126--92127 []\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 92126--92127 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92127--92128 []\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 92127--92128 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92128--92129 []\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 92128--92129 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92129--92130 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92129--92130 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92130--92131 []\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 92130--92131 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92131--92132 []\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 92131--92132 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92132--92133 []\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 92132--92133 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92133--92134 []\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 92133--92134 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92134--92135 []\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 92134--92135 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92135--92136 []\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 92135--92136 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92136--92137 []\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 92136--92137 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92137--92138 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92137--92138 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92138--92139 []\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 92138--92139 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 92138--92139 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92139--92140 []\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 92139--92140 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92140--92141 []\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 92140--92141 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- [958] Underfull \hbox (badness 10000) in paragraph at lines 92141--92142 []\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 92141--92142 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- Underfull \hbox (badness 10000) in paragraph at lines 92142--92143 []\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 92142--92143 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 92143--92144 []\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 92144--92145 []\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 92144--92145 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 92145--92146 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 92146--92147 []\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 92146--92147 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 92147--92148 []\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 92147--92148 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 92148--92149 []\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 92149--92150 []\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 92149--92150 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92150--92151 []\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 92150--92151 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92151--92152 []\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 92151--92152 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92152--92153 []\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 92152--92153 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92153--92154 []\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 92153--92154 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92154--92155 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92154--92155 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92155--92156 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Pure Storage - Underfull \hbox (badness 10000) in paragraph at lines 92155--92156 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 92155--92156 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92156--92157 []\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 92156--92157 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92157--92158 []\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 92157--92158 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92158--92159 []\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 92158--92159 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92159--92160 []\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 92159--92160 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92160--92161 []\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 92160--92161 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92161--92162 []\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 92161--92162 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92162--92163 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92162--92163 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92163--92164 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Pure Storage - Underfull \hbox (badness 10000) in paragraph at lines 92163--92164 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 92163--92164 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92164--92165 []\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 92164--92165 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92165--92166 []\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 92165--92166 \TU/Ubuntu(0)/m/it/10.95 ceph: Underfull \hbox (badness 10000) in paragraph at lines 92165--92166 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- [959] Underfull \hbox (badness 10000) in paragraph at lines 92166--92167 []\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 92166--92167 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 92167--92168 \TU/Ubuntu(0)/m/it/10.95 class="literal">cephobject: Underfull \hbox (badness 10000) in paragraph at lines 92167--92168 \TU/Ubuntu(0)/m/it/10.95 cephobject- Underfull \hbox (badness 10000) in paragraph at lines 92168--92169 []\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 92168--92169 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92169--92170 []\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 92169--92170 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92170--92171 []\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 92170--92171 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92171--92172 []\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 92171--92172 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92172--92173 []\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 92172--92173 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92173--92174 []\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 92173--92174 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92174--92175 []\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 92174--92175 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92175--92176 []\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 92175--92176 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92176--92177 []\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 92177--92178 []\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 92177--92178 \TU/Ubuntu(0)/m/it/10.95 pure-pool- [960] (./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 (961 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 398 []\TU/Ubuntu(0)/m/n/10.95 282 Overfull \hbox (1.55487pt too wide) detected at line 477 []\TU/Ubuntu(0)/m/n/10.95 326 Overfull \hbox (1.55487pt too wide) detected at line 567 []\TU/Ubuntu(0)/m/n/10.95 350 Overfull \hbox (1.55487pt too wide) detected at line 577 []\TU/Ubuntu(0)/m/n/10.95 353 Overfull \hbox (1.55487pt too wide) detected at line 608 []\TU/Ubuntu(0)/m/n/10.95 363 Overfull \hbox (1.55487pt too wide) detected at line 634 []\TU/Ubuntu(0)/m/n/10.95 376 Overfull \hbox (1.55487pt too wide) detected at line 670 []\TU/Ubuntu(0)/m/n/10.95 391 Overfull \hbox (1.55487pt too wide) detected at line 733 []\TU/Ubuntu(0)/m/n/10.95 407 Overfull \hbox (1.55487pt too wide) detected at line 953 []\TU/Ubuntu(0)/m/n/10.95 611 Overfull \hbox (1.55487pt too wide) detected at line 963 []\TU/Ubuntu(0)/m/n/10.95 618 Overfull \hbox (1.55487pt too wide) detected at line 981 []\TU/Ubuntu(0)/m/n/10.95 627 Overfull \hbox (1.55487pt too wide) detected at line 1450 []\TU/Ubuntu(0)/m/n/10.95 696 Overfull \hbox (1.55487pt too wide) detected at line 3065 []\TU/Ubuntu(0)/m/n/10.95 923 ) [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] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [13] [14] [15] [16] [17] [18] [19] [20] Chapter 2. [21] [22] [23] [24] [25] [26] [27] [28] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/b/it' undefined (Font) using `TU/Ubuntu(0)/b/n' instead on input line 2243. [29] [30] [31] Underfull \vbox (badness 5331) detected at line 2470 [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/sc' undefined (Font) using `TU/Ubuntu(0)/m/n' instead on input line 3368. [44] [45] [46] [47] Underfull \hbox (badness 10000) in paragraph at lines 3718--3721 [][][][][]$[][][][][] [] [] [] [][][][][] [] [][][][][][][][][] [] [][][] [] [] [][][][][] [] [][][][][] [] [][][][][][][][][][][][][][][][][][] [] [][][][][][ ][][][][][][][][][][][][][][][][][][] [] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] Underfull \hbox (badness 10000) in paragraph at lines 4559--4561 []\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 4624 [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [87] Missing character: There is no □ (U+25A1) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/UbuntuMono(0)/m/n/10.95 available Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 auto-attach on Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 auto-attach on Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/UbuntuMono(0)/m/n/10.95 available Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 attach on \TU/UbuntuMono(0)/m/n/10.95 pro Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 attach on Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/UbuntuMono(0)/m/n/10.95 unset Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 auto-attach on Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 attach on Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- Underfull \hbox (badness 10000) in paragraph at lines 7297--7297 []\TU/Ubuntu(0)/m/sc/10.95 guest attach- [98] [99] Underfull \hbox (badness 10000) in paragraph at lines 7463--7465 []\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 [100] [101] [102] [103] [104] [105] Underfull \hbox (badness 7796) in paragraph at lines 7961--7965 \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 7961--7965 \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 [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] Missing character: There is no ▷ (U+25B7) in font [Ubuntu-R.ttf]/OT:script=latn ;language=dflt;! [121] Underfull \hbox (badness 5862) in paragraph at lines 9253--9258 []\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[][] [122] [123] Underfull \hbox (badness 10000) in paragraph at lines 9447--9449 []\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 9447--9449 \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/ [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] Overfull \vbox (3.16386pt too high) detected at line 10488 [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] Overfull \hbox (344.8309pt too wide) in paragraph at lines 12269--12272 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][][][][][][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][][ ][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (350.30591pt too wide) in paragraph at lines 12269--12272 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (350.30591pt too wide) in paragraph at lines 12269--12272 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (344.8309pt too wide) in paragraph at lines 12269--12272 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][][][][][][][][][][][][][][]+[][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][] [][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[] [][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+ [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] Underfull \hbox (badness 5862) in paragraph at lines 15280--15285 []\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[][] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] Underfull \hbox (badness 10000) in paragraph at lines 16092--16096 []\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 16092--16096 [][]\TU/UbuntuMono(0)/m/n/10.95 target= \TU/Ubuntu(0)/m/sc/10.9 5 flag and the appropriate configuration for the member. [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] Underfull \hbox (badness 10000) in paragraph at lines 17004--17006 []\TU/Ubuntu(0)/m/sc/10.95 The \TU/UbuntuMono(0)/m/n/10.95 "destination_port" \ TU/Ubuntu(0)/m/sc/10.95 and \TU/UbuntuMono(0)/m/n/10.95 "source_port" \TU/Ubunt u(0)/m/sc/10.95 properties and \TU/UbuntuMono(0)/m/n/10.95 "icmp_code" \TU/Ubun tu(0)/m/sc/10.95 and [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] Overfull \vbox (1.84038pt too high) detected at line 19662 [252] [253] [254] Underfull \hbox (badness 10000) in paragraph at lines 19857--19860 []\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 408[]) was set to [255] [256] [257] Underfull \hbox (badness 10000) in paragraph at lines 19986--19986 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 20019--20019 []\TU/UbuntuMono(0)/m/n/10.95 network. Underfull \hbox (badness 10000) in paragraph at lines 20048--20048 []\TU/UbuntuMono(0)/m/n/10.95 peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 20077--20077 []\TU/UbuntuMono(0)/m/n/10.95 peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 20106--20106 []\TU/UbuntuMono(0)/m/n/10.95 user. [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] Missing character: There is no ● (U+25CF) in font [UbuntuMono-R.ttf]/OT:script= latn;language=dflt;color=FFFFFFFF ;! [268] Overfull \hbox (218.90572pt too wide) in paragraph at lines 20911--20914 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][] [][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][ ][][]+| Overfull \hbox (224.38072pt too wide) in paragraph at lines 20911--20914 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][] [][][]+| Overfull \hbox (218.90572pt too wide) in paragraph at lines 20911--20914 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][] [][][]+ [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] Overfull \hbox (1149.65471pt too wide) in paragraph at lines 22499--22501 \TU/UbuntuMono(1)/m/n/10.95 ZXJ2ZXJfbmFtZSI6InJwaTAxIiwiZmluZ2VycHJpbnQiOiIyNjZ jZmExZDk0ZDZiMjk2Nzk0YjU0YzJlYzdjOTMwNDA5ZjIzNjdmNmM1YjRhZWVjOGM0YjAxYTc2NjU0Mj gxIiwiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiJmZGI1OTgyNjgxN TQ2ZGQyNGE2ZGE0Mzg5MTUyOGM1ZGUxNWNmYmQ5M2M3OTU3ODNkNGI5OGU4MTQ4MWMzNmUwIn0=All [284] [285] [286] Overfull \hbox (1123.83167pt too wide) in paragraph at lines 22689--22689 [][]\TU/UbuntuMono(0)/m/n/10.95 eyJzZXJ2ZXJfbmFtZSI6Im5vZGUyIiwiZmluZ2VycHJpbnQ iOiJjZjlmNmVhMWIzYjhiNjgxNzQ1YTY1NTY2YjM3ZGUwOTUzNjRmM2MxMDAwMGNjZWQyOTk5NDU5Yz Y2MGIxNWQ4IiwiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiIxNGJmY 2EzMDhkOTNhY2E3MGJmYThkMzE0NWM4NWY3YmE0ZmU1YmYyNmJiNDhmMmUwNzhhOGZhMDczZDc0YTFi In0=| [287] [288] Overfull \hbox (317.45587pt too wide) in paragraph at lines 22836--22839 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][][][][]+[][][][][][][][][][][][][][][][ ][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][] [][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][] [][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22836--22839 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22836--22839 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (322.93088pt too wide) in paragraph at lines 22836--22839 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Overfull \hbox (317.45587pt too wide) in paragraph at lines 22836--22839 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][ ][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][ ][][][][][]+[][][][][][][][][][][][][][][][][][][]+ [289] [290] [291] [292] [293] Underfull \hbox (badness 10000) in paragraph at lines 23100--23103 []\TU/Ubuntu(0)/m/sc/10.95 You can pass only the member-specific configuration keys \TU/UbuntuMono(0)/m/n/10.95 bridge. [294] [295] [296] [297] [298] [299] Underfull \hbox (badness 5105) in paragraph at lines 23588--23593 \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 ). [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313] Underfull \hbox (badness 10000) in paragraph at lines 24455--24457 []\TU/Ubuntu(0)/m/sc/10.95 Use the following command to instruct LXD to move al l occurrences of [314] [315] Underfull \hbox (badness 10000) in paragraph at lines 24573--24575 []\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:// [316] [317] [318] Underfull \hbox (badness 6510) in paragraph at lines 24638--24640 []\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/ [319] [320] [321] [322] [323] [324] Overfull \hbox (175.10571pt too wide) in paragraph at lines 24977--24991 \TU/UbuntuMono(1)/m/n/10.95 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][] [][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+ | Overfull \hbox (180.58072pt too wide) in paragraph at lines 24977--24991 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] +| Overfull \hbox (180.58072pt too wide) in paragraph at lines 24977--24991 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] +| Overfull \hbox (175.10571pt too wide) in paragraph at lines 24977--24991 \TU/UbuntuMono(1)/m/n/10.95 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][][ ][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][] + [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] Underfull \hbox (badness 7397) in paragraph at lines 25958--25961 []\TU/Ubuntu(0)/m/sc/10.95 If you plan to use the OverlayFS storage driver in D ocker, you should also set [337] Overfull \hbox (135.14801pt too wide) in paragraph at lines 26064--26067 [][][][][]$[][][][][] [] [] [] [][][][][][][] [] [][][][][][][][][][][][][][][] [] [][][] [] [] [] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [338] [339] [340] Underfull \hbox (badness 10000) in paragraph at lines 26371--26371 []\TU/Ubuntu(0)/b/it/10.95 API exten- Underfull \hbox (badness 10000) in paragraph at lines 26371--26371 []\TU/UbuntuMono(0)/m/n/10.95 doc/api[]extensions.md\TU/Ubuntu(0)/m/sc/10.95 , \TU/UbuntuMono(0)/m/n/10.95 shared/ Underfull \hbox (badness 10000) in paragraph at lines 26371--26371 []\TU/Ubuntu(0)/b/it/10.95 Documenta- Underfull \hbox (badness 10000) in paragraph at lines 26371--26371 []\TU/Ubuntu(0)/b/it/10.95 Go client [341] [342] [343] [344] [345] Underfull \hbox (badness 10000) in paragraph at lines 26778--26781 [][][][][]$[][][][][] [] [] [] [][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [][][ ][][][][][][][][][][][][][][][][] [] [][][] [] [346] [347] [348] [349] Chapter 3. [350] [351] [352] [353] Overfull \hbox (3.24397pt too wide) in paragraph at lines 27316--27316 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 27316--27316 []\TU/FreeSans(0)/m/n/10.95 De- Underfull \hbox (badness 10000) in paragraph at lines 27316--27316 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (8.24812pt too wide) in paragraph at lines 27316--27316 []\TU/Ubuntu(0)/m/sc/10.95 string| Underfull \hbox (badness 10000) in paragraph at lines 27316--27316 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (8.24812pt too wide) in paragraph at lines 27316--27316 []\TU/Ubuntu(0)/m/sc/10.95 string| Underfull \hbox (badness 10000) in paragraph at lines 27316--27316 []\TU/UbuntuMono(0)/m/n/10.95 requirements. Overfull \hbox (1.71097pt too wide) in paragraph at lines 27316--27316 []\TU/Ubuntu(0)/m/sc/10.95 bool| [354] Underfull \hbox (badness 10000) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 Direc- Overfull \hbox (2.6934pt too wide) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 Btrfs| Overfull \hbox (2.65097pt too wide) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 LVM| Overfull \hbox (2.43083pt too wide) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 Ceph Underfull \hbox (badness 10000) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 Dell Power- Underfull \hbox (badness 10000) in paragraph at lines 27564--27564 []\TU/FreeSans(0)/m/n/10.95 Pure Stor- [355] Underfull \hbox (badness 5533) in paragraph at lines 27624--27626 []\TU/Ubuntu(0)/m/sc/10.95 Directly on an instance: [][]\TU/UbuntuMono(0)/m/it/ 10.95 lxc launch [][]storage [356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] Underfull \vbox (badness 10000) detected at line 28568 Underfull \vbox (badness 10000) detected at line 28568 [368] [369] [370] [371] [372] [373] [374] [375] [376] Underfull \hbox (badness 10000) in paragraph at lines 29179--29179 []\TU/FreeSans(0)/m/n/10.95 Auto- Overfull \hbox (7.23807pt too wide) in paragraph at lines 29179--29179 []\TU/UbuntuMono(0)/m/n/10.95 database[]leader| Overfull \hbox (12.71307pt too wide) in paragraph at lines 29179--29179 []\TU/UbuntuMono(0)/m/n/10.95 database[]standby| [377] [378] Underfull \hbox (badness 5260) in paragraph at lines 29378--29384 []\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. [379] Underfull \hbox (badness 10000) in paragraph at lines 29386--29392 []\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. [380] [381] [382] [383] [384] Overfull \hbox (7.46788pt too wide) in paragraph at lines 29908--29908 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 29908--29908 []\TU/FreeSans(0)/m/n/10.95 De- Overfull \hbox (0.86389pt too wide) in paragraph at lines 29908--29908 \TU/FreeSans(0)/m/n/10.95 fault| Underfull \hbox (badness 10000) in paragraph at lines 29908--29908 []\TU/FreeSans(0)/m/n/10.95 Re- Overfull \hbox (5.03206pt too wide) in paragraph at lines 29908--29908 \TU/FreeSans(0)/m/n/10.95 quired| Underfull \hbox (badness 10000) in paragraph at lines 29908--29908 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (5.93488pt too wide) in paragraph at lines 29908--29908 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 29908--29908 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 29908--29908 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- Underfull \hbox (badness 10000) in paragraph at lines 29908--29908 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (4.72388pt too wide) in paragraph at lines 29908--29908 \TU/UbuntuMono(0)/m/n/10.95 ipv4_filtering| Overfull \hbox (5.93488pt too wide) in paragraph at lines 29908--29908 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 29908--29908 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 29908--29908 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- Underfull \hbox (badness 10000) in paragraph at lines 29908--29908 []\TU/UbuntuMono(0)/m/n/10.95 security. Overfull \hbox (4.72388pt too wide) in paragraph at lines 29908--29908 \TU/UbuntuMono(0)/m/n/10.95 ipv6_filtering| Overfull \hbox (5.93488pt too wide) in paragraph at lines 29908--29908 []\TU/Ubuntu(0)/m/sc/10.95 bool| Overfull \hbox (8.29895pt too wide) in paragraph at lines 29908--29908 []\TU/UbuntuMono(0)/m/n/10.95 false| Underfull \hbox (badness 5022) in paragraph at lines 29908--29908 []\TU/Ubuntu(0)/m/sc/10.95 Prevent the instance from spoofing another in- [385] [386] [387] [388] Underfull \hbox (badness 5817) in paragraph at lines 30092--30098 \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 30092--30098 \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. [389] [390] Chapter 4. [391] [392] [393] [394] [395] Underfull \hbox (badness 10000) in paragraph at lines 30804--30807 [][][][][]$[][][][][] [] [] [] [][][][][][][][][][][][][] [] [][][][][][] [] [] [][] [] [][][][][][][][][] [] [][][][][][] [] [][][][][][][] [] [][][][][][][][ ][][] [] [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [] [396] [397] [398] [399] Underfull \hbox (badness 10000) in paragraph at lines 31189--31189 []\TU/FreeSans(0)/m/n/10.95 Vari- Underfull \hbox (badness 10000) in paragraph at lines 31189--31189 []\TU/UbuntuMono(0)/m/n/10.95 trig- Underfull \hbox (badness 10000) in paragraph at lines 31189--31189 []\TU/UbuntuMono(0)/m/n/10.95 in- Underfull \hbox (badness 10000) in paragraph at lines 31189--31189 []\TU/UbuntuMono(0)/m/n/10.95 de- Overfull \hbox (51.51558pt too wide) in paragraph at lines 31189--31189 []\TU/UbuntuMono(0)/m/n/10.95 map[string]map[string]string| Underfull \hbox (badness 10000) in paragraph at lines 31189--31189 []\TU/UbuntuMono(0)/m/n/10.95 prop- [400] 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 32034--32034 []\TU/FreeSans(0)/m/n/10.95 OS Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 \TU/FreeSans(0)/m/n/10.95 ven- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 OS ver- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 OS Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 \TU/FreeSans(0)/m/n/10.95 sup- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 [][][]\TU/FreeSans(0)/m/it/10.95 LXD agent[][] Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 VirtIO- Overfull \hbox (1.76984pt too wide) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 VirtIO- Overfull \hbox (12.63136pt too wide) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 NVMe| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 CSM Overfull \hbox (7.55548pt too wide) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 UEFI| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/FreeSans(0)/m/n/10.95 Se- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 \TU/FreeSans(0)/m/n/10.95 cure Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\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 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Cen- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Red Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 RHEL Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Red Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 SLES 12 Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 SLES 15 Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 20.04.6 Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 22.04.4 Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Ubuntu| Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 24.04.1 Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Server Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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 32034--32034 []\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 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Win- Underfull \hbox (badness 10000) in paragraph at lines 32034--32034 []\TU/Ubuntu(0)/m/sc/10.95 Sup- Overfull \hbox (2.87555pt too wide) in paragraph at lines 32034--32034 \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;! [401] 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;! [402] [403] Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! Missing character: There is no 🟢 (U+1F7E2) in font [Ubuntu-R.ttf]/OT:script=lat n;language=dflt;! 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 32289--32289 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 32289--32289 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 32289--32289 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 32289--32289 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 32289--32289 []\TU/FreeSans(0)/m/n/10.95 Ubuntu Underfull \hbox (badness 10000) in paragraph at lines 32289--32289 []\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;! [404] [405] [406] Underfull \hbox (badness 10000) in paragraph at lines 32708--32708 []\TU/UbuntuMono(0)/m/n/10.95 core. [407] Underfull \hbox (badness 10000) in paragraph at lines 32740--32740 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32769--32769 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32805--32805 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32834--32834 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32866--32866 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32876--32882 []\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 32902--32902 []\TU/UbuntuMono(0)/m/n/10.95 core. [408] Underfull \hbox (badness 10000) in paragraph at lines 32934--32934 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32963--32963 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 32992--32992 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33021--33021 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33053--33053 []\TU/UbuntuMono(0)/m/n/10.95 core. [409] Underfull \hbox (badness 10000) in paragraph at lines 33089--33089 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33118--33118 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33150--33150 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33182--33182 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33221--33221 []\TU/UbuntuMono(0)/m/n/10.95 core. [410] Underfull \hbox (badness 10000) in paragraph at lines 33286--33286 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33322--33322 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33358--33358 []\TU/UbuntuMono(0)/m/n/10.95 core. Underfull \hbox (badness 10000) in paragraph at lines 33387--33387 []\TU/UbuntuMono(0)/m/n/10.95 core. [411] Underfull \hbox (badness 10000) in paragraph at lines 33426--33426 []\TU/UbuntuMono(0)/m/n/10.95 acme. Underfull \hbox (badness 10000) in paragraph at lines 33459--33459 []\TU/UbuntuMono(0)/m/n/10.95 https://acme[]v02.api.letsencrypt.org/ Underfull \hbox (badness 10000) in paragraph at lines 33517--33517 []\TU/UbuntuMono(0)/m/n/10.95 acme. Underfull \hbox (badness 10000) in paragraph at lines 33584--33584 []\TU/UbuntuMono(0)/m/n/10.95 oidc.client. [412] Underfull \hbox (badness 10000) in paragraph at lines 33613--33613 []\TU/UbuntuMono(0)/m/n/10.95 oidc.client. Underfull \hbox (badness 10000) in paragraph at lines 33642--33642 []\TU/UbuntuMono(0)/m/n/10.95 oidc.groups. [413] Underfull \hbox (badness 10000) in paragraph at lines 33758--33758 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 33791--33791 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 33827--33827 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 33864--33864 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 33897--33897 []\TU/UbuntuMono(0)/m/n/10.95 cluster. [414] Underfull \hbox (badness 10000) in paragraph at lines 33934--33934 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 33971--33971 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 34046--34046 []\TU/UbuntuMono(0)/m/n/10.95 images. [415] Underfull \hbox (badness 10000) in paragraph at lines 34083--34083 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 34111--34111 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 34144--34144 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 34182--34182 []\TU/UbuntuMono(0)/m/n/10.95 loki.api. Underfull \hbox (badness 10000) in paragraph at lines 34211--34211 []\TU/UbuntuMono(0)/m/n/10.95 loki.api. [416] Underfull \hbox (badness 10000) in paragraph at lines 34243--34243 []\TU/UbuntuMono(0)/m/n/10.95 loki.auth. Underfull \hbox (badness 10000) in paragraph at lines 34272--34272 []\TU/UbuntuMono(0)/m/n/10.95 loki.auth. [417] Underfull \hbox (badness 10000) in paragraph at lines 34406--34406 []\TU/UbuntuMono(0)/m/n/10.95 lifecycle, Underfull \hbox (badness 10000) in paragraph at lines 34449--34449 []\TU/UbuntuMono(0)/m/n/10.95 backups. Underfull \hbox (badness 10000) in paragraph at lines 34481--34481 []\TU/UbuntuMono(0)/m/n/10.95 instances.migration. Underfull \hbox (badness 10000) in paragraph at lines 34517--34517 []\TU/UbuntuMono(0)/m/n/10.95 instances.nic. [418] Underfull \hbox (badness 10000) in paragraph at lines 34553--34553 []\TU/UbuntuMono(0)/m/n/10.95 instances.placement. Underfull \hbox (badness 10000) in paragraph at lines 34586--34586 []\TU/UbuntuMono(0)/m/n/10.95 maas.api. Underfull \hbox (badness 10000) in paragraph at lines 34615--34615 []\TU/UbuntuMono(0)/m/n/10.95 maas.api. Underfull \hbox (badness 10000) in paragraph at lines 34648--34648 []\TU/UbuntuMono(0)/m/n/10.95 maas. [419] Underfull \hbox (badness 5667) in paragraph at lines 34754--34760 []\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 34780--34780 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn. Underfull \hbox (badness 10000) in paragraph at lines 34787--34793 []\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 34813--34813 []\TU/UbuntuMono(0)/m/n/10.95 network.ovn. Underfull \hbox (badness 10000) in paragraph at lines 34842--34842 []\TU/UbuntuMono(0)/m/n/10.95 storage. Underfull \hbox (badness 10000) in paragraph at lines 34874--34874 []\TU/UbuntuMono(0)/m/n/10.95 storage. [420] [421] [422] Underfull \hbox (badness 10000) in paragraph at lines 35145--35145 []\TU/UbuntuMono(0)/m/n/10.95 agent. Underfull \hbox (badness 10000) in paragraph at lines 35181--35181 []\TU/UbuntuMono(0)/m/n/10.95 cluster. Underfull \hbox (badness 10000) in paragraph at lines 35251--35251 []\TU/UbuntuMono(0)/m/n/10.95 linux. [423] Underfull \hbox (badness 10000) in paragraph at lines 35294--35294 []\TU/UbuntuMono(0)/m/n/10.95 linux.kernel_modules. Underfull \hbox (badness 10000) in paragraph at lines 35331--35331 []\TU/UbuntuMono(0)/m/n/10.95 linux.sysctl. Underfull \hbox (badness 10000) in paragraph at lines 35360--35360 []\TU/UbuntuMono(0)/m/n/10.95 ubuntu_pro. Underfull \hbox (badness 10000) in paragraph at lines 35395--35395 []\TU/UbuntuMono(0)/m/n/10.95 user. [424] Underfull \hbox (badness 10000) in paragraph at lines 35427--35427 []\TU/UbuntuMono(0)/m/n/10.95 environment. Underfull \hbox (badness 10000) in paragraph at lines 35466--35466 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 35504--35504 []\TU/UbuntuMono(0)/m/n/10.95 boot.autostart. Underfull \hbox (badness 10000) in paragraph at lines 35540--35540 []\TU/UbuntuMono(0)/m/n/10.95 boot.autostart. [425] Underfull \hbox (badness 10000) in paragraph at lines 35568--35568 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 35605--35605 []\TU/UbuntuMono(0)/m/n/10.95 boot. Underfull \hbox (badness 10000) in paragraph at lines 35641--35641 []\TU/UbuntuMono(0)/m/n/10.95 boot.stop. Underfull \hbox (badness 10000) in paragraph at lines 35687--35687 []\TU/UbuntuMono(0)/m/n/10.95 cloud[]init. Underfull \hbox (badness 10000) in paragraph at lines 35723--35723 []\TU/UbuntuMono(0)/m/n/10.95 cloud[]init.ssh[]keys. [426] [427] Underfull \hbox (badness 10000) in paragraph at lines 35966--35966 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 36009--36009 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 36045--36045 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. [428] Underfull \hbox (badness 10000) in paragraph at lines 36088--36088 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 36132--36132 []\TU/UbuntuMono(0)/m/n/10.95 limits.cpu. Underfull \hbox (badness 10000) in paragraph at lines 36172--36172 []\TU/UbuntuMono(0)/m/n/10.95 limits.disk. Underfull \hbox (badness 10000) in paragraph at lines 36211--36211 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. [429] Underfull \hbox (badness 10000) in paragraph at lines 36251--36251 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. Underfull \hbox (badness 10000) in paragraph at lines 36291--36291 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. Underfull \hbox (badness 10000) in paragraph at lines 36331--36331 []\TU/UbuntuMono(0)/m/n/10.95 limits.hugepages. [430] Underfull \hbox (badness 10000) in paragraph at lines 36415--36415 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 36456--36456 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 36496--36496 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory. Underfull \hbox (badness 10000) in paragraph at lines 36533--36533 []\TU/UbuntuMono(0)/m/n/10.95 limits.memory.swap. Underfull \hbox (badness 10000) in paragraph at lines 36574--36574 []\TU/UbuntuMono(0)/m/n/10.95 limits. [431] Underfull \hbox (badness 10000) in paragraph at lines 36610--36610 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. [432] [433] Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_FSIZE| Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_LOCKS| Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (16.63469pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_MEMLOCK| Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (11.1597pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_NOFILE| Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (5.6847pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_NPROC| Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (11.1597pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_RTPRIO| Underfull \hbox (badness 10000) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 limits.kernel. Overfull \hbox (33.0597pt too wide) in paragraph at lines 36906--36906 []\TU/UbuntuMono(0)/m/n/10.95 RLIMIT_SIGPENDING| [434] Underfull \hbox (badness 10000) in paragraph at lines 36910--36912 []\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 36962--36962 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental. [435] Underfull \hbox (badness 10000) in paragraph at lines 37002--37002 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory. Underfull \hbox (badness 10000) in paragraph at lines 37039--37039 []\TU/UbuntuMono(0)/m/n/10.95 migration.incremental.memory. Underfull \hbox (badness 10000) in paragraph at lines 37122--37122 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.driver. [436] Underfull \hbox (badness 10000) in paragraph at lines 37126--37128 []\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 37158--37158 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.require. Underfull \hbox (badness 10000) in paragraph at lines 37194--37194 []\TU/UbuntuMono(0)/m/n/10.95 nvidia.require. Underfull \hbox (badness 10000) in paragraph at lines 37234--37234 []\TU/UbuntuMono(0)/m/n/10.95 nvidia. Underfull \hbox (badness 10000) in paragraph at lines 37269--37269 []\TU/UbuntuMono(0)/m/n/10.95 raw. [437] Underfull \hbox (badness 10000) in paragraph at lines 37443--37443 []\TU/UbuntuMono(0)/m/n/10.95 raw. [438] [439] Underfull \hbox (badness 10000) in paragraph at lines 37609--37609 []\TU/UbuntuMono(0)/m/n/10.95 security.agent. [440] Underfull \hbox (badness 6493) in paragraph at lines 37693--37697 []\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 37734--37734 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. Underfull \hbox (badness 10000) in paragraph at lines 37777--37777 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. Underfull \hbox (badness 10000) in paragraph at lines 37821--37821 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. [441] Underfull \hbox (badness 10000) in paragraph at lines 37863--37863 []\TU/UbuntuMono(0)/m/n/10.95 security.delegate_bpf. Underfull \hbox (badness 10000) in paragraph at lines 37937--37937 []\TU/UbuntuMono(0)/m/n/10.95 security.devlxd. [442] Underfull \hbox (badness 10000) in paragraph at lines 38010--38010 []\TU/UbuntuMono(0)/m/n/10.95 security.idmap. Underfull \hbox (badness 10000) in paragraph at lines 38083--38083 []\TU/UbuntuMono(0)/m/n/10.95 security. Underfull \hbox (badness 6364) in paragraph at lines 38130--38136 []\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 38156--38156 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. [443] Underfull \hbox (badness 10000) in paragraph at lines 38193--38193 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. Underfull \hbox (badness 10000) in paragraph at lines 38229--38229 []\TU/UbuntuMono(0)/m/n/10.95 security.protection. [444] Underfull \hbox (badness 10000) in paragraph at lines 38343--38343 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.policy. Underfull \hbox (badness 10000) in paragraph at lines 38380--38380 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.session. Underfull \hbox (badness 10000) in paragraph at lines 38417--38417 []\TU/UbuntuMono(0)/m/n/10.95 security.sev.session. Underfull \hbox (badness 10000) in paragraph at lines 38450--38450 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 38487--38487 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. [445] Underfull \hbox (badness 10000) in paragraph at lines 38528--38528 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 38569--38569 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls. Underfull \hbox (badness 10000) in paragraph at lines 38606--38606 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 38643--38643 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.bpf. Underfull \hbox (badness 10000) in paragraph at lines 38683--38683 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. [446] Underfull \hbox (badness 10000) in paragraph at lines 38723--38723 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 38756--38756 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. Underfull \hbox (badness 10000) in paragraph at lines 38792--38792 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. Underfull \hbox (badness 10000) in paragraph at lines 38832--38832 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.mount. [447] Underfull \hbox (badness 10000) in paragraph at lines 38839--38845 []\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 38869--38869 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 38909--38909 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 38919--38925 []\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 38949--38949 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept. Underfull \hbox (badness 10000) in paragraph at lines 38987--38987 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. [448] Underfull \hbox (badness 10000) in paragraph at lines 39023--39023 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 39063--39063 []\TU/UbuntuMono(0)/m/n/10.95 snapshots. Underfull \hbox (badness 10000) in paragraph at lines 39073--39079 []\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 39099--39099 []\TU/UbuntuMono(0)/m/n/10.95 snapshots.schedule. [449] Underfull \hbox (badness 10000) in paragraph at lines 39152--39152 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 39180--39180 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 39205--39205 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 39230--39230 []\TU/UbuntuMono(0)/m/n/10.95 volatile.. Underfull \hbox (badness 10000) in paragraph at lines 39258--39258 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. [450] Underfull \hbox (badness 10000) in paragraph at lines 39286--39286 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 39314--39314 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state. Underfull \hbox (badness 10000) in paragraph at lines 39342--39342 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vdpa. Underfull \hbox (badness 10000) in paragraph at lines 39370--39370 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 39398--39398 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 39426--39426 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. [451] Underfull \hbox (badness 10000) in paragraph at lines 39454--39454 []\TU/UbuntuMono(0)/m/n/10.95 volatile..last_state.vf. Underfull \hbox (badness 10000) in paragraph at lines 39482--39482 []\TU/UbuntuMono(0)/m/n/10.95 volatile. Underfull \hbox (badness 10000) in paragraph at lines 39507--39507 []\TU/UbuntuMono(0)/m/n/10.95 volatile. Underfull \hbox (badness 10000) in paragraph at lines 39563--39563 []\TU/UbuntuMono(0)/m/n/10.95 volatile.cloud[]init. Underfull \hbox (badness 10000) in paragraph at lines 39588--39588 []\TU/UbuntuMono(0)/m/n/10.95 volatile.evacuate. [452] Underfull \hbox (badness 10000) in paragraph at lines 39620--39620 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 39649--39649 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 39678--39678 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 39707--39707 []\TU/UbuntuMono(0)/m/n/10.95 volatile.last_state. Underfull \hbox (badness 10000) in paragraph at lines 39737--39737 []\TU/UbuntuMono(0)/m/n/10.95 volatile.last_state. [453] Underfull \hbox (badness 10000) in paragraph at lines 39790--39790 []\TU/UbuntuMono(0)/m/n/10.95 volatile.uuid. Underfull \hbox (badness 10000) in paragraph at lines 39819--39819 []\TU/UbuntuMono(0)/m/n/10.95 volatile. [454] Underfull \hbox (badness 10000) in paragraph at lines 40121--40121 []\TU/UbuntuMono(0)/m/n/10.95 /dev/ Underfull \hbox (badness 10000) in paragraph at lines 40121--40121 []\TU/UbuntuMono(0)/m/n/10.95 /dev/ Underfull \hbox (badness 10000) in paragraph at lines 40121--40121 []\TU/UbuntuMono(0)/m/n/10.95 /dev/net/ [455] [456] [457] Underfull \hbox (badness 10000) in paragraph at lines 40411--40411 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 40475--40475 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 40507--40507 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [458] Underfull \hbox (badness 10000) in paragraph at lines 40571--40571 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. Underfull \hbox (badness 10000) in paragraph at lines 40635--40635 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 40667--40667 []\TU/UbuntuMono(0)/m/n/10.95 limits. [459] Underfull \hbox (badness 10000) in paragraph at lines 40739--40739 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 40768--40768 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [460] Underfull \hbox (badness 10000) in paragraph at lines 40928--40928 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. Underfull \hbox (badness 10000) in paragraph at lines 41035--41035 []\TU/UbuntuMono(0)/m/n/10.95 security. [461] [462] Underfull \hbox (badness 10000) in paragraph at lines 41313--41313 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 41342--41342 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [463] [464] [465] Underfull \hbox (badness 10000) in paragraph at lines 41660--41660 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 41689--41689 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 41853--41853 []\TU/UbuntuMono(0)/m/n/10.95 security. [466] [467] Underfull \hbox (badness 10000) in paragraph at lines 42065--42065 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. Underfull \hbox (badness 10000) in paragraph at lines 42094--42094 []\TU/UbuntuMono(0)/m/n/10.95 maas.subnet. [468] [469] [470] Underfull \hbox (badness 10000) in paragraph at lines 42520--42520 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 42581--42581 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. [471] Underfull \hbox (badness 10000) in paragraph at lines 42613--42613 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. Underfull \hbox (badness 10000) in paragraph at lines 42674--42674 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. [472] Underfull \hbox (badness 10000) in paragraph at lines 42840--42840 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 42876--42876 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 42909--42909 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 42945--42945 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [473] [474] Underfull \hbox (badness 10000) in paragraph at lines 43140--43140 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 43233--43233 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [475] [476] [477] Underfull \hbox (badness 10000) in paragraph at lines 43674--43674 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 43702--43702 []\TU/UbuntuMono(0)/m/n/10.95 limits. [478] Underfull \hbox (badness 10000) in paragraph at lines 43824--43824 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [479] [480] Underfull \hbox (badness 10000) in paragraph at lines 44050--44050 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 44082--44082 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. [481] Underfull \hbox (badness 10000) in paragraph at lines 44224--44224 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. Underfull \hbox (badness 10000) in paragraph at lines 44256--44256 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [482] Underfull \hbox (badness 10000) in paragraph at lines 44426--44426 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 44454--44454 []\TU/UbuntuMono(0)/m/n/10.95 limits. [483] Underfull \hbox (badness 10000) in paragraph at lines 44601--44601 []\TU/UbuntuMono(0)/m/n/10.95 queue.tx. [484] [485] [486] [487] Underfull \hbox (badness 10000) in paragraph at lines 44932--44932 []\TU/UbuntuMono(0)/m/n/10.95 initial. [488] Underfull \hbox (badness 10000) in paragraph at lines 45086--45086 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 45155--45155 []\TU/UbuntuMono(0)/m/n/10.95 limits. [489] Underfull \hbox (badness 10000) in paragraph at lines 45300--45300 []\TU/UbuntuMono(0)/m/n/10.95 raw.mount. [490] [491] [492] [493] [494] [495] [496] [497] [498] [499] [500] [501] [502] Underfull \hbox (badness 10000) in paragraph at lines 47186--47186 []\TU/UbuntuMono(0)/m/n/10.95 mig. [503] [504] [505] [506] [507] [508] Underfull \hbox (badness 10000) in paragraph at lines 48062--48062 []\TU/UbuntuMono(0)/m/n/10.95 security. Underfull \hbox (badness 10000) in paragraph at lines 48095--48095 []\TU/UbuntuMono(0)/m/n/10.95 security. [509] [510] Underfull \hbox (badness 10000) in paragraph at lines 48268--48268 []\TU/UbuntuMono(0)/m/n/10.95 ownership. [511] [512] [513] [514] [515] [516] Underfull \hbox (badness 10000) in paragraph at lines 48994--48994 []\TU/UbuntuMono(0)/m/n/10.95 features.networks. Underfull \hbox (badness 10000) in paragraph at lines 49060--49060 []\TU/UbuntuMono(0)/m/n/10.95 features.storage. [517] Underfull \hbox (badness 10000) in paragraph at lines 49093--49093 []\TU/UbuntuMono(0)/m/n/10.95 features.storage. Underfull \hbox (badness 10000) in paragraph at lines 49178--49178 []\TU/UbuntuMono(0)/m/n/10.95 limits. [518] Underfull \hbox (badness 10000) in paragraph at lines 49234--49234 []\TU/UbuntuMono(0)/m/n/10.95 limits.disk.pool. Underfull \hbox (badness 10000) in paragraph at lines 49268--49268 []\TU/UbuntuMono(0)/m/n/10.95 limits. [519] Underfull \hbox (badness 10000) in paragraph at lines 49346--49346 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv4. Underfull \hbox (badness 10000) in paragraph at lines 49375--49375 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv6. Underfull \hbox (badness 10000) in paragraph at lines 49404--49404 []\TU/UbuntuMono(0)/m/n/10.95 limits. Underfull \hbox (badness 10000) in paragraph at lines 49432--49432 []\TU/UbuntuMono(0)/m/n/10.95 limits. [520] Underfull \hbox (badness 10000) in paragraph at lines 49524--49524 []\TU/UbuntuMono(0)/m/n/10.95 restricted. Underfull \hbox (badness 10000) in paragraph at lines 49552--49552 []\TU/UbuntuMono(0)/m/n/10.95 restricted.cluster. Underfull \hbox (badness 10000) in paragraph at lines 49584--49584 []\TU/UbuntuMono(0)/m/n/10.95 restricted.cluster. [521] Underfull \hbox (badness 10000) in paragraph at lines 49617--49617 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 49651--49651 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 49684--49684 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 49717--49717 []\TU/UbuntuMono(0)/m/n/10.95 restricted.containers. Underfull \hbox (badness 10000) in paragraph at lines 49725--49727 []\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[][] [522] Underfull \hbox (badness 10000) in paragraph at lines 49763--49763 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 49815--49815 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices.disk. Underfull \hbox (badness 10000) in paragraph at lines 49849--49849 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 49881--49881 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. [523] Underfull \hbox (badness 10000) in paragraph at lines 49913--49913 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 49959--49959 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 49991--49991 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 50023--50023 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. [524] Underfull \hbox (badness 10000) in paragraph at lines 50055--50055 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 50087--50087 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 50119--50119 []\TU/UbuntuMono(0)/m/n/10.95 restricted.devices. Underfull \hbox (badness 10000) in paragraph at lines 50147--50147 []\TU/UbuntuMono(0)/m/n/10.95 restricted.idmap. Underfull \hbox (badness 10000) in paragraph at lines 50175--50175 []\TU/UbuntuMono(0)/m/n/10.95 restricted.idmap. Underfull \hbox (badness 10000) in paragraph at lines 50203--50203 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. [525] Underfull \hbox (badness 10000) in paragraph at lines 50239--50239 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 50275--50275 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 10000) in paragraph at lines 50307--50307 []\TU/UbuntuMono(0)/m/n/10.95 restricted.networks. Underfull \hbox (badness 7238) in paragraph at lines 50317--50323 []\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 50339--50339 []\TU/UbuntuMono(0)/m/n/10.95 restricted. [526] Underfull \hbox (badness 10000) in paragraph at lines 50368--50368 []\TU/UbuntuMono(0)/m/n/10.95 restricted.virtual[]machines. Underfull \hbox (badness 10000) in paragraph at lines 50404--50404 []\TU/UbuntuMono(0)/m/n/10.95 backups. Underfull \hbox (badness 10000) in paragraph at lines 50458--50458 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 50487--50487 []\TU/UbuntuMono(0)/m/n/10.95 images. [527] Underfull \hbox (badness 10000) in paragraph at lines 50515--50515 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 50540--50540 []\TU/UbuntuMono(0)/m/n/10.95 images. Underfull \hbox (badness 10000) in paragraph at lines 50568--50568 []\TU/UbuntuMono(0)/m/n/10.95 user. [528] [529] [530] [531] Underfull \hbox (badness 10000) in paragraph at lines 51143--51143 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 51172--51172 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [532] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 51290. [533] Underfull \hbox (badness 10000) in paragraph at lines 51363--51363 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. [534] Underfull \hbox (badness 10000) in paragraph at lines 51429--51429 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 51466--51466 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 51495--51495 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 51528--51528 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. Underfull \hbox (badness 10000) in paragraph at lines 51561--51561 []\TU/UbuntuMono(0)/m/n/10.95 cephfs. [535] Underfull \hbox (badness 10000) in paragraph at lines 51631--51631 []\TU/UbuntuMono(0)/m/n/10.95 cephfs.user. Underfull \hbox (badness 10000) in paragraph at lines 51693--51693 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [536] [537] Underfull \hbox (badness 10000) in paragraph at lines 51978--51978 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 52007--52007 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [538] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 52092. [539] Underfull \hbox (badness 10000) in paragraph at lines 52172--52172 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.bucket. Underfull \hbox (badness 10000) in paragraph at lines 52201--52201 []\TU/UbuntuMono(0)/m/n/10.95 cephobject. Underfull \hbox (badness 10000) in paragraph at lines 52230--52230 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw. Underfull \hbox (badness 10000) in paragraph at lines 52259--52259 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.radosgw. [540] Underfull \hbox (badness 10000) in paragraph at lines 52295--52295 []\TU/UbuntuMono(0)/m/n/10.95 cephobject.user. Underfull \hbox (badness 10000) in paragraph at lines 52328--52328 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [541] LaTeX Font Warning: Font shape `TU/Ubuntu(0)/m/scit' undefined (Font) using `TU/Ubuntu(0)/m/sc' instead on input line 52408. [542] Underfull \hbox (badness 10000) in paragraph at lines 52523--52523 []\TU/UbuntuMono(0)/m/n/10.95 ceph. Underfull \hbox (badness 10000) in paragraph at lines 52552--52552 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 52585--52585 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 52618--52618 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. [543] Underfull \hbox (badness 10000) in paragraph at lines 52647--52647 []\TU/UbuntuMono(0)/m/n/10.95 ceph.osd. Underfull \hbox (badness 10000) in paragraph at lines 52684--52684 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 52720--52720 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 52756--52756 []\TU/UbuntuMono(0)/m/n/10.95 ceph.rbd. Underfull \hbox (badness 10000) in paragraph at lines 52789--52789 []\TU/UbuntuMono(0)/m/n/10.95 ceph.user. [544] Underfull \hbox (badness 10000) in paragraph at lines 52851--52851 []\TU/UbuntuMono(0)/m/n/10.95 volatile.pool. [545] [546] Underfull \hbox (badness 10000) in paragraph at lines 53254--53254 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 53283--53283 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [547] [548] Overfull \hbox (5.8455pt too wide) in paragraph at lines 53476--53476 []\TU/FreeSans(0)/m/n/10.95 Iden- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 \TU/FreeSans(0)/m/n/10.95 ti- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/Ubuntu(0)/m/sc/10.95 Con- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/Ubuntu(0)/m/sc/10.95 Virtual Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 \TU/Ubuntu(0)/m/sc/10.95 ma- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/UbuntuMono(0)/m/n/10.95 v_WiUEsGpsSEmO592wtnT9FA==.b \TU/Ubuntu(0)/m/sc/1 0.95 (block volume) and Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/Ubuntu(0)/m/sc/10.95 Image Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/Ubuntu(0)/m/sc/10.95 Cus- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 \TU/Ubuntu(0)/m/sc/10.95 tom Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 \TU/Ubuntu(0)/m/sc/10.95 vol- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/UbuntuMono(0)/m/n/10.95 u_WiUEsGpsSEmO592wtnT9FA== \TU/Ubuntu(0)/m/sc/10. 95 (file system volume) and Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/Ubuntu(0)/m/sc/10.95 Snap- Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 []\TU/UbuntuMono(0)/m/n/10.95 sc_WiUEsGpsSEmO592wtnT9FA== \TU/Ubuntu(0)/m/sc/10 .95 (container snapshot), Underfull \hbox (badness 10000) in paragraph at lines 53476--53476 \TU/UbuntuMono(0)/m/n/10.95 sv_WiUEsGpsSEmO592wtnT9FA==.b \TU/Ubuntu(0)/m/sc/10 .95 (VM snapshot) and [549] Underfull \hbox (badness 10000) in paragraph at lines 53567--53567 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. [550] Underfull \hbox (badness 10000) in paragraph at lines 53600--53600 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 53632--53632 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 53639--53645 []\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 53665--53665 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.gateway. Underfull \hbox (badness 10000) in paragraph at lines 53731--53731 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. Underfull \hbox (badness 10000) in paragraph at lines 53763--53763 []\TU/UbuntuMono(0)/m/n/10.95 powerflex. [551] Underfull \hbox (badness 10000) in paragraph at lines 53796--53796 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.user. Underfull \hbox (badness 10000) in paragraph at lines 53828--53828 []\TU/UbuntuMono(0)/m/n/10.95 powerflex.user. Underfull \hbox (badness 10000) in paragraph at lines 53861--53861 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 53898--53898 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [552] [553] [554] Underfull \hbox (badness 10000) in paragraph at lines 54371--54371 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 54400--54400 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [555] [556] Overfull \hbox (7.74162pt too wide) in paragraph at lines 54585--54585 []\TU/FreeSans(0)/m/n/10.95 Iden- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 \TU/FreeSans(0)/m/n/10.95 ti- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\TU/Ubuntu(0)/m/sc/10.95 Con- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\TU/Ubuntu(0)/m/sc/10.95 Vir- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 \TU/Ubuntu(0)/m/sc/10.95 tual Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 \TU/Ubuntu(0)/m/sc/10.95 ma- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\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 54585--54585 []\TU/Ubuntu(0)/m/sc/10.95 Image Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\TU/Ubuntu(0)/m/sc/10.95 Cus- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 \TU/Ubuntu(0)/m/sc/10.95 tom Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 \TU/Ubuntu(0)/m/sc/10.95 vol- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\TU/UbuntuMono(0)/m/n/10.95 u[]5a2504b06a6c48498ee7ddb0b674fd14 \TU/Ubuntu(0) /m/sc/10.95 (file system volume) and Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\TU/Ubuntu(0)/m/sc/10.95 Snap- Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 []\TU/UbuntuMono(0)/m/n/10.95 sc[]5a2504b06a6c48498ee7ddb0b674fd14 \TU/Ubuntu(0 )/m/sc/10.95 (container snapshot), Underfull \hbox (badness 10000) in paragraph at lines 54585--54585 \TU/UbuntuMono(0)/m/n/10.95 sv[]5a2504b06a6c48498ee7ddb0b674fd14[]b \TU/Ubuntu( 0)/m/sc/10.95 (VM snapshot) and [557] Underfull \hbox (badness 10000) in paragraph at lines 54642--54642 []\TU/UbuntuMono(0)/m/n/10.95 pure.api. Underfull \hbox (badness 10000) in paragraph at lines 54670--54670 []\TU/UbuntuMono(0)/m/n/10.95 pure. Underfull \hbox (badness 10000) in paragraph at lines 54699--54699 []\TU/UbuntuMono(0)/m/n/10.95 pure.gateway. [558] Underfull \hbox (badness 10000) in paragraph at lines 54797--54797 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 54834--54834 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [559] [560] [561] Underfull \hbox (badness 10000) in paragraph at lines 55256--55256 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 55285--55285 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [562] Underfull \hbox (badness 10000) in paragraph at lines 55392--55392 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 55429--55429 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [563] [564] Underfull \hbox (badness 10000) in paragraph at lines 55783--55783 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 55812--55812 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [565] [566] Underfull \hbox (badness 10000) in paragraph at lines 55948--55948 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 55984--55984 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 56017--56017 []\TU/UbuntuMono(0)/m/n/10.95 lvm. Underfull \hbox (badness 10000) in paragraph at lines 56050--56050 []\TU/UbuntuMono(0)/m/n/10.95 lvm.vg. [567] Underfull \hbox (badness 10000) in paragraph at lines 56116--56116 []\TU/UbuntuMono(0)/m/n/10.95 rsync. Underfull \hbox (badness 10000) in paragraph at lines 56153--56153 []\TU/UbuntuMono(0)/m/n/10.95 rsync. [568] [569] [570] Underfull \hbox (badness 10000) in paragraph at lines 56732--56732 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 56761--56761 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [571] [572] [573] Underfull \hbox (badness 10000) in paragraph at lines 57114--57114 []\TU/UbuntuMono(0)/m/n/10.95 zfs. [574] Underfull \hbox (badness 10000) in paragraph at lines 57152--57152 []\TU/UbuntuMono(0)/m/n/10.95 zfs. Underfull \hbox (badness 10000) in paragraph at lines 57230--57230 []\TU/Ubuntu(0)/b/it/10.95 Condi- Underfull \hbox (badness 10000) in paragraph at lines 57271--57271 []\TU/Ubuntu(0)/b/it/10.95 Condi- [575] [576] Underfull \hbox (badness 10000) in paragraph at lines 57588--57588 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. Underfull \hbox (badness 10000) in paragraph at lines 57617--57617 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap. [577] [578] 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 58455--58455 []\TU/FreeSans(0)/m/n/10.95 Di- Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 \TU/FreeSans(0)/m/n/10.95 rec- Overfull \hbox (5.81442pt too wide) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 Btrfs| Overfull \hbox (5.46402pt too wide) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 LVM| Overfull \hbox (3.64633pt too wide) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 Ceph Overfull \hbox (18.18137pt too wide) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 CephFS| Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 Ceph Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 Dell Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 \TU/FreeSans(0)/m/n/10.95 Power- Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 []\TU/FreeSans(0)/m/n/10.95 Pure Underfull \hbox (badness 10000) in paragraph at lines 58455--58455 \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 58455--58455 []\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 58455--58455 []\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 58455--58455 []\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 58455--58455 []\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 58455--58455 [][][]\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 58455--58455 []\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;! [579] [580] [581] [582] Underfull \hbox (badness 10000) in paragraph at lines 58731--58731 []\TU/UbuntuMono(0)/m/n/10.95 bgp.ipv4. [583] Underfull \hbox (badness 10000) in paragraph at lines 58768--58768 []\TU/UbuntuMono(0)/m/n/10.95 bgp.ipv6. Underfull \hbox (badness 10000) in paragraph at lines 58801--58801 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 58834--58834 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 58875--58875 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 58919--58919 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. [584] Underfull \hbox (badness 10000) in paragraph at lines 58984--58984 []\TU/UbuntuMono(0)/m/n/10.95 bridge. Underfull \hbox (badness 10000) in paragraph at lines 59085--59085 []\TU/Ubuntu(0)/b/it/10.95 De- Overfull \hbox (5.21779pt too wide) in paragraph at lines 59085--59085 []\TU/Ubuntu(0)/b/it/10.95 Scope:| [585] Underfull \hbox (badness 10000) in paragraph at lines 59121--59121 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 59154--59154 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 59222--59222 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone. Underfull \hbox (badness 10000) in paragraph at lines 59254--59254 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. [586] Underfull \hbox (badness 10000) in paragraph at lines 59283--59283 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. Underfull \hbox (badness 10000) in paragraph at lines 59320--59320 []\TU/UbuntuMono(0)/m/n/10.95 fan. [587] Underfull \hbox (badness 10000) in paragraph at lines 59523--59523 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 59560--59560 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 59597--59597 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.dhcp. [588] Underfull \hbox (badness 10000) in paragraph at lines 59707--59707 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat. Underfull \hbox (badness 10000) in paragraph at lines 59744--59744 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.nat. Underfull \hbox (badness 10000) in paragraph at lines 59776--59776 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn. [589] Underfull \hbox (badness 10000) in paragraph at lines 59852--59852 []\TU/UbuntuMono(0)/m/n/10.95 ipv4. Underfull \hbox (badness 10000) in paragraph at lines 59969--59969 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. [590] Underfull \hbox (badness 10000) in paragraph at lines 60046--60046 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. Underfull \hbox (badness 10000) in paragraph at lines 60153--60153 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat. Underfull \hbox (badness 10000) in paragraph at lines 60190--60190 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.nat. [591] Underfull \hbox (badness 10000) in paragraph at lines 60222--60222 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn. Underfull \hbox (badness 10000) in paragraph at lines 60294--60294 []\TU/UbuntuMono(0)/m/n/10.95 ipv6. [592] Underfull \hbox (badness 10000) in paragraph at lines 60389--60389 []\TU/UbuntuMono(0)/m/n/10.95 raw. Underfull \hbox (badness 10000) in paragraph at lines 60457--60457 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 60493--60493 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 60526--60526 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [593] Underfull \hbox (badness 10000) in paragraph at lines 60562--60562 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 60591--60591 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 60623--60623 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 60652--60652 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 60718--60718 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. [594] Underfull \hbox (badness 10000) in paragraph at lines 60747--60747 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 60816--60816 []\TU/UbuntuMono(0)/m/n/10.95 tunnel.NAME. Underfull \hbox (badness 10000) in paragraph at lines 60845--60845 []\TU/UbuntuMono(0)/m/n/10.95 user. [595] [596] [597] Underfull \hbox (badness 10000) in paragraph at lines 61055--61055 []\TU/UbuntuMono(0)/m/n/10.95 bridge. Underfull \hbox (badness 10000) in paragraph at lines 61087--61087 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 61144--61144 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone. [598] Underfull \hbox (badness 10000) in paragraph at lines 61172--61172 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. Underfull \hbox (badness 10000) in paragraph at lines 61197--61197 []\TU/UbuntuMono(0)/m/n/10.95 dns.zone.reverse. [599] Underfull \hbox (badness 10000) in paragraph at lines 61469--61469 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.dhcp. [600] Underfull \hbox (badness 10000) in paragraph at lines 61650--61650 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 61686--61686 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress. Underfull \hbox (badness 10000) in paragraph at lines 61719--61719 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. Underfull \hbox (badness 10000) in paragraph at lines 61755--61755 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress. [601] Underfull \hbox (badness 10000) in paragraph at lines 61780--61780 []\TU/UbuntuMono(0)/m/n/10.95 user. [602] [603] Underfull \hbox (badness 10000) in paragraph at lines 62066--62066 []\TU/UbuntuMono(0)/m/n/10.95 user. [604] Underfull \hbox (badness 10000) in paragraph at lines 62192--62192 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 62228--62228 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 62269--62269 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. Underfull \hbox (badness 10000) in paragraph at lines 62313--62313 []\TU/UbuntuMono(0)/m/n/10.95 bgp.peers.NAME. [605] Underfull \hbox (badness 10000) in paragraph at lines 62346--62346 []\TU/UbuntuMono(0)/m/n/10.95 dns. Underfull \hbox (badness 10000) in paragraph at lines 62450--62450 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.ovn. [606] Underfull \hbox (badness 10000) in paragraph at lines 62526--62526 []\TU/UbuntuMono(0)/m/n/10.95 ipv4.routes. Underfull \hbox (badness 10000) in paragraph at lines 62594--62594 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.ovn. Underfull \hbox (badness 10000) in paragraph at lines 62670--62670 []\TU/UbuntuMono(0)/m/n/10.95 ipv6.routes. [607] Underfull \hbox (badness 10000) in paragraph at lines 62805--62805 []\TU/UbuntuMono(0)/m/n/10.95 ovn. [608] Underfull \hbox (badness 10000) in paragraph at lines 62866--62866 []\TU/UbuntuMono(0)/m/n/10.95 user. [609] Underfull \hbox (badness 10000) in paragraph at lines 63104--63104 []\TU/UbuntuMono(0)/m/n/10.95 user. [610] Underfull \hbox (badness 10000) in paragraph at lines 63204--63204 []\TU/UbuntuMono(0)/m/n/10.95 scheduler. Underfull \hbox (badness 10000) in paragraph at lines 63233--63233 []\TU/UbuntuMono(0)/m/n/10.95 user. Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/FreeSans(0)/m/n/10.95 Do- Overfull \hbox (7.46788pt too wide) in paragraph at lines 63468--63468 []\TU/FreeSans(0)/m/n/10.95 Type| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/FreeSans(0)/m/n/10.95 De- Overfull \hbox (3.54778pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 soft| Overfull \hbox (8.95653pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 hard| Overfull \hbox (8.95653pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 soft| Overfull \hbox (8.95653pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 hard| Overfull \hbox (8.95653pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 nofile| Overfull \hbox (7.60483pt too wide) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 1048576| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 soft| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 hard| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (3.54778pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 soft| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- Overfull \hbox (6.21957pt too wide) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 hard| Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 mem- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/UbuntuMono(0)/m/n/10.95 un- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 \TU/UbuntuMono(0)/m/n/10.95 lim- Underfull \hbox (badness 10000) in paragraph at lines 63468--63468 []\TU/Ubuntu(0)/m/sc/10.95 un- [611] Underfull \hbox (badness 10000) in paragraph at lines 63503--63503 []\TU/UbuntuMono(0)/m/n/10.95 fs. Underfull \hbox (badness 10000) in paragraph at lines 63538--63538 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. [612] Underfull \hbox (badness 10000) in paragraph at lines 63577--63577 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. Underfull \hbox (badness 10000) in paragraph at lines 63616--63616 []\TU/UbuntuMono(0)/m/n/10.95 fs.inotify. Underfull \hbox (badness 10000) in paragraph at lines 63655--63655 []\TU/UbuntuMono(0)/m/n/10.95 kernel. Underfull \hbox (badness 10000) in paragraph at lines 63691--63691 []\TU/UbuntuMono(0)/m/n/10.95 kernel.keys. [613] Underfull \hbox (badness 10000) in paragraph at lines 63723--63723 []\TU/UbuntuMono(0)/m/n/10.95 kernel.keys. Underfull \hbox (badness 10000) in paragraph at lines 63758--63758 []\TU/UbuntuMono(0)/m/n/10.95 net.core. Underfull \hbox (badness 10000) in paragraph at lines 63793--63793 []\TU/UbuntuMono(0)/m/n/10.95 net.ipv4.neigh.default. Underfull \hbox (badness 10000) in paragraph at lines 63834--63834 []\TU/UbuntuMono(0)/m/n/10.95 net.ipv6.neigh.default. [614] Underfull \hbox (badness 10000) in paragraph at lines 63875--63875 []\TU/UbuntuMono(0)/m/n/10.95 vm. Overfull \hbox (178.41754pt too wide) in alignment at lines 63939--63949 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 63949--63963 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 63963--63969 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 63969--63971 [] [] Overfull \hbox (178.41754pt too wide) in alignment at lines 63971--64240 [] [] [615] Overfull \hbox (41.49557pt too wide) in paragraph at lines 64462--64462 []\TU/UbuntuMono(0)/m/n/10.95 lxd_api_requests_completed_total| Overfull \hbox (8.64558pt too wide) in paragraph at lines 64462--64462 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_buck_hash_sys_bytes| Overfull \hbox (8.64558pt too wide) in paragraph at lines 64462--64462 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_heap_released_bytes| Overfull \hbox (3.1706pt too wide) in paragraph at lines 64462--64462 []\TU/UbuntuMono(0)/m/n/10.95 lxd_go_mcache_inuse_bytes| [616] Underfull \hbox (badness 10000) in paragraph at lines 64469--64475 \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 [617] [618] [619] [620] [621] [622] [623] [624] [625] [626] [627] [628] [629] [630] [631] [632] Underfull \hbox (badness 10000) in paragraph at lines 65861--65864 []\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 [633] Underfull \hbox (badness 10000) in paragraph at lines 65922--65926 []\TU/Ubuntu(0)/m/sc/10.95 Some browsers like Firefox and Safari can’t accept s erver response without [634] [635] [636] Underfull \hbox (badness 5607) in paragraph at lines 66173--66175 []\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 66181--66183 []\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[][] [637] [638] [639] [640] [641] [642] [643] [644] [645] [646] Underfull \hbox (badness 10000) in paragraph at lines 67035--67039 []\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. [647] [648] Underfull \hbox (badness 5490) in paragraph at lines 67198--67200 []\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 467[])) and MAC filtering ([][]\TU/U buntuMono(0)/m/it/10.95 security.mac_filtering[][] [649] [650] [651] [652] [653] [654] [655] [656] [657] [658] [659] [660] [661] [662] [663] Underfull \hbox (badness 10000) in paragraph at lines 68299--68302 []\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 415[]) and [][]\TU/UbuntuMon o(0)/m/it/10.95 images.auto_update_interval[][] [664] [665] [666] [667] [668] [669] [670] [671] Underfull \hbox (badness 10000) in paragraph at lines 68959--68961 []\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. [672] [673] [674] [675] [676] [677] [678] [679] [680] Underfull \hbox (badness 10000) in paragraph at lines 69623--69625 []\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 53 4[]), [][]\TU/UbuntuMono(0)/m/it/10.95 cephfs. [681] Underfull \hbox (badness 5607) in paragraph at lines 69713--69716 \TU/Ubuntu(0)/m/sc/10.95 configuration key automatically set through the new se rver-level configuration key [682] [683] Underfull \hbox (badness 7869) in paragraph at lines 69803--69808 \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} / [684] [685] [686] Underfull \hbox (badness 10000) in paragraph at lines 70005--70008 []\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 70005--70008 \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. [687] [688] [689] [690] [691] [692] Overfull \hbox (576.54724pt too wide) in alignment at lines 70433--70446 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 70446--70463 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 70463--70469 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 70469--70471 [] [] [] Overfull \hbox (576.54724pt too wide) in alignment at lines 70471--71554 [] [] [] [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] [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] Underfull \hbox (badness 10000) in paragraph at lines 79453--79455 []\TU/Ubuntu(0)/m/sc/10.95 A regular expression matching a configuration item o r its value. (e.g. [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] [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] Underfull \hbox (badness 5622) in paragraph at lines 86460--86463 []\TU/Ubuntu(0)/m/sc/10.95 Basic authentication can be used when combined with the “simplestreams” proto- [878] [879] [880] [881] [882] [883] [884] [885] [886] [887] [888] [889] [890] [891] [892] [893] [894] [895] [896] [897] [898] [899] [900] [901] [902] [903] [904] [905] [906] [907] [908] [909] [910] [911] [912] [913] [914] [915] [916] [917] [918] [919] [920] [921] [922] Overfull \hbox (45.42271pt too wide) in paragraph at lines 90111--90111 []\TU/UbuntuMono(0)/m/n/10.95 LXD_INSECURE_TLS| Overfull \hbox (12.57272pt too wide) in paragraph at lines 90111--90111 []\TU/UbuntuMono(0)/m/n/10.95 http_proxy| Overfull \hbox (18.04773pt too wide) in paragraph at lines 90111--90111 []\TU/UbuntuMono(0)/m/n/10.95 https_proxy| Overfull \hbox (1.62273pt too wide) in paragraph at lines 90111--90111 []\TU/UbuntuMono(0)/m/n/10.95 no_proxy| [923] Overfull \hbox (30.74283pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_EXEC_PATH| Overfull \hbox (85.49281pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_LXC_TEMPLATE_CONFIG| Overfull \hbox (74.54282pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_SECURITY_APPARMOR| Overfull \hbox (74.54282pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_UNPRIVILEGED_ONLY| Overfull \hbox (30.74283pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_OVMF_PATH| Overfull \hbox (47.16782pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_QEMU_FW_PATH| Overfull \hbox (107.39279pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_IDMAPPED_MOUNTS_DISABLE| Overfull \hbox (58.11781pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_DEVMONITOR_DIR| Overfull \hbox (69.06781pt too wide) in paragraph at lines 90253--90253 []\TU/UbuntuMono(0)/m/n/10.95 LXD_FSMONITOR_DRIVER| [924] [925] [926] [927] [928] [929] [930] [931] [932] [933] [934] [935] [936] [937] [938] [939] [940] [941] Underfull \hbox (badness 10000) in paragraph at lines 91378--91379 []\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 91378--91379 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 91379--91380 []\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 91380--91381 []\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 91381--91382 []\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 91382--91383 []\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 91383--91384 []\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 91384--91385 []\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 91390--91391 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 91391--91392 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 91392--91393 []\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 91392--91393 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91393--91394 []\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 91393--91394 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91394--91395 []\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 91394--91395 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 91396--91397 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 91397--91398 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 91398--91399 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 91399--91400 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 91400--91401 []\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 91401--91402 []\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 91402--91403 []\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 91403--91404 []\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 91404--91405 []\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 91404--91405 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 91405--91406 []\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 91406--91407 []\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- [942] Underfull \hbox (badness 10000) in paragraph at lines 91407--91408 []\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 91408--91409 []\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 91409--91410 []\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 91410--91411 []\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 91411--91412 []\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 91412--91413 []\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 91413--91414 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- Underfull \hbox (badness 10000) in paragraph at lines 91415--91416 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 91416--91417 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- Underfull \hbox (badness 10000) in paragraph at lines 91421--91422 []\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 91422--91423 []\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 91423--91424 []\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 91424--91425 []\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 91425--91426 []\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 91426--91427 []\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 91428--91429 []\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 91429--91430 []\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 91431--91432 []\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 91432--91433 []\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 91433--91434 []\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 91434--91435 []\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 91435--91436 []\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 91436--91437 []\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 91437--91438 []\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- [943] Underfull \hbox (badness 10000) in paragraph at lines 91438--91439 []\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 91439--91440 []\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 91440--91441 []\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 91441--91442 []\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 91442--91443 []\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 91444--91445 []\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 91445--91446 []\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 91447--91448 []\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 91448--91449 []\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 91449--91450 []\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 91450--91451 []\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 91451--91452 []\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 91452--91453 []\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 91453--91454 []\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 91454--91455 []\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 91455--91456 []\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 91456--91457 []\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 91457--91458 []\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 91458--91459 []\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 91459--91460 []\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 91459--91460 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 91460--91461 []\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 91461--91462 []\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 91462--91463 []\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 91463--91464 []\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 91464--91465 []\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- [944] Underfull \hbox (badness 10000) in paragraph at lines 91465--91466 []\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 91469--91470 []\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 91470--91471 []\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 91471--91472 []\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 91472--91473 []\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 91473--91474 []\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 91474--91475 []\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 91475--91476 []\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 91476--91477 []\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 91477--91478 []\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 91477--91478 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91478--91479 []\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 91478--91479 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91483--91484 []\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 91483--91484 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91484--91485 []\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 91484--91485 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91485--91486 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 91486--91487 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 91487--91488 []\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 91487--91488 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 91488--91489 []\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 91488--91489 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91489--91490 []\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 91489--91490 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91490--91491 []\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 91490--91491 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 91492--91493 []\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 91492--91493 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 91493--91494 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 91494--91495 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 91495--91496 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 91496--91497 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- [945] Underfull \hbox (badness 10000) in paragraph at lines 91497--91498 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 91498--91499 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 91500--91501 []\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 91500--91501 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 91501--91502 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 91502--91503 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 91503--91504 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 91504--91505 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 91505--91506 \TU/Ubuntu(0)/m/it/10.95 nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 91506--91507 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 91507--91508 \TU/Ubuntu(0)/m/it/10.95 nic-routed- Underfull \hbox (badness 10000) in paragraph at lines 91511--91512 []\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 91512--91513 []\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 91513--91514 []\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 91514--91515 []\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 91515--91516 []\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 91518--91519 []\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 91518--91519 \TU/Ubuntu(0)/m/it/10.95 infiniband- Underfull \hbox (badness 10000) in paragraph at lines 91519--91520 []\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 91520--91521 []\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 91521--91522 []\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 91522--91523 []\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 91523--91524 []\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 91524--91525 []\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 91525--91526 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 91526--91527 \TU/Ubuntu(0)/m/it/10.95 tpm-device- Underfull \hbox (badness 10000) in paragraph at lines 91527--91528 []\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 91527--91528 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91528--91529 []\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 91528--91529 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- [946] Underfull \hbox (badness 10000) in paragraph at lines 91530--91531 \TU/Ubuntu(0)/m/it/10.95 gpu-mdev- Underfull \hbox (badness 10000) in paragraph at lines 91532--91533 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 91533--91534 \TU/Ubuntu(0)/m/it/10.95 gpu-sriov- Underfull \hbox (badness 10000) in paragraph at lines 91535--91536 []\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 91536--91537 []\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 91537--91538 []\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 91538--91539 []\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 91539--91540 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 91540--91541 []\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 91543--91544 []\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 91544--91545 []\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 91545--91546 []\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 91549--91550 []\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 91549--91550 \TU/Ubuntu(0)/m/it/10.95 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 91550--91551 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91551--91552 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91552--91553 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 91553--91554 []\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 91562--91563 []\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 91563--91564 []\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 91570--91571 []\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 91570--91571 \TU/Ubuntu(0)/m/it/10.95 disk-device- [947] Underfull \hbox (badness 10000) in paragraph at lines 91571--91572 []\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 91571--91572 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91572--91573 []\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 91572--91573 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91576--91577 \TU/Ubuntu(0)/m/it/10.95 gpu-physical- Underfull \hbox (badness 10000) in paragraph at lines 91577--91578 \TU/Ubuntu(0)/m/it/10.95 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 91578--91579 []\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 91578--91579 \TU/Ubuntu(0)/m/it/10.95 block: unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 91579--91580 []\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 91579--91580 \TU/Ubuntu(0)/m/it/10.95 char: unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 91580--91581 []\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 91580--91581 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 91582--91583 []\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 91583--91584 []\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 91584--91585 []\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 91585--91586 []\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 91586--91587 \TU/Ubuntu(0)/m/it/10.95 hotplug: unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 91587--91588 []\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 91588--91589 \TU/Ubuntu(0)/m/it/10.95 nic-bridged- Underfull \hbox (badness 10000) in paragraph at lines 91589--91590 \TU/Ubuntu(0)/m/it/10.95 nic-ipvlan- Underfull \hbox (badness 10000) in paragraph at lines 91590--91591 \TU/Ubuntu(0)/m/it/10.95 nic-macvlan- Underfull \hbox (badness 10000) in paragraph at lines 91591--91592 \TU/Ubuntu(0)/m/it/10.95 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 91592--91593 \TU/Ubuntu(0)/m/it/10.95 nic-physical- Underfull \hbox (badness 10000) in paragraph at lines 91593--91594 \TU/Ubuntu(0)/m/it/10.95 nic-routed- [948] Underfull \hbox (badness 10000) in paragraph at lines 91634--91635 []\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 91674--91675 []\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 91677--91678 []\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 91678--91679 []\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 91679--91680 []\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 91680--91681 []\TU/UbuntuMono(0)/m/n/10.95 security.syscalls.intercept.sched_setscheduler\TU /Ubuntu(0)/m/sc/10.95 , [949] Underfull \hbox (badness 10000) in paragraph at lines 91723--91724 []\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 91724--91725 []\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 91725--91726 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 91726--91727 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 91727--91728 []\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 91728--91729 []\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 91729--91730 []\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 91730--91731 []\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 91733--91734 []\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 91734--91735 []\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 91736--91737 []\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 91737--91738 []\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 91738--91739 []\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 91738--91739 \TU/Ubuntu(0)/m/it/10.95 acl-acl- Underfull \hbox (badness 10000) in paragraph at lines 91739--91740 []\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 91740--91741 []\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 91740--91741 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 91741--91742 []\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 91741--91742 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- Underfull \hbox (badness 5652) in paragraph at lines 91742--91743 []\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 91742--91743 \TU/Ubuntu(0)/m/it/10.95 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 91743--91744 []\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 91744--91745 []\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 91747--91748 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 91748--91749 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 10000) in paragraph at lines 91749--91750 []\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 91749--91750 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 91750--91751 []\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 91750--91751 \TU/Ubuntu(0)/m/it/10.95 routing relationships: peering-peering- Underfull \hbox (badness 10000) in paragraph at lines 91751--91752 []\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 91751--91752 \TU/Ubuntu(0)/m/it/10.95 zones: zone- Underfull \hbox (badness 10000) in paragraph at lines 91754--91755 []\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 91755--91756 []\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- [950] Underfull \hbox (badness 10000) in paragraph at lines 91757--91758 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 91758--91759 \TU/Ubuntu(0)/m/it/10.95 zones: zone- Underfull \hbox (badness 10000) in paragraph at lines 91759--91760 []\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 91760--91761 []\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 91761--91762 []\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 91762--91763 []\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 91763--91764 []\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 91764--91765 []\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 91764--91765 \TU/Ubuntu(0)/m/it/10.95 ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 91765--91766 []\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 91766--91767 []\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 91766--91767 \TU/Ubuntu(0)/m/it/10.95 ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 91772--91773 []\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 91773--91774 []\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 91777--91778 []\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 91778--91779 []\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 91779--91780 []\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 91780--91781 []\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 91787--91788 []\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 91788--91789 []\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 91789--91790 []\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 91790--91791 []\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 91792--91793 []\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 91793--91794 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 91794--91795 []\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 91795--91796 []\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 91798--91799 []\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 91799--91800 []\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 91800--91801 []\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 91801--91802 []\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- [951] Underfull \hbox (badness 10000) in paragraph at lines 91804--91805 \TU/Ubuntu(0)/m/it/10.95 class="literal">bridge-network- Underfull \hbox (badness 10000) in paragraph at lines 91805--91806 \TU/Ubuntu(0)/m/it/10.95 class="literal">ovn-network- Underfull \hbox (badness 10000) in paragraph at lines 91809--91810 []\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 91810--91811 []\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 91811--91812 []\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 91812--91813 []\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 91814--91815 []\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 91815--91816 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 91816--91817 []\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 91817--91818 []\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 91820--91821 []\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 91820--91821 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 91821--91822 []\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 91821--91822 \TU/Ubuntu(0)/m/it/10.95 work load balancers: load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 91823--91824 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 5133) in paragraph at lines 91824--91825 []\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 91825--91826 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 91826--91827 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 91827--91828 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- Underfull \hbox (badness 5133) in paragraph at lines 91828--91829 []\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 91829--91830 \TU/Ubuntu(0)/m/it/10.95 class="literal">macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 91830--91831 \TU/Ubuntu(0)/m/it/10.95 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 91831--91832 \TU/Ubuntu(0)/m/it/10.95 class="literal">sriov-network- Underfull \hbox (badness 10000) in paragraph at lines 91832--91833 []\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 91833--91834 []\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 91834--91835 []\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 91835--91836 []\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 91835--91836 \TU/Ubuntu(0)/m/it/10.95 acl-acl- Underfull \hbox (badness 7722) in paragraph at lines 91836--91837 \TU/Ubuntu(0)/m/it/10.95 ancers: load- Underfull \hbox (badness 10000) in paragraph at lines 91836--91837 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 91838--91839 []\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 91838--91839 \TU/Ubuntu(0)/m/it/10.95 zone-record- [952] Underfull \hbox (badness 10000) in paragraph at lines 91842--91843 []\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 91843--91844 []\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 91844--91845 []\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 91847--91848 \TU/Ubuntu(0)/m/it/10.95 forward- Underfull \hbox (badness 10000) in paragraph at lines 91848--91849 []\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 91848--91849 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer- Underfull \hbox (badness 10000) in paragraph at lines 91849--91850 \TU/Ubuntu(0)/m/it/10.95 acl-rule- Underfull \hbox (badness 6893) in paragraph at lines 91850--91851 []\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 91851--91852 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-port- Underfull \hbox (badness 10000) in paragraph at lines 91853--91854 []\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 91854--91855 []\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 91855--91856 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.action Underfull \hbox (badness 10000) in paragraph at lines 91855--91856 \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 91857--91858 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.egress.logged Underfull \hbox (badness 10000) in paragraph at lines 91857--91858 \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 91859--91860 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 91859--91860 \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 91860--91861 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.action Underfull \hbox (badness 10000) in paragraph at lines 91860--91861 \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 91861--91862 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 91861--91862 \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 91862--91863 []\TU/UbuntuMono(0)/m/n/10.95 security.acls.default.ingress.logged Underfull \hbox (badness 10000) in paragraph at lines 91862--91863 \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 91867--91868 []\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 91867--91868 \TU/Ubuntu(0)/m/it/10.95 network forwards: forward-port- Underfull \hbox (badness 10000) in paragraph at lines 91868--91869 []\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 91868--91869 \TU/Ubuntu(0)/m/it/10.95 ure network load balancers: Underfull \hbox (badness 10000) in paragraph at lines 91868--91869 \TU/Ubuntu(0)/m/it/10.95 load- Underfull \hbox (badness 10000) in paragraph at lines 91868--91869 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 91872--91873 \TU/Ubuntu(0)/m/it/10.95 balancer-load-balancer-backend- Underfull \hbox (badness 10000) in paragraph at lines 91882--91883 []\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 91883--91884 []\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- [953] Underfull \hbox (badness 10000) in paragraph at lines 91884--91885 []\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 91885--91886 []\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 91886--91887 []\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 91887--91888 []\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 91887--91888 \TU/Ubuntu(0)/m/it/10.95 zone-config- Underfull \hbox (badness 10000) in paragraph at lines 91888--91889 []\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 91889--91890 []\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 91890--91891 []\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 91912--91913 []\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 91913--91914 []\TU/UbuntuMono(0)/m/n/10.95 limits.networks.uplink_ips.ipv6.NETWORK_NAME\TU/U buntu(0)/m/sc/10.95 , [954] Underfull \hbox (badness 10000) in paragraph at lines 92014--92015 []\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 92014--92015 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92015--92016 []\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 92015--92016 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 92016--92017 []\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 92016--92017 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92017--92018 []\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 92017--92018 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92018--92019 []\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 92018--92019 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92019--92020 []\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 92019--92020 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92020--92021 []\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 92020--92021 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92021--92022 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92021--92022 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92022--92023 []\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 92022--92023 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 92022--92023 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92023--92024 []\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 92023--92024 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- [955] Underfull \hbox (badness 10000) in paragraph at lines 92047--92048 []\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 92070--92071 []\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 92071--92072 []\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 92071--92072 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 92072--92073 []\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 92073--92074 []\TU/UbuntuMono(0)/m/n/10.95 rsync.bwlimit \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 92073--92074 \TU/Ubuntu(0)/m/it/10.95 pure-pool- Underfull \hbox (badness 10000) in paragraph at lines 92074--92075 []\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 92075--92076 []\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 92075--92076 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 92076--92077 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92077--92078 []\TU/UbuntuMono(0)/m/n/10.95 rsync.compression \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 92077--92078 \TU/Ubuntu(0)/m/it/10.95 pure-pool- Underfull \hbox (badness 10000) in paragraph at lines 92078--92079 []\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 92078--92079 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92079--92080 []\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 92079--92080 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92080--92081 []\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 92080--92081 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92081--92082 []\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 92081--92082 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92082--92083 []\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 92082--92083 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92083--92084 []\TU/UbuntuMono(0)/m/n/10.95 security.shared \TU/Ubuntu(0)/m/sc/10.95 (\TU/Ubu ntu(0)/m/it/10.95 Pure Storage - pure: Underfull \hbox (badness 10000) in paragraph at lines 92083--92084 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92084--92085 []\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 92084--92085 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92085--92086 []\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 92085--92086 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92086--92087 []\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 92086--92087 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92087--92088 []\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 92087--92088 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- [956] Underfull \hbox (badness 10000) in paragraph at lines 92088--92089 []\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 92088--92089 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92089--92090 []\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 92089--92090 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 92090--92091 []\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 92090--92091 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92091--92092 []\TU/UbuntuMono(0)/m/n/10.95 security.shifted \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 92091--92092 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92092--92093 []\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 92092--92093 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92093--92094 []\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 92093--92094 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92094--92095 []\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 92094--92095 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92095--92096 []\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 92095--92096 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92096--92097 []\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 92096--92097 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92097--92098 []\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 92097--92098 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92098--92099 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92098--92099 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92099--92100 []\TU/UbuntuMono(0)/m/n/10.95 security.unmapped \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 92099--92100 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92100--92101 []\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 92100--92101 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92101--92102 []\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 92101--92102 \TU/Ubuntu(0)/m/it/10.95 btrfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 92102--92103 []\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 92102--92103 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 92103--92104 []\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 92103--92104 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92104--92105 []\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 92104--92105 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92105--92106 []\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 92105--92106 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92106--92107 []\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 92106--92107 \TU/Ubuntu(0)/m/it/10.95 cephobject- Underfull \hbox (badness 10000) in paragraph at lines 92107--92108 []\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 92107--92108 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92108--92109 \TU/Ubuntu(0)/m/it/10.95 lvm-bucket- Underfull \hbox (badness 10000) in paragraph at lines 92109--92110 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 92110--92111 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92111--92112 []\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 92111--92112 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92112--92113 []\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 92112--92113 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92113--92114 \TU/Ubuntu(0)/m/it/10.95 zfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 92114--92115 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- [957] Underfull \hbox (badness 10000) in paragraph at lines 92115--92116 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92116--92117 []\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 92116--92117 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92117--92118 []\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 92117--92118 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92118--92119 []\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 92118--92119 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92119--92120 []\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 92119--92120 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92120--92121 []\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 92120--92121 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 5008) in paragraph at lines 92121--92122 []\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 92121--92122 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92122--92123 []\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 92122--92123 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92123--92124 []\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 92123--92124 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92124--92125 []\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 92124--92125 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92125--92126 []\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 92125--92126 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92126--92127 []\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 92126--92127 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92127--92128 []\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 92127--92128 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92128--92129 []\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 92128--92129 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92129--92130 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92129--92130 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92130--92131 []\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 92130--92131 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92131--92132 []\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 92131--92132 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92132--92133 []\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 92132--92133 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92133--92134 []\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 92133--92134 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92134--92135 []\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 92134--92135 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92135--92136 []\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 92135--92136 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92136--92137 []\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 92136--92137 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92137--92138 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92137--92138 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92138--92139 []\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 92138--92139 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 92138--92139 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92139--92140 []\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 92139--92140 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92140--92141 []\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 92140--92141 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- [958] Underfull \hbox (badness 10000) in paragraph at lines 92141--92142 []\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 92141--92142 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- Underfull \hbox (badness 10000) in paragraph at lines 92142--92143 []\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 92142--92143 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 92143--92144 []\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 92144--92145 []\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 92144--92145 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 92145--92146 \TU/Ubuntu(0)/m/it/10.95 zfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 92146--92147 []\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 92146--92147 \TU/Ubuntu(0)/m/it/10.95 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 92147--92148 []\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 92147--92148 \TU/Ubuntu(0)/m/it/10.95 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 92148--92149 []\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 92149--92150 []\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 92149--92150 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92150--92151 []\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 92150--92151 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92151--92152 []\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 92151--92152 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92152--92153 []\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 92152--92153 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92153--92154 []\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 92153--92154 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92154--92155 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92154--92155 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92155--92156 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.last \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Pure Storage - Underfull \hbox (badness 10000) in paragraph at lines 92155--92156 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 92155--92156 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92156--92157 []\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 92156--92157 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92157--92158 []\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 92157--92158 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92158--92159 []\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 92158--92159 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92159--92160 []\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 92159--92160 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92160--92161 []\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 92160--92161 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92161--92162 []\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 92161--92162 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92162--92163 \TU/Ubuntu(0)/m/it/10.95 class="literal">powerflex: Underfull \hbox (badness 10000) in paragraph at lines 92162--92163 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92163--92164 []\TU/UbuntuMono(0)/m/n/10.95 volatile.idmap.next \TU/Ubuntu(0)/m/sc/10.95 (\TU /Ubuntu(0)/m/it/10.95 Pure Storage - Underfull \hbox (badness 10000) in paragraph at lines 92163--92164 \TU/Ubuntu(0)/m/it/10.95 pure: Underfull \hbox (badness 10000) in paragraph at lines 92163--92164 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92164--92165 []\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 92164--92165 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92165--92166 []\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 92165--92166 \TU/Ubuntu(0)/m/it/10.95 ceph: Underfull \hbox (badness 10000) in paragraph at lines 92165--92166 \TU/Ubuntu(0)/m/it/10.95 ceph-pool- [959] Underfull \hbox (badness 10000) in paragraph at lines 92166--92167 []\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 92166--92167 \TU/Ubuntu(0)/m/it/10.95 cephfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 92167--92168 \TU/Ubuntu(0)/m/it/10.95 class="literal">cephobject: Underfull \hbox (badness 10000) in paragraph at lines 92167--92168 \TU/Ubuntu(0)/m/it/10.95 cephobject- Underfull \hbox (badness 10000) in paragraph at lines 92168--92169 []\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 92168--92169 \TU/Ubuntu(0)/m/it/10.95 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92169--92170 []\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 92169--92170 \TU/Ubuntu(0)/m/it/10.95 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 92170--92171 []\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 92170--92171 \TU/Ubuntu(0)/m/it/10.95 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92171--92172 []\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 92171--92172 \TU/Ubuntu(0)/m/it/10.95 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 92172--92173 []\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 92172--92173 \TU/Ubuntu(0)/m/it/10.95 lvm-volume- Underfull \hbox (badness 10000) in paragraph at lines 92173--92174 []\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 92173--92174 \TU/Ubuntu(0)/m/it/10.95 powerflex- Underfull \hbox (badness 10000) in paragraph at lines 92174--92175 []\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 92174--92175 \TU/Ubuntu(0)/m/it/10.95 pure-volume- Underfull \hbox (badness 10000) in paragraph at lines 92175--92176 []\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 92175--92176 \TU/Ubuntu(0)/m/it/10.95 zfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 92176--92177 []\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 92177--92178 []\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 92177--92178 \TU/Ubuntu(0)/m/it/10.95 pure-pool- [960] (./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 (961 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+25B7) in font [Ubuntu-R.ttf]/OT:script=latn And 1315 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