Read the Docs build information Build id: 2235388 Project: canonical-lxd Version: latest Commit: 274c497621d704f79c734c5fcbc5fc5e27981ac7 Date: 2024-05-23T14:14:15.546431Z State: finished Success: True [rtd-command-info] start-time: 2024-05-23T14:14:16.886905Z, end-time: 2024-05-23T14:14:18.467398Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/canonical/lxd . Cloning into '.'... [rtd-command-info] start-time: 2024-05-23T14:14:18.534458Z, end-time: 2024-05-23T14:14:20.310693Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main [rtd-command-info] start-time: 2024-05-23T14:14:20.438409Z, end-time: 2024-05-23T14:14:20.715562Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. 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 274c497 Merge pull request #13496 from hamistao/minor_refactorings [rtd-command-info] start-time: 2024-05-23T14:14:20.796155Z, end-time: 2024-05-23T14:14:20.860734Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-05-23T14:14:20.939924Z, end-time: 2024-05-23T14:14:20.997266Z, 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-22.04 tools: golang: "1.21" python: "3.11" 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 post_build: - cd _readthedocs/html; python -m sphinx.ext.intersphinx 'objects.inv' > objects.inv.txt # 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: 2024-05-23T14:14:27.077218Z, end-time: 2024-05-23T14:14:27.154667Z, duration: 0, exit-code: 0 asdf global golang 1.21.6 [rtd-command-info] start-time: 2024-05-23T14:14:31.971419Z, end-time: 2024-05-23T14:14:32.203789Z, duration: 0, exit-code: 0 asdf global python 3.11.6 [rtd-command-info] start-time: 2024-05-23T14:14:32.606207Z, end-time: 2024-05-23T14:14:33.682144Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.6.final.0-64 in 778ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest, 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: 2024-05-23T14:14:33.763097Z, end-time: 2024-05-23T14:14:40.777362Z, duration: 7, exit-code: 0 pip install gitpython pyyaml Collecting gitpython Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 2.7 MB/s eta 0:00:00 Collecting pyyaml Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 7.6 MB/s eta 0:00:00 Collecting gitdb<5,>=4.0.1 (from gitpython) Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 10.3 MB/s eta 0:00:00 Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython) Downloading smmap-5.0.1-py3-none-any.whl (24 kB) Installing collected packages: smmap, pyyaml, gitdb, gitpython Successfully installed gitdb-4.0.11 gitpython-3.1.43 pyyaml-6.0.1 smmap-5.0.1 [notice] A new release of pip is available: 23.1 -> 24.0 [notice] To update, run: pip install --upgrade pip [rtd-command-info] start-time: 2024-05-23T14:14:40.842857Z, end-time: 2024-05-23T14:14:42.452403Z, duration: 1, exit-code: 0 cd doc && python3 .sphinx/build_requirements.py No man page content generated. [rtd-command-info] start-time: 2024-05-23T14:14:42.531580Z, end-time: 2024-05-23T14:14:46.621740Z, duration: 4, 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/latest/lib/python3.11/site-packages (23.1) Collecting pip Downloading pip-24.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 14.1 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (67.6.1) Collecting setuptools Downloading setuptools-70.0.0-py3-none-any.whl (863 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 27.6 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-24.0 setuptools-70.0.0 [rtd-command-info] start-time: 2024-05-23T14:14:46.702618Z, end-time: 2024-05-23T14:14:52.597664Z, duration: 5, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-7.3.7-py3-none-any.whl.metadata (6.0 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl.metadata (2.4 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) Collecting Pygments>=2.14 (from sphinx) Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.22,>=0.18.1 (from sphinx) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting babel>=2.9 (from sphinx) Downloading Babel-2.15.0-py3-none-any.whl.metadata (1.5 kB) Collecting alabaster~=0.7.14 (from sphinx) Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.25.0 (from sphinx) Downloading requests-2.32.2-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-7.3.7-py3-none-any.whl (3.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 72.7 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Downloading alabaster-0.7.16-py3-none-any.whl (13 kB) Downloading Babel-2.15.0-py3-none-any.whl (9.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 186.2 MB/s eta 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 298.3 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.3/133.3 kB 280.4 MB/s eta 0:00:00 Downloading packaging-24.0-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 253.5 MB/s eta 0:00:00 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 309.2 MB/s eta 0:00:00 Downloading requests-2.32.2-py3-none-any.whl (63 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.9/63.9 kB 264.1 MB/s eta 0:00:00 Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 271.6 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 272.7 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 275.4 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 283.8 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 237.0 MB/s eta 0:00:00 Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 261.1 MB/s eta 0:00:00 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 287.3 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.3/140.3 kB 285.8 MB/s eta 0:00:00 Downloading idna-3.7-py3-none-any.whl (66 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 231.3 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 279.1 MB/s eta 0:00:00 Installing collected packages: snowballstemmer, urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx, readthedocs-sphinx-ext Successfully installed Jinja2-3.1.4 MarkupSafe-2.1.5 Pygments-2.18.0 alabaster-0.7.16 babel-2.15.0 certifi-2024.2.2 charset-normalizer-3.3.2 docutils-0.21.2 idna-3.7 imagesize-1.4.1 packaging-24.0 readthedocs-sphinx-ext-2.2.5 requests-2.32.2 snowballstemmer-2.2.0 sphinx-7.3.7 sphinxcontrib-applehelp-1.0.8 sphinxcontrib-devhelp-1.0.6 sphinxcontrib-htmlhelp-2.0.5 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.7 sphinxcontrib-serializinghtml-1.1.10 urllib3-2.2.1 [rtd-command-info] start-time: 2024-05-23T14:14:52.683819Z, end-time: 2024-05-23T14:14:59.098891Z, duration: 6, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r doc/.sphinx/requirements.txt Collecting canonical-sphinx-extensions (from -r doc/.sphinx/requirements.txt (line 7)) Downloading canonical_sphinx_extensions-0.0.21-py3-none-any.whl.metadata (12 kB) Collecting furo (from -r doc/.sphinx/requirements.txt (line 8)) Downloading furo-2024.5.6-py3-none-any.whl.metadata (5.9 kB) Requirement already satisfied: gitpython in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 9)) (3.1.43) Collecting linkify-it-py (from -r doc/.sphinx/requirements.txt (line 10)) 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 11)) Downloading myst_parser-3.0.1-py3-none-any.whl.metadata (5.5 kB) Collecting pyspelling (from -r doc/.sphinx/requirements.txt (line 12)) Downloading pyspelling-2.10-py3-none-any.whl.metadata (3.8 kB) Requirement already satisfied: pyyaml in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 13)) (6.0.1) Requirement already satisfied: sphinx in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from -r doc/.sphinx/requirements.txt (line 14)) (7.3.7) Collecting sphinx-autobuild (from -r doc/.sphinx/requirements.txt (line 15)) Downloading sphinx_autobuild-2024.4.16-py3-none-any.whl.metadata (7.7 kB) Collecting sphinx-copybutton (from -r doc/.sphinx/requirements.txt (line 16)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB) Collecting sphinx-design (from -r doc/.sphinx/requirements.txt (line 17)) Downloading sphinx_design-0.6.0-py3-none-any.whl.metadata (5.2 kB) Collecting sphinx-notfound-page (from -r doc/.sphinx/requirements.txt (line 18)) Downloading sphinx_notfound_page-1.0.1-py3-none-any.whl.metadata (2.9 kB) Collecting sphinx-remove-toctrees (from -r doc/.sphinx/requirements.txt (line 19)) 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 20)) Downloading sphinx_reredirects-0.1.3-py3-none-any.whl.metadata (2.6 kB) Collecting sphinx-tabs (from -r doc/.sphinx/requirements.txt (line 21)) Downloading sphinx_tabs-3.4.5-py3-none-any.whl.metadata (6.3 kB) Collecting sphinxcontrib-jquery (from -r doc/.sphinx/requirements.txt (line 22)) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl.metadata (2.6 kB) Collecting sphinxext-opengraph (from -r doc/.sphinx/requirements.txt (line 23)) Downloading sphinxext_opengraph-0.9.1-py3-none-any.whl.metadata (6.5 kB) Requirement already satisfied: requests in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from canonical-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 7)) (2.32.2) Collecting beautifulsoup4 (from canonical-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 7)) Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB) Requirement already satisfied: docutils in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from canonical-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 7)) (0.21.2) Collecting sphinx-basic-ng>=1.0.0.beta2 (from furo->-r doc/.sphinx/requirements.txt (line 8)) 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/latest/lib/python3.11/site-packages (from furo->-r doc/.sphinx/requirements.txt (line 8)) (2.18.0) Requirement already satisfied: gitdb<5,>=4.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from gitpython->-r doc/.sphinx/requirements.txt (line 9)) (4.0.11) Collecting uc-micro-py (from linkify-it-py->-r doc/.sphinx/requirements.txt (line 10)) Downloading uc_micro_py-1.0.3-py3-none-any.whl.metadata (2.0 kB) Requirement already satisfied: jinja2 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from myst-parser->-r doc/.sphinx/requirements.txt (line 11)) (3.1.4) Collecting markdown-it-py~=3.0 (from myst-parser->-r doc/.sphinx/requirements.txt (line 11)) Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Collecting mdit-py-plugins~=0.4 (from myst-parser->-r doc/.sphinx/requirements.txt (line 11)) Downloading mdit_py_plugins-0.4.1-py3-none-any.whl.metadata (2.8 kB) Collecting html5lib (from pyspelling->-r doc/.sphinx/requirements.txt (line 12)) Downloading html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB) Collecting lxml (from pyspelling->-r doc/.sphinx/requirements.txt (line 12)) Downloading lxml-5.2.2-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.4 kB) Collecting markdown (from pyspelling->-r doc/.sphinx/requirements.txt (line 12)) Downloading Markdown-3.6-py3-none-any.whl.metadata (7.0 kB) Collecting soupsieve>=1.8 (from pyspelling->-r doc/.sphinx/requirements.txt (line 12)) Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB) Collecting wcmatch>=8.5 (from pyspelling->-r doc/.sphinx/requirements.txt (line 12)) Downloading wcmatch-8.5.2-py3-none-any.whl.metadata (4.8 kB) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 14)) (1.0.8) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 14)) (1.0.6) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 14)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 14)) (2.0.5) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 14)) (1.1.10) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 14)) (1.0.7) Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 14)) (2.2.0) Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 14)) (2.15.0) Requirement already satisfied: alabaster~=0.7.14 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 14)) (0.7.16) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 14)) (1.4.1) Requirement already satisfied: packaging>=21.0 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from sphinx->-r doc/.sphinx/requirements.txt (line 14)) (24.0) Collecting colorama (from sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 15)) 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 15)) Downloading starlette-0.37.2-py3-none-any.whl.metadata (5.9 kB) Collecting uvicorn>=0.25 (from sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 15)) Downloading uvicorn-0.29.0-py3-none-any.whl.metadata (6.3 kB) Collecting watchfiles>=0.20 (from sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 15)) Downloading watchfiles-0.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) Collecting websockets>=11 (from sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 15)) Downloading websockets-12.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) Requirement already satisfied: smmap<6,>=3.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from gitdb<5,>=4.0.1->gitpython->-r doc/.sphinx/requirements.txt (line 9)) (5.0.1) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from jinja2->myst-parser->-r doc/.sphinx/requirements.txt (line 11)) (2.1.5) Collecting mdurl~=0.1 (from markdown-it-py~=3.0->myst-parser->-r doc/.sphinx/requirements.txt (line 11)) Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from requests->canonical-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 7)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from requests->canonical-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 7)) (3.7) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from requests->canonical-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 7)) (2.2.1) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/envs/latest/lib/python3.11/site-packages (from requests->canonical-sphinx-extensions->-r doc/.sphinx/requirements.txt (line 7)) (2024.2.2) Collecting anyio<5,>=3.4.0 (from starlette>=0.35->sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 15)) Downloading anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB) Collecting click>=7.0 (from uvicorn>=0.25->sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 15)) Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting h11>=0.8 (from uvicorn>=0.25->sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 15)) Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) Collecting bracex>=2.1.1 (from wcmatch>=8.5->pyspelling->-r doc/.sphinx/requirements.txt (line 12)) Downloading bracex-2.4-py3-none-any.whl.metadata (3.6 kB) Collecting six>=1.9 (from html5lib->pyspelling->-r doc/.sphinx/requirements.txt (line 12)) Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) Collecting webencodings (from html5lib->pyspelling->-r doc/.sphinx/requirements.txt (line 12)) Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB) Collecting sniffio>=1.1 (from anyio<5,>=3.4.0->starlette>=0.35->sphinx-autobuild->-r doc/.sphinx/requirements.txt (line 15)) Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) Downloading canonical_sphinx_extensions-0.0.21-py3-none-any.whl (34 kB) Downloading furo-2024.5.6-py3-none-any.whl (341 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.2/341.2 kB 19.1 MB/s eta 0:00:00 Downloading linkify_it_py-2.0.3-py3-none-any.whl (19 kB) Downloading myst_parser-3.0.1-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 254.9 MB/s eta 0:00:00 Downloading pyspelling-2.10-py3-none-any.whl (45 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 253.0 MB/s eta 0:00:00 Downloading sphinx_autobuild-2024.4.16-py3-none-any.whl (11 kB) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Downloading sphinx_design-0.6.0-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 112.2 MB/s eta 0:00:00 Downloading sphinx_notfound_page-1.0.1-py3-none-any.whl (8.1 kB) Downloading sphinx_remove_toctrees-1.0.0.post1-py3-none-any.whl (5.2 kB) Downloading sphinx_reredirects-0.1.3-py3-none-any.whl (5.3 kB) Downloading sphinx_tabs-3.4.5-py3-none-any.whl (9.9 kB) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 287.0 MB/s eta 0:00:00 Downloading sphinxext_opengraph-0.9.1-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 255.5 MB/s eta 0:00:00 Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 265.4 MB/s eta 0:00:00 Downloading mdit_py_plugins-0.4.1-py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.8/54.8 kB 251.2 MB/s eta 0:00:00 Downloading soupsieve-2.5-py3-none-any.whl (36 kB) Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl (22 kB) Downloading starlette-0.37.2-py3-none-any.whl (71 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.9/71.9 kB 262.2 MB/s eta 0:00:00 Downloading uvicorn-0.29.0-py3-none-any.whl (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 266.7 MB/s eta 0:00:00 Downloading watchfiles-0.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 304.1 MB/s eta 0:00:00 Downloading wcmatch-8.5.2-py3-none-any.whl (39 kB) Downloading websockets-12.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (130 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.9/130.9 kB 288.5 MB/s eta 0:00:00 Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.9/147.9 kB 268.7 MB/s eta 0:00:00 Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 kB 288.6 MB/s eta 0:00:00 Downloading lxml-5.2.2-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 207.5 MB/s eta 0:00:00 Downloading Markdown-3.6-py3-none-any.whl (105 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.4/105.4 kB 293.1 MB/s eta 0:00:00 Downloading uc_micro_py-1.0.3-py3-none-any.whl (6.2 kB) Downloading anyio-4.3.0-py3-none-any.whl (85 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/85.6 kB 239.1 MB/s eta 0:00:00 Downloading bracex-2.4-py3-none-any.whl (11 kB) Downloading click-8.1.7-py3-none-any.whl (97 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 292.2 MB/s eta 0:00:00 Downloading h11-0.14.0-py3-none-any.whl (58 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 260.8 MB/s eta 0:00:00 Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) Installing collected packages: webencodings, websockets, uc-micro-py, soupsieve, sniffio, six, mdurl, markdown, lxml, h11, colorama, click, bracex, wcmatch, uvicorn, markdown-it-py, linkify-it-py, html5lib, beautifulsoup4, anyio, watchfiles, starlette, sphinxext-opengraph, sphinxcontrib-jquery, sphinx-tabs, sphinx-reredirects, sphinx-remove-toctrees, sphinx-notfound-page, sphinx-design, sphinx-copybutton, sphinx-basic-ng, pyspelling, mdit-py-plugins, canonical-sphinx-extensions, sphinx-autobuild, myst-parser, furo Successfully installed anyio-4.3.0 beautifulsoup4-4.12.3 bracex-2.4 canonical-sphinx-extensions-0.0.21 click-8.1.7 colorama-0.4.6 furo-2024.5.6 h11-0.14.0 html5lib-1.1 linkify-it-py-2.0.3 lxml-5.2.2 markdown-3.6 markdown-it-py-3.0.0 mdit-py-plugins-0.4.1 mdurl-0.1.2 myst-parser-3.0.1 pyspelling-2.10 six-1.16.0 sniffio-1.3.1 soupsieve-2.5 sphinx-autobuild-2024.4.16 sphinx-basic-ng-1.0.0b2 sphinx-copybutton-0.5.2 sphinx-design-0.6.0 sphinx-notfound-page-1.0.1 sphinx-remove-toctrees-1.0.0.post1 sphinx-reredirects-0.1.3 sphinx-tabs-3.4.5 sphinxcontrib-jquery-4.1 sphinxext-opengraph-0.9.1 starlette-0.37.2 uc-micro-py-1.0.3 uvicorn-0.29.0 watchfiles-0.21.0 wcmatch-8.5.2 webencodings-0.5.1 websockets-12.0 [rtd-command-info] start-time: 2024-05-23T14:14:59.325180Z, end-time: 2024-05-23T14:15:46.150569Z, duration: 46, exit-code: 0 go build -ldflags "-s -w" -o trimpath -o lxc.bin ./lxc go: downloading go1.22.0 (linux/amd64) go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/gorilla/websocket v1.5.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/spf13/cobra v1.8.0 go: downloading golang.org/x/crypto v0.23.0 go: downloading golang.org/x/sys v0.20.0 go: downloading golang.org/x/term v0.20.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/zitadel/oidc/v2 v2.12.0 go: downloading github.com/pkg/sftp v1.13.6 go: downloading golang.org/x/oauth2 v0.20.0 go: downloading github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3 go: downloading github.com/pkg/xattr v0.4.9 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.15.0 go: downloading golang.org/x/net v0.24.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/kr/fs v0.1.0 go: downloading github.com/gorilla/schema v1.3.0 go: downloading github.com/muhlemmer/gu v0.3.1 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 go: downloading github.com/gorilla/securecookie v1.1.2 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/rivo/uniseg v0.4.7 [rtd-command-info] start-time: 2024-05-23T14:15:46.695214Z, end-time: 2024-05-23T14:15:46.749584Z, duration: 0, exit-code: 0 cat doc/conf.py import sys import os 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', } notfound_template = '404.html' # 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) ############################################################ ### 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'] # 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' ] html_css_files.extend(custom_html_css_files) html_js_files = ['header-nav.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) ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/en/latest/"), ("stable-5.21", "/en/stable-5.21/"), ("stable-5.0", "/en/stable-5.0/"), ("stable-4.0", "/en/stable-4.0/"), ], 'downloads': [ ("pdf", "//documentation.ubuntu.com/_/downloads/lxd/en/latest/pdf/"), ], 'subprojects': [ ], 'slug': 'canonical-lxd', 'name': u'LXD', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/doc/', 'api_host': 'https://readthedocs.com', 'github_user': 'canonical', 'proxied_api_host': '/_', 'github_repo': 'lxd', 'github_version': 'main', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'main', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'main', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': '274c4976', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/canonical-lxd/builds/2235388/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2024-05-23T14:15:46.824755Z, end-time: 2024-05-23T14:17:46.364571Z, duration: 119, exit-code: 0 python -m sphinx -T -W --keep-going -b dirhtml -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v7.3.7 matplotlib is not installed, social cards will not be generated making output directory... done myst v3.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'linkify', 'deflist', 'substitution'}, 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_transition=True, words_per_minute=200, substitutions={note_ip_addresses_CIDR: ..., snapshot_expiry_format: ..., snapshot_pattern_format: ..., snapshot_pattern_detail: ..., snapshot_schedule_format: ..., enable_ID_shifting: ..., block_filesystem: ..., volume_configuration: ..., restore_button: ..., delete_button: ..., create_image_button: ..., 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 from https://cloudinit.readthedocs.io/en/latest/objects.inv... building [mo]: targets for 0 po files that are out of date writing output... building [dirhtml]: targets for 492 source files that are out of date updating environment: [new config] 492 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 reading sources... [ 3%] environment reading sources... [ 3%] events reading sources... [ 4%] explanation/authorization reading sources... [ 4%] explanation/clustering 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... [ 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/disaster_recovery reading sources... [ 9%] howto/dqlite_troubleshoot reading sources... [ 9%] howto/grafana reading sources... [ 9%] howto/images_copy reading sources... [ 9%] howto/images_create reading sources... [ 10%] howto/images_manage reading sources... [ 10%] howto/images_profiles reading sources... [ 10%] howto/images_remote reading sources... [ 10%] howto/import_machines_to_instances reading sources... [ 10%] howto/index reading sources... [ 11%] howto/initialize reading sources... [ 11%] howto/instances_access_files reading sources... [ 11%] howto/instances_backup reading sources... [ 11%] howto/instances_configure reading sources... [ 11%] howto/instances_console reading sources... [ 12%] howto/instances_create reading sources... [ 12%] howto/instances_manage reading sources... [ 12%] howto/instances_routed_nic_vm reading sources... [ 12%] howto/instances_troubleshoot reading sources... [ 12%] howto/logs_loki reading sources... [ 13%] howto/lxc_alias reading sources... [ 13%] howto/migrate_from_lxc reading sources... [ 13%] howto/move_instances reading sources... [ 13%] howto/network_acls reading sources... [ 13%] howto/network_bgp reading sources... [ 14%] howto/network_bridge_firewalld reading sources... [ 14%] howto/network_bridge_resolved reading sources... [ 14%] howto/network_configure reading sources... [ 14%] howto/network_create reading sources... [ 14%] howto/network_forwards reading sources... [ 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/projects_confine reading sources... [ 16%] howto/projects_create reading sources... [ 16%] howto/projects_work reading sources... [ 16%] howto/server_configure reading sources... [ 17%] howto/server_expose reading sources... [ 17%] howto/snap reading sources... [ 17%] howto/storage_backup_volume reading sources... [ 17%] howto/storage_buckets reading sources... [ 17%] howto/storage_create_instance reading sources... [ 18%] howto/storage_move_volume reading sources... [ 18%] howto/storage_pools reading sources... [ 18%] howto/storage_volumes reading sources... [ 18%] howto/troubleshoot reading sources... [ 18%] image-handling reading sources... [ 19%] images reading sources... [ 19%] index reading sources... [ 19%] installing reading sources... [ 19%] instance-exec reading sources... [ 20%] instances reading sources... [ 20%] internals reading sources... [ 20%] metrics reading sources... [ 20%] networks reading sources... [ 20%] operation reading sources... [ 21%] production-setup reading sources... [ 21%] profiles reading sources... [ 21%] projects reading sources... [ 21%] reference/cluster_member_config reading sources... [ 21%] reference/devices reading sources... [ 22%] reference/devices_disk reading sources... [ 22%] reference/devices_gpu reading sources... [ 22%] reference/devices_infiniband reading sources... [ 22%] reference/devices_nic reading sources... [ 22%] reference/devices_none reading sources... [ 23%] reference/devices_pci reading sources... [ 23%] reference/devices_proxy reading sources... [ 23%] reference/devices_tpm reading sources... [ 23%] reference/devices_unix_block reading sources... [ 23%] reference/devices_unix_char reading sources... [ 24%] reference/devices_unix_hotplug reading sources... [ 24%] reference/devices_usb reading sources... [ 24%] reference/image_format reading sources... [ 24%] reference/index reading sources... [ 24%] reference/instance_options reading sources... [ 25%] reference/instance_properties reading sources... [ 25%] reference/instance_units reading sources... [ 25%] reference/manpages reading sources... [ 25%] reference/manpages/lxc reading sources... [ 25%] reference/manpages/lxc/alias reading sources... [ 26%] reference/manpages/lxc/alias/add reading sources... [ 26%] reference/manpages/lxc/alias/list reading sources... [ 26%] reference/manpages/lxc/alias/remove reading sources... [ 26%] reference/manpages/lxc/alias/rename reading sources... [ 26%] 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... [ 27%] 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... [ 28%] 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... [ 29%] 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... [ 30%] 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/edit reading sources... [ 31%] reference/manpages/lxc/auth/identity/group reading sources... [ 31%] reference/manpages/lxc/auth/identity/group/add reading sources... [ 32%] reference/manpages/lxc/auth/identity/group/remove reading sources... [ 32%] reference/manpages/lxc/auth/identity/info reading sources... [ 32%] reference/manpages/lxc/auth/identity/list reading sources... [ 32%] reference/manpages/lxc/auth/identity/show reading sources... [ 32%] reference/manpages/lxc/auth/permission reading sources... [ 33%] reference/manpages/lxc/auth/permission/list reading sources... [ 33%] reference/manpages/lxc/cluster reading sources... [ 33%] reference/manpages/lxc/cluster/add reading sources... [ 33%] reference/manpages/lxc/cluster/edit reading sources... [ 33%] reference/manpages/lxc/cluster/enable reading sources... [ 34%] reference/manpages/lxc/cluster/evacuate reading sources... [ 34%] reference/manpages/lxc/cluster/get reading sources... [ 34%] reference/manpages/lxc/cluster/group reading sources... [ 34%] reference/manpages/lxc/cluster/group/add reading sources... [ 34%] 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... [ 35%] 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... [ 36%] 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... [ 37%] 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... [ 38%] reference/manpages/lxc/cluster/unset reading sources... [ 39%] reference/manpages/lxc/cluster/update-certificate reading sources... [ 39%] reference/manpages/lxc/config reading sources... [ 39%] reference/manpages/lxc/config/device reading sources... [ 39%] reference/manpages/lxc/config/device/add reading sources... [ 39%] reference/manpages/lxc/config/device/get reading sources... [ 40%] reference/manpages/lxc/config/device/list reading sources... [ 40%] reference/manpages/lxc/config/device/override reading sources... [ 40%] reference/manpages/lxc/config/device/remove reading sources... [ 40%] reference/manpages/lxc/config/device/set reading sources... [ 40%] reference/manpages/lxc/config/device/show reading sources... [ 41%] reference/manpages/lxc/config/device/unset reading sources... [ 41%] reference/manpages/lxc/config/edit reading sources... [ 41%] reference/manpages/lxc/config/get reading sources... [ 41%] reference/manpages/lxc/config/metadata reading sources... [ 41%] reference/manpages/lxc/config/metadata/edit reading sources... [ 42%] reference/manpages/lxc/config/metadata/show reading sources... [ 42%] reference/manpages/lxc/config/set reading sources... [ 42%] reference/manpages/lxc/config/show reading sources... [ 42%] reference/manpages/lxc/config/template reading sources... [ 42%] reference/manpages/lxc/config/template/create reading sources... [ 43%] reference/manpages/lxc/config/template/delete reading sources... [ 43%] reference/manpages/lxc/config/template/edit reading sources... [ 43%] reference/manpages/lxc/config/template/list reading sources... [ 43%] reference/manpages/lxc/config/template/show reading sources... [ 43%] reference/manpages/lxc/config/trust reading sources... [ 44%] reference/manpages/lxc/config/trust/add reading sources... [ 44%] reference/manpages/lxc/config/trust/edit reading sources... [ 44%] reference/manpages/lxc/config/trust/list reading sources... [ 44%] reference/manpages/lxc/config/trust/list-tokens reading sources... [ 45%] reference/manpages/lxc/config/trust/remove reading sources... [ 45%] reference/manpages/lxc/config/trust/revoke-token reading sources... [ 45%] reference/manpages/lxc/config/trust/show reading sources... [ 45%] reference/manpages/lxc/config/uefi reading sources... [ 45%] reference/manpages/lxc/config/uefi/edit reading sources... [ 46%] reference/manpages/lxc/config/uefi/get reading sources... [ 46%] reference/manpages/lxc/config/uefi/set reading sources... [ 46%] reference/manpages/lxc/config/uefi/show reading sources... [ 46%] reference/manpages/lxc/config/uefi/unset reading sources... [ 46%] reference/manpages/lxc/config/unset reading sources... [ 47%] reference/manpages/lxc/console reading sources... [ 47%] reference/manpages/lxc/copy reading sources... [ 47%] reference/manpages/lxc/delete reading sources... [ 47%] reference/manpages/lxc/exec reading sources... [ 47%] reference/manpages/lxc/export reading sources... [ 48%] reference/manpages/lxc/file reading sources... [ 48%] reference/manpages/lxc/file/delete reading sources... [ 48%] reference/manpages/lxc/file/edit reading sources... [ 48%] reference/manpages/lxc/file/mount reading sources... [ 48%] reference/manpages/lxc/file/pull reading sources... [ 49%] reference/manpages/lxc/file/push reading sources... [ 49%] reference/manpages/lxc/image reading sources... [ 49%] reference/manpages/lxc/image/alias reading sources... [ 49%] reference/manpages/lxc/image/alias/create reading sources... [ 49%] reference/manpages/lxc/image/alias/delete reading sources... [ 50%] reference/manpages/lxc/image/alias/list reading sources... [ 50%] reference/manpages/lxc/image/alias/rename reading sources... [ 50%] reference/manpages/lxc/image/copy reading sources... [ 50%] reference/manpages/lxc/image/delete reading sources... [ 50%] reference/manpages/lxc/image/edit reading sources... [ 51%] reference/manpages/lxc/image/export reading sources... [ 51%] reference/manpages/lxc/image/get-property reading sources... [ 51%] reference/manpages/lxc/image/import reading sources... [ 51%] reference/manpages/lxc/image/info reading sources... [ 51%] reference/manpages/lxc/image/list reading sources... [ 52%] reference/manpages/lxc/image/refresh reading sources... [ 52%] reference/manpages/lxc/image/set-property reading sources... [ 52%] reference/manpages/lxc/image/show reading sources... [ 52%] reference/manpages/lxc/image/unset-property reading sources... [ 52%] reference/manpages/lxc/import reading sources... [ 53%] reference/manpages/lxc/info reading sources... [ 53%] reference/manpages/lxc/init reading sources... [ 53%] reference/manpages/lxc/launch reading sources... [ 53%] reference/manpages/lxc/list reading sources... [ 53%] reference/manpages/lxc/monitor reading sources... [ 54%] reference/manpages/lxc/move reading sources... [ 54%] reference/manpages/lxc/network reading sources... [ 54%] reference/manpages/lxc/network/acl reading sources... [ 54%] reference/manpages/lxc/network/acl/create reading sources... [ 54%] reference/manpages/lxc/network/acl/delete reading sources... [ 55%] reference/manpages/lxc/network/acl/edit reading sources... [ 55%] reference/manpages/lxc/network/acl/get reading sources... [ 55%] reference/manpages/lxc/network/acl/list reading sources... [ 55%] reference/manpages/lxc/network/acl/rename reading sources... [ 55%] reference/manpages/lxc/network/acl/rule reading sources... [ 56%] reference/manpages/lxc/network/acl/rule/add reading sources... [ 56%] reference/manpages/lxc/network/acl/rule/remove reading sources... [ 56%] reference/manpages/lxc/network/acl/set reading sources... [ 56%] reference/manpages/lxc/network/acl/show reading sources... [ 57%] reference/manpages/lxc/network/acl/show-log reading sources... [ 57%] reference/manpages/lxc/network/acl/unset reading sources... [ 57%] reference/manpages/lxc/network/attach reading sources... [ 57%] reference/manpages/lxc/network/attach-profile reading sources... [ 57%] reference/manpages/lxc/network/create reading sources... [ 58%] reference/manpages/lxc/network/delete reading sources... [ 58%] reference/manpages/lxc/network/detach reading sources... [ 58%] reference/manpages/lxc/network/detach-profile reading sources... [ 58%] reference/manpages/lxc/network/edit reading sources... [ 58%] reference/manpages/lxc/network/forward reading sources... [ 59%] reference/manpages/lxc/network/forward/create reading sources... [ 59%] reference/manpages/lxc/network/forward/delete reading sources... [ 59%] reference/manpages/lxc/network/forward/edit reading sources... [ 59%] reference/manpages/lxc/network/forward/get reading sources... [ 59%] reference/manpages/lxc/network/forward/list reading sources... [ 60%] reference/manpages/lxc/network/forward/port reading sources... [ 60%] reference/manpages/lxc/network/forward/port/add reading sources... [ 60%] reference/manpages/lxc/network/forward/port/remove reading sources... [ 60%] reference/manpages/lxc/network/forward/set reading sources... [ 60%] reference/manpages/lxc/network/forward/show reading sources... [ 61%] reference/manpages/lxc/network/forward/unset reading sources... [ 61%] reference/manpages/lxc/network/get reading sources... [ 61%] reference/manpages/lxc/network/info reading sources... [ 61%] reference/manpages/lxc/network/list reading sources... [ 61%] reference/manpages/lxc/network/list-allocations reading sources... [ 62%] reference/manpages/lxc/network/list-leases reading sources... [ 62%] reference/manpages/lxc/network/load-balancer reading sources... [ 62%] reference/manpages/lxc/network/load-balancer/backend reading sources... [ 62%] reference/manpages/lxc/network/load-balancer/backend/add reading sources... [ 62%] reference/manpages/lxc/network/load-balancer/backend/remove reading sources... [ 63%] reference/manpages/lxc/network/load-balancer/create reading sources... [ 63%] reference/manpages/lxc/network/load-balancer/delete reading sources... [ 63%] reference/manpages/lxc/network/load-balancer/edit reading sources... [ 63%] reference/manpages/lxc/network/load-balancer/get reading sources... [ 63%] reference/manpages/lxc/network/load-balancer/list reading sources... [ 64%] reference/manpages/lxc/network/load-balancer/port reading sources... [ 64%] reference/manpages/lxc/network/load-balancer/port/add reading sources... [ 64%] reference/manpages/lxc/network/load-balancer/port/remove reading sources... [ 64%] reference/manpages/lxc/network/load-balancer/set reading sources... [ 64%] reference/manpages/lxc/network/load-balancer/show reading sources... [ 65%] reference/manpages/lxc/network/load-balancer/unset reading sources... [ 65%] reference/manpages/lxc/network/peer reading sources... [ 65%] reference/manpages/lxc/network/peer/create reading sources... [ 65%] reference/manpages/lxc/network/peer/delete reading sources... [ 65%] reference/manpages/lxc/network/peer/edit reading sources... [ 66%] reference/manpages/lxc/network/peer/get reading sources... [ 66%] reference/manpages/lxc/network/peer/list reading sources... [ 66%] reference/manpages/lxc/network/peer/set reading sources... [ 66%] reference/manpages/lxc/network/peer/show reading sources... [ 66%] reference/manpages/lxc/network/peer/unset reading sources... [ 67%] reference/manpages/lxc/network/rename reading sources... [ 67%] reference/manpages/lxc/network/set reading sources... [ 67%] reference/manpages/lxc/network/show reading sources... [ 67%] reference/manpages/lxc/network/unset reading sources... [ 67%] reference/manpages/lxc/network/zone reading sources... [ 68%] reference/manpages/lxc/network/zone/create reading sources... [ 68%] reference/manpages/lxc/network/zone/delete reading sources... [ 68%] reference/manpages/lxc/network/zone/edit reading sources... [ 68%] reference/manpages/lxc/network/zone/get reading sources... [ 68%] reference/manpages/lxc/network/zone/list reading sources... [ 69%] reference/manpages/lxc/network/zone/record reading sources... [ 69%] reference/manpages/lxc/network/zone/record/create reading sources... [ 69%] reference/manpages/lxc/network/zone/record/delete reading sources... [ 69%] reference/manpages/lxc/network/zone/record/edit reading sources... [ 70%] reference/manpages/lxc/network/zone/record/entry reading sources... [ 70%] reference/manpages/lxc/network/zone/record/entry/add reading sources... [ 70%] reference/manpages/lxc/network/zone/record/entry/remove reading sources... [ 70%] reference/manpages/lxc/network/zone/record/get reading sources... [ 70%] reference/manpages/lxc/network/zone/record/list reading sources... [ 71%] reference/manpages/lxc/network/zone/record/set reading sources... [ 71%] reference/manpages/lxc/network/zone/record/show reading sources... [ 71%] reference/manpages/lxc/network/zone/record/unset reading sources... [ 71%] reference/manpages/lxc/network/zone/set reading sources... [ 71%] reference/manpages/lxc/network/zone/show reading sources... [ 72%] reference/manpages/lxc/network/zone/unset reading sources... [ 72%] reference/manpages/lxc/operation reading sources... [ 72%] reference/manpages/lxc/operation/delete reading sources... [ 72%] reference/manpages/lxc/operation/list reading sources... [ 72%] reference/manpages/lxc/operation/show reading sources... [ 73%] reference/manpages/lxc/pause reading sources... [ 73%] reference/manpages/lxc/profile reading sources... [ 73%] reference/manpages/lxc/profile/add reading sources... [ 73%] reference/manpages/lxc/profile/assign reading sources... [ 73%] reference/manpages/lxc/profile/copy reading sources... [ 74%] reference/manpages/lxc/profile/create reading sources... [ 74%] reference/manpages/lxc/profile/delete reading sources... [ 74%] reference/manpages/lxc/profile/device reading sources... [ 74%] reference/manpages/lxc/profile/device/add reading sources... [ 74%] reference/manpages/lxc/profile/device/get reading sources... [ 75%] reference/manpages/lxc/profile/device/list reading sources... [ 75%] reference/manpages/lxc/profile/device/remove reading sources... [ 75%] reference/manpages/lxc/profile/device/set reading sources... [ 75%] reference/manpages/lxc/profile/device/show reading sources... [ 75%] reference/manpages/lxc/profile/device/unset reading sources... [ 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... [ 82%] reference/manpages/lxc/remote/set-url reading sources... [ 82%] 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... [ 83%] reference/manpages/lxc/snapshot reading sources... [ 83%] 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... [ 84%] reference/manpages/lxc/storage/bucket/create reading sources... [ 84%] 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... [ 85%] reference/manpages/lxc/storage/bucket/key/create reading sources... [ 85%] 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... [ 86%] reference/manpages/lxc/storage/bucket/list reading sources... [ 86%] 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... [ 87%] reference/manpages/lxc/storage/delete reading sources... [ 87%] 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... [ 88%] reference/manpages/lxc/storage/set reading sources... [ 88%] 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... [ 89%] reference/manpages/lxc/storage/volume/attach-profile reading sources... [ 89%] reference/manpages/lxc/storage/volume/copy reading sources... [ 89%] 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... [ 90%] reference/manpages/lxc/storage/volume/detach-profile reading sources... [ 90%] reference/manpages/lxc/storage/volume/edit reading sources... [ 90%] 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... [ 91%] reference/manpages/lxc/storage/volume/info reading sources... [ 91%] reference/manpages/lxc/storage/volume/list reading sources... [ 91%] 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... [ 92%] reference/manpages/lxc/storage/volume/set reading sources... [ 92%] reference/manpages/lxc/storage/volume/show reading sources... [ 92%] reference/manpages/lxc/storage/volume/snapshot reading sources... [ 92%] reference/manpages/lxc/storage/volume/unset reading sources... [ 92%] reference/manpages/lxc/version reading sources... [ 93%] reference/manpages/lxc/warning reading sources... [ 93%] reference/manpages/lxc/warning/acknowledge reading sources... [ 93%] reference/manpages/lxc/warning/delete reading sources... [ 93%] reference/manpages/lxc/warning/list reading sources... [ 93%] reference/manpages/lxc/warning/show reading sources... [ 94%] reference/network_bridge reading sources... [ 94%] reference/network_macvlan reading sources... [ 94%] reference/network_ovn reading sources... [ 94%] reference/network_physical reading sources... [ 95%] reference/network_sriov reading sources... [ 95%] reference/networks reading sources... [ 95%] reference/preseed_yaml_fields reading sources... [ 95%] reference/projects reading sources... [ 95%] reference/provided_metrics reading sources... [ 96%] 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... [ 97%] reference/storage_cephfs reading sources... [ 97%] reference/storage_cephobject reading sources... [ 97%] reference/storage_dir reading sources... [ 97%] reference/storage_drivers reading sources... [ 97%] reference/storage_lvm reading sources... [ 98%] reference/storage_powerflex reading sources... [ 98%] reference/storage_zfs reading sources... [ 98%] reference/uefi_variables 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... done preparing documents... done copying assets... copying static files... done copying extra files... done 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 writing output... [ 3%] environment writing output... [ 3%] events writing output... [ 4%] explanation/authorization writing output... [ 4%] explanation/clustering 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... [ 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/disaster_recovery writing output... [ 9%] howto/dqlite_troubleshoot writing output... [ 9%] howto/grafana writing output... [ 9%] howto/images_copy writing output... [ 9%] howto/images_create writing output... [ 10%] howto/images_manage writing output... [ 10%] howto/images_profiles writing output... [ 10%] howto/images_remote writing output... [ 10%] howto/import_machines_to_instances writing output... [ 10%] howto/index writing output... [ 11%] howto/initialize writing output... [ 11%] howto/instances_access_files writing output... [ 11%] howto/instances_backup writing output... [ 11%] howto/instances_configure writing output... [ 11%] howto/instances_console writing output... [ 12%] howto/instances_create writing output... [ 12%] howto/instances_manage writing output... [ 12%] howto/instances_routed_nic_vm writing output... [ 12%] howto/instances_troubleshoot writing output... [ 12%] howto/logs_loki writing output... [ 13%] howto/lxc_alias writing output... [ 13%] howto/migrate_from_lxc writing output... [ 13%] howto/move_instances writing output... [ 13%] howto/network_acls writing output... [ 13%] howto/network_bgp writing output... [ 14%] howto/network_bridge_firewalld writing output... [ 14%] howto/network_bridge_resolved writing output... [ 14%] howto/network_configure writing output... [ 14%] howto/network_create writing output... [ 14%] howto/network_forwards writing output... [ 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/projects_confine writing output... [ 16%] howto/projects_create writing output... [ 16%] howto/projects_work writing output... [ 16%] howto/server_configure writing output... [ 17%] howto/server_expose writing output... [ 17%] howto/snap writing output... [ 17%] howto/storage_backup_volume writing output... [ 17%] howto/storage_buckets writing output... [ 17%] howto/storage_create_instance writing output... [ 18%] howto/storage_move_volume writing output... [ 18%] howto/storage_pools writing output... [ 18%] howto/storage_volumes writing output... [ 18%] howto/troubleshoot writing output... [ 18%] image-handling writing output... [ 19%] images writing output... [ 19%] index writing output... [ 19%] installing writing output... [ 19%] instance-exec writing output... [ 20%] instances writing output... [ 20%] internals writing output... [ 20%] metrics writing output... [ 20%] networks writing output... [ 20%] operation writing output... [ 21%] production-setup writing output... [ 21%] profiles writing output... [ 21%] projects writing output... [ 21%] reference/cluster_member_config writing output... [ 21%] reference/devices writing output... [ 22%] reference/devices_disk writing output... [ 22%] reference/devices_gpu writing output... [ 22%] reference/devices_infiniband writing output... [ 22%] reference/devices_nic writing output... [ 22%] reference/devices_none writing output... [ 23%] reference/devices_pci writing output... [ 23%] reference/devices_proxy writing output... [ 23%] reference/devices_tpm writing output... [ 23%] reference/devices_unix_block writing output... [ 23%] reference/devices_unix_char writing output... [ 24%] reference/devices_unix_hotplug writing output... [ 24%] reference/devices_usb writing output... [ 24%] reference/image_format writing output... [ 24%] reference/index writing output... [ 24%] reference/instance_options writing output... [ 25%] reference/instance_properties writing output... [ 25%] reference/instance_units writing output... [ 25%] reference/manpages writing output... [ 25%] reference/manpages/lxc writing output... [ 25%] reference/manpages/lxc/alias writing output... [ 26%] reference/manpages/lxc/alias/add writing output... [ 26%] reference/manpages/lxc/alias/list writing output... [ 26%] reference/manpages/lxc/alias/remove writing output... [ 26%] reference/manpages/lxc/alias/rename writing output... [ 26%] 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... [ 27%] 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... [ 28%] 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... [ 29%] 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... [ 30%] 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/edit writing output... [ 31%] reference/manpages/lxc/auth/identity/group writing output... [ 31%] reference/manpages/lxc/auth/identity/group/add writing output... [ 32%] reference/manpages/lxc/auth/identity/group/remove writing output... [ 32%] reference/manpages/lxc/auth/identity/info writing output... [ 32%] reference/manpages/lxc/auth/identity/list writing output... [ 32%] reference/manpages/lxc/auth/identity/show writing output... [ 32%] reference/manpages/lxc/auth/permission writing output... [ 33%] reference/manpages/lxc/auth/permission/list writing output... [ 33%] reference/manpages/lxc/cluster writing output... [ 33%] reference/manpages/lxc/cluster/add writing output... [ 33%] reference/manpages/lxc/cluster/edit writing output... [ 33%] reference/manpages/lxc/cluster/enable writing output... [ 34%] reference/manpages/lxc/cluster/evacuate writing output... [ 34%] reference/manpages/lxc/cluster/get writing output... [ 34%] reference/manpages/lxc/cluster/group writing output... [ 34%] reference/manpages/lxc/cluster/group/add writing output... [ 34%] 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... [ 35%] 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... [ 36%] 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... [ 37%] 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... [ 38%] reference/manpages/lxc/cluster/unset writing output... [ 39%] reference/manpages/lxc/cluster/update-certificate writing output... [ 39%] reference/manpages/lxc/config writing output... [ 39%] reference/manpages/lxc/config/device writing output... [ 39%] reference/manpages/lxc/config/device/add writing output... [ 39%] reference/manpages/lxc/config/device/get writing output... [ 40%] reference/manpages/lxc/config/device/list writing output... [ 40%] reference/manpages/lxc/config/device/override writing output... [ 40%] reference/manpages/lxc/config/device/remove writing output... [ 40%] reference/manpages/lxc/config/device/set writing output... [ 40%] reference/manpages/lxc/config/device/show writing output... [ 41%] reference/manpages/lxc/config/device/unset writing output... [ 41%] reference/manpages/lxc/config/edit writing output... [ 41%] reference/manpages/lxc/config/get writing output... [ 41%] reference/manpages/lxc/config/metadata writing output... [ 41%] reference/manpages/lxc/config/metadata/edit writing output... [ 42%] reference/manpages/lxc/config/metadata/show writing output... [ 42%] reference/manpages/lxc/config/set writing output... [ 42%] reference/manpages/lxc/config/show writing output... [ 42%] reference/manpages/lxc/config/template writing output... [ 42%] reference/manpages/lxc/config/template/create writing output... [ 43%] reference/manpages/lxc/config/template/delete writing output... [ 43%] reference/manpages/lxc/config/template/edit writing output... [ 43%] reference/manpages/lxc/config/template/list writing output... [ 43%] reference/manpages/lxc/config/template/show writing output... [ 43%] reference/manpages/lxc/config/trust writing output... [ 44%] reference/manpages/lxc/config/trust/add writing output... [ 44%] reference/manpages/lxc/config/trust/edit writing output... [ 44%] reference/manpages/lxc/config/trust/list writing output... [ 44%] reference/manpages/lxc/config/trust/list-tokens writing output... [ 45%] reference/manpages/lxc/config/trust/remove writing output... [ 45%] reference/manpages/lxc/config/trust/revoke-token writing output... [ 45%] reference/manpages/lxc/config/trust/show writing output... [ 45%] reference/manpages/lxc/config/uefi writing output... [ 45%] reference/manpages/lxc/config/uefi/edit writing output... [ 46%] reference/manpages/lxc/config/uefi/get writing output... [ 46%] reference/manpages/lxc/config/uefi/set writing output... [ 46%] reference/manpages/lxc/config/uefi/show writing output... [ 46%] reference/manpages/lxc/config/uefi/unset writing output... [ 46%] reference/manpages/lxc/config/unset writing output... [ 47%] reference/manpages/lxc/console writing output... [ 47%] reference/manpages/lxc/copy writing output... [ 47%] reference/manpages/lxc/delete writing output... [ 47%] reference/manpages/lxc/exec writing output... [ 47%] reference/manpages/lxc/export writing output... [ 48%] reference/manpages/lxc/file writing output... [ 48%] reference/manpages/lxc/file/delete writing output... [ 48%] reference/manpages/lxc/file/edit writing output... [ 48%] reference/manpages/lxc/file/mount writing output... [ 48%] reference/manpages/lxc/file/pull writing output... [ 49%] reference/manpages/lxc/file/push writing output... [ 49%] reference/manpages/lxc/image writing output... [ 49%] reference/manpages/lxc/image/alias writing output... [ 49%] reference/manpages/lxc/image/alias/create writing output... [ 49%] reference/manpages/lxc/image/alias/delete writing output... [ 50%] reference/manpages/lxc/image/alias/list writing output... [ 50%] reference/manpages/lxc/image/alias/rename writing output... [ 50%] reference/manpages/lxc/image/copy writing output... [ 50%] reference/manpages/lxc/image/delete writing output... [ 50%] reference/manpages/lxc/image/edit writing output... [ 51%] reference/manpages/lxc/image/export writing output... [ 51%] reference/manpages/lxc/image/get-property writing output... [ 51%] reference/manpages/lxc/image/import writing output... [ 51%] reference/manpages/lxc/image/info writing output... [ 51%] reference/manpages/lxc/image/list writing output... [ 52%] reference/manpages/lxc/image/refresh writing output... [ 52%] reference/manpages/lxc/image/set-property writing output... [ 52%] reference/manpages/lxc/image/show writing output... [ 52%] reference/manpages/lxc/image/unset-property writing output... [ 52%] reference/manpages/lxc/import writing output... [ 53%] reference/manpages/lxc/info writing output... [ 53%] reference/manpages/lxc/init writing output... [ 53%] reference/manpages/lxc/launch writing output... [ 53%] reference/manpages/lxc/list writing output... [ 53%] reference/manpages/lxc/monitor writing output... [ 54%] reference/manpages/lxc/move writing output... [ 54%] reference/manpages/lxc/network writing output... [ 54%] reference/manpages/lxc/network/acl writing output... [ 54%] reference/manpages/lxc/network/acl/create writing output... [ 54%] reference/manpages/lxc/network/acl/delete writing output... [ 55%] reference/manpages/lxc/network/acl/edit writing output... [ 55%] reference/manpages/lxc/network/acl/get writing output... [ 55%] reference/manpages/lxc/network/acl/list writing output... [ 55%] reference/manpages/lxc/network/acl/rename writing output... [ 55%] reference/manpages/lxc/network/acl/rule writing output... [ 56%] reference/manpages/lxc/network/acl/rule/add writing output... [ 56%] reference/manpages/lxc/network/acl/rule/remove writing output... [ 56%] reference/manpages/lxc/network/acl/set writing output... [ 56%] reference/manpages/lxc/network/acl/show writing output... [ 57%] reference/manpages/lxc/network/acl/show-log writing output... [ 57%] reference/manpages/lxc/network/acl/unset writing output... [ 57%] reference/manpages/lxc/network/attach writing output... [ 57%] reference/manpages/lxc/network/attach-profile writing output... [ 57%] reference/manpages/lxc/network/create writing output... [ 58%] reference/manpages/lxc/network/delete writing output... [ 58%] reference/manpages/lxc/network/detach writing output... [ 58%] reference/manpages/lxc/network/detach-profile writing output... [ 58%] reference/manpages/lxc/network/edit writing output... [ 58%] reference/manpages/lxc/network/forward writing output... [ 59%] reference/manpages/lxc/network/forward/create writing output... [ 59%] reference/manpages/lxc/network/forward/delete writing output... [ 59%] reference/manpages/lxc/network/forward/edit writing output... [ 59%] reference/manpages/lxc/network/forward/get writing output... [ 59%] reference/manpages/lxc/network/forward/list writing output... [ 60%] reference/manpages/lxc/network/forward/port writing output... [ 60%] reference/manpages/lxc/network/forward/port/add writing output... [ 60%] reference/manpages/lxc/network/forward/port/remove writing output... [ 60%] reference/manpages/lxc/network/forward/set writing output... [ 60%] reference/manpages/lxc/network/forward/show writing output... [ 61%] reference/manpages/lxc/network/forward/unset writing output... [ 61%] reference/manpages/lxc/network/get writing output... [ 61%] reference/manpages/lxc/network/info writing output... [ 61%] reference/manpages/lxc/network/list writing output... [ 61%] reference/manpages/lxc/network/list-allocations writing output... [ 62%] reference/manpages/lxc/network/list-leases writing output... [ 62%] reference/manpages/lxc/network/load-balancer writing output... [ 62%] reference/manpages/lxc/network/load-balancer/backend writing output... [ 62%] reference/manpages/lxc/network/load-balancer/backend/add writing output... [ 62%] reference/manpages/lxc/network/load-balancer/backend/remove writing output... [ 63%] reference/manpages/lxc/network/load-balancer/create writing output... [ 63%] reference/manpages/lxc/network/load-balancer/delete writing output... [ 63%] reference/manpages/lxc/network/load-balancer/edit writing output... [ 63%] reference/manpages/lxc/network/load-balancer/get writing output... [ 63%] reference/manpages/lxc/network/load-balancer/list writing output... [ 64%] reference/manpages/lxc/network/load-balancer/port writing output... [ 64%] reference/manpages/lxc/network/load-balancer/port/add writing output... [ 64%] reference/manpages/lxc/network/load-balancer/port/remove writing output... [ 64%] reference/manpages/lxc/network/load-balancer/set writing output... [ 64%] reference/manpages/lxc/network/load-balancer/show writing output... [ 65%] reference/manpages/lxc/network/load-balancer/unset writing output... [ 65%] reference/manpages/lxc/network/peer writing output... [ 65%] reference/manpages/lxc/network/peer/create writing output... [ 65%] reference/manpages/lxc/network/peer/delete writing output... [ 65%] reference/manpages/lxc/network/peer/edit writing output... [ 66%] reference/manpages/lxc/network/peer/get writing output... [ 66%] reference/manpages/lxc/network/peer/list writing output... [ 66%] reference/manpages/lxc/network/peer/set writing output... [ 66%] reference/manpages/lxc/network/peer/show writing output... [ 66%] reference/manpages/lxc/network/peer/unset writing output... [ 67%] reference/manpages/lxc/network/rename writing output... [ 67%] reference/manpages/lxc/network/set writing output... [ 67%] reference/manpages/lxc/network/show writing output... [ 67%] reference/manpages/lxc/network/unset writing output... [ 67%] reference/manpages/lxc/network/zone writing output... [ 68%] reference/manpages/lxc/network/zone/create writing output... [ 68%] reference/manpages/lxc/network/zone/delete writing output... [ 68%] reference/manpages/lxc/network/zone/edit writing output... [ 68%] reference/manpages/lxc/network/zone/get writing output... [ 68%] reference/manpages/lxc/network/zone/list writing output... [ 69%] reference/manpages/lxc/network/zone/record writing output... [ 69%] reference/manpages/lxc/network/zone/record/create writing output... [ 69%] reference/manpages/lxc/network/zone/record/delete writing output... [ 69%] reference/manpages/lxc/network/zone/record/edit writing output... [ 70%] reference/manpages/lxc/network/zone/record/entry writing output... [ 70%] reference/manpages/lxc/network/zone/record/entry/add writing output... [ 70%] reference/manpages/lxc/network/zone/record/entry/remove writing output... [ 70%] reference/manpages/lxc/network/zone/record/get writing output... [ 70%] reference/manpages/lxc/network/zone/record/list writing output... [ 71%] reference/manpages/lxc/network/zone/record/set writing output... [ 71%] reference/manpages/lxc/network/zone/record/show writing output... [ 71%] reference/manpages/lxc/network/zone/record/unset writing output... [ 71%] reference/manpages/lxc/network/zone/set writing output... [ 71%] reference/manpages/lxc/network/zone/show writing output... [ 72%] reference/manpages/lxc/network/zone/unset writing output... [ 72%] reference/manpages/lxc/operation writing output... [ 72%] reference/manpages/lxc/operation/delete writing output... [ 72%] reference/manpages/lxc/operation/list writing output... [ 72%] reference/manpages/lxc/operation/show writing output... [ 73%] reference/manpages/lxc/pause writing output... [ 73%] reference/manpages/lxc/profile writing output... [ 73%] reference/manpages/lxc/profile/add writing output... [ 73%] reference/manpages/lxc/profile/assign writing output... [ 73%] reference/manpages/lxc/profile/copy writing output... [ 74%] reference/manpages/lxc/profile/create writing output... [ 74%] reference/manpages/lxc/profile/delete writing output... [ 74%] reference/manpages/lxc/profile/device writing output... [ 74%] reference/manpages/lxc/profile/device/add writing output... [ 74%] reference/manpages/lxc/profile/device/get writing output... [ 75%] reference/manpages/lxc/profile/device/list writing output... [ 75%] reference/manpages/lxc/profile/device/remove writing output... [ 75%] reference/manpages/lxc/profile/device/set writing output... [ 75%] reference/manpages/lxc/profile/device/show writing output... [ 75%] reference/manpages/lxc/profile/device/unset writing output... [ 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... [ 82%] reference/manpages/lxc/remote/set-url writing output... [ 82%] 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... [ 83%] reference/manpages/lxc/snapshot writing output... [ 83%] 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... [ 84%] reference/manpages/lxc/storage/bucket/create writing output... [ 84%] 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... [ 85%] reference/manpages/lxc/storage/bucket/key/create writing output... [ 85%] 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... [ 86%] reference/manpages/lxc/storage/bucket/list writing output... [ 86%] 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... [ 87%] reference/manpages/lxc/storage/delete writing output... [ 87%] 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... [ 88%] reference/manpages/lxc/storage/set writing output... [ 88%] 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... [ 89%] reference/manpages/lxc/storage/volume/attach-profile writing output... [ 89%] reference/manpages/lxc/storage/volume/copy writing output... [ 89%] 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... [ 90%] reference/manpages/lxc/storage/volume/detach-profile writing output... [ 90%] reference/manpages/lxc/storage/volume/edit writing output... [ 90%] 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... [ 91%] reference/manpages/lxc/storage/volume/info writing output... [ 91%] reference/manpages/lxc/storage/volume/list writing output... [ 91%] 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... [ 92%] reference/manpages/lxc/storage/volume/set writing output... [ 92%] reference/manpages/lxc/storage/volume/show writing output... [ 92%] reference/manpages/lxc/storage/volume/snapshot writing output... [ 92%] reference/manpages/lxc/storage/volume/unset writing output... [ 92%] reference/manpages/lxc/version writing output... [ 93%] reference/manpages/lxc/warning writing output... [ 93%] reference/manpages/lxc/warning/acknowledge writing output... [ 93%] reference/manpages/lxc/warning/delete writing output... [ 93%] reference/manpages/lxc/warning/list writing output... [ 93%] reference/manpages/lxc/warning/show writing output... [ 94%] reference/network_bridge writing output... [ 94%] reference/network_macvlan writing output... [ 94%] reference/network_ovn writing output... [ 94%] reference/network_physical writing output... [ 95%] reference/network_sriov writing output... [ 95%] reference/networks writing output... [ 95%] reference/preseed_yaml_fields writing output... [ 95%] reference/projects writing output... [ 95%] reference/provided_metrics writing output... [ 96%] 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... [ 97%] reference/storage_cephfs writing output... [ 97%] reference/storage_cephobject writing output... [ 97%] reference/storage_dir writing output... [ 97%] reference/storage_drivers writing output... [ 97%] reference/storage_lvm writing output... [ 98%] reference/storage_powerflex writing output... [ 98%] reference/storage_zfs writing output... [ 98%] reference/uefi_variables 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 'security/index.html' to '../explanation/security/'. Creating redirect 'migration/index.html' to '../howto/import_machines_to_instances/'. Creating redirect 'tutorial/index.html' to 'first_steps/'. writing additional pages... search done copying images... [ 4%] images/application-vs-system-containers.svg copying images... [ 8%] images/virtual-machines-vs-system-containers.svg copying images... [ 12%] images/ui_console.png copying images... [ 16%] images/ui_security_warning.png copying images... [ 20%] images/ui_set_up_certificates.png copying images... [ 24%] images/grafana_welcome.png copying images... [ 28%] images/grafana_select_prometheus.png copying images... [ 32%] images/grafana_configure_prometheus.png copying images... [ 36%] images/grafana_select_loki.png copying images... [ 40%] images/grafana_configure_loki.png copying images... [ 44%] images/grafana_dashboard_import.png copying images... [ 48%] images/grafana_dashboard_select_datasource.png copying images... [ 52%] images/grafana_resources.png copying images... [ 56%] images/grafana_instances.png copying images... [ 60%] images/UI/snapshots_daily.png copying images... [ 64%] images/UI/snapshots_cron.png copying images... [ 68%] images/UI/limits_memory_example.png copying images... [ 72%] images/UI/create_instance_ex1.png copying images... [ 76%] images/UI/create_instance_ex2.png copying images... [ 80%] images/UI/create_instance_ex2-2.png copying images... [ 84%] images/UI/create_instance_ex3.png copying images... [ 88%] images/UI/create_instance_ex4.png copying images... [ 92%] images/UI/routed_nic_create_instance.png copying images... [ 96%] images/ovn_networking_1.svg copying images... [100%] images/ovn_networking_2.svg dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... build succeeded. The HTML pages are in ../_readthedocs/html. [rtd-command-info] start-time: 2024-05-23T14:17:46.502127Z, end-time: 2024-05-23T14:18:04.660302Z, duration: 18, exit-code: 0 python -m sphinx -T -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v7.3.7 matplotlib is not installed, social cards will not be generated making output directory... done loading pickled environment... done myst v3.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'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_transition=True, words_per_minute=200, substitutions={note_ip_addresses_CIDR: ..., snapshot_expiry_format: ..., snapshot_pattern_format: ..., snapshot_pattern_detail: ..., snapshot_schedule_format: ..., enable_ID_shifting: ..., block_filesystem: ..., volume_configuration: ..., restore_button: ..., delete_button: ..., create_image_button: ..., 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 copying TeX support files... copying TeX support files... done processing canonicallxd.tex... index tutorial/first_steps howto/index getting_started installing howto/initialize howto/snap howto/access_ui howto/access_documentation support contributing operation howto/server_expose howto/server_configure remotes howto/lxc_alias instances howto/instances_create howto/instances_configure howto/instances_manage profiles howto/instances_troubleshoot howto/instances_access_files howto/instances_console instance-exec cloud-init howto/instances_routed_nic_vm howto/instances_backup howto/move_instances howto/import_machines_to_instances howto/migrate_from_lxc images howto/images_remote howto/images_manage howto/images_profiles howto/images_copy howto/images_create projects howto/projects_create howto/projects_work howto/projects_confine storage howto/storage_pools howto/storage_volumes howto/storage_buckets howto/storage_create_instance howto/storage_backup_volume howto/storage_move_volume networks howto/network_create howto/network_configure howto/network_bgp howto/network_acls howto/network_forwards howto/network_zones howto/network_bridge_firewalld howto/network_bridge_resolved howto/network_ovn_setup howto/network_load_balancers howto/network_ovn_peers howto/network_ipam howto/troubleshoot howto/dqlite_troubleshoot debugging faq clustering howto/cluster_form howto/cluster_manage howto/cluster_config_networks howto/cluster_config_storage howto/cluster_manage_instance howto/cluster_groups howto/cluster_recover production-setup howto/benchmark_performance howto/network_increase_bandwidth metrics howto/logs_loki howto/grafana backup howto/disaster_recovery explanation/index explanation/lxd_lxc explanation/instances image-handling explanation/storage explanation/networks database explanation/lxc_show_info authentication explanation/authorization explanation/projects explanation/clustering explanation/performance_tuning explanation/security reference/index requirements architectures reference/remote_image_servers reference/image_format 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_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 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/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/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/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/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 resolving references... done writing... done copying images... [ 4%] images/ui_console.png copying images... [ 8%] images/ui_security_warning.png copying images... [ 12%] images/ui_set_up_certificates.png copying images... [ 16%] images/UI/create_instance_ex1.png copying images... [ 20%] images/UI/create_instance_ex2.png copying images... [ 24%] images/UI/create_instance_ex2-2.png copying images... [ 28%] images/UI/create_instance_ex3.png copying images... [ 32%] images/UI/create_instance_ex4.png copying images... [ 36%] images/UI/limits_memory_example.png copying images... [ 40%] images/UI/routed_nic_create_instance.png copying images... [ 44%] images/UI/snapshots_daily.png copying images... [ 48%] images/UI/snapshots_cron.png copying images... [ 52%] images/grafana_welcome.png copying images... [ 56%] images/grafana_select_prometheus.png copying images... [ 60%] images/grafana_configure_prometheus.png copying images... [ 64%] images/grafana_select_loki.png copying images... [ 68%] images/grafana_configure_loki.png copying images... [ 72%] images/grafana_dashboard_import.png copying images... [ 76%] images/grafana_dashboard_select_datasource.png copying images... [ 80%] images/grafana_resources.png copying images... [ 84%] images/grafana_instances.png copying images... [ 88%] images/application-vs-system-containers.svg copying images... [ 92%] images/virtual-machines-vs-system-containers.svg copying images... [ 96%] images/ovn_networking_1.svg copying images... [100%] images/ovn_networking_2.svg Missing searchtools: /home/docs/checkouts/readthedocs.org/user_builds/canonical-lxd/checkouts/latest/_readthedocs/pdf/_static/searchtools.js 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: 2024-05-23T14:18:07.480505Z, end-time: 2024-05-23T14:18:07.541348Z, duration: 0, exit-code: 0 cat latexmkrc $latex = 'latex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $pdflatex = 'pdflatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $lualatex = 'lualatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $xelatex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $makeindex = 'makeindex -s python.ist %O -o %D %S'; 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: 2024-05-23T14:18:07.606817Z, end-time: 2024-05-23T14:18:58.780908Z, duration: 51, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=canonical-lxd -interaction=nonstopmode ... (truncated) ... Command output too long. Truncated to last 1MB. defined on input l ine 14879. LaTeX Warning: Hyper reference `howto/network_load_balancers:network-load-balan cer-load-balancer-port-properties:listen_port' on page 165 undefined on input l ine 14908. LaTeX Warning: Hyper reference `howto/network_load_balancers:network-load-balan cer-load-balancer-port-properties:protocol' on page 165 undefined on input line 14940. LaTeX Warning: Hyper reference `howto/network_load_balancers:network-load-balan cer-load-balancer-port-properties:target_backend' on page 165 undefined on inpu t line 14972. [165] [166] LaTeX Warning: Hyper reference `howto/network_ovn_peers:network-peering-peering -properties:config' on page 167 undefined on input line 15084. LaTeX Warning: Hyper reference `howto/network_ovn_peers:network-peering-peering -properties:description' on page 167 undefined on input line 15116. LaTeX Warning: Hyper reference `howto/network_ovn_peers:network-peering-peering -properties:name' on page 167 undefined on input line 15145. LaTeX Warning: Hyper reference `howto/network_ovn_peers:network-peering-peering -properties:status' on page 167 undefined on input line 15174. LaTeX Warning: Hyper reference `howto/network_ovn_peers:network-peering-peering -properties:target_network' on page 167 undefined on input line 15207. LaTeX Warning: Hyper reference `howto/network_ovn_peers:network-peering-peering -properties:target_project' on page 167 undefined on input line 15239. [167] [168] LaTeX Warning: Hyper reference `explanation/networks:managed-networks' on page 169 undefined on input line 15340. LaTeX Warning: Hyper reference `explanation/networks:networks' on page 169 unde fined on input line 15371. LaTeX Warning: Hyper reference `reference/networks:ref-networks' on page 169 un defined on input line 15380. LaTeX Warning: Hyper reference `database:database' on page 169 undefined on inp ut line 15400. [169] [170] LaTeX Warning: Hyper reference `howto/instances_troubleshoot:instances-troubles hoot' on page 171 undefined on input line 15561. LaTeX Warning: Hyper reference `rest-api::doc' on page 171 undefined on input l ine 15608. [171] LaTeX Warning: Hyper reference `explanation/security:security' on page 172 unde fined on input line 15614. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/add:lxc-remote-ad d-md' on page 172 undefined on input line 15615. LaTeX Warning: Hyper reference `database:database' on page 172 undefined on inp ut line 15668. [172] LaTeX Warning: Hyper reference `howto/network_bridge_firewalld:network-bridge-f irewall' on page 173 undefined on input line 15748. LaTeX Warning: Hyper reference `howto/network_bridge_firewalld:network-lxd-dock er' on page 173 undefined on input line 15752. [173] LaTeX Warning: Hyper reference `howto/server_expose:server-expose' on page 174 undefined on input line 15761. LaTeX Warning: Hyper reference `server:server-core:core.trust_password' on page 174 undefined on input line 15768. LaTeX Warning: Hyper reference `howto/server_expose:server-authenticate' on pag e 174 undefined on input line 15771. LaTeX Warning: Hyper reference `authentication::doc' on page 174 undefined on i nput line 15771. LaTeX Warning: Hyper reference `explanation/security:container-security' on pag e 174 undefined on input line 15778. LaTeX Warning: Hyper reference `reference/devices_disk:devices-disk' on page 17 4 undefined on input line 15787. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device/add:lxc-co nfig-device-add-md' on page 174 undefined on input line 15800. LaTeX Warning: Hyper reference `reference/manpages/lxc/info:lxc-info-md' on pag e 174 undefined on input line 15800. LaTeX Warning: Hyper reference `userns-idmap::doc' on page 174 undefined on inp ut line 15804. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.nesting' on page 174 undefined on input line 15822. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mknod' on page 174 undefined on input line 15829. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.setxattr' on page 174 undefined on input line 15829. LaTeX Warning: Hyper reference `syscall-interception:syscall-mknod' on page 174 undefined on input line 15830. LaTeX Warning: Hyper reference `syscall-interception:syscall-setxattr' on page 174 undefined on input line 15830. [174] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 175 unde fined on input line 15847. LaTeX Warning: Hyper reference `reference/manpages/lxc/monitor:lxc-monitor-md' on page 175 undefined on input line 15884. LaTeX Warning: Hyper reference `reference/manpages/lxc/monitor:lxc-monitor-md' on page 175 undefined on input line 15894. LaTeX Warning: Hyper reference `debugging::doc' on page 175 undefined on input line 15894. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/info:lxc-storage -info-md' on page 175 undefined on input line 15900. LaTeX Warning: Hyper reference `reference/manpages/lxc/monitor:lxc-monitor-md' on page 175 undefined on input line 15904. LaTeX Warning: Hyper reference `faq:faq-monitor' on page 175 undefined on input line 15904. [175] LaTeX Warning: Hyper reference `requirements:requirements-zfs' on page 176 unde fined on input line 15931. LaTeX Warning: Hyper reference `support:support' on page 176 undefined on input line 15952. [176] LaTeX Warning: Hyper reference `explanation/clustering:clustering-members' on p age 177 undefined on input line 15983. LaTeX Warning: Hyper reference `authentication:authentication-token' on page 17 7 undefined on input line 16036. LaTeX Warning: Hyper reference `authentication:authentication-trust-pw' on page 177 undefined on input line 16036. Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 []\T1/txtt/m/n/10 user@host:~$ lxd init Would you like to use LXD clustering? ( yes/no) [default=no]: Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 yesWhat IP address or DNS name should be used to reach this ser ver? [default=192.0.2. Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 101]:Are you joining an existing cluster? (yes/no) [default=no] : noWhat member name Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 should be used to identify this server in the cluster? [default =server1]:Setup password Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 authentication on the cluster? (yes/no) [default=no]: noDo you want to configure a Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 new local storage pool? (yes/no) [default=yes]:Name of the stor age backend to use Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 (btrfs, dir, lvm, zfs) [default=zfs]:Create a new ZFS pool? (ye s/no) [default=yes]:Would Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 you like to use an existing empty block device (e.g. a disk or partition)? (yes/no) Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 [default=no]:Size in GiB of the new loop device (1GiB minimum) [default=9GiB]:Do you Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 want to configure a new remote storage pool? (yes/no) [default= no]:Would you like to Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 connect to a MAAS server? (yes/no) [default=no]:Would you like to configure LXD to use Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 an existing bridge or host interface? (yes/no) [default=no]:Wou ld you like to create a Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 new Fan overlay network? (yes/no) [default=yes]:What subnet sho uld be used as the Fan Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 underlay? [default=auto]:Would you like stale cached images to be updated automatically? Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 (yes/no) [default=yes]:Would you like a YAML "lxd init" preseed to be printed? (yes/no) LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/list:lxc-cluster -list-md' on page 177 undefined on input line 16050. [177] LaTeX Warning: Hyper reference `authentication:authentication-token' on page 17 8 undefined on input line 16105. LaTeX Warning: Hyper reference `authentication:authentication-trust-pw' on page 178 undefined on input line 16105. LaTeX Warning: Hyper reference `authentication:authentication-token' on page 17 8 undefined on input line 16128. LaTeX Warning: Hyper reference `server:server-cluster:cluster.join_token_expiry ' on page 178 undefined on input line 16136. LaTeX Warning: Hyper reference `authentication:authentication-trust-pw' on page 178 undefined on input line 16148. [178] LaTeX Warning: Hyper reference `explanation/clustering:clustering-member-config ' on page 179 undefined on input line 16178. Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 []\T1/txtt/m/n/10 user@host:~$ sudo lxd init Would you like to use LXD clusteri ng? (yes/no) [default=no]: Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 yesWhat IP address or DNS name should be used to reach this ser ver? [default=192. Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 0.2.102]:Are you joining an existing cluster? (yes/no) [default =no]: yesDo you Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 have a join token? (yes/no/[token]) [default=no]: yesPlease pro vide join token: Overfull \hbox (1057.99054pt too wide) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 eyJzZXJ2ZXJfbmFtZSI6InJwaTAxIiwiZmluZ2VycHJpbnQiOiIyNjZjZmExZDk 0ZDZiMjk2Nzk0YjU0YzJlYzdjOTMwNDA5ZjIzNjdmNmM1YjRhZWVjOGM0YjAxYTc2NjU0MjgxIiwiYW RkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiJmZGI1OTgyNjgxNTQ2ZGQyN GE2ZGE0Mzg5MTUyOGM1ZGUxNWNmYmQ5M2M3OTU3ODNkNGI5OGU4MTQ4MWMzNmUwIn0=All Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 existing data is lost when joining a cluster, continue? (yes/no ) [default=no] yesChoose Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 "size" property for storage pool "local":Choose "source" proper ty for storage pool Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 "local":Choose "zfs.pool_name" property for storage pool "local ":Would you like a Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 sudo lxd init Would you like to use LXD clustering? (yes/no) [d efault=no]: yesWhat Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 IP address or DNS name should be used to reach this server? [de fault=192.0.2. Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 102]:Are you joining an existing cluster? (yes/no) [default=no] : yesDo you have a Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 join token? (yes/no/[token]) [default=no]: noWhat member name s hould be used to Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 identify this server in the cluster? [default=server2]:IP addre ss or FQDN of an Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 existing cluster member (may include port): 192.0.2.101:8443Clu ster fingerprint: Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 2915dafdf5c159681a9086f732644fb70680533b0fb9005b8c6e9bca5153311 3You can validate this Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 fingerprint by running "lxc info" locally on an existing cluste r member.Is this the Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 correct fingerprint? (yes/no/[fingerprint]) [default=no]: yesCl uster trust password:All Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 existing data is lost when joining a cluster, continue? (yes/no ) [default=no] yesChoose Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 "size" property for storage pool "local":Choose "source" proper ty for storage pool Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 "local":Choose "zfs.pool_name" property for storage pool "local ":Would you like a YAML LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/list:lxc-cluster -list-md' on page 179 undefined on input line 16217. [179] LaTeX Warning: Hyper reference `authentication:authentication-token' on page 18 0 undefined on input line 16241. LaTeX Warning: Hyper reference `authentication:authentication-trust-pw' on page 180 undefined on input line 16241. [180] LaTeX Warning: Hyper reference `reference/preseed_yaml_fields:preseed-yaml-file -fields' on page 181 undefined on input line 16350. LaTeX Warning: Hyper reference `authentication:authentication-token' on page 18 1 undefined on input line 16356. LaTeX Warning: Hyper reference `authentication:authentication-trust-pw' on page 181 undefined on input line 16356. Overfull \hbox (1052.74055pt too wide) in paragraph at lines 16389--16389 [][]\T1/txtt/m/n/10 eyJzZXJ2ZXJfbmFtZSI6Im5vZGUyIiwiZmluZ2VycHJpbnQiOiJjZjlmNmV hMWIzYjhiNjgxNzQ1YTY1NTY2YjM3ZGUwOTUzNjRmM2MxMDAwMGNjZWQyOTk5NDU5YzY2MGIxNWQ4Ii wiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiIxNGJmY2EzMDhkOTNhY 2E3MGJmYThkMzE0NWM4NWY3YmE0ZmU1YmYyNmJiNDhmMmUwNzhhOGZhMDczZDc0YTFiIn0=| [181] [182] LaTeX Warning: Hyper reference `reference/preseed_yaml_fields:preseed-yaml-file -fields' on page 183 undefined on input line 16478. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/list:lxc-cluster -list-md' on page 183 undefined on input line 16517. Overfull \hbox (392.91248pt too wide) in paragraph at lines 16521--16527 []\T1/txtt/m/n/10 user@host:~$ lxc cluster list +[][][][][][][][][]+[][][][][][ ][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][ ][]+[][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][ ][][][][][][]+[][][][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 NAME | URL | ROLES | ARCHITECTURE | FAILURE DOMAIN | DESCRIPTIO N | STATE | MESSAGE Overfull \hbox (244.2429pt too wide) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 |+[][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][] [][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][ ]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][][][][][][]+ [][][][][][][][][][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 server1 | https://192.0.2.101:8443 | database[]leader | x86_64 | default | | ONLINE | Overfull \hbox (475.24223pt too wide) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 Fully operational || | | database | | | | | |+[][][][][][][][][ ]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][] [][][][][][][][]+[][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][]+ [][][][][][][][][][][][][]+[][][][][][][][]+[][][][][][][][][][][][][][][][][][ ][]+| Underfull \hbox (badness 10000) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 server2 | https://192.0.2.102:8443 | database[]standby | aarch6 4 | default | | ONLINE | Overfull \hbox (338.74263pt too wide) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 Fully operational |+[][][][][][][][][]+[][][][][][][][][][][][] [][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][ ][][][][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][] +[][][][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 server3 | https://192.0.2.103:8443 | database[]standby | aarch6 4 | default | | ONLINE | Overfull \hbox (333.49265pt too wide) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 Fully operational |+[][][][][][][][][]+[][][][][][][][][][][][] [][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][ ][][][][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][] +[][][][][][][][]+[][][][][][][][][][][][][][][][][][][]+ [183] LaTeX Warning: Hyper reference `reference/manpages/lxc/config:lxc-config-md' on page 184 undefined on input line 16543. LaTeX Warning: Hyper reference `server:server' on page 184 undefined on input l ine 16551. LaTeX Warning: Hyper reference `reference/cluster_member_config:cluster-member- config' on page 184 undefined on input line 16557. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/set:lxc-cluster- set-md' on page 184 undefined on input line 16560. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/edit:lxc-cluster -edit-md' on page 184 undefined on input line 16560. LaTeX Warning: Hyper reference `explanation/clustering:clustering-member-roles' on page 184 undefined on input line 16571. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/role:lxc-cluster -role-md' on page 184 undefined on input line 16571. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/edit:lxc-cluster -edit-md' on page 184 undefined on input line 16587. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/evacuate:lxc-clu ster-evacuate-md' on page 184 undefined on input line 16596. LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:cluster.evacuate' on page 184 undefined on input line 16601. LaTeX Warning: Hyper reference `reference/instance_options:instance-boot:boot.h ost_shutdown_timeout' on page 184 undefined on input line 16602. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/restore:lxc-clus ter-restore-md' on page 184 undefined on input line 16605. [184] LaTeX Warning: Hyper reference `server:server-cluster:cluster.healing_threshold ' on page 185 undefined on input line 16612. [185] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/list:lxc-cluster -list-md' on page 186 undefined on input line 16681. LaTeX Warning: Hyper reference `authentication:authentication-server-certificat e' on page 186 undefined on input line 16697. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/update-certifica te:lxc-cluster-update-certificate-md' on page 186 undefined on input line 16698 . LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bridge.external_interfaces' on page 186 undefined on input line 16708. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:parent' on page 186 undefined on input line 16708. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bgp.ipv4.nexthop' on page 186 undefined on input line 16708. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bgp.ipv6.nexthop' on page 186 undefined on input line 16708. LaTeX Warning: Hyper reference `explanation/clustering:clustering-member-config ' on page 186 undefined on input line 16709. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/list:lxc-network -list-md' on page 186 undefined on input line 16734. LaTeX Warning: Hyper reference `howto/network_create:network-create-cluster' on page 186 undefined on input line 16755. [186] LaTeX Warning: Hyper reference `server:server-cluster:cluster.https_address' on page 187 undefined on input line 16765. LaTeX Warning: Hyper reference `server:server-core:core.https_address' on page 187 undefined on input line 16765. LaTeX Warning: Hyper reference `reference/storage_drivers:storage-drivers' on p age 187 undefined on input line 16797. LaTeX Warning: Hyper reference `reference/storage_drivers:storage-drivers' on p age 187 undefined on input line 16797. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-pool-conf:zfs .pool_name' on page 187 undefined on input line 16797. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .thinpool_name' on page 187 undefined on input line 16797. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .vg_name' on page 187 undefined on input line 16797. LaTeX Warning: Hyper reference `explanation/clustering:clustering-member-config ' on page 187 undefined on input line 16798. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/list:lxc-storage -list-md' on page 187 undefined on input line 16826. LaTeX Warning: Hyper reference `howto/storage_pools:storage-pools-cluster' on p age 187 undefined on input line 16847. [187] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/show:lxc-storage -show-md' on page 188 undefined on input line 16853. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/list:lxc- storage-volume-list-md' on page 188 undefined on input line 16868. LaTeX Warning: Hyper reference `howto/cluster_groups:howto-cluster-groups' on p age 188 undefined on input line 16926. LaTeX Warning: Hyper reference `explanation/clustering:clustering-instance-plac ement' on page 188 undefined on input line 16930. [188] LaTeX Warning: Hyper reference `howto/move_instances:move-instances' on page 18 9 undefined on input line 16959. LaTeX Warning: Hyper reference `explanation/clustering:cluster-groups' on page 189 undefined on input line 16977. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group/create:lxc -cluster-group-create-md' on page 189 undefined on input line 16981. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group/assign:lxc -cluster-group-assign-md' on page 189 undefined on input line 16989. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group/add:lxc-cl uster-group-add-md' on page 189 undefined on input line 17007. [189] LaTeX Warning: Hyper reference `reference/cluster_member_config:cluster-cluster :scheduler.instance' on page 190 undefined on input line 17024. LaTeX Warning: Hyper reference `explanation/clustering:clustering-instance-plac ement' on page 190 undefined on input line 17027. LaTeX Warning: Hyper reference `howto/cluster_manage_instance:cluster-target-in stance' on page 190 undefined on input line 17031. LaTeX Warning: Hyper reference `explanation/clustering:clustering-offline-membe rs' on page 190 undefined on input line 17049. LaTeX Warning: Hyper reference `howto/cluster_manage:cluster-automatic-evacuati on' on page 190 undefined on input line 17049. LaTeX Warning: Hyper reference `server:server-cluster:cluster.max_voters' on pa ge 190 undefined on input line 17069. [190] LaTeX Warning: Hyper reference `howto/cluster_manage:cluster-manage-delete-memb ers' on page 191 undefined on input line 17133. LaTeX Warning: Hyper reference `explanation/clustering:clustering-member-roles' on page 191 undefined on input line 17147. [191] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/list:lxc-cluster -list-md' on page 192 undefined on input line 17227. LaTeX Warning: Hyper reference `explanation/clustering:exp-clustering' on page 192 undefined on input line 17249. LaTeX Warning: Hyper reference `reference/cluster_member_config:cluster-member- config' on page 192 undefined on input line 17258. [192] LaTeX Warning: Hyper reference `requirements:requirements-go' on page 193 undef ined on input line 17309. [193] Underfull \hbox (badness 10000) in paragraph at lines 17428--17428 []\T1/txtt/m/n/10 lxd[]benchmark init [][]count 10 Underfull \hbox (badness 10000) in paragraph at lines 17428--17428 []\T1/txtt/m/n/10 lxd[]benchmark init [][]count 20 [][]parallel [194] [195] LaTeX Warning: Hyper reference `reference/provided_metrics:provided-metrics' on page 196 undefined on input line 17634. LaTeX Warning: Hyper reference `howto/grafana:grafana' on page 196 undefined on input line 17634. LaTeX Warning: Hyper reference `reference/manpages/lxc/query:lxc-query-md' on p age 196 undefined on input line 17651. Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 []\T1/txtt/m/n/10 user@host:~$ lxc query /1.0/metrics # HELP lxd_cpu_seconds_to tal The Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 total number of CPU time used in seconds.# TYPE lxd_cpu_seconds _total Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 counterlxd_cpu_seconds_total{cpu="0",mode="system",name="u1",pr oject="default", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="container"} 60.304517lxd_cpu_seconds_total{cpu="0",mode=" user",name="u1", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 project="default",type="container"} 145.647502lxd_cpu_seconds_t otal{cpu="0", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 mode="iowait",name="vm",project="default",type="virtual[]machin e"} 4614. Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 78lxd_cpu_seconds_total{cpu="0",mode="irq",name="vm",project="d efault", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="virtual[]machine"} 0lxd_cpu_seconds_total{cpu="0",mode="i dle",name="vm", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 project="default",type="virtual[]machine"} 412762lxd_cpu_second s_total{cpu="0", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 mode="nice",name="vm",project="default",type="virtual[]machine" } 35. Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 06lxd_cpu_seconds_total{cpu="0",mode="softirq",name="vm",projec t="default", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="virtual[]machine"} 2.41lxd_cpu_seconds_total{cpu="0",mode ="steal",name="vm", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 project="default",type="virtual[]machine"} 9.84lxd_cpu_seconds_ total{cpu="0", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 mode="system",name="vm",project="default",type="virtual[]machin e"} 340. Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 84lxd_cpu_seconds_total{cpu="0",mode="user",name="vm",project=" default", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="virtual[]machine"} 261.25# HELP lxd_cpu_effective_total T he total number of Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 effective CPUs.# TYPE lxd_cpu_effective_total gaugelxd_cpu_effe ctive_total{name="u1", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 project="default",type="container"} 4lxd_cpu_effective_total{na me="vm",project="default", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="virtual[]machine"} 0# HELP lxd_disk_read_bytes_total The total number of bytes Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 read.# TYPE lxd_disk_read_bytes_total counterlxd_disk_read_byte s_total{device="loop5", Overfull \hbox (7.99359pt too wide) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 name="u1",project="default",type="container"} 2048lxd_disk_read _bytes_total{device="loop3", [196] LaTeX Warning: Hyper reference `server:server-core:core.metrics_address' on pag e 197 undefined on input line 17671. LaTeX Warning: Hyper reference `server:server-core:core.https_address' on page 197 undefined on input line 17671. [197] [198] Underfull \hbox (badness 10000) in paragraph at lines 17817--17822 []\T1/txtt/m/n/10 user@host:~$ openssl x509 []noout []text []in /var/snap/prome theus/common/tls/ Underfull \hbox (badness 10000) in paragraph at lines 17817--17822 \T1/txtt/m/n/10 server.crt ... X509v3 Subject Alternative Name: DNS:foo, IP Add ress:127.0.0.1, IP Overfull \vbox (1.87393pt too high) detected at line 17896 [199] [200] Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 []\T1/txtt/m/n/10 user@host:~$ logcli query []t \TS1/txtt/m/n/10 '\T1/txtt/m/n/ 10 {app="lxd"}\TS1/txtt/m/n/10 ' \T1/txtt/m/n/10 2024[]02[]14T21:31:20Z {app="l xd", Overfull \hbox (2.7436pt too wide) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 instance="node3", type="logging"} level="info" Updating instanc e types2024[]02[]14T21:31:20Z Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 {app="lxd", instance="node3", type="logging"} level="info" Expi ring log Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 files2024[]02[]14T21:31:20Z {app="lxd", instance="node3", type= "logging"} Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 level="info" Pruning resolved warnings2024[]02[]14T21:31:20Z {a pp="lxd", Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 instance="node3", type="logging"} level="info" Updating images2 024[]02[]14T21:31:20Z Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 {app="lxd", instance="node3", type="logging"} level="info" Done pruning resolved Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 warnings2024[]02[]14T21:31:20Z {app="lxd", instance="node3", ty pe="logging"} level="info" Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 Done expiring log files2024[]02[]14T21:31:20Z {app="lxd", insta nce="node3", type="logging"} [201] [202] [203 <./grafana_welcome.png>] [204 <./grafana_select_prometheus.png >] [205 <./grafana_configure_prometheus.png> <./grafana_select_loki.png>] [206 <./grafana_configure_loki.png> <./grafana_dashboard_import.png>] [207 <./g rafana_dashboard_select_datasource.png>] [208 <./grafana_resources.png> <./graf ana_instances.png>] LaTeX Warning: Hyper reference `database:database' on page 209 undefined on inp ut line 18159. LaTeX Warning: Hyper reference `howto/storage_backup_volume:howto-storage-backu p-volume' on page 209 undefined on input line 18208. [209] LaTeX Warning: Hyper reference `explanation/storage:storage-volume-types' on pa ge 210 undefined on input line 18289. LaTeX Warning: Hyper reference `howto/instances_backup:instances-backup' on pag e 210 undefined on input line 18292. LaTeX Warning: Hyper reference `howto/storage_backup_volume:howto-storage-backu p-volume' on page 210 undefined on input line 18292. LaTeX Warning: Hyper reference `howto/move_instances:move-instances' on page 21 0 undefined on input line 18300. LaTeX Warning: Hyper reference `howto/storage_move_volume:howto-storage-move-vo lume' on page 210 undefined on input line 18300. LaTeX Warning: Hyper reference `reference/storage_drivers:storage-optimized-vol ume-transfer' on page 210 undefined on input line 18304. LaTeX Warning: Hyper reference `howto/instances_backup:instances-backup-export' on page 210 undefined on input line 18324. LaTeX Warning: Hyper reference `howto/storage_backup_volume:storage-backup-expo rt' on page 210 undefined on input line 18324. [210] LaTeX Warning: Hyper reference `howto/instances_backup:instances-snapshots' on page 211 undefined on input line 18335. LaTeX Warning: Hyper reference `howto/storage_backup_volume:storage-backup-snap shots' on page 211 undefined on input line 18335. LaTeX Warning: Hyper reference `database:database' on page 211 undefined on inp ut line 18341. LaTeX Warning: Hyper reference `database:database' on page 211 undefined on inp ut line 18369. [211] Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 []\T1/txtt/m/n/10 user@host:~$ lxd recover This LXD server currently has the fo llowing storage Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 pools:Would you like to recover another storage pool? (yes/no) [default=no]: yesName Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 of the storage pool: defaultName of the storage backend (btrfs, ceph, cephfs, Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 cephobject, dir, lvm, zfs): zfsSource of the storage pool (bloc k device, volume group, Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 dataset, path, ... as applicable): /var/snap/lxd/common/lxd/sto rage[]pools/default/ Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 containersAdditional storage pool configuration property (KEY=V ALUE, empty when done): Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 zfs.pool_name=defaultAdditional storage pool configuration prop erty (KEY=VALUE, empty Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 when done):Would you like to recover another storage pool? (yes /no) [default=no]:The Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 recovery process will be scanning the following storage pools: [] NEW: "default" Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 (backend="zfs", source="/var/snap/lxd/common/lxd/storage[]pools /default/containers")Would Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 you like to continue with scanning for lost volumes? (yes/no) [ default=yes]: yesScanning Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 for unknown volumes...The following unknown volumes have been f ound: [] Container "u1" Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 on pool "default" in project "default" (includes 0 snapshots) [ ] Container "u2" on pool Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 "default" in project "default" (includes 0 snapshots)You are cu rrently missing the Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 following: [] Network "lxdbr0" in project "default"Please creat e those missing entries Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 and then hit ENTER: ^Z[1]+ Stopped lxd recover user@host:~$ lxc network create lxdbr0 Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 found: [] Container "u1" on pool "default" in project "default" (includes 0 snapshots) Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 [] \T1/txtt/m/n/10 Container "u2" on pool "default" in project "default" (inclu des 0 snapshots)Would you Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 like those to be recovered? (yes/no) [default=no]: yesStarting recovery... user@host:~$ Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 lxc list +[][][][][][]+[][][][][][][][][]+[][][][][][]+[][][][] [][]+[][][][][][][][][][][]+[][][][][][][][][][][]+| NAME | STATE | IPV4 | Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 IPV6 | TYPE | SNAPSHOTS |+[][][][][][]+[][][][][][][][][]+[][][ ][][][]+[][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+| u1 | Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 STOPPED | | | CONTAINER | 0 |+[][][][][][]+[][][][][][][][][]+[ ][][][][][]+[][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+| u2 Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 | STOPPED | | | CONTAINER | 0 |+[][][][][][]+[][][][][][][][][] +[][][][][][]+[][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+ Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 user@host:~$ lxc profile device add default eth0 nic network=lx dbr0 name=eth0 Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 Device eth0 added to default user@host:~$ lxc start u1 user@ho st:~$ lxc list Overfull \hbox (102.49332pt too wide) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+| Overfull \hbox (349.2426pt too wide) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |+[][][][][][]+[] [][][][][][][][]+[][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][ ][][][][][]+[][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 u1 | RUNNING | 192.0.2.49 (eth0) | 2001:db8:8b6:abfe:216:3eff:f e82:918e (eth0) | Overfull \hbox (181.24309pt too wide) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 CONTAINER | 0 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][ ][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][] []+| Overfull \hbox (275.74281pt too wide) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 u2 | STOPPED | | | CONTAINER | 0 |+[][][][][][]+[][][][][][][][ ][]+[][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[ ][][][][][][][][][][]+ Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 [212] LaTeX Warning: Hyper reference `explanation/performance_tuning:performance-tuni ng' on page 213 undefined on input line 18441. LaTeX Warning: Hyper reference `reference/provided_metrics:provided-metrics' on page 213 undefined on input line 18450. LaTeX Warning: Hyper reference `reference/server_settings:server-settings' on p age 213 undefined on input line 18454. LaTeX Warning: Hyper reference `daemon-behavior:daemon-behavior' on page 213 un defined on input line 18509. [213] LaTeX Warning: Hyper reference `howto/initialize:initialize' on page 214 undefi ned on input line 18521. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 214 unde fined on input line 18531. LaTeX Warning: Hyper reference `explanation/instances:expl-instances' on page 2 14 undefined on input line 18545. ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.18563 ...{application-vs-system-containers}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.18563 ...{application-vs-system-containers}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.18575 ...ual-machines-vs-system-containers}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.18575 ...ual-machines-vs-system-containers}.svg} [214] LaTeX Warning: Hyper reference `reference/instance_options:instance-options' on page 215 undefined on input line 18604. LaTeX Warning: Hyper reference `instances:instances' on page 215 undefined on i nput line 18617. LaTeX Warning: Hyper reference `container-environment:container-runtime-environ ment' on page 215 undefined on input line 18626. LaTeX Warning: Hyper reference `explanation/instance_config:instance-config' on page 215 undefined on input line 18630. LaTeX Warning: Hyper reference `howto/index:howtos' on page 215 undefined on in put line 18639. LaTeX Warning: Hyper reference `reference/remote_image_servers:remote-image-ser vers' on page 215 undefined on input line 18653. [215] LaTeX Warning: Hyper reference `server:server-images:images.remote_cache_expiry ' on page 216 undefined on input line 18673. LaTeX Warning: Hyper reference `howto/images_manage:images-manage-edit' on page 216 undefined on input line 18677. LaTeX Warning: Hyper reference `server:server-images:images.auto_update_cached' on page 216 undefined on input line 18701. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/copy:lxc-image-cop y-md' on page 216 undefined on input line 18705. LaTeX Warning: Hyper reference `howto/images_manage:images-manage-edit' on page 216 undefined on input line 18710. LaTeX Warning: Hyper reference `server:server-images:images.auto_update_interva l' on page 216 undefined on input line 18713. Overfull \hbox (1.20811pt too wide) in paragraph at lines 18793--18793 []\T1/qhv/m/n/10 Type| Underfull \hbox (badness 10000) in paragraph at lines 18793--18793 []\T1/qhv/m/n/10 De- Underfull \hbox (badness 10000) in paragraph at lines 18793--18793 []\T1/txtt/m/n/10 requirements. Overfull \hbox (2.80812pt too wide) in paragraph at lines 18793--18793 []\T1/qtm/m/n/10 string| Overfull \hbox (2.80812pt too wide) in paragraph at lines 18793--18793 []\T1/qtm/m/n/10 string| [216] LaTeX Warning: Hyper reference `images:images' on page 217 undefined on input l ine 18805. LaTeX Warning: Hyper reference `reference/image_format:image-format' on page 21 7 undefined on input line 18814. LaTeX Warning: Hyper reference `reference/remote_image_servers:remote-image-ser vers' on page 217 undefined on input line 18818. LaTeX Warning: Hyper reference `howto/storage_pools:storage-create-pool' on pag e 217 undefined on input line 18840. LaTeX Warning: Hyper reference `reference/storage_dir:storage-dir' on page 217 undefined on input line 18848. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs' on page 217 undefined on input line 18852. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm' on page 217 undefined on input line 18856. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs' on page 217 undefined on input line 18860. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph' on page 21 7 undefined on input line 18864. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs' on pag e 217 undefined on input line 18868. LaTeX Warning: Hyper reference `reference/storage_cephobject:storage-cephobject ' on page 217 undefined on input line 18872. LaTeX Warning: Hyper reference `howto/storage_pools:howto-storage-pools' on pag e 217 undefined on input line 18881. LaTeX Warning: Hyper reference `howto/storage_create_instance:howto-storage-cre ate-instance' on page 217 undefined on input line 18885. [217] LaTeX Warning: Hyper reference `howto/storage_pools:storage-resize-pool' on pag e 218 undefined on input line 19036. [218] LaTeX Warning: Hyper reference `reference/manpages/lxc/launch:lxc-launch-md' on page 219 undefined on input line 19059. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/add:lxc-p rofile-device-add-md' on page 219 undefined on input line 19063. LaTeX Warning: Hyper reference `reference/manpages/lxc/launch:lxc-launch-md' on page 219 undefined on input line 19063. Underfull \hbox (badness 10000) in paragraph at lines 19062--19064 []\T1/qtm/m/n/10 Through a pro-file: \T1/txtt/m/sl/10 lxc profile device add

root disk path=/ LaTeX Warning: Hyper reference `howto/storage_volumes:howto-storage-volumes' on page 219 undefined on input line 19098. LaTeX Warning: Hyper reference `howto/storage_move_volume:howto-storage-move-vo lume' on page 219 undefined on input line 19102. LaTeX Warning: Hyper reference `howto/storage_backup_volume:howto-storage-backu p-volume' on page 219 undefined on input line 19106. LaTeX Warning: Hyper reference `reference/storage_drivers:storage-drivers' on p age 219 undefined on input line 19132. [219] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/import:lx c-storage-volume-import-md' on page 220 undefined on input line 19173. LaTeX Warning: Hyper reference `server:server-core:core.storage_buckets_address ' on page 220 undefined on input line 19201. LaTeX Warning: Hyper reference `howto/storage_buckets:howto-storage-buckets' on page 220 undefined on input line 19208. [220] LaTeX Warning: Hyper reference `storage:storage' on page 221 undefined on input line 19220. LaTeX Warning: Hyper reference `reference/storage_drivers:storage-drivers' on p age 221 undefined on input line 19229. LaTeX Warning: Hyper reference `reference/devices_nic:devices-nic' on page 221 undefined on input line 19274. LaTeX Warning: Hyper reference `howto/network_create::doc' on page 221 undefine d on input line 19285. LaTeX Warning: Hyper reference `howto/network_create:network-attach' on page 22 1 undefined on input line 19293. [221] LaTeX Warning: Hyper reference `reference/devices_nic:devices-nic' on page 222 undefined on input line 19307. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge' on pag e 222 undefined on input line 19320. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn' on page 222 undefined on input line 19333. LaTeX Warning: Hyper reference `projects:projects' on page 222 undefined on inp ut line 19346. LaTeX Warning: Hyper reference `reference/network_macvlan:network-macvlan' on p age 222 undefined on input line 19367. LaTeX Warning: Hyper reference `reference/network_sriov:network-sriov' on page 222 undefined on input line 19375. [222] LaTeX Warning: Hyper reference `reference/network_physical:network-physical' on page 223 undefined on input line 19382. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge' on pag e 223 undefined on input line 19405. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn' on page 223 undefined on input line 19409. LaTeX Warning: Hyper reference `networks:networking' on page 223 undefined on i nput line 19432. LaTeX Warning: Hyper reference `reference/networks:ref-networks' on page 223 un defined on input line 19441. [223] LaTeX Warning: Hyper reference `installing:installing-upgrade' on page 224 unde fined on input line 19478. LaTeX Warning: Hyper reference `backup:backup-database' on page 224 undefined o n input line 19484. [224] LaTeX Warning: Hyper reference `reference/manpages/lxc/list:lxc-list-md' on pag e 225 undefined on input line 19542. LaTeX Warning: Hyper reference `reference/manpages/lxc/info:lxc-info-md' on pag e 225 undefined on input line 19542. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/list:lxc-image-lis t-md' on page 225 undefined on input line 19546. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/info:lxc-image-inf o-md' on page 225 undefined on input line 19546. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/show:lxc-image-sho w-md' on page 225 undefined on input line 19546. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/list:lxc-network -list-md' on page 225 undefined on input line 19550. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/info:lxc-network -info-md' on page 225 undefined on input line 19550. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/show:lxc-network -show-md' on page 225 undefined on input line 19550. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/list:lxc-profile -list-md' on page 225 undefined on input line 19554. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/show:lxc-profile -show-md' on page 225 undefined on input line 19554. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/list:lxc-project -list-md' on page 225 undefined on input line 19558. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/info:lxc-project -info-md' on page 225 undefined on input line 19558. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/show:lxc-project -show-md' on page 225 undefined on input line 19558. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/list:lxc-storage -list-md' on page 225 undefined on input line 19562. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/info:lxc-storage -info-md' on page 225 undefined on input line 19562. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/show:lxc-storage -show-md' on page 225 undefined on input line 19562. LaTeX Warning: Hyper reference `howto/server_expose:server-expose' on page 225 undefined on input line 19581. LaTeX Warning: Hyper reference `authentication:authentication-tls-certs' on pag e 225 undefined on input line 19589. LaTeX Warning: Hyper reference `authentication:authentication-openid' on page 2 25 undefined on input line 19593. [225] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust/list:lxc-co nfig-trust-list-md' on page 226 undefined on input line 19636. LaTeX Warning: Hyper reference `authentication:authentication-add-certs' on pag e 226 undefined on input line 19643. LaTeX Warning: Hyper reference `authentication:authentication-trust-pw' on page 226 undefined on input line 19647. LaTeX Warning: Hyper reference `authentication:authentication-token' on page 22 6 undefined on input line 19651. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/add:lxc-remote-ad d-md' on page 226 undefined on input line 19661. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust/remove:lxc- config-trust-remove-md' on page 226 undefined on input line 19686. LaTeX Warning: Hyper reference `explanation/authorization:restricted-tls-certs' on page 226 undefined on input line 19689. [226] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust/add:lxc-con fig-trust-add-md' on page 227 undefined on input line 19696. LaTeX Warning: Hyper reference `server:server-core:core.trust_password' on page 227 undefined on input line 19702. LaTeX Warning: Hyper reference `server:server-core:core.remote_token_expiry' on page 227 undefined on input line 19712. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust/add:lxc-con fig-trust-add-md' on page 227 undefined on input line 19715. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/add:lxc-remote-ad d-md' on page 227 undefined on input line 19740. [227] LaTeX Warning: Hyper reference `authentication:authentication-trusted-clients' on page 228 undefined on input line 19785. LaTeX Warning: Hyper reference `server:server-options-oidc' on page 228 undefin ed on input line 19794. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/add:lxc-remote-ad d-md' on page 228 undefined on input line 19798. LaTeX Warning: Hyper reference `explanation/authorization:fine-grained-authoriz ation' on page 228 undefined on input line 19806. LaTeX Warning: Hyper reference `server:server-acme:acme.domain' on page 228 und efined on input line 19819. LaTeX Warning: Hyper reference `server:server-acme:acme.email' on page 228 unde fined on input line 19823. LaTeX Warning: Hyper reference `server:server-acme:acme.agree_tos' on page 228 undefined on input line 19827. LaTeX Warning: Hyper reference `server:server-acme:acme.ca_url' on page 228 und efined on input line 19831. [228] Underfull \vbox (badness 10000) detected at line 19915 Underfull \vbox (badness 10000) detected at line 19915 [229] LaTeX Warning: Hyper reference `explanation/security:exp-security' on page 230 undefined on input line 19963. LaTeX Warning: Hyper reference `howto/server_expose:server-expose' on page 230 undefined on input line 19972. [230] LaTeX Warning: Hyper reference `howto/server_expose:server-expose' on page 231 undefined on input line 19982. LaTeX Warning: Hyper reference `explanation/authorization:restricted-tls-certs' on page 231 undefined on input line 19986. LaTeX Warning: Hyper reference `explanation/authorization:fine-grained-authoriz ation' on page 231 undefined on input line 19990. LaTeX Warning: Hyper reference `authentication:authentication-trusted-clients' on page 231 undefined on input line 19998. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust/edit:lxc-co nfig-trust-edit-md' on page 231 undefined on input line 20002. LaTeX Warning: Hyper reference `authentication:authentication-openid' on page 2 31 undefined on input line 20010. [231] [232] Underfull \hbox (badness 10000) in paragraph at lines 20170--20172 []\T1/txtt/m/n/10 lxc auth group permission add junior[]dev project sandbox ope rator \T1/qtm/m/n/10 grants mem-bers of LaTeX Warning: Hyper reference `server:server-oidc:oidc.groups.claim' on page 2 33 undefined on input line 20200. [233] LaTeX Warning: Hyper reference `howto/projects_create:projects-create' on page 234 undefined on input line 20268. LaTeX Warning: Hyper reference `reference/projects:project-features:features.ne tworks' on page 234 undefined on input line 20283. LaTeX Warning: Hyper reference `reference/projects:project-features:features.im ages' on page 234 undefined on input line 20283. LaTeX Warning: Hyper reference `reference/projects:project-features' on page 23 4 undefined on input line 20286. [234] LaTeX Warning: Hyper reference `explanation/projects:projects-isolation' on pag e 235 undefined on input line 20303. LaTeX Warning: Hyper reference `explanation/security:security-daemon-access' on page 235 undefined on input line 20308. LaTeX Warning: Hyper reference `authentication:authentication-tls-certs' on pag e 235 undefined on input line 20320. LaTeX Warning: Hyper reference `howto/projects_confine:projects-confine' on pag e 235 undefined on input line 20338. LaTeX Warning: Hyper reference `projects:projects' on page 235 undefined on inp ut line 20348. LaTeX Warning: Hyper reference `reference/projects:ref-projects' on page 235 un defined on input line 20357. [235] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 236 unde fined on input line 20377. LaTeX Warning: Hyper reference `api-extensions:clustering' on page 236 undefine d on input line 20380. LaTeX Warning: Hyper reference `database::doc' on page 236 undefined on input l ine 20392. LaTeX Warning: Hyper reference `howto/cluster_form:cluster-form' on page 236 un defined on input line 20403. LaTeX Warning: Hyper reference `server:server-cluster:cluster.max_voters' on pa ge 236 undefined on input line 20499. LaTeX Warning: Hyper reference `server:server-cluster:cluster.max_standby' on p age 236 undefined on input line 20500. LaTeX Warning: Hyper reference `howto/cluster_manage:cluster-manage' on page 23 6 undefined on input line 20504. [236] LaTeX Warning: Hyper reference `howto/cluster_manage:cluster-manage-delete-memb ers' on page 237 undefined on input line 20520. LaTeX Warning: Hyper reference `server:server-cluster:cluster.offline_threshold ' on page 237 undefined on input line 20523. LaTeX Warning: Hyper reference `howto/cluster_manage:cluster-evacuate' on page 237 undefined on input line 20528. LaTeX Warning: Hyper reference `server:server-cluster:cluster.healing_threshold ' on page 237 undefined on input line 20528. LaTeX Warning: Hyper reference `howto/cluster_recover:cluster-recover' on page 237 undefined on input line 20531. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/edit:lxc-cluster -edit-md' on page 237 undefined on input line 20541. LaTeX Warning: Hyper reference `howto/cluster_config_storage:cluster-config-sto rage' on page 237 undefined on input line 20579. LaTeX Warning: Hyper reference `howto/cluster_config_networks:cluster-config-ne tworks' on page 237 undefined on input line 20579. [237] LaTeX Warning: Hyper reference `server:server-cluster:cluster.images_minimal_re plica' on page 238 undefined on input line 20594. LaTeX Warning: Hyper reference `howto/cluster_groups:howto-cluster-groups' on p age 238 undefined on input line 20609. LaTeX Warning: Hyper reference `howto/cluster_manage_instance:cluster-target-in stance' on page 238 undefined on input line 20609. LaTeX Warning: Hyper reference `reference/cluster_member_config:cluster-cluster :scheduler.instance' on page 238 undefined on input line 20623. [238] LaTeX Warning: Hyper reference `server:server-miscellaneous:instances.placement .scriptlet' on page 239 undefined on input line 20720. [239] LaTeX Warning: Hyper reference `clustering:clustering' on page 240 undefined on input line 20778. LaTeX Warning: Hyper reference `reference/cluster_member_config:cluster-member- config' on page 240 undefined on input line 20787. LaTeX Warning: Hyper reference `howto/benchmark_performance:benchmark-performan ce' on page 240 undefined on input line 20810. LaTeX Warning: Hyper reference `reference/provided_metrics:provided-metrics' on page 240 undefined on input line 20819. LaTeX Warning: Hyper reference `howto/grafana:grafana' on page 240 undefined on input line 20819. LaTeX Warning: Hyper reference `metrics:metrics' on page 240 undefined on input line 20826. [240] LaTeX Warning: Hyper reference `reference/server_settings:server-settings' on p age 241 undefined on input line 20857. LaTeX Warning: Hyper reference `howto/network_increase_bandwidth:network-increa se-bandwidth' on page 241 undefined on input line 20867. LaTeX Warning: Hyper reference `howto/benchmark_performance:benchmark-performan ce' on page 241 undefined on input line 20877. LaTeX Warning: Hyper reference `howto/network_increase_bandwidth:network-increa se-bandwidth' on page 241 undefined on input line 20881. LaTeX Warning: Hyper reference `metrics:metrics' on page 241 undefined on input line 20885. LaTeX Warning: Hyper reference `reference/provided_metrics:provided-metrics' on page 241 undefined on input line 20894. LaTeX Warning: Hyper reference `reference/server_settings:server-settings' on p age 241 undefined on input line 20898. [241] LaTeX Warning: Hyper reference `server:server-core:core.https_address' on page 242 undefined on input line 21001. LaTeX Warning: Hyper reference `howto/server_expose:server-expose' on page 242 undefined on input line 21002. LaTeX Warning: Hyper reference `authentication:authentication' on page 242 unde fined on input line 21007. LaTeX Warning: Hyper reference `server:server-core:core.https_address' on page 242 undefined on input line 21010. [242] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.isolated' on page 243 undefined on input line 21037. [243] Overfull \hbox (6.23364pt too wide) in paragraph at lines 21187--21187 []\T1/qhv/m/n/10 Type| Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/qhv/m/n/10 De- Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/qhv/m/n/10 Re- Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 security. Overfull \hbox (2.78366pt too wide) in paragraph at lines 21187--21187 []\T1/qtm/m/n/10 bool| Overfull \hbox (4.35173pt too wide) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 security. Overfull \hbox (2.78366pt too wide) in paragraph at lines 21187--21187 []\T1/qtm/m/n/10 bool| Overfull \hbox (4.35173pt too wide) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 security. Overfull \hbox (2.78366pt too wide) in paragraph at lines 21187--21187 []\T1/qtm/m/n/10 bool| Overfull \hbox (4.35173pt too wide) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 false| [244] LaTeX Warning: Hyper reference `howto/server_expose:server-expose' on page 245 undefined on input line 21238. LaTeX Warning: Hyper reference `authentication:authentication' on page 245 unde fined on input line 21247. [245] [246] LaTeX Warning: Hyper reference `tutorial/first_steps:first-steps' on page 247 u ndefined on input line 21415. LaTeX Warning: Hyper reference `getting_started:getting-started' on page 247 un defined on input line 21424. [247] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 248 unde fined on input line 21639. LaTeX Warning: Hyper reference `cloud-init:cloud-init-support' on page 248 unde fined on input line 21646. [248] LaTeX Warning: Hyper reference `server:server-core:core.https_address' on page 249 undefined on input line 21705. LaTeX Warning: Hyper reference `howto/server_expose:server-expose' on page 249 undefined on input line 21705. LaTeX Warning: Hyper reference `howto/server_expose:server-expose' on page 249 undefined on input line 21714. LaTeX Warning: Hyper reference `authentication:authentication' on page 249 unde fined on input line 21714. LaTeX Warning: Hyper reference `images:images' on page 249 undefined on input l ine 21726. LaTeX Warning: Hyper reference `image-handling:about-images' on page 249 undefi ned on input line 21735. [249] LaTeX Warning: Hyper reference `reference/image_format:image-format-templates' on page 250 undefined on input line 21800. [250] Overfull \hbox (28.42151pt too wide) in paragraph at lines 21962--21962 []\T1/txtt/m/n/10 map[string]map[string]string| Overfull \hbox (10.15054pt too wide) in paragraph at lines 21962--21962 []\T1/txtt/m/n/10 properties| [251] LaTeX Warning: Hyper reference `images:images' on page 252 undefined on input l ine 22026. LaTeX Warning: Hyper reference `image-handling:about-images' on page 252 undefi ned on input line 22035. [252] [253] LaTeX Warning: Hyper reference `dev-lxd::doc' on page 254 undefined on input li ne 22169. [254] LaTeX Warning: Hyper reference `instances:instances' on page 255 undefined on i nput line 22271. LaTeX Warning: Hyper reference `explanation/instances:expl-instances' on page 2 55 undefined on input line 22280. LaTeX Warning: Hyper reference `server:server-options-core' on page 255 undefin ed on input line 22314. LaTeX Warning: Hyper reference `server:server-options-acme' on page 255 undefin ed on input line 22318. LaTeX Warning: Hyper reference `server:server-options-oidc' on page 255 undefin ed on input line 22322. LaTeX Warning: Hyper reference `server:server-options-cluster' on page 255 unde fined on input line 22326. LaTeX Warning: Hyper reference `server:server-options-images' on page 255 undef ined on input line 22330. LaTeX Warning: Hyper reference `server:server-options-loki' on page 255 undefin ed on input line 22334. LaTeX Warning: Hyper reference `server:server-options-misc' on page 255 undefin ed on input line 22338. LaTeX Warning: Hyper reference `howto/server_configure:server-configure' on pag e 255 undefined on input line 22343. LaTeX Warning: Hyper reference `server:server-core:core.bgp_address' on page 25 5 undefined on input line 22361. LaTeX Warning: Hyper reference `howto/network_bgp:network-bgp' on page 255 unde fined on input line 22385. LaTeX Warning: Hyper reference `server:server-core:core.bgp_asn' on page 255 un defined on input line 22393. [255] LaTeX Warning: Hyper reference `server:server-core:core.bgp_routerid' on page 2 56 undefined on input line 22422. LaTeX Warning: Hyper reference `server:server-core:core.debug_address' on page 256 undefined on input line 22454. LaTeX Warning: Hyper reference `server:server-core:core.dns_address' on page 25 6 undefined on input line 22483. LaTeX Warning: Hyper reference `howto/network_zones:network-dns-server' on page 256 undefined on input line 22507. LaTeX Warning: Hyper reference `server:server-core:core.https_address' on page 256 undefined on input line 22515. LaTeX Warning: Hyper reference `howto/server_expose:server-expose' on page 256 undefined on input line 22539. LaTeX Warning: Hyper reference `server:server-core:core.https_allowed_credentia ls' on page 256 undefined on input line 22547. LaTeX Warning: Hyper reference `server:server-core:core.https_allowed_headers' on page 256 undefined on input line 22583. LaTeX Warning: Hyper reference `server:server-core:core.https_allowed_methods' on page 256 undefined on input line 22612. [256] LaTeX Warning: Hyper reference `server:server-core:core.https_allowed_origin' o n page 257 undefined on input line 22641. LaTeX Warning: Hyper reference `server:server-core:core.https_trusted_proxy' on page 257 undefined on input line 22670. LaTeX Warning: Hyper reference `server:server-core:core.metrics_address' on pag e 257 undefined on input line 22702. LaTeX Warning: Hyper reference `metrics:metrics' on page 257 undefined on input line 22726. LaTeX Warning: Hyper reference `server:server-core:core.metrics_authentication' on page 257 undefined on input line 22734. LaTeX Warning: Hyper reference `server:server-core:core.proxy_http' on page 257 undefined on input line 22767. LaTeX Warning: Hyper reference `server:server-core:core.proxy_https' on page 25 7 undefined on input line 22799. [257] LaTeX Warning: Hyper reference `server:server-core:core.proxy_ignore_hosts' on page 258 undefined on input line 22831. LaTeX Warning: Hyper reference `server:server-core:core.remote_token_expiry' on page 258 undefined on input line 22866. LaTeX Warning: Hyper reference `server:server-core:core.shutdown_timeout' on pa ge 258 undefined on input line 22899. LaTeX Warning: Hyper reference `server:server-core:core.storage_buckets_address ' on page 258 undefined on input line 22935. LaTeX Warning: Hyper reference `howto/storage_buckets:howto-storage-buckets' on page 258 undefined on input line 22959. LaTeX Warning: Hyper reference `server:server-core:core.syslog_socket' on page 258 undefined on input line 22967. LaTeX Warning: Hyper reference `server:server-core:core.trust_ca_certificates' on page 258 undefined on input line 23003. LaTeX Warning: Hyper reference `server:server-core:core.trust_password' on page 258 undefined on input line 23036. [258] LaTeX Warning: Hyper reference `authentication:authentication-server-certificat e' on page 259 undefined on input line 23065. LaTeX Warning: Hyper reference `server:server-acme:acme.agree_tos' on page 259 undefined on input line 23071. LaTeX Warning: Hyper reference `server:server-acme:acme.ca_url' on page 259 und efined on input line 23104. LaTeX Warning: Hyper reference `server:server-acme:acme.domain' on page 259 und efined on input line 23137. LaTeX Warning: Hyper reference `server:server-acme:acme.email' on page 259 unde fined on input line 23166. LaTeX Warning: Hyper reference `authentication:authentication-openid' on page 2 59 undefined on input line 23195. LaTeX Warning: Hyper reference `server:server-oidc:oidc.audience' on page 259 u ndefined on input line 23201. LaTeX Warning: Hyper reference `server:server-oidc:oidc.client.id' on page 259 undefined on input line 23233. [259] LaTeX Warning: Hyper reference `server:server-oidc:oidc.groups.claim' on page 2 60 undefined on input line 23262. LaTeX Warning: Hyper reference `server:server-oidc:oidc.issuer' on page 260 und efined on input line 23297. LaTeX Warning: Hyper reference `clustering:clustering' on page 260 undefined on input line 23326. LaTeX Warning: Hyper reference `server:server-cluster:cluster.healing_threshold ' on page 260 undefined on input line 23332. LaTeX Warning: Hyper reference `server:server-cluster:cluster.https_address' on page 260 undefined on input line 23369. LaTeX Warning: Hyper reference `howto/cluster_config_networks:cluster-https-add ress' on page 260 undefined on input line 23393. LaTeX Warning: Hyper reference `server:server-cluster:cluster.images_minimal_re plica' on page 260 undefined on input line 23401. [260] LaTeX Warning: Hyper reference `server:server-cluster:cluster.join_token_expiry ' on page 261 undefined on input line 23438. LaTeX Warning: Hyper reference `server:server-cluster:cluster.max_standby' on p age 261 undefined on input line 23471. LaTeX Warning: Hyper reference `server:server-cluster:cluster.max_voters' on pa ge 261 undefined on input line 23508. LaTeX Warning: Hyper reference `server:server-cluster:cluster.offline_threshold ' on page 261 undefined on input line 23545. LaTeX Warning: Hyper reference `images:images' on page 261 undefined on input l ine 23581. LaTeX Warning: Hyper reference `server:server-images:images.auto_update_cached' on page 261 undefined on input line 23587. LaTeX Warning: Hyper reference `server:server-images:images.auto_update_interva l' on page 261 undefined on input line 23620. [261] LaTeX Warning: Hyper reference `server:server-images:images.compression_algorit hm' on page 262 undefined on input line 23657. LaTeX Warning: Hyper reference `server:server-images:images.default_architectur e' on page 262 undefined on input line 23693. LaTeX Warning: Hyper reference `server:server-images:images.remote_cache_expiry ' on page 262 undefined on input line 23718. LaTeX Warning: Hyper reference `server:server-loki:loki.api.ca_cert' on page 26 2 undefined on input line 23760. LaTeX Warning: Hyper reference `server:server-loki:loki.api.url' on page 262 un defined on input line 23789. LaTeX Warning: Hyper reference `server:server-loki:loki.auth.password' on page 262 undefined on input line 23821. [262] LaTeX Warning: Hyper reference `server:server-loki:loki.auth.username' on page 263 undefined on input line 23850. LaTeX Warning: Hyper reference `server:server-loki:loki.instance' on page 263 u ndefined on input line 23879. LaTeX Warning: Hyper reference `server:server-loki:loki.labels' on page 263 und efined on input line 23915. LaTeX Warning: Hyper reference `server:server-loki:loki.loglevel' on page 263 u ndefined on input line 23947. LaTeX Warning: Hyper reference `server:server-loki:loki.types' on page 263 unde fined on input line 23980. [263] LaTeX Warning: Hyper reference `instances:instances' on page 264 undefined on i nput line 24017. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn' on page 264 undefined on input line 24017. LaTeX Warning: Hyper reference `backup:backups' on page 264 undefined on input line 24017. LaTeX Warning: Hyper reference `storage:storage' on page 264 undefined on input line 24017. LaTeX Warning: Hyper reference `server:server-miscellaneous:backups.compression _algorithm' on page 264 undefined on input line 24023. LaTeX Warning: Hyper reference `server:server-miscellaneous:instances.migration .stateful' on page 264 undefined on input line 24059. LaTeX Warning: Hyper reference `server:server-miscellaneous:instances.nic.host_ name' on page 264 undefined on input line 24091. LaTeX Warning: Hyper reference `server:server-miscellaneous:instances.placement .scriptlet' on page 264 undefined on input line 24131. LaTeX Warning: Hyper reference `explanation/clustering:clustering-instance-plac ement-scriptlet' on page 264 undefined on input line 24156. LaTeX Warning: Hyper reference `server:server-miscellaneous:maas.api.key' on pa ge 264 undefined on input line 24164. LaTeX Warning: Hyper reference `server:server-miscellaneous:maas.api.url' on pa ge 264 undefined on input line 24193. [264] LaTeX Warning: Hyper reference `server:server-miscellaneous:maas.machine' on pa ge 265 undefined on input line 24222. LaTeX Warning: Hyper reference `server:server-miscellaneous:network.ovn.ca_cert ' on page 265 undefined on input line 24255. LaTeX Warning: Hyper reference `server:server-miscellaneous:network.ovn.client_ cert' on page 265 undefined on input line 24288. LaTeX Warning: Hyper reference `server:server-miscellaneous:network.ovn.client_ key' on page 265 undefined on input line 24321. LaTeX Warning: Hyper reference `server:server-miscellaneous:network.ovn.integra tion_bridge' on page 265 undefined on input line 24354. LaTeX Warning: Hyper reference `server:server-miscellaneous:network.ovn.northbo und_connection' on page 265 undefined on input line 24387. LaTeX Warning: Hyper reference `server:server-miscellaneous:storage.backups_vol ume' on page 265 undefined on input line 24420. [265] LaTeX Warning: Hyper reference `server:server-miscellaneous:storage.images_volu me' on page 266 undefined on input line 24452. LaTeX Warning: Hyper reference `howto/server_configure:server-configure' on pag e 266 undefined on input line 24488. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-p roperties' on page 266 undefined on input line 24504. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-e dit' on page 266 undefined on input line 24504. LaTeX Warning: Hyper reference `reference/instance_properties:instance-properti es' on page 266 undefined on input line 24510. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/set:lxc-config-se t-md' on page 266 undefined on input line 24517. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/unset:lxc-config- unset-md' on page 266 undefined on input line 24517. LaTeX Warning: Hyper reference `reference/instance_options:instance-options' on page 266 undefined on input line 24523. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-o ptions' on page 266 undefined on input line 24523. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device/add:lxc-co nfig-device-add-md' on page 266 undefined on input line 24529. LaTeX Warning: Hyper reference `reference/devices:devices' on page 266 undefine d on input line 24538. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 266 undefined on input line 24538. [266] LaTeX Warning: Hyper reference `profiles:profiles' on page 267 undefined on inp ut line 24549. LaTeX Warning: Hyper reference `reference/instance_properties:instance-property -instance-conf:architecture' on page 267 undefined on input line 24558. LaTeX Warning: Hyper reference `reference/instance_properties:instance-property -instance-conf:name' on page 267 undefined on input line 24587. LaTeX Warning: Hyper reference `reference/instance_properties:instance-name-req uirements' on page 267 undefined on input line 24611. LaTeX Warning: Hyper reference `reference/manpages/lxc/rename:lxc-rename-md' on page 267 undefined on input line 24619. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-o ptions' on page 267 undefined on input line 24654. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-mis c' on page 267 undefined on input line 24662. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-boo t' on page 267 undefined on input line 24666. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-clo ud-init' on page 267 undefined on input line 24670. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its' on page 267 undefined on input line 24674. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-mig ration' on page 267 undefined on input line 24678. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-nvi dia' on page 267 undefined on input line 24682. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-raw ' on page 267 undefined on input line 24686. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-sec urity' on page 267 undefined on input line 24690. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-sna pshots' on page 267 undefined on input line 24694. [267] LaTeX Warning: Hyper reference `reference/instance_options:instance-options-vol atile' on page 268 undefined on input line 24698. LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:agent.nic_config' on page 268 undefined on input line 24715. LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:cluster.evacuate' on page 268 undefined on input line 24756. LaTeX Warning: Hyper reference `howto/cluster_manage:cluster-evacuate' on page 268 undefined on input line 24824. LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:linux.kernel_modules' on page 268 undefined on input line 24832. [268] LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:linux.kernel_modules.load' on page 269 undefined on input line 24863. LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:linux.kernel_modules.load' on page 269 undefined on input line 24871. LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:linux.kernel_modules' on page 269 undefined on input line 24903. LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:linux.sysctl.*' on page 269 undefined on input line 24912. LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:user.*' on page 269 undefined on input line 24945. LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:environment.*' on page 269 undefined on input line 24977. LaTeX Warning: Hyper reference `reference/manpages/lxc/exec:lxc-exec-md' on pag e 269 undefined on input line 25002. LaTeX Warning: Hyper reference `reference/instance_options:instance-boot:boot.a utostart' on page 269 undefined on input line 25016. LaTeX Warning: Hyper reference `reference/instance_options:instance-boot:boot.a utostart.delay' on page 269 undefined on input line 25048. [269] LaTeX Warning: Hyper reference `reference/instance_options:instance-boot:boot.a utostart.priority' on page 270 undefined on input line 25084. LaTeX Warning: Hyper reference `reference/instance_options:instance-boot:boot.d ebug_edk2' on page 270 undefined on input line 25120. LaTeX Warning: Hyper reference `reference/instance_options:instance-boot:boot.h ost_shutdown_timeout' on page 270 undefined on input line 25149. LaTeX Warning: Hyper reference `reference/instance_options:instance-boot:boot.s top.priority' on page 270 undefined on input line 25185. [270] LaTeX Warning: Hyper reference `cloud-init:cloud-init' on page 271 undefined on input line 25221. LaTeX Warning: Hyper reference `reference/instance_options:instance-cloud-init: cloud-init.network-config' on page 271 undefined on input line 25227. LaTeX Warning: Hyper reference `reference/instance_options:instance-cloud-init: cloud-init.user-data' on page 271 undefined on input line 25267. LaTeX Warning: Hyper reference `reference/instance_options:instance-cloud-init: cloud-init.vendor-data' on page 271 undefined on input line 25307. LaTeX Warning: Hyper reference `reference/instance_options:instance-cloud-init: user.network-config' on page 271 undefined on input line 25347. LaTeX Warning: Hyper reference `reference/instance_options:instance-cloud-init: user.user-data' on page 271 undefined on input line 25384. LaTeX Warning: Hyper reference `reference/instance_options:instance-cloud-init: user.vendor-data' on page 271 undefined on input line 25421. [271] LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu' on page 272 undefined on input line 25471. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its-cpu' on page 272 undefined on input line 25502. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu.allowance' on page 272 undefined on input line 25510. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its-cpu-container' on page 272 undefined on input line 25546. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu.nodes' on page 272 undefined on input line 25554. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its-cpu-container' on page 272 undefined on input line 25581. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu.priority' on page 272 undefined on input line 25589. [272] LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its-cpu-container' on page 273 undefined on input line 25625. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.disk.priority' on page 273 undefined on input line 25633. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.hugepages.1GB' on page 273 undefined on input line 25672. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 273 undefined on input line 25701. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its-hugepages' on page 273 undefined on input line 25704. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.hugepages.1MB' on page 273 undefined on input line 25712. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 273 undefined on input line 25741. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its-hugepages' on page 273 undefined on input line 25744. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.hugepages.2MB' on page 273 undefined on input line 25752. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 273 undefined on input line 25781. [273] LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its-hugepages' on page 274 undefined on input line 25784. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.hugepages.64KB' on page 274 undefined on input line 25792. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 274 undefined on input line 25821. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its-hugepages' on page 274 undefined on input line 25824. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.memory' on page 274 undefined on input line 25832. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 274 undefined on input line 25864. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.memory.enforce' on page 274 undefined on input line 25872. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.memory.hugepages' on page 274 undefined on input line 25913. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.memory.swap' on page 274 undefined on input line 25953. [274] LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.memory.swap.priority' on page 275 undefined on input line 25990. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.processes' on page 275 undefined on input line 26031. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.kernel.*' on page 275 undefined on input line 26071. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its-kernel' on page 275 undefined on input line 26100. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu' on page 275 undefined on input line 26112. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its-cpu' on page 275 undefined on input line 26113. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu.allowance' on page 275 undefined on input line 26117. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its-cpu-container' on page 275 undefined on input line 26119. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu.allowance' on page 275 undefined on input line 26125. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu' on page 275 undefined on input line 26125. [275] LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu' on page 276 undefined on input line 26134. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu' on page 276 undefined on input line 26156. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu' on page 276 undefined on input line 26165. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu' on page 276 undefined on input line 26170. LaTeX Warning: Hyper reference `reference/manpages/lxc/info:lxc-info-md' on pag e 276 undefined on input line 26170. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu.allowance' on page 276 undefined on input line 26188. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu.allowance' on page 276 undefined on input line 26193. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu.allowance' on page 276 undefined on input line 26200. [276] LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu.nodes' on page 277 undefined on input line 26205. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu.nodes' on page 277 undefined on input line 26206. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu.priority' on page 277 undefined on input line 26209. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.hugepages.1MB' on page 277 undefined on input line 26215. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.kernel.*' on page 277 undefined on input line 26234. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Overfull \hbox (3.64542pt too wide) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 RLIMIT_MEMLOCK| Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Overfull \hbox (19.39537pt too wide) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 RLIMIT_SIGPENDING| [277] LaTeX Warning: Hyper reference `howto/move_instances:move-instances' on page 27 8 undefined on input line 26407. LaTeX Warning: Hyper reference `reference/instance_options:instance-migration:m igration.incremental.memory' on page 278 undefined on input line 26413. LaTeX Warning: Hyper reference `reference/instance_options:instance-migration:m igration.incremental.memory.goal' on page 278 undefined on input line 26453. [278] LaTeX Warning: Hyper reference `reference/instance_options:instance-migration:m igration.incremental.memory.iterations' on page 279 undefined on input line 264 90. LaTeX Warning: Hyper reference `reference/instance_options:instance-migration:m igration.stateful' on page 279 undefined on input line 26527. LaTeX Warning: Hyper reference `reference/instance_options:instance-nvidia:nvid ia.driver.capabilities' on page 279 undefined on input line 26573. LaTeX Warning: Hyper reference `reference/instance_options:instance-nvidia:nvid ia.require.cuda' on page 279 undefined on input line 26613. LaTeX Warning: Hyper reference `reference/instance_options:instance-nvidia:nvid ia.require.driver' on page 279 undefined on input line 26649. [279] LaTeX Warning: Hyper reference `reference/instance_options:instance-nvidia:nvid ia.runtime' on page 280 undefined on input line 26685. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.app armor' on page 280 undefined on input line 26728. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.idm ap' on page 280 undefined on input line 26760. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.lxc ' on page 280 undefined on input line 26796. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.qem u' on page 280 undefined on input line 26829. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.qem u.conf' on page 280 undefined on input line 26862. [280] LaTeX Warning: Hyper reference `reference/instance_options:instance-options-qem u' on page 281 undefined on input line 26890. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.sec comp' on page 281 undefined on input line 26898. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.qem u.conf' on page 281 undefined on input line 26965. [281] LaTeX Warning: Hyper reference `explanation/security:security' on page 282 unde fined on input line 27054. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.agent.metrics' on page 282 undefined on input line 27060. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.csm' on page 282 undefined on input line 27097. [282] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.secureboot' on page 283 undefined on input line 27129. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.devlxd' on page 283 undefined on input line 27137. LaTeX Warning: Hyper reference `dev-lxd:dev-lxd' on page 283 undefined on input line 27165. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.devlxd.images' on page 283 undefined on input line 27173. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.base' on page 283 undefined on input line 27210. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.isolated' on page 283 undefined on input line 27246. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.size' on page 283 undefined on input line 27286. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.nesting' on page 283 undefined on input line 27319. [283] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.privileged' on page 284 undefined on input line 27356. LaTeX Warning: Hyper reference `explanation/security:container-security' on pag e 284 undefined on input line 27388. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.protection.delete' on page 284 undefined on input line 27396. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.protection.shift' on page 284 undefined on input line 27429. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.secureboot' on page 284 undefined on input line 27469. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.csm' on page 284 undefined on input line 27501. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.sev' on page 284 undefined on input line 27509. [284] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.sev.policy.es' on page 285 undefined on input line 27546. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.sev.session.data' on page 285 undefined on input line 27583. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.sev.session.dh' on page 285 undefined on input line 27620. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.allow' on page 285 undefined on input line 27657. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.deny' on page 285 undefined on input line 27694. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.deny_compat' on page 285 undefined on input line 27731. [285] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.deny_default' on page 286 undefined on input line 27772. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.bpf' on page 286 undefined on input line 27809. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.bpf.devices' on page 286 undefined on input line 2784 6. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mknod' on page 286 undefined on input line 27886. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount' on page 286 undefined on input line 27926. [286] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.allowed' on page 287 undefined on input line 27 963. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.fuse' on page 287 undefined on input line 27999 . LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.shift' on page 287 undefined on input line 2803 5. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.sched_setscheduler' on page 287 undefined on input li ne 28072. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.setxattr' on page 287 undefined on input line 28112. [287] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.sysinfo' on page 288 undefined on input line 28152. LaTeX Warning: Hyper reference `howto/instances_backup:instances-snapshots' on page 288 undefined on input line 28192. LaTeX Warning: Hyper reference `reference/instance_options:instance-snapshots:s napshots.expiry' on page 288 undefined on input line 28198. LaTeX Warning: Hyper reference `reference/instance_options:instance-snapshots:s napshots.pattern' on page 288 undefined on input line 28230. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-sna pshots-names' on page 288 undefined on input line 28262. LaTeX Warning: Hyper reference `reference/instance_options:instance-snapshots:s napshots.schedule' on page 288 undefined on input line 28270. [288] LaTeX Warning: Hyper reference `reference/instance_options:instance-snapshots:s napshots.schedule.stopped' on page 289 undefined on input line 28306. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile..apply_quota' on page 289 undefined on input line 28362. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile..ceph_rbd' on page 289 undefined on input line 28390. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile..host_name' on page 289 undefined on input line 28415. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile..hwaddr' on page 289 undefined on input line 28440. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile..last_state.created' on page 289 undefined on input line 28468. [289] LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile..last_state.hwaddr' on page 290 undefined on input line 28496. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile..last_state.ip_addresses' on page 290 undefined on input line 2852 4. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile..last_state.mtu' on page 290 undefined on input line 28552. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile..last_state.vdpa.name' on page 290 undefined on input line 28580. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile..last_state.vf.hwaddr' on page 290 undefined on input line 28608. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile..last_state.vf.id' on page 290 undefined on input line 28636. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile..last_state.vf.spoofcheck' on page 290 undefined on input line 286 64. [290] LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile..last_state.vf.vlan' on page 291 undefined on input line 28692. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.apply_nvram' on page 291 undefined on input line 28720. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.apply_template' on page 291 undefined on input line 28745. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.base_image' on page 291 undefined on input line 28773. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.cloud_init.instance-id' on page 291 undefined on input line 28801. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.evacuate.origin' on page 291 undefined on input line 28826. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.idmap.base' on page 291 undefined on input line 28854. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.idmap.current' on page 291 undefined on input line 28879. [291] LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.idmap.next' on page 292 undefined on input line 28904. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.last_state.idmap' on page 292 undefined on input line 28929. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.last_state.power' on page 292 undefined on input line 28954. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.uuid' on page 292 undefined on input line 28979. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.uuid.generation' on page 292 undefined on input line 29007. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.vsock_id' on page 292 undefined on input line 29036. [292] LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 293 undefined on input line 29068. LaTeX Warning: Hyper reference `profiles:profiles-edit' on page 293 undefined o n input line 29068. LaTeX Warning: Hyper reference `reference/devices_none:devices-none' on page 29 3 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_nic:devices-nic' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_disk:devices-disk' on page 29 3 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_unix_char:devices-unix-char' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_unix_block:devices-unix-block ' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_usb:devices-usb' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_gpu:devices-gpu' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_infiniband:devices-infiniband ' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_proxy:devices-proxy' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_unix_hotplug:devices-unix-hot plug' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_tpm:devices-tpm' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_pci:devices-pci' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_none:devices-none' on page 29 3 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_nic:devices-nic' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_disk:devices-disk' on page 29 3 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_unix_char:devices-unix-char' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_unix_block:devices-unix-block ' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_usb:devices-usb' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_gpu:devices-gpu' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_infiniband:devices-infiniband ' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_proxy:devices-proxy' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_unix_hotplug:devices-unix-hot plug' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_tpm:devices-tpm' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/devices_pci:devices-pci' on page 293 undefined on input line 29254. LaTeX Warning: Hyper reference `reference/standard_devices:standard-devices' on page 293 undefined on input line 29259. [293] LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 294 undefined on input line 29399. LaTeX Warning: Hyper reference `explanation/networks:managed-networks' on page 294 undefined on input line 29440. [294] LaTeX Warning: Hyper reference `explanation/networks:networks' on page 295 unde fined on input line 29454. LaTeX Warning: Hyper reference `reference/devices_nic:nic-bridged' on page 295 undefined on input line 29464. LaTeX Warning: Hyper reference `reference/devices_nic:nic-macvlan' on page 295 undefined on input line 29468. LaTeX Warning: Hyper reference `reference/devices_nic:nic-sriov' on page 295 un defined on input line 29472. LaTeX Warning: Hyper reference `reference/devices_nic:nic-physical' on page 295 undefined on input line 29476. LaTeX Warning: Hyper reference `reference/devices_nic:nic-ovn' on page 295 unde fined on input line 29486. LaTeX Warning: Hyper reference `reference/devices_nic:nic-ipvlan' on page 295 u ndefined on input line 29495. LaTeX Warning: Hyper reference `reference/devices_nic:nic-p2p' on page 295 unde fined on input line 29499. LaTeX Warning: Hyper reference `reference/devices_nic:nic-routed' on page 295 u ndefined on input line 29503. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge' on pag e 295 undefined on input line 29515. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:boot.priority' on page 295 undefined on input line 29531. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:host_name' on page 295 undefined on input line 29563. [295] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:hwaddr' on page 296 undefined on input line 29596. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:ipv4.address' on page 296 undefined on input line 29629. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:security.ipv4_filtering' on page 296 undefined on input line 29653. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:ipv4.routes' on page 296 undefined on input line 29661. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:ipv4.routes.external' on page 296 undefined on input line 29693. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:ipv6.address' on page 296 undefined on input line 29725. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:security.ipv6_filtering' on page 296 undefined on input line 29749. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:ipv6.routes' on page 296 undefined on input line 29757. [296] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:ipv6.routes.external' on page 297 undefined on input line 29789. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:limits.egress' on page 297 undefined on input line 29821. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 297 undefined on input line 29845. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:limits.ingress' on page 297 undefined on input line 29853. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 297 undefined on input line 29877. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:limits.max' on page 297 undefined on input line 29885. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:limits.ingress' on page 297 undefined on input line 29909. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:limits.egress' on page 297 undefined on input line 29909. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 297 undefined on input line 29912. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:limits.priority' on page 297 undefined on input line 29920. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:maas.subnet.ipv4' on page 297 undefined on input line 29957. [297] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:maas.subnet.ipv6' on page 298 undefined on input line 29986. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:mtu' on page 298 undefined on input line 30015. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:name' on page 298 undefined on input line 30048. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:network' on page 298 undefined on input line 30081. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:parent' on page 298 undefined on input line 30113. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:queue.tx.length' on page 298 undefined on input line 30146. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:security.ipv4_filtering' on page 298 undefined on input line 30175. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:security.mac_filtering' on page 298 undefined on input line 30204. [298] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:security.ipv6_filtering' on page 299 undefined on input line 30212. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:security.mac_filtering' on page 299 undefined on input line 30241. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:security.mac_filtering' on page 299 undefined on input line 30249. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:security.port_isolation' on page 299 undefined on input line 30285. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:vlan' on page 299 undefined on input line 30321. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:vlan.tagged' on page 299 undefined on input line 30353. [299] LaTeX Warning: Hyper reference `howto/network_create:network-create' on page 30 0 undefined on input line 30403. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 300 undefined on input line 30403. LaTeX Warning: Hyper reference `reference/network_macvlan:network-macvlan' on p age 300 undefined on input line 30410. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-macvlan-device -conf:boot.priority' on page 300 undefined on input line 30430. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-macvlan-device -conf:gvrp' on page 300 undefined on input line 30462. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-macvlan-device -conf:hwaddr' on page 300 undefined on input line 30498. [300] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-macvlan-device -conf:maas.subnet.ipv4' on page 301 undefined on input line 30531. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-macvlan-device -conf:maas.subnet.ipv6' on page 301 undefined on input line 30560. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-macvlan-device -conf:mtu' on page 301 undefined on input line 30589. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-macvlan-device -conf:name' on page 301 undefined on input line 30622. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-macvlan-device -conf:network' on page 301 undefined on input line 30655. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-macvlan-device -conf:parent' on page 301 undefined on input line 30687. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-macvlan-device -conf:vlan' on page 301 undefined on input line 30720. [301] LaTeX Warning: Hyper reference `howto/network_create:network-create' on page 30 2 undefined on input line 30764. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 302 undefined on input line 30764. LaTeX Warning: Hyper reference `reference/network_sriov:network-sriov' on page 302 undefined on input line 30771. [302] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-sriov-device-c onf:boot.priority' on page 303 undefined on input line 30813. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-sriov-device-c onf:hwaddr' on page 303 undefined on input line 30845. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-sriov-device-c onf:maas.subnet.ipv4' on page 303 undefined on input line 30878. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-sriov-device-c onf:maas.subnet.ipv6' on page 303 undefined on input line 30907. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-sriov-device-c onf:mtu' on page 303 undefined on input line 30936. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-sriov-device-c onf:name' on page 303 undefined on input line 30969. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-sriov-device-c onf:network' on page 303 undefined on input line 31002. [303] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-sriov-device-c onf:parent' on page 304 undefined on input line 31034. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-sriov-device-c onf:security.mac_filtering' on page 304 undefined on input line 31067. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-sriov-device-c onf:vlan' on page 304 undefined on input line 31103. LaTeX Warning: Hyper reference `howto/network_create:network-create' on page 30 4 undefined on input line 31147. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 304 undefined on input line 31147. LaTeX Warning: Hyper reference `reference/network_physical:network-physical' on page 304 undefined on input line 31155. [304] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-physical-devic e-conf:boot.priority' on page 305 undefined on input line 31178. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-physical-devic e-conf:gvrp' on page 305 undefined on input line 31210. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-physical-devic e-conf:hwaddr' on page 305 undefined on input line 31246. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-physical-devic e-conf:maas.subnet.ipv4' on page 305 undefined on input line 31279. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-physical-devic e-conf:maas.subnet.ipv6' on page 305 undefined on input line 31308. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-physical-devic e-conf:mtu' on page 305 undefined on input line 31337. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-physical-devic e-conf:name' on page 305 undefined on input line 31370. [305] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-physical-devic e-conf:network' on page 306 undefined on input line 31403. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-physical-devic e-conf:parent' on page 306 undefined on input line 31435. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-physical-devic e-conf:vlan' on page 306 undefined on input line 31468. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 306 undefined on input line 31507. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn' on page 306 undefined on input line 31514. [306] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:acceleration' on page 307 undefined on input line 31591. LaTeX Warning: Hyper reference `reference/devices_nic:devices-nic-hw-accelerati on' on page 307 undefined on input line 31620. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:boot.priority' on page 307 undefined on input line 31628. [307] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:host_name' on page 308 undefined on input line 31660. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:hwaddr' on page 308 undefined on input line 31693. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:ipv4.address' on page 308 undefined on input line 31726. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:ipv4.routes' on page 308 undefined on input line 31755. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:ipv4.routes.external' on page 308 undefined on input line 31787. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:ipv6.address' on page 308 undefined on input line 31819. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:ipv6.routes' on page 308 undefined on input line 31848. [308] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:ipv6.routes.external' on page 309 undefined on input line 31880. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:name' on page 309 undefined on input line 31912. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:nested' on page 309 undefined on input line 31945. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:vlan' on page 309 undefined on input line 31969. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:network' on page 309 undefined on input line 31977. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:security.acls' on page 309 undefined on input line 32010. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:security.acls.default.egress.action' on page 309 undefined on input line 3204 2. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:security.acls.default.egress.logged' on page 309 undefined on input line 3207 8. [309] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:security.acls.default.ingress.action' on page 310 undefined on input line 321 11. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:security.acls.default.ingress.logged' on page 310 undefined on input line 321 47. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:vlan' on page 310 undefined on input line 32180. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:nested' on page 310 undefined on input line 32204. LaTeX Warning: Hyper reference `howto/network_ovn_setup:network-ovn-setup' on p age 310 undefined on input line 32221. LaTeX Warning: Hyper reference `howto/network_create:network-create' on page 31 0 undefined on input line 32221. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 310 undefined on input line 32221. [310] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:gvrp' on page 311 undefined on input line 32289. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:hwaddr' on page 311 undefined on input line 32321. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv4.address' on page 311 undefined on input line 32350. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv4.gateway' on page 311 undefined on input line 32379. [311] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv4.host_table' on page 312 undefined on input line 32415. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv6.address' on page 312 undefined on input line 32443. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv6.gateway' on page 312 undefined on input line 32472. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv6.host_table' on page 312 undefined on input line 32508. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:mode' on page 312 undefined on input line 32536. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:mtu' on page 312 undefined on input line 32568. [312] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:name' on page 313 undefined on input line 32597. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:parent' on page 313 undefined on input line 32626. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:vlan' on page 313 undefined on input line 32655. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 313 undefined on input line 32691. [313] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-p2p-device-con f:boot.priority' on page 314 undefined on input line 32714. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-p2p-device-con f:host_name' on page 314 undefined on input line 32742. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-p2p-device-con f:hwaddr' on page 314 undefined on input line 32771. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-p2p-device-con f:ipv4.routes' on page 314 undefined on input line 32800. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-p2p-device-con f:ipv6.routes' on page 314 undefined on input line 32828. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-p2p-device-con f:limits.egress' on page 314 undefined on input line 32856. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 314 undefined on input line 32876. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-p2p-device-con f:limits.ingress' on page 314 undefined on input line 32884. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 314 undefined on input line 32904. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-p2p-device-con f:limits.max' on page 314 undefined on input line 32912. [314] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:limits.ingress' on page 315 undefined on input line 32932. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:limits.egress' on page 315 undefined on input line 32932. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 315 undefined on input line 32935. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-p2p-device-con f:limits.priority' on page 315 undefined on input line 32943. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-p2p-device-con f:mtu' on page 315 undefined on input line 32976. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-p2p-device-con f:name' on page 315 undefined on input line 33005. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-p2p-device-con f:queue.tx.length' on page 315 undefined on input line 33034. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 315 undefined on input line 33069. [315] LaTeX Warning: Hyper reference `howto/instances_routed_nic_vm:instances-routed- nic-vm' on page 316 undefined on input line 33103. [316] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:gvrp' on page 317 undefined on input line 33170. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:host_name' on page 317 undefined on input line 33202. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:hwaddr' on page 317 undefined on input line 33231. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv4.address' on page 317 undefined on input line 33260. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv4.gateway' on page 317 undefined on input line 33288. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv4.host_address' on page 317 undefined on input line 33320. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv4.host_table' on page 317 undefined on input line 33349. [317] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv4.neighbor_probe' on page 318 undefined on input line 33377. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv4.routes' on page 318 undefined on input line 33406. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv6.address' on page 318 undefined on input line 33434. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv6.gateway' on page 318 undefined on input line 33462. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv6.host_address' on page 318 undefined on input line 33494. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv6.host_table' on page 318 undefined on input line 33523. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv6.neighbor_probe' on page 318 undefined on input line 33551. [318] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv6.routes' on page 319 undefined on input line 33580. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:limits.egress' on page 319 undefined on input line 33608. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 319 undefined on input line 33628. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:limits.ingress' on page 319 undefined on input line 33636. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 319 undefined on input line 33656. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:limits.max' on page 319 undefined on input line 33664. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:limits.ingress' on page 319 undefined on input line 33684. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:limits.egress' on page 319 undefined on input line 33684. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 319 undefined on input line 33687. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:limits.priority' on page 319 undefined on input line 33695. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:mtu' on page 319 undefined on input line 33728. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:name' on page 319 undefined on input line 33757. [319] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:parent' on page 320 undefined on input line 33786. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:queue.tx.length' on page 320 undefined on input line 33811. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:vlan' on page 320 undefined on input line 33836. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 320 undefined on input line 33871. [320] LaTeX Warning: Hyper reference `server:server-miscellaneous:maas.api.url' on pa ge 321 undefined on input line 33901. LaTeX Warning: Hyper reference `server:server-miscellaneous:maas.api.key' on pa ge 321 undefined on input line 33901. LaTeX Warning: Hyper reference `reference/devices_disk:devices-disk-examples' o n page 321 undefined on input line 33935. LaTeX Warning: Hyper reference `reference/instance_options:instance-cloud-init: cloud-init.vendor-data' on page 321 undefined on input line 33967. LaTeX Warning: Hyper reference `reference/instance_options:instance-cloud-init: cloud-init.user-data' on page 321 undefined on input line 33967. [321] LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.block_mode' on page 322 undefined on input line 34008. [322] LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: boot.priority' on page 323 undefined on input line 34035. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: ceph.cluster_name' on page 323 undefined on input line 34072. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: ceph.user_name' on page 323 undefined on input line 34105. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: initial.*' on page 323 undefined on input line 34138. LaTeX Warning: Hyper reference `reference/devices_disk:devices-disk-initial-con fig' on page 323 undefined on input line 34163. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: io.bus' on page 323 undefined on input line 34171. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: io.cache' on page 323 undefined on input line 34211. [323] LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: limits.max' on page 324 undefined on input line 34251. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: limits.read' on page 324 undefined on input line 34275. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: limits.write' on page 324 undefined on input line 34275. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 324 undefined on input line 34278. LaTeX Warning: Hyper reference `howto/storage_volumes:storage-configure-io' on page 324 undefined on input line 34279. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: limits.read' on page 324 undefined on input line 34287. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 324 undefined on input line 34311. LaTeX Warning: Hyper reference `howto/storage_volumes:storage-configure-io' on page 324 undefined on input line 34312. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: limits.write' on page 324 undefined on input line 34320. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 324 undefined on input line 34344. LaTeX Warning: Hyper reference `howto/storage_volumes:storage-configure-io' on page 324 undefined on input line 34345. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: path' on page 324 undefined on input line 34353. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: pool' on page 324 undefined on input line 34389. [324] LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: propagation' on page 325 undefined on input line 34422. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: raw.mount.options' on page 325 undefined on input line 34459. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: readonly' on page 325 undefined on input line 34488. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: recursive' on page 325 undefined on input line 34521. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: required' on page 325 undefined on input line 34554. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: shift' on page 325 undefined on input line 34587. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: size' on page 325 undefined on input line 34627. [325] LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 326 undefined on input line 34654. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: size.state' on page 326 undefined on input line 34662. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: size' on page 326 undefined on input line 34690. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: source' on page 326 undefined on input line 34698. LaTeX Warning: Hyper reference `reference/devices_disk:devices-disk-types' on p age 326 undefined on input line 34722. LaTeX Warning: Hyper reference `reference/devices_disk:devices-disk-types' on p age 326 undefined on input line 34730. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/attach:lx c-storage-volume-attach-md' on page 326 undefined on input line 34744. LaTeX Warning: Hyper reference `howto/storage_volumes:storage-attach-volume' on page 326 undefined on input line 34744. [326] LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 327 undefined on input line 34796. LaTeX Warning: Hyper reference `reference/devices_unix_char:device-unix-char-de vice-conf:gid' on page 327 undefined on input line 34825. LaTeX Warning: Hyper reference `reference/devices_unix_char:device-unix-char-de vice-conf:major' on page 327 undefined on input line 34854. LaTeX Warning: Hyper reference `reference/devices_unix_char:device-unix-char-de vice-conf:minor' on page 327 undefined on input line 34883. LaTeX Warning: Hyper reference `reference/devices_unix_char:device-unix-char-de vice-conf:mode' on page 327 undefined on input line 34912. [327] LaTeX Warning: Hyper reference `reference/devices_unix_char:device-unix-char-de vice-conf:path' on page 328 undefined on input line 34941. LaTeX Warning: Hyper reference `reference/devices_unix_char:device-unix-char-de vice-conf:required' on page 328 undefined on input line 34970. LaTeX Warning: Hyper reference `reference/devices_unix_char:devices-unix-char-h otplugging' on page 328 undefined on input line 34994. LaTeX Warning: Hyper reference `reference/devices_unix_char:device-unix-char-de vice-conf:source' on page 328 undefined on input line 35002. LaTeX Warning: Hyper reference `reference/devices_unix_char:device-unix-char-de vice-conf:uid' on page 328 undefined on input line 35031. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 328 undefined on input line 35074. [328] LaTeX Warning: Hyper reference `reference/devices_unix_block:device-unix-block- device-conf:gid' on page 329 undefined on input line 35113. LaTeX Warning: Hyper reference `reference/devices_unix_block:device-unix-block- device-conf:major' on page 329 undefined on input line 35142. LaTeX Warning: Hyper reference `reference/devices_unix_block:device-unix-block- device-conf:minor' on page 329 undefined on input line 35171. LaTeX Warning: Hyper reference `reference/devices_unix_block:device-unix-block- device-conf:mode' on page 329 undefined on input line 35200. LaTeX Warning: Hyper reference `reference/devices_unix_block:device-unix-block- device-conf:path' on page 329 undefined on input line 35229. LaTeX Warning: Hyper reference `reference/devices_unix_block:device-unix-block- device-conf:required' on page 329 undefined on input line 35258. [329] LaTeX Warning: Hyper reference `reference/devices_unix_block:devices-unix-block -hotplugging' on page 330 undefined on input line 35282. LaTeX Warning: Hyper reference `reference/devices_unix_block:device-unix-block- device-conf:source' on page 330 undefined on input line 35290. LaTeX Warning: Hyper reference `reference/devices_unix_block:device-unix-block- device-conf:uid' on page 330 undefined on input line 35319. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 330 undefined on input line 35362. LaTeX Warning: Hyper reference `reference/devices_unix_char:devices-unix-char' on page 330 undefined on input line 35394. LaTeX Warning: Hyper reference `reference/devices_unix_hotplug:devices-unix-hot plug' on page 330 undefined on input line 35394. [330] LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:busnum' on page 331 undefined on input line 35410. LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:devnum' on page 331 undefined on input line 35435. LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:gid' on page 331 undefined on input line 35460. LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:mode' on page 331 undefined on input line 35493. LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:productid' on page 331 undefined on input line 35526. LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:required' on page 331 undefined on input line 35551. LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:serial' on page 331 undefined on input line 35583. [331] LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:uid' on page 332 undefined on input line 35608. LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:vendorid' on page 332 undefined on input line 35641. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 332 undefined on input line 35676. LaTeX Warning: Hyper reference `reference/devices_gpu:gpu-physical' on page 332 undefined on input line 35699. LaTeX Warning: Hyper reference `reference/devices_gpu:gpu-mdev' on page 332 und efined on input line 35704. LaTeX Warning: Hyper reference `reference/devices_gpu:gpu-mig' on page 332 unde fined on input line 35708. LaTeX Warning: Hyper reference `reference/devices_gpu:gpu-sriov' on page 332 un defined on input line 35712. [332] LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-physical-devic e-conf:gid' on page 333 undefined on input line 35741. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-physical-devic e-conf:id' on page 333 undefined on input line 35774. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-physical-devic e-conf:mode' on page 333 undefined on input line 35799. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-physical-devic e-conf:pci' on page 333 undefined on input line 35832. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-physical-devic e-conf:productid' on page 333 undefined on input line 35857. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-physical-devic e-conf:uid' on page 333 undefined on input line 35882. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-physical-devic e-conf:vendorid' on page 333 undefined on input line 35915. [333] LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 334 undefined on input line 35954. LaTeX Warning: Hyper reference `reference/manpages/lxc/info:lxc-info-md' on pag e 334 undefined on input line 35967. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mdev-device-co nf:id' on page 334 undefined on input line 35979. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mdev-device-co nf:mdev' on page 334 undefined on input line 36004. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mdev-device-co nf:pci' on page 334 undefined on input line 36040. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mdev-device-co nf:productid' on page 334 undefined on input line 36065. [334] LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mdev-device-co nf:vendorid' on page 335 undefined on input line 36090. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 335 undefined on input line 36122. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mig-device-con f:id' on page 335 undefined on input line 36147. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mig-device-con f:mig.ci' on page 335 undefined on input line 36172. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mig-device-con f:mig.gi' on page 335 undefined on input line 36197. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mig-device-con f:mig.uuid' on page 335 undefined on input line 36222. [335] LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mig-device-con f:pci' on page 336 undefined on input line 36250. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mig-device-con f:productid' on page 336 undefined on input line 36275. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mig-device-con f:vendorid' on page 336 undefined on input line 36300. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mig-device-con f:mig.uuid' on page 336 undefined on input line 36322. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mig-device-con f:mig.ci' on page 336 undefined on input line 36322. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mig-device-con f:mig.gi' on page 336 undefined on input line 36322. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 336 undefined on input line 36335. [336] LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-sriov-device-c onf:id' on page 337 undefined on input line 36359. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-sriov-device-c onf:pci' on page 337 undefined on input line 36384. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-sriov-device-c onf:productid' on page 337 undefined on input line 36409. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-sriov-device-c onf:vendorid' on page 337 undefined on input line 36434. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 337 undefined on input line 36466. [337] LaTeX Warning: Hyper reference `reference/devices_infiniband:device-infiniband- device-conf:hwaddr' on page 338 undefined on input line 36511. LaTeX Warning: Hyper reference `reference/devices_infiniband:device-infiniband- device-conf:mtu' on page 338 undefined on input line 36547. LaTeX Warning: Hyper reference `reference/devices_infiniband:device-infiniband- device-conf:name' on page 338 undefined on input line 36580. LaTeX Warning: Hyper reference `reference/devices_infiniband:device-infiniband- device-conf:nictype' on page 338 undefined on input line 36613. LaTeX Warning: Hyper reference `reference/devices_infiniband:device-infiniband- device-conf:parent' on page 338 undefined on input line 36645. [338] LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 339 undefined on input line 36688. LaTeX Warning: Hyper reference `reference/devices_proxy:devices-proxy-nat-mode' on page 339 undefined on input line 36708. LaTeX Warning: Hyper reference `howto/network_forwards:network-forwards' on pag e 339 undefined on input line 36761. [339] LaTeX Warning: Hyper reference `reference/devices_proxy:device-proxy-device-con f:bind' on page 340 undefined on input line 36833. LaTeX Warning: Hyper reference `reference/devices_proxy:device-proxy-device-con f:connect' on page 340 undefined on input line 36869. [340] LaTeX Warning: Hyper reference `reference/devices_proxy:device-proxy-device-con f:gid' on page 341 undefined on input line 36901. LaTeX Warning: Hyper reference `reference/devices_proxy:device-proxy-device-con f:listen' on page 341 undefined on input line 36934. LaTeX Warning: Hyper reference `reference/devices_proxy:device-proxy-device-con f:mode' on page 341 undefined on input line 36966. LaTeX Warning: Hyper reference `reference/devices_proxy:device-proxy-device-con f:nat' on page 341 undefined on input line 36999. LaTeX Warning: Hyper reference `reference/devices_proxy:device-proxy-device-con f:proxy_protocol' on page 341 undefined on input line 37035. LaTeX Warning: Hyper reference `reference/devices_proxy:device-proxy-device-con f:security.gid' on page 341 undefined on input line 37071. [341] LaTeX Warning: Hyper reference `reference/devices_proxy:device-proxy-device-con f:security.uid' on page 342 undefined on input line 37104. LaTeX Warning: Hyper reference `reference/devices_proxy:device-proxy-device-con f:uid' on page 342 undefined on input line 37137. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 342 undefined on input line 37191. [342] LaTeX Warning: Hyper reference `reference/devices_unix_hotplug:device-unix-hotp lug-device-conf:gid' on page 343 undefined on input line 37223. LaTeX Warning: Hyper reference `reference/devices_unix_hotplug:device-unix-hotp lug-device-conf:mode' on page 343 undefined on input line 37252. LaTeX Warning: Hyper reference `reference/devices_unix_hotplug:device-unix-hotp lug-device-conf:productid' on page 343 undefined on input line 37281. LaTeX Warning: Hyper reference `reference/devices_unix_hotplug:device-unix-hotp lug-device-conf:required' on page 343 undefined on input line 37306. LaTeX Warning: Hyper reference `reference/devices_unix_hotplug:device-unix-hotp lug-device-conf:uid' on page 343 undefined on input line 37338. LaTeX Warning: Hyper reference `reference/devices_unix_hotplug:device-unix-hotp lug-device-conf:vendorid' on page 343 undefined on input line 37367. [343] LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 344 undefined on input line 37399. LaTeX Warning: Hyper reference `reference/devices_tpm:device-tpm-device-conf:pa th' on page 344 undefined on input line 37435. LaTeX Warning: Hyper reference `reference/devices_tpm:device-tpm-device-conf:pa thrm' on page 344 undefined on input line 37471. [344] LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 345 undefined on input line 37521. LaTeX Warning: Hyper reference `reference/devices_gpu:devices-gpu' on page 345 undefined on input line 37541. LaTeX Warning: Hyper reference `reference/devices_nic:devices-nic' on page 345 undefined on input line 37541. LaTeX Warning: Hyper reference `reference/devices_pci:device-pci-device-conf:ad dress' on page 345 undefined on input line 37553. LaTeX Warning: Hyper reference `howto/instances_configure:instances-configure-d evices' on page 345 undefined on input line 37592. [345] [346] LaTeX Warning: Hyper reference `instances:instances' on page 347 undefined on i nput line 37727. LaTeX Warning: Hyper reference `explanation/instances:expl-instances' on page 3 47 undefined on input line 37736. [347] LaTeX Warning: Hyper reference `howto/initialize:initialize' on page 348 undefi ned on input line 37831. LaTeX Warning: Hyper reference `howto/projects_create:projects-configure' on pa ge 348 undefined on input line 37842. LaTeX Warning: Hyper reference `reference/projects:project-features' on page 34 8 undefined on input line 37850. LaTeX Warning: Hyper reference `reference/projects:project-limits' on page 348 undefined on input line 37854. LaTeX Warning: Hyper reference `reference/projects:project-restrictions' on pag e 348 undefined on input line 37858. LaTeX Warning: Hyper reference `reference/projects:project-specific-config' on page 348 undefined on input line 37862. [348] LaTeX Warning: Hyper reference `reference/projects:project-features:features.im ages' on page 349 undefined on input line 37888. LaTeX Warning: Hyper reference `reference/projects:project-features:features.ne tworks' on page 349 undefined on input line 37924. LaTeX Warning: Hyper reference `reference/projects:project-features:features.ne tworks.zones' on page 349 undefined on input line 37957. LaTeX Warning: Hyper reference `reference/projects:project-features:features.pr ofiles' on page 349 undefined on input line 37990. LaTeX Warning: Hyper reference `reference/projects:project-features:features.st orage.buckets' on page 349 undefined on input line 38023. LaTeX Warning: Hyper reference `reference/projects:project-features:features.st orage.volumes' on page 349 undefined on input line 38056. [349] LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.contai ners' on page 350 undefined on input line 38092. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.networ ks' on page 350 undefined on input line 38092. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.cpu' o n page 350 undefined on input line 38092. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.proces ses' on page 350 undefined on input line 38092. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its' on page 350 undefined on input line 38093. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.memory ' on page 350 undefined on input line 38096. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.memory' on page 350 undefined on input line 38096. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.cpu' o n page 350 undefined on input line 38099. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu' on page 350 undefined on input line 38099. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its' on page 350 undefined on input line 38107. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.cpu' o n page 350 undefined on input line 38111. LaTeX Warning: Hyper reference `reference/instance_options:instance-options-lim its-cpu' on page 350 undefined on input line 38111. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.cpu' o n page 350 undefined on input line 38112. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu' on page 350 undefined on input line 38112. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.memory ' on page 350 undefined on input line 38116. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.contai ners' on page 350 undefined on input line 38124. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.cpu' o n page 350 undefined on input line 38149. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu' on page 350 undefined on input line 38169. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.disk' on page 350 undefined on input line 38177. [350] LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.instan ces' on page 351 undefined on input line 38205. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.memory ' on page 351 undefined on input line 38230. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.memory' on page 351 undefined on input line 38250. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.networ ks' on page 351 undefined on input line 38258. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.proces ses' on page 351 undefined on input line 38283. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.processes' on page 351 undefined on input line 38303. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.virtua l-machines' on page 351 undefined on input line 38311. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d' on page 351 undefined on input line 38336. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d' on page 351 undefined on input line 38337. [351] LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d' on page 352 undefined on input line 38366. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.backups' on page 352 undefined on input line 38399. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.cluster.groups' on page 352 undefined on input line 38431. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.cluster.target' on page 352 undefined on input line 38459. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.containers.interception' on page 352 undefined on input line 38492. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.containers.lowlevel' on page 352 undefined on input line 38526. [352] LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.lxc ' on page 353 undefined on input line 38551. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.idm ap' on page 353 undefined on input line 38551. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.containers.nesting' on page 353 undefined on input line 38559. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.nesting' on page 353 undefined on input line 38584. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.containers.privilege' on page 353 undefined on input line 38592. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.privileged' on page 353 undefined on input line 38620. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.privileged' on page 353 undefined on input line 38624. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.isolated' on page 353 undefined on input line 38624. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.disk' on page 353 undefined on input line 38638. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.disk.paths' on page 353 undefined on input line 38679. LaTeX Warning: Hyper reference `reference/devices_disk:devices-disk-options' on page 353 undefined on input line 38682. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.disk.paths' on page 353 undefined on input line 38694. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.disk' on page 353 undefined on input line 38714. [353] LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.gpu' on page 354 undefined on input line 38724. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.infiniband' on page 354 undefined on input line 38756. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.nic' on page 354 undefined on input line 38788. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.pci' on page 354 undefined on input line 38834. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.proxy' on page 354 undefined on input line 38866. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.unix-block' on page 354 undefined on input line 38898. [354] LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.unix-char' on page 355 undefined on input line 38930. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.unix-hotplug' on page 355 undefined on input line 38962. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.usb' on page 355 undefined on input line 38994. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.idmap.gid' on page 355 undefined on input line 39026. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.idm ap' on page 355 undefined on input line 39046. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.idmap.uid' on page 355 undefined on input line 39054. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.idm ap' on page 355 undefined on input line 39074. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.networks.access' on page 355 undefined on input line 39082. [355] LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.nic' on page 356 undefined on input line 39106. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.networks.subnets' on page 356 undefined on input line 39114. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.networks.uplinks' on page 356 undefined on input line 39147. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.networks.zones' on page 356 undefined on input line 39179. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.snapshots' on page 356 undefined on input line 39211. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.virtual-machines.lowlevel' on page 356 undefined on input line 39240. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.qem u' on page 356 undefined on input line 39265. [356] LaTeX Warning: Hyper reference `server:server' on page 357 undefined on input l ine 39273. LaTeX Warning: Hyper reference `reference/projects:project-specific:backups.com pression_algorithm' on page 357 undefined on input line 39280. LaTeX Warning: Hyper reference `reference/projects:project-specific:images.auto _update_cached' on page 357 undefined on input line 39309. LaTeX Warning: Hyper reference `reference/projects:project-specific:images.auto _update_interval' on page 357 undefined on input line 39334. LaTeX Warning: Hyper reference `reference/projects:project-specific:images.comp ression_algorithm' on page 357 undefined on input line 39363. LaTeX Warning: Hyper reference `reference/projects:project-specific:images.defa ult_architecture' on page 357 undefined on input line 39391. LaTeX Warning: Hyper reference `reference/projects:project-specific:images.remo te_cache_expiry' on page 357 undefined on input line 39416. LaTeX Warning: Hyper reference `reference/projects:project-specific:user.*' on page 357 undefined on input line 39444. [357] LaTeX Warning: Hyper reference `projects:projects' on page 358 undefined on inp ut line 39473. LaTeX Warning: Hyper reference `explanation/projects:exp-projects' on page 358 undefined on input line 39482. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-quotas' o n page 358 undefined on input line 39535. [358] LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: size.state' on page 359 undefined on input line 39560. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-pool-conf :btrfs.mount_options' on page 359 undefined on input line 39562. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-pool-conf :btrfs.mount_options' on page 359 undefined on input line 39579. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-pool-conf :size' on page 359 undefined on input line 39608. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 359 undefined on input line 39632. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-pool-conf :source' on page 359 undefined on input line 39645. [359] LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-pool-conf :source.wipe' on page 360 undefined on input line 39670. LaTeX Warning: Hyper reference `howto/storage_volumes:storage-configure-vol-def ault' on page 360 undefined on input line 39701. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-volume-co nf:security.shifted' on page 360 undefined on input line 39711. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-volume-co nf:security.unmapped' on page 360 undefined on input line 39747. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-volume-co nf:size' on page 360 undefined on input line 39780. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-volume-co nf:snapshots.expiry' on page 360 undefined on input line 39813. [360] LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-volume-co nf:snapshots.pattern' on page 361 undefined on input line 39849. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-volume-co nf:snapshots.schedule' on page 361 undefined on input line 39899. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-volume-co nf:volatile.uuid' on page 361 undefined on input line 39935. LaTeX Warning: Hyper reference `server:server-core:core.storage_buckets_address ' on page 361 undefined on input line 39964. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-bucket-co nf:size' on page 361 undefined on input line 39970. [361] LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph' on page 36 2 undefined on input line 40042. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:source' on page 362 undefined on input line 40050. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.create_missing' on page 362 undefined on input line 40050. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.data_pool' on page 362 undefined on input line 40050. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.meta_pool' on page 362 undefined on input line 40050. [362] LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.cluster_name' on page 363 undefined on input line 40077. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.create_missing' on page 363 undefined on input line 40106. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.data_pool' on page 363 undefined on input line 40139. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.fscache' on page 363 undefined on input line 40168. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.meta_pool' on page 363 undefined on input line 40197. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.osd_pg_num' on page 363 undefined on input line 40226. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.path' on page 363 undefined on input line 40255. [363] LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.user.name' on page 364 undefined on input line 40284. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:source' on page 364 undefined on input line 40313. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:volatile.pool.pristine' on page 364 undefined on input line 40338. LaTeX Warning: Hyper reference `howto/storage_volumes:storage-configure-vol-def ault' on page 364 undefined on input line 40365. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-volume- conf:security.shifted' on page 364 undefined on input line 40375. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-volume- conf:security.unmapped' on page 364 undefined on input line 40411. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-volume- conf:size' on page 364 undefined on input line 40444. [364] LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-volume- conf:snapshots.expiry' on page 365 undefined on input line 40477. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-volume- conf:snapshots.pattern' on page 365 undefined on input line 40513. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-volume- conf:snapshots.schedule' on page 365 undefined on input line 40563. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-volume- conf:volatile.uuid' on page 365 undefined on input line 40599. [365] LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph' on page 36 6 undefined on input line 40665. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs' on pag e 366 undefined on input line 40665. LaTeX Warning: Hyper reference `reference/storage_cephobject:storage-cephobject -pool-conf:cephobject.radosgw.endpoint' on page 366 undefined on input line 406 76. [366] LaTeX Warning: Hyper reference `reference/storage_cephobject:storage-cephobject -pool-conf:cephobject.bucket.name_prefix' on page 367 undefined on input line 4 0703. LaTeX Warning: Hyper reference `reference/storage_cephobject:storage-cephobject -pool-conf:cephobject.cluster_name' on page 367 undefined on input line 40728. LaTeX Warning: Hyper reference `reference/storage_cephobject:storage-cephobject -pool-conf:cephobject.radosgw.endpoint' on page 367 undefined on input line 407 53. LaTeX Warning: Hyper reference `reference/storage_cephobject:storage-cephobject -pool-conf:cephobject.radosgw.endpoint_cert_file' on page 367 undefined on inpu t line 40778. LaTeX Warning: Hyper reference `reference/storage_cephobject:storage-cephobject -pool-conf:cephobject.user.name' on page 367 undefined on input line 40806. LaTeX Warning: Hyper reference `reference/storage_cephobject:storage-cephobject -pool-conf:volatile.pool.pristine' on page 367 undefined on input line 40835. [367] LaTeX Warning: Hyper reference `reference/storage_cephobject:storage-cephobject -bucket-conf:size' on page 368 undefined on input line 40867. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-volume-conf :block.filesystem' on page 368 undefined on input line 40938. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs' on pag e 368 undefined on input line 40941. [368] LaTeX Warning: Hyper reference `explanation/storage:storage-content-types' on p age 369 undefined on input line 40984. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs' on pag e 369 undefined on input line 40986. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:c eph.osd.data_pool_name' on page 369 undefined on input line 40997. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:s ource' on page 369 undefined on input line 40997. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:c eph.cluster_name' on page 369 undefined on input line 41014. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:c eph.osd.data_pool_name' on page 369 undefined on input line 41043. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:c eph.osd.pg_num' on page 369 undefined on input line 41068. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:c eph.osd.pool_name' on page 369 undefined on input line 41097. [369] LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:c eph.rbd.clone_copy' on page 370 undefined on input line 41126. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:c eph.rbd.du' on page 370 undefined on input line 41158. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:c eph.rbd.features' on page 370 undefined on input line 41190. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:c eph.user.name' on page 370 undefined on input line 41219. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:s ource' on page 370 undefined on input line 41248. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:v olatile.pool.pristine' on page 370 undefined on input line 41273. LaTeX Warning: Hyper reference `howto/storage_volumes:storage-configure-vol-def ault' on page 370 undefined on input line 41300. [370] LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-volume-conf :block.filesystem' on page 371 undefined on input line 41310. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-volume-conf :block.mount_options' on page 371 undefined on input line 41347. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-volume-conf :security.shifted' on page 371 undefined on input line 41380. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-volume-conf :security.unmapped' on page 371 undefined on input line 41416. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-volume-conf :size' on page 371 undefined on input line 41449. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-volume-conf :snapshots.expiry' on page 371 undefined on input line 41482. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-volume-conf :snapshots.pattern' on page 371 undefined on input line 41518. [371] LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-volume-conf :snapshots.schedule' on page 372 undefined on input line 41568. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-volume-conf :volatile.uuid' on page 372 undefined on input line 41604. [372] LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-v olume-conf:block.filesystem' on page 373 undefined on input line 41665. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:powerflex.sdt' on page 373 undefined on input line 41680. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-l imitations' on page 373 undefined on input line 41693. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-v olume-conf:volatile.uuid' on page 373 undefined on input line 41694. [373] LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:powerflex.clone_copy' on page 374 undefined on input line 41821. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-l imitations' on page 374 undefined on input line 41846. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:powerflex.domain' on page 374 undefined on input line 41854. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:powerflex.pool' on page 374 undefined on input line 41874. [374] LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:powerflex.gateway' on page 375 undefined on input line 41882. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:powerflex.gateway.verify' on page 375 undefined on input line 41907. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:powerflex.mode' on page 375 undefined on input line 41936. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:powerflex.pool' on page 375 undefined on input line 41969. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:powerflex.domain' on page 375 undefined on input line 41989. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:powerflex.sdt' on page 375 undefined on input line 41997. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:powerflex.user.name' on page 375 undefined on input line 42026. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:powerflex.user.password' on page 375 undefined on input line 42055. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:rsync.bwlimit' on page 375 undefined on input line 42080. [375] LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:rsync.compression' on page 376 undefined on input line 42113. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-p ool-conf:volume.size' on page 376 undefined on input line 42142. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-l imitations' on page 376 undefined on input line 42167. LaTeX Warning: Hyper reference `howto/storage_volumes:storage-configure-vol-def ault' on page 376 undefined on input line 42173. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-v olume-conf:block.filesystem' on page 376 undefined on input line 42183. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-v olume-conf:block.mount_options' on page 376 undefined on input line 42220. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-v olume-conf:block.type' on page 376 undefined on input line 42253. [376] LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-v olume-conf:security.shifted' on page 377 undefined on input line 42282. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-v olume-conf:security.unmapped' on page 377 undefined on input line 42318. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-v olume-conf:size' on page 377 undefined on input line 42351. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-l imitations' on page 377 undefined on input line 42376. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-v olume-conf:snapshots.expiry' on page 377 undefined on input line 42384. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-v olume-conf:snapshots.pattern' on page 377 undefined on input line 42420. LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-v olume-conf:snapshots.schedule' on page 377 undefined on input line 42470. [377] LaTeX Warning: Hyper reference `reference/storage_powerflex:storage-powerflex-v olume-conf:volatile.uuid' on page 378 undefined on input line 42506. LaTeX Warning: Hyper reference `reference/storage_drivers:storage-drivers-featu res' on page 378 undefined on input line 42541. [378] LaTeX Warning: Hyper reference `reference/storage_dir:storage-dir-pool-conf:rsy nc.bwlimit' on page 379 undefined on input line 42576. LaTeX Warning: Hyper reference `reference/storage_dir:storage-dir-pool-conf:rsy nc.compression' on page 379 undefined on input line 42609. LaTeX Warning: Hyper reference `reference/storage_dir:storage-dir-pool-conf:sou rce' on page 379 undefined on input line 42638. LaTeX Warning: Hyper reference `howto/storage_volumes:storage-configure-vol-def ault' on page 379 undefined on input line 42661. LaTeX Warning: Hyper reference `reference/storage_dir:storage-dir-volume-conf:s ecurity.shifted' on page 379 undefined on input line 42671. LaTeX Warning: Hyper reference `reference/storage_dir:storage-dir-volume-conf:s ecurity.unmapped' on page 379 undefined on input line 42707. LaTeX Warning: Hyper reference `reference/storage_dir:storage-dir-volume-conf:s ize' on page 379 undefined on input line 42740. [379] LaTeX Warning: Hyper reference `reference/storage_dir:storage-dir-volume-conf:s napshots.expiry' on page 380 undefined on input line 42773. LaTeX Warning: Hyper reference `reference/storage_dir:storage-dir-volume-conf:s napshots.pattern' on page 380 undefined on input line 42809. LaTeX Warning: Hyper reference `reference/storage_dir:storage-dir-volume-conf:s napshots.schedule' on page 380 undefined on input line 42859. LaTeX Warning: Hyper reference `reference/storage_dir:storage-dir-volume-conf:v olatile.uuid' on page 380 undefined on input line 42895. [380] LaTeX Warning: Hyper reference `server:server-core:core.storage_buckets_address ' on page 381 undefined on input line 42924. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .vg.force_reuse' on page 381 undefined on input line 42967. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .use_thinpool' on page 381 undefined on input line 42971. [381] LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .thinpool_metadata_size' on page 382 undefined on input line 42994. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .thinpool_name' on page 382 undefined on input line 43026. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .use_thinpool' on page 382 undefined on input line 43055. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .vg.force_reuse' on page 382 undefined on input line 43084. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .vg_name' on page 382 undefined on input line 43113. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:rsy nc.bwlimit' on page 382 undefined on input line 43142. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:rsy nc.compression' on page 382 undefined on input line 43175. [382] LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:siz e' on page 383 undefined on input line 43204. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 383 undefined on input line 43228. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:sou rce' on page 383 undefined on input line 43241. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:sou rce.wipe' on page 383 undefined on input line 43266. LaTeX Warning: Hyper reference `howto/storage_volumes:storage-configure-vol-def ault' on page 383 undefined on input line 43297. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-volume-conf:b lock.filesystem' on page 383 undefined on input line 43307. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-volume-conf:b lock.mount_options' on page 383 undefined on input line 43344. [383] LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-volume-conf:l vm.stripes' on page 384 undefined on input line 43377. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-volume-conf:l vm.stripes.size' on page 384 undefined on input line 43406. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-volume-conf:s ecurity.shifted' on page 384 undefined on input line 43438. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-volume-conf:s ecurity.unmapped' on page 384 undefined on input line 43474. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-volume-conf:s ize' on page 384 undefined on input line 43507. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-volume-conf:s napshots.expiry' on page 384 undefined on input line 43540. [384] LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-volume-conf:s napshots.pattern' on page 385 undefined on input line 43576. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-volume-conf:s napshots.schedule' on page 385 undefined on input line 43626. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-volume-conf:v olatile.uuid' on page 385 undefined on input line 43662. LaTeX Warning: Hyper reference `server:server-core:core.storage_buckets_address ' on page 385 undefined on input line 43691. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-bucket-conf:s ize' on page 385 undefined on input line 43697. [385] LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-limitations' on page 386 undefined on input line 43791. [386] LaTeX Warning: Hyper reference `howto/storage_backup_volume:storage-edit-snapsh ots' on page 387 undefined on input line 43816. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.remove_snapshots' on page 387 undefined on input line 43820. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-pool-conf:zfs .clone_copy' on page 387 undefined on input line 43823. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.use_refquota' on page 387 undefined on input line 43849. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.reserve_space' on page 387 undefined on input line 43852. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-pool-conf:siz e' on page 387 undefined on input line 43867. LaTeX Warning: Hyper reference `reference/instance_units:instances-limit-units' on page 387 undefined on input line 43891. [387] LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-pool-conf:sou rce' on page 388 undefined on input line 43904. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-pool-conf:sou rce.wipe' on page 388 undefined on input line 43929. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-pool-conf:zfs .clone_copy' on page 388 undefined on input line 43962. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-pool-conf:zfs .export' on page 388 undefined on input line 43996. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-pool-conf:zfs .pool_name' on page 388 undefined on input line 44025. LaTeX Warning: Hyper reference `howto/storage_volumes:storage-configure-vol-def ault' on page 388 undefined on input line 44052. [388] LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:b lock.filesystem' on page 389 undefined on input line 44062. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:b lock.mount_options' on page 389 undefined on input line 44099. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:s ecurity.shifted' on page 389 undefined on input line 44132. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:s ecurity.unmapped' on page 389 undefined on input line 44168. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:s ize' on page 389 undefined on input line 44201. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:s napshots.expiry' on page 389 undefined on input line 44234. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:s napshots.pattern' on page 389 undefined on input line 44270. [389] LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:s napshots.schedule' on page 390 undefined on input line 44320. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:v olatile.uuid' on page 390 undefined on input line 44356. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.block_mode' on page 390 undefined on input line 44385. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.blocksize' on page 390 undefined on input line 44419. [390] LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.block_mode' on page 391 undefined on input line 44447. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.delegate' on page 391 undefined on input line 44456. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.remove_snapshots' on page 391 undefined on input line 44493. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.reserve_space' on page 391 undefined on input line 44522. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.use_refquota' on page 391 undefined on input line 44551. LaTeX Warning: Hyper reference `server:server-core:core.storage_buckets_address ' on page 391 undefined on input line 44580. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-bucket-conf:s ize' on page 391 undefined on input line 44586. [391] LaTeX Warning: Hyper reference `reference/storage_drivers:storage-optimized-ima ge-storage' on page 392 undefined on input line 45074. LaTeX Warning: Hyper reference `reference/storage_drivers:storage-optimized-vol ume-transfer' on page 392 undefined on input line 45074. LaTeX Warning: Hyper reference `reference/storage_drivers:storage-optimized-vol ume-refresh' on page 392 undefined on input line 45074. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .use_thinpool' on page 392 undefined on input line 45074. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.delegate' on page 392 undefined on input line 45074. Underfull \hbox (badness 10000) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 Di-rec- Overfull \hbox (4.73445pt too wide) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 Btrfs| Overfull \hbox (4.43869pt too wide) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 LVM| Overfull \hbox (3.89366pt too wide) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 Ceph Overfull \hbox (8.34502pt too wide) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 CephFS| LaTeX Warning: Hyper reference `reference/storage_drivers:storage-optimized-ima ge-storage' on page 392 undefined on input line 45074. LaTeX Warning: Hyper reference `reference/storage_drivers:storage-optimized-vol ume-transfer' on page 392 undefined on input line 45074. LaTeX Warning: Hyper reference `reference/storage_drivers:storage-optimized-vol ume-refresh' on page 392 undefined on input line 45074. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .use_thinpool' on page 392 undefined on input line 45074. Overfull \hbox (1.90869pt too wide) in paragraph at lines 45074--45074 []\T1/qtm/m/n/10 yes[][][][][]| LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.delegate' on page 392 undefined on input line 45074. Overfull \hbox (1.98364pt too wide) in paragraph at lines 45074--45074 []\T1/qtm/m/n/10 yes[][][][][]| [392] LaTeX Warning: Hyper reference `explanation/storage:storage-location' on page 3 93 undefined on input line 45144. [393] LaTeX Warning: Hyper reference `storage:storage' on page 394 undefined on input line 45170. LaTeX Warning: Hyper reference `explanation/storage:exp-storage' on page 394 un defined on input line 45179. LaTeX Warning: Hyper reference `explanation/networks:managed-networks' on page 394 undefined on input line 45193. LaTeX Warning: Hyper reference `howto/network_bridge_firewalld:network-bridge-f irewall' on page 394 undefined on input line 45230. [394] LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bgp.ipv4.nexthop' on page 395 undefined on input line 45319. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bgp.ipv6.nexthop' on page 395 undefined on input line 45352. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bgp.peers.NAME.address' on page 395 undefined on input line 45385. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bgp.peers.NAME.asn' on page 395 undefined on input line 45414. [395] LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bgp.peers.NAME.holdtime' on page 396 undefined on input line 45443. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bgp.peers.NAME.password' on page 396 undefined on input line 45483. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bridge.driver' on page 396 undefined on input line 45520. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bridge.external_interfaces' on page 396 undefined on input line 45552. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bridge.hwaddr' on page 396 undefined on input line 45580. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bridge.mode' on page 396 undefined on input line 45605. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bridge.mtu' on page 396 undefined on input line 45637. [396] Underfull \hbox (badness 10000) in paragraph at lines 45656--45656 []\T1/qtm/b/n/10 De- LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:dns.domain' on page 397 undefined on input line 45669. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:dns.mode' on page 397 undefined on input line 45698. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:dns.search' on page 397 undefined on input line 45730. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:dns.zone.forward' on page 397 undefined on input line 45762. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:dns.zone.reverse.ipv4' on page 397 undefined on input line 45790. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:dns.zone.reverse.ipv6' on page 397 undefined on input line 45815. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:fan.overlay_subnet' on page 397 undefined on input line 45840. [397] LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:fan.type' on page 398 undefined on input line 45876. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:fan.underlay_subnet' on page 398 undefined on input line 45912. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.address' on page 398 undefined on input line 45951. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.dhcp' on page 398 undefined on input line 45990. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.dhcp.expiry' on page 398 undefined on input line 46023. [398] LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.dhcp.gateway' on page 399 undefined on input line 46056. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.dhcp.ranges' on page 399 undefined on input line 46089. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.firewall' on page 399 undefined on input line 46125. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.nat' on page 399 undefined on input line 46158. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.nat.address' on page 399 undefined on input line 46191. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.nat.order' on page 399 undefined on input line 46220. [399] LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.ovn.ranges' on page 400 undefined on input line 46256. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.routes' on page 400 undefined on input line 46284. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.routing' on page 400 undefined on input line 46316. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.address' on page 400 undefined on input line 46349. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.dhcp' on page 400 undefined on input line 46388. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.dhcp.expiry' on page 400 undefined on input line 46421. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.dhcp.ranges' on page 400 undefined on input line 46454. [400] LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.dhcp.stateful' on page 401 undefined on input line 46490. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.firewall' on page 401 undefined on input line 46523. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.nat' on page 401 undefined on input line 46556. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.nat.address' on page 401 undefined on input line 46589. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.nat.order' on page 401 undefined on input line 46618. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.ovn.ranges' on page 401 undefined on input line 46654. [401] LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.routes' on page 402 undefined on input line 46682. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.routing' on page 402 undefined on input line 46714. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:maas.subnet.ipv4' on page 402 undefined on input line 46743. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:maas.subnet.ipv6' on page 402 undefined on input line 46772. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:raw.dnsmasq' on page 402 undefined on input line 46801. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:security.acls' on page 402 undefined on input line 46826. LaTeX Warning: Hyper reference `howto/network_acls:network-acls-bridge-limitati ons' on page 402 undefined on input line 46849. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:security.acls.default.egress.action' on page 402 undefined on input line 46857. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:security.acls.default.egress.logged' on page 402 undefined on input line 46889. [402] LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:security.acls.default.ingress.action' on page 403 undefined on input line 46918. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:security.acls.default.ingress.logged' on page 403 undefined on input line 46950. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:tunnel.NAME.group' on page 403 undefined on input line 46979. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:tunnel.NAME.local' on page 403 undefined on input line 47003. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:tunnel.NAME.remote' on page 403 undefined on input line 47003. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:tunnel.NAME.id' on page 403 undefined on input line 47011. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:tunnel.NAME.interface' on page 403 undefined on input line 47040. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:tunnel.NAME.local' on page 403 undefined on input line 47069. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:tunnel.NAME.port' on page 403 undefined on input line 47102. [403] LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:tunnel.NAME.protocol' on page 404 undefined on input line 47135. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:tunnel.NAME.remote' on page 404 undefined on input line 47167. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:tunnel.NAME.ttl' on page 404 undefined on input line 47200. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:user.*' on page 404 undefined on input line 47233. LaTeX Warning: Hyper reference `howto/network_acls:network-acls' on page 404 un defined on input line 47262. LaTeX Warning: Hyper reference `howto/network_forwards:network-forwards' on pag e 404 undefined on input line 47266. LaTeX Warning: Hyper reference `howto/network_zones:network-zones' on page 404 undefined on input line 47270. LaTeX Warning: Hyper reference `howto/network_bgp:network-bgp' on page 404 unde fined on input line 47274. LaTeX Warning: Hyper reference `howto/network_bridge_resolved:network-bridge-re solved' on page 404 undefined on input line 47278. [404] LaTeX Warning: Hyper reference `howto/network_bridge_firewalld:network-bridge-f irewall' on page 405 undefined on input line 47286. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge' on pag e 405 undefined on input line 47307. LaTeX Warning: Hyper reference `reference/network_physical:network-physical' on page 405 undefined on input line 47307. LaTeX Warning: Hyper reference `howto/network_ovn_setup:network-ovn-setup' on p age 405 undefined on input line 47311. ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.47329 ....000\linewidth]{{ovn_networking_1}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.47329 ....000\linewidth]{{ovn_networking_1}.svg} LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge' on pag e 405 undefined on input line 47338. LaTeX Warning: Hyper reference `reference/network_physical:network-physical' on page 405 undefined on input line 47338. ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.47354 ....000\linewidth]{{ovn_networking_2}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.47354 ....000\linewidth]{{ovn_networking_2}.svg} [405] LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: bridge.hwaddr' on page 406 undefined on input line 47406. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: bridge.mtu' on page 406 undefined on input line 47431. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: dns.domain' on page 406 undefined on input line 47463. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: dns.search' on page 406 undefined on input line 47492. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: dns.zone.forward' on page 406 undefined on input line 47524. [406] LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: dns.zone.reverse.ipv4' on page 407 undefined on input line 47552. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: dns.zone.reverse.ipv6' on page 407 undefined on input line 47577. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv4.address' on page 407 undefined on input line 47602. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv4.dhcp' on page 407 undefined on input line 47641. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv4.l3only' on page 407 undefined on input line 47674. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv4.nat' on page 407 undefined on input line 47707. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv4.nat.address' on page 407 undefined on input line 47740. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv6.address' on page 407 undefined on input line 47769. [407] LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv6.dhcp' on page 408 undefined on input line 47808. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv6.dhcp.stateful' on page 408 undefined on input line 47841. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv6.l3only' on page 408 undefined on input line 47874. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv6.nat' on page 408 undefined on input line 47907. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv6.nat.address' on page 408 undefined on input line 47940. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: network' on page 408 undefined on input line 47969. [408] LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: security.acls' on page 409 undefined on input line 47994. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: security.acls.default.egress.action' on page 409 undefined on input line 48022. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: security.acls.default.egress.logged' on page 409 undefined on input line 48058. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: security.acls.default.ingress.action' on page 409 undefined on input line 48091 . LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: security.acls.default.ingress.logged' on page 409 undefined on input line 48127 . LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: user.*' on page 409 undefined on input line 48160. [409] LaTeX Warning: Hyper reference `howto/network_acls:network-acls' on page 410 un defined on input line 48189. LaTeX Warning: Hyper reference `howto/network_forwards:network-forwards' on pag e 410 undefined on input line 48193. LaTeX Warning: Hyper reference `howto/network_zones:network-zones' on page 410 undefined on input line 48197. LaTeX Warning: Hyper reference `howto/network_ovn_peers:network-ovn-peers' on p age 410 undefined on input line 48201. LaTeX Warning: Hyper reference `howto/network_load_balancers:network-load-balan cers' on page 410 undefined on input line 48205. LaTeX Warning: Hyper reference `reference/network_macvlan:network-macvlan-netwo rk-conf:gvrp' on page 410 undefined on input line 48278. [410] LaTeX Warning: Hyper reference `reference/network_macvlan:network-macvlan-netwo rk-conf:maas.subnet.ipv4' on page 411 undefined on input line 48310. LaTeX Warning: Hyper reference `reference/network_macvlan:network-macvlan-netwo rk-conf:maas.subnet.ipv6' on page 411 undefined on input line 48339. LaTeX Warning: Hyper reference `reference/network_macvlan:network-macvlan-netwo rk-conf:mtu' on page 411 undefined on input line 48368. LaTeX Warning: Hyper reference `reference/network_macvlan:network-macvlan-netwo rk-conf:parent' on page 411 undefined on input line 48393. LaTeX Warning: Hyper reference `reference/network_macvlan:network-macvlan-netwo rk-conf:user.*' on page 411 undefined on input line 48418. LaTeX Warning: Hyper reference `reference/network_macvlan:network-macvlan-netwo rk-conf:vlan' on page 411 undefined on input line 48443. [411] LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:bgp.peers.NAME.address' on page 412 undefined on input line 48528. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:bgp.peers.NAME.asn' on page 412 undefined on input line 48560. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:bgp.peers.NAME.holdtime' on page 412 undefined on input line 48589. [412] LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:bgp.peers.NAME.password' on page 413 undefined on input line 48629. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:dns.nameservers' on page 413 undefined on input line 48666. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:gvrp' on page 413 undefined on input line 48698. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ipv4.gateway' on page 413 undefined on input line 48730. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ipv4.ovn.ranges' on page 413 undefined on input line 48762. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ipv4.routes' on page 413 undefined on input line 48790. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:ipv4.routes.external' on page 413 undefined on input line 48814. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ipv4.routes.anycast' on page 413 undefined on input line 48822. [413] LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ipv6.gateway' on page 414 undefined on input line 48858. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ipv6.ovn.ranges' on page 414 undefined on input line 48890. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ipv6.routes' on page 414 undefined on input line 48918. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:ipv6.routes.external' on page 414 undefined on input line 48942. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ipv6.routes.anycast' on page 414 undefined on input line 48950. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:maas.subnet.ipv4' on page 414 undefined on input line 48986. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:maas.subnet.ipv6' on page 414 undefined on input line 49015. [414] LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:mtu' on page 415 undefined on input line 49044. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ovn.ingress_mode' on page 415 undefined on input line 49069. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:parent' on page 415 undefined on input line 49105. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:user.*' on page 415 undefined on input line 49130. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:vlan' on page 415 undefined on input line 49155. LaTeX Warning: Hyper reference `howto/network_bgp:network-bgp' on page 415 unde fined on input line 49184. [415] LaTeX Warning: Hyper reference `reference/network_sriov:network-sriov-network-c onf:maas.subnet.ipv4' on page 416 undefined on input line 49232. LaTeX Warning: Hyper reference `reference/network_sriov:network-sriov-network-c onf:maas.subnet.ipv6' on page 416 undefined on input line 49261. LaTeX Warning: Hyper reference `reference/network_sriov:network-sriov-network-c onf:mtu' on page 416 undefined on input line 49290. LaTeX Warning: Hyper reference `reference/network_sriov:network-sriov-network-c onf:parent' on page 416 undefined on input line 49315. LaTeX Warning: Hyper reference `reference/network_sriov:network-sriov-network-c onf:user.*' on page 416 undefined on input line 49340. LaTeX Warning: Hyper reference `reference/network_sriov:network-sriov-network-c onf:vlan' on page 416 undefined on input line 49365. [416] LaTeX Warning: Hyper reference `networks:networking' on page 417 undefined on i nput line 49394. LaTeX Warning: Hyper reference `explanation/networks:networks' on page 417 unde fined on input line 49403. LaTeX Warning: Hyper reference `reference/cluster_member_config:cluster-cluster :scheduler.instance' on page 417 undefined on input line 49432. LaTeX Warning: Hyper reference `explanation/clustering:clustering-instance-plac ement' on page 417 undefined on input line 49457. LaTeX Warning: Hyper reference `reference/cluster_member_config:cluster-cluster :user.*' on page 417 undefined on input line 49465. LaTeX Warning: Hyper reference `clustering:clustering' on page 417 undefined on input line 49497. LaTeX Warning: Hyper reference `explanation/clustering:exp-clustering' on page 417 undefined on input line 49506. [417] LaTeX Warning: Hyper reference `metrics:metrics' on page 418 undefined on input line 49515. Underfull \hbox (badness 10000) in paragraph at lines 49715--49715 []\T1/qhv/m/n/10 Do- Overfull \hbox (5.32564pt too wide) in paragraph at lines 49715--49715 []\T1/qhv/m/n/10 Type| Underfull \hbox (badness 10000) in paragraph at lines 49715--49715 []\T1/qhv/m/n/10 De- Overfull \hbox (3.9689pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 nofile| Overfull \hbox (1.35287pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 1048576| Overfull \hbox (1.86566pt too wide) in paragraph at lines 49715--49715 []\T1/qtm/m/n/10 hard| Overfull \hbox (3.9689pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 nofile| Overfull \hbox (1.35287pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 1048576| Overfull \hbox (3.9689pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 nofile| Overfull \hbox (1.35287pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 1048576| Overfull \hbox (1.86566pt too wide) in paragraph at lines 49715--49715 []\T1/qtm/m/n/10 hard| Overfull \hbox (3.9689pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 nofile| Overfull \hbox (1.35287pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 1048576| Overfull \hbox (9.21889pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 memlock| Overfull \hbox (11.85284pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 unlimited| Overfull \hbox (1.86566pt too wide) in paragraph at lines 49715--49715 []\T1/qtm/m/n/10 hard| Overfull \hbox (9.21889pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 memlock| Overfull \hbox (11.85284pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 unlimited| Overfull \hbox (9.21889pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 memlock| Overfull \hbox (11.85284pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 unlimited| Overfull \hbox (1.86566pt too wide) in paragraph at lines 49715--49715 []\T1/qtm/m/n/10 hard| Overfull \hbox (9.21889pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 memlock| Overfull \hbox (11.85284pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 unlimited| LaTeX Warning: Hyper reference `reference/server_settings:sysctl:fs.aio-max-nr' on page 418 undefined on input line 49731. LaTeX Warning: Hyper reference `reference/server_settings:sysctl:fs.inotify.max _queued_events' on page 418 undefined on input line 49766. [418] LaTeX Warning: Hyper reference `reference/server_settings:sysctl:fs.inotify.max _user_instances' on page 419 undefined on input line 49801. LaTeX Warning: Hyper reference `reference/server_settings:sysctl:fs.inotify.max _user_watches' on page 419 undefined on input line 49836. LaTeX Warning: Hyper reference `reference/server_settings:sysctl:kernel.dmesg_r estrict' on page 419 undefined on input line 49871. LaTeX Warning: Hyper reference `reference/server_settings:sysctl:kernel.keys.ma xbytes' on page 419 undefined on input line 49907. LaTeX Warning: Hyper reference `reference/server_settings:sysctl:kernel.keys.ma xkeys' on page 419 undefined on input line 49939. [419] LaTeX Warning: Hyper reference `reference/server_settings:sysctl:net.core.bpf_j it_limit' on page 420 undefined on input line 49974. LaTeX Warning: Hyper reference `reference/server_settings:sysctl:net.ipv4.neigh .default.gc_thresh3' on page 420 undefined on input line 50009. LaTeX Warning: Hyper reference `reference/server_settings:sysctl:net.ipv6.neigh .default.gc_thresh3' on page 420 undefined on input line 50046. LaTeX Warning: Hyper reference `reference/server_settings:sysctl:vm.max_map_cou nt' on page 420 undefined on input line 50083. [420] LaTeX Warning: Hyper reference `howto/benchmark_performance:benchmark-performan ce' on page 421 undefined on input line 50122. LaTeX Warning: Hyper reference `howto/network_increase_bandwidth:network-increa se-bandwidth' on page 421 undefined on input line 50126. LaTeX Warning: Hyper reference `metrics:metrics' on page 421 undefined on input line 50130. LaTeX Warning: Hyper reference `explanation/performance_tuning:performance-tuni ng' on page 421 undefined on input line 50139. LaTeX Warning: Hyper reference `metrics:metrics' on page 421 undefined on input line 50150. Overfull \hbox (89.67406pt too wide) in alignment at lines 50198--50467 [] [] Package longtable Warning: Column widths have changed (longtable) in table 1 on input line 50467. [421] [422] LaTeX Warning: Hyper reference `metrics:metrics' on page 423 undefined on input line 50687. LaTeX Warning: Hyper reference `explanation/performance_tuning:performance-tuni ng' on page 423 undefined on input line 50696. LaTeX Warning: Hyper reference `authentication:authentication' on page 423 unde fined on input line 50724. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 423 unde fined on input line 50729. LaTeX Warning: Hyper reference `reference/manpages/lxc/query:lxc-query-md' on p age 423 undefined on input line 50734. [423] [424] [425] [426] [427] LaTeX Warning: Hyper reference `api::doc' on page 428 undefined on input line 5 1173. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.remove_snapshots' on page 428 undefined on input line 51204. LaTeX Warning: Hyper reference `reference/instance_options:instance-boot:boot.h ost_shutdown_timeout' on page 428 undefined on input line 51217. LaTeX Warning: Hyper reference `reference/instance_options:instance-boot:boot.s top.priority' on page 428 undefined on input line 51230. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.deny_default' on page 428 undefined on input line 51249. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.deny_compat' on page 428 undefined on input line 51253. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.deny' on page 428 undefined on input line 51257. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.allow' on page 428 undefined on input line 51261. LaTeX Warning: Hyper reference `explanation/instance_config:instance-config' on page 428 undefined on input line 51266. [428] LaTeX Warning: Hyper reference `explanation/security:security' on page 429 unde fined on input line 51286. [429] LaTeX Warning: Hyper reference `server:server-core:core.https_allowed_credentia ls' on page 430 undefined on input line 51357. Underfull \hbox (badness 10000) in paragraph at lines 51354--51358 \T1/txtt/m/n/10 true \T1/qtm/m/n/10 header. To en-sure that the server will re- turn a re-sponse with that header, set \T1/txtt/m/sl/10 core. LaTeX Warning: Hyper reference `server:server-images:images.compression_algorit hm' on page 430 undefined on input line 51366. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.use_refquota' on page 430 undefined on input line 51386. LaTeX Warning: Hyper reference `networks::doc' on page 430 undefined on input l ine 51418. LaTeX Warning: Hyper reference `rest-api::doc' on page 430 undefined on input l ine 51422. LaTeX Warning: Hyper reference `rest-api::doc' on page 430 undefined on input l ine 51426. LaTeX Warning: Hyper reference `rest-api::doc' on page 430 undefined on input l ine 51430. [430] LaTeX Warning: Hyper reference `rest-api::doc' on page 431 undefined on input l ine 51434. [431] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.isolated' on page 432 undefined on input line 51533. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.size' on page 432 undefined on input line 51534. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.idm ap' on page 432 undefined on input line 51534. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.firewall' on page 432 undefined on input line 51540. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.firewall' on page 432 undefined on input line 51540. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.nat' on page 432 undefined on input line 51542. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.nat' on page 432 undefined on input line 51543. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.routes' on page 432 undefined on input line 51553. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.routes' on page 432 undefined on input line 51553. LaTeX Warning: Hyper reference `rest-api::doc' on page 432 undefined on input l ine 51570. LaTeX Warning: Hyper reference `rest-api::doc' on page 432 undefined on input l ine 51574. LaTeX Warning: Hyper reference `rest-api::doc' on page 432 undefined on input l ine 51578. LaTeX Warning: Hyper reference `rest-api::doc' on page 432 undefined on input l ine 51582. LaTeX Warning: Hyper reference `rest-api::doc' on page 432 undefined on input l ine 51586. LaTeX Warning: Hyper reference `rest-api::doc' on page 432 undefined on input l ine 51590. LaTeX Warning: Hyper reference `rest-api::doc' on page 432 undefined on input l ine 51594. LaTeX Warning: Hyper reference `rest-api::doc' on page 432 undefined on input l ine 51598. LaTeX Warning: Hyper reference `rest-api::doc' on page 432 undefined on input l ine 51602. LaTeX Warning: Hyper reference `rest-api::doc' on page 432 undefined on input l ine 51606. [432] LaTeX Warning: Hyper reference `rest-api::doc' on page 433 undefined on input l ine 51610. LaTeX Warning: Hyper reference `rest-api::doc' on page 433 undefined on input l ine 51614. LaTeX Warning: Hyper reference `rest-api::doc' on page 433 undefined on input l ine 51618. LaTeX Warning: Hyper reference `rest-api::doc' on page 433 undefined on input l ine 51622. LaTeX Warning: Hyper reference `storage::doc' on page 433 undefined on input li ne 51626. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.dhcp.expiry' on page 433 undefined on input line 51646. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.dhcp.expiry' on page 433 undefined on input line 51646. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .vg_name' on page 433 undefined on input line 51652. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .thinpool_name' on page 433 undefined on input line 51658. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-macvlan-device -conf:vlan' on page 433 undefined on input line 51664. [433] LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-pool-conf:zfs .clone_copy' on page 434 undefined on input line 51697. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:tunnel.NAME.interface' on page 434 undefined on input line 51728. LaTeX Warning: Hyper reference `reference/storage_btrfs:storage-btrfs-pool-conf :btrfs.mount_options' on page 434 undefined on input line 51737. [434] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.base' on page 435 undefined on input line 51765. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:vlan' on page 435 undefined on input line 51787. [435] [436] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.devlxd' on page 437 undefined on input line 51892. [437] LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.dhcp.gateway' on page 438 undefined on input line 51939. LaTeX Warning: Hyper reference `reference/devices_unix_hotplug:device-unix-hotp lug-device-conf:required' on page 438 undefined on input line 51958. LaTeX Warning: Hyper reference `rest-api::doc' on page 438 undefined on input l ine 51980. [438] LaTeX Warning: Hyper reference `reference/instance_options:instance-nvidia:nvid ia.runtime' on page 439 undefined on input line 52073. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: propagation' on page 439 undefined on input line 52081. LaTeX Warning: Hyper reference `rest-api::doc' on page 439 undefined on input l ine 52091. [439] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.devlxd.images' on page 440 undefined on input line 52132. [440] LaTeX Warning: Hyper reference `rest-api::doc' on page 441 undefined on input l ine 52238. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.protection.delete' on page 441 undefined on input line 52257. LaTeX Warning: Hyper reference `reference/devices_proxy:device-proxy-device-con f:security.uid' on page 441 undefined on input line 52264. LaTeX Warning: Hyper reference `reference/devices_proxy:device-proxy-device-con f:security.gid' on page 441 undefined on input line 52264. LaTeX Warning: Hyper reference `server:server-core:core.debug_address' on page 441 undefined on input line 52272. [441] LaTeX Warning: Hyper reference `reference/devices_proxy:device-proxy-device-con f:proxy_protocol' on page 442 undefined on input line 52282. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bridge.hwaddr' on page 442 undefined on input line 52288. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.nat.order' on page 442 undefined on input line 52301. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.nat.order' on page 442 undefined on input line 52301. LaTeX Warning: Hyper reference `reference/manpages/lxc/list:lxc-list-md' on pag e 442 undefined on input line 52312. LaTeX Warning: Hyper reference `server:server-miscellaneous:backups.compression _algorithm' on page 442 undefined on input line 52318. LaTeX Warning: Hyper reference `reference/instance_options:instance-nvidia:nvid ia.runtime' on page 442 undefined on input line 52325. LaTeX Warning: Hyper reference `reference/instance_options:instance-nvidia:nvid ia.driver.capabilities' on page 442 undefined on input line 52330. LaTeX Warning: Hyper reference `reference/instance_options:instance-nvidia:nvid ia.require.cuda' on page 442 undefined on input line 52334. LaTeX Warning: Hyper reference `reference/instance_options:instance-nvidia:nvid ia.require.driver' on page 442 undefined on input line 52338. [442] LaTeX Warning: Hyper reference `rest-api::doc' on page 443 undefined on input l ine 52350. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:tunnel.NAME.ttl' on page 443 undefined on input line 52406. [443] LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:vendorid' on page 444 undefined on input line 52422. LaTeX Warning: Hyper reference `server:server-cluster:cluster.https_address' on page 444 undefined on input line 52455. LaTeX Warning: Hyper reference `server:server-core:core.https_address' on page 444 undefined on input line 52457. LaTeX Warning: Hyper reference `server:server-cluster:cluster.images_minimal_re plica' on page 444 undefined on input line 52469. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.protection.shift' on page 444 undefined on input line 52476. [444] LaTeX Warning: Hyper reference `reference/instance_options:instance-snapshots:s napshots.expiry' on page 445 undefined on input line 52484. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/edit:lxc-config-e dit-md' on page 445 undefined on input line 52490. LaTeX Warning: Hyper reference `rest-api::doc' on page 445 undefined on input l ine 52496. [445] LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.idmap.current' on page 446 undefined on input line 52547. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.last_state.idmap' on page 446 undefined on input line 52555. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.idmap.current' on page 446 undefined on input line 52559. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.idmap.next' on page 446 undefined on input line 52563. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv4.nat.address' on page 446 undefined on input line 52587. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:ipv6.nat.address' on page 446 undefined on input line 52587. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:ipv4.routes' on page 446 undefined on input line 52594. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:ipv6.routes' on page 446 undefined on input line 52594. [446] LaTeX Warning: Hyper reference `reference/manpages/lxc/info:lxc-info-md' on pag e 447 undefined on input line 52617. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-sriov-device-c onf:vlan' on page 447 undefined on input line 52631. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-sriov-device-c onf:security.mac_filtering' on page 447 undefined on input line 52631. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:security.ipv4_filtering' on page 447 undefined on input line 52645. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:security.ipv6_filtering' on page 447 undefined on input line 52645. [447] LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: shift' on page 448 undefined on input line 52743. LaTeX Warning: Hyper reference `server:server-miscellaneous:storage.images_volu me' on page 448 undefined on input line 52769. LaTeX Warning: Hyper reference `server:server-miscellaneous:storage.backups_vol ume' on page 448 undefined on input line 52770. [448] LaTeX Warning: Hyper reference `server:server-miscellaneous:backups.compression _algorithm' on page 449 undefined on input line 52843. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:c eph.osd.data_pool_name' on page 449 undefined on input line 52849. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount' on page 449 undefined on input line 52858. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.allowed' on page 449 undefined on input line 52 859. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.shift' on page 449 undefined on input line 5286 0. [449] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.fuse' on page 450 undefined on input line 52886 . [450] LaTeX Warning: Hyper reference `server:server-cluster:cluster.max_voters' on pa ge 451 undefined on input line 52957. LaTeX Warning: Hyper reference `server:server-cluster:cluster.max_standby' on p age 451 undefined on input line 52957. [451] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv4.gateway' on page 452 undefined on input line 52998. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv6.gateway' on page 452 undefined on input line 52998. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d' on page 452 undefined on input line 53008. LaTeX Warning: Hyper reference `server:server-core:core.trust_ca_certificates' on page 452 undefined on input line 53031. [452] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv4.host_address' on page 453 undefined on input line 53052. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv6.host_address' on page 453 undefined on input line 53052. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv4.gateway' on page 453 undefined on input line 53057. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv6.gateway' on page 453 undefined on input line 53057. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv4.gateway' on page 453 undefined on input line 53074. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv6.gateway' on page 453 undefined on input line 53074. [453] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv4.host_table' on page 454 undefined on input line 53113. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv6.host_table' on page 454 undefined on input line 53113. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv4.host_table' on page 454 undefined on input line 53120. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv6.host_table' on page 454 undefined on input line 53120. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:mode' on page 454 undefined on input line 53127. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv4.address' on page 454 undefined on input line 53131. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv6.address' on page 454 undefined on input line 53131. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv4.gateway' on page 454 undefined on input line 53135. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ipvlan-device- conf:ipv6.gateway' on page 454 undefined on input line 53135. [454] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:limits.ingress' on page 455 undefined on input line 53166. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:limits.egress' on page 455 undefined on input line 53166. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:limits.max' on page 455 undefined on input line 53166. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:vlan' on page 455 undefined on input line 53172. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:vlan.tagged' on page 455 undefined on input line 53172. [455] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.deny_default' on page 456 undefined on input line 53309. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.deny_compat' on page 456 undefined on input line 53313. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.deny' on page 456 undefined on input line 53317. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.allow' on page 456 undefined on input line 53321. [456] LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.disk' on page 457 undefined on input line 53350. LaTeX Warning: Hyper reference `reference/network_macvlan:network-macvlan-netwo rk-conf:parent' on page 457 undefined on input line 53358. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-macvlan-device -conf:network' on page 457 undefined on input line 53362. LaTeX Warning: Hyper reference `reference/network_sriov:network-sriov-network-c onf:parent' on page 457 undefined on input line 53369. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-sriov-device-c onf:network' on page 457 undefined on input line 53373. LaTeX Warning: Hyper reference `server:server-miscellaneous:network.ovn.integra tion_bridge' on page 457 undefined on input line 53397. LaTeX Warning: Hyper reference `server:server-miscellaneous:network.ovn.northbo und_connection' on page 457 undefined on input line 53401. [457] LaTeX Warning: Hyper reference `reference/projects:project-features:features.ne tworks' on page 458 undefined on input line 53409. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.networks.uplinks' on page 458 undefined on input line 53415. LaTeX Warning: Hyper reference `rest-api::doc' on page 458 undefined on input l ine 53425. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:parent' on page 458 undefined on input line 53486. [458] LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ipv4.routes' on page 459 undefined on input line 53495. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ipv6.routes' on page 459 undefined on input line 53495. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:ipv4.routes.external' on page 459 undefined on input line 53496. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:ipv6.routes.external' on page 459 undefined on input line 53496. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.networks.subnets' on page 459 undefined on input line 53499. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv4.nat' on page 459 undefined on input line 53506. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv6.nat' on page 459 undefined on input line 53506. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-pool-conf:zfs .clone_copy' on page 459 undefined on input line 53535. LaTeX Warning: Hyper reference `reference/devices_gpu:device-gpu-mdev-device-co nf:mdev' on page 459 undefined on input line 53543. [459] LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ovn.ingress_mode' on page 460 undefined on input line 53568. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv4.dhcp' on page 460 undefined on input line 53580. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv6.dhcp' on page 460 undefined on input line 53580. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ipv4.routes.anycast' on page 460 undefined on input line 53589. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ipv6.routes.anycast' on page 460 undefined on input line 53589. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ovn.ingress_mode' on page 460 undefined on input line 53593. LaTeX Warning: Hyper reference `reference/projects:project-limits:limits.instan ces' on page 460 undefined on input line 53599. [460] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:security.port_isolation' on page 461 undefined on input line 53625. LaTeX Warning: Hyper reference `rest-api::doc' on page 461 undefined on input l ine 53631. [461] LaTeX Warning: Hyper reference `reference/instance_options:instance-migration:m igration.stateful' on page 462 undefined on input line 53686. LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: size.state' on page 462 undefined on input line 53692. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:c eph.rbd.features' on page 462 undefined on input line 53698. LaTeX Warning: Hyper reference `reference/projects:project-specific:backups.com pression_algorithm' on page 462 undefined on input line 53704. LaTeX Warning: Hyper reference `reference/projects:project-specific:images.comp ression_algorithm' on page 462 undefined on input line 53704. LaTeX Warning: Hyper reference `server:server-images:images.remote_cache_expiry ' on page 462 undefined on input line 53711. LaTeX Warning: Hyper reference `server:server-images:images.auto_update_cached' on page 462 undefined on input line 53732. LaTeX Warning: Hyper reference `server:server-images:images.auto_update_interva l' on page 462 undefined on input line 53732. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.cluster.target' on page 462 undefined on input line 53739. [462] LaTeX Warning: Hyper reference `server:server-images:images.default_architectur e' on page 463 undefined on input line 53746. Underfull \hbox (badness 5878) in paragraph at lines 53752--53755 []\T1/qtm/m/n/10 Adds new \T1/txtt/m/n/10 security.acls.default.{in,e}gress.act ion \T1/qtm/m/n/10 and \T1/txtt/m/n/10 security.acls.default.{in,e}gress. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:security.acls' on page 463 undefined on input line 53773. Underfull \hbox (badness 5832) in paragraph at lines 53775--53778 []\T1/qtm/m/n/10 Also adds \T1/txtt/m/n/10 security.acls.default.{in,e}gress.ac tion \T1/qtm/m/n/10 and \T1/txtt/m/n/10 security.acls.default.{in,e}gress. LaTeX Warning: Hyper reference `rest-api::doc' on page 463 undefined on input l ine 53786. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.backups' on page 463 undefined on input line 53810. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.snapshots' on page 463 undefined on input line 53810. [463] LaTeX Warning: Hyper reference `server:server-core:core.https_trusted_proxy' on page 464 undefined on input line 53830. [464] LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:cluster.evacuate' on page 465 undefined on input line 53878. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.evacuate.origin' on page 465 undefined on input line 53878. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv4.nat.address' on page 465 undefined on input line 53884. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv6.nat.address' on page 465 undefined on input line 53884. LaTeX Warning: Hyper reference `reference/network_physical:network-physical-net work-conf:ovn.ingress_mode' on page 465 undefined on input line 53886. LaTeX Warning: Hyper reference `server:server-core:core.bgp_address' on page 46 5 undefined on input line 53900. LaTeX Warning: Hyper reference `server:server-core:core.bgp_asn' on page 465 un defined on input line 53904. LaTeX Warning: Hyper reference `server:server-core:core.bgp_routerid' on page 4 65 undefined on input line 53908. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bgp.ipv4.nexthop' on page 465 undefined on input line 53934. LaTeX Warning: Hyper reference `reference/network_bridge:network-bridge-network -conf:bgp.ipv6.nexthop' on page 465 undefined on input line 53938. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:ipv4.routes.external' on page 465 undefined on input line 53947. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-bridged-device -conf:ipv6.routes.external' on page 465 undefined on input line 53951. [465] LaTeX Warning: Hyper reference `server:server-core:core.dns_address' on page 46 6 undefined on input line 54026. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.networks.zones' on page 466 undefined on input line 54052. [466] LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:acceleration' on page 467 undefined on input line 54073. LaTeX Warning: Hyper reference `reference/instance_options:instance-cloud-init: cloud-init.vendor-data' on page 467 undefined on input line 54103. LaTeX Warning: Hyper reference `reference/instance_options:instance-cloud-init: cloud-init.user-data' on page 467 undefined on input line 54107. LaTeX Warning: Hyper reference `reference/instance_options:instance-cloud-init: cloud-init.network-config' on page 467 undefined on input line 54111. [467] LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.cluster.groups' on page 468 undefined on input line 54165. LaTeX Warning: Hyper reference `reference/storage_ceph:storage-ceph-pool-conf:c eph.rbd.du' on page 468 undefined on input line 54173. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.agent.metrics' on page 468 undefined on input line 54187. Underfull \hbox (badness 10000) in paragraph at lines 54193--54196 []\T1/qtm/m/n/10 Adds sup-port for the new MIG UUID for-mat used by NVIDIA \T1/ txtt/m/n/10 470+ \T1/qtm/m/n/10 drivers (for ex-am-ple, [468] LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:cluster.evacuate' on page 469 undefined on input line 54211. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-pool-conf:zfs .export' on page 469 undefined on input line 54251. [469] LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.blocksize' on page 470 undefined on input line 54304. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv4.neighbor_probe' on page 470 undefined on input line 54334. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-routed-device- conf:ipv6.neighbor_probe' on page 470 undefined on input line 54334. [470] LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.containers.interception' on page 471 undefined on input line 54353. LaTeX Warning: Hyper reference `server:server-core:core.metrics_authentication' on page 471 undefined on input line 54359. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.sched_setscheduler' on page 471 undefined on input li ne 54386. LaTeX Warning: Hyper reference `reference/storage_lvm:storage-lvm-pool-conf:lvm .thinpool_metadata_size' on page 471 undefined on input line 54392. [471] LaTeX Warning: Hyper reference `server:server-miscellaneous:instances.nic.host_ name' on page 472 undefined on input line 54413. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.sysinfo' on page 472 undefined on input line 54427. LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:cluster.evacuate' on page 472 undefined on input line 54435. LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.qem u.conf' on page 472 undefined on input line 54448. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.fscache' on page 472 undefined on input line 54454. [472] [473] LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.networks.access' on page 474 undefined on input line 54517. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.nic' on page 474 undefined on input line 54518. LaTeX Warning: Hyper reference `reference/projects:project-restricted:restricte d.devices.nic' on page 474 undefined on input line 54521. LaTeX Warning: Hyper reference `server:server-core:core.storage_buckets_address ' on page 474 undefined on input line 54541. Underfull \hbox (badness 6876) in paragraph at lines 54540--54542 []\T1/qtm/m/n/10 This in-tro-duces the abil-ity to use stor-age buck-ets on lo- cal stor-age pools by set-ting the new \T1/txtt/m/sl/10 core. LaTeX Warning: Hyper reference `server:server-loki:loki.api.ca_cert' on page 47 4 undefined on input line 54554. LaTeX Warning: Hyper reference `server:server-loki:loki.api.url' on page 474 un defined on input line 54558. LaTeX Warning: Hyper reference `server:server-loki:loki.auth.username' on page 474 undefined on input line 54562. LaTeX Warning: Hyper reference `server:server-loki:loki.auth.password' on page 474 undefined on input line 54562. LaTeX Warning: Hyper reference `server:server-loki:loki.labels' on page 474 und efined on input line 54566. LaTeX Warning: Hyper reference `server:server-loki:loki.loglevel' on page 474 u ndefined on input line 54570. LaTeX Warning: Hyper reference `server:server-loki:loki.types' on page 474 unde fined on input line 54574. LaTeX Warning: Hyper reference `server:server-acme:acme.domain' on page 474 und efined on input line 54589. LaTeX Warning: Hyper reference `server:server-acme:acme.email' on page 474 unde fined on input line 54593. LaTeX Warning: Hyper reference `server:server-acme:acme.ca_url' on page 474 und efined on input line 54597. [474] LaTeX Warning: Hyper reference `server:server-cluster:cluster.join_token_expiry ' on page 475 undefined on input line 54643. LaTeX Warning: Hyper reference `server:server-core:core.remote_token_expiry' on page 475 undefined on input line 54650. LaTeX Warning: Hyper reference `reference/projects:project-features:features.ne tworks.zones' on page 475 undefined on input line 54672. LaTeX Warning: Hyper reference `reference/projects:project-features:features.ne tworks' on page 475 undefined on input line 54673. LaTeX Warning: Hyper reference `reference/projects:project-features:features.ne tworks' on page 475 undefined on input line 54677. [475] LaTeX Warning: Hyper reference `server:server-miscellaneous:instances.placement .scriptlet' on page 476 undefined on input line 54713. LaTeX Warning: Hyper reference `reference/instance_options:instance-volatile:vo latile.uuid.generation' on page 476 undefined on input line 54754. [476] LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: io.cache' on page 477 undefined on input line 54762. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.sev' on page 477 undefined on input line 54775. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.sev.policy.es' on page 477 undefined on input line 54779. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.sev.session.dh' on page 477 undefined on input line 54783. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.sev.session.data' on page 477 undefined on input line 54787. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:nested' on page 477 undefined on input line 54815. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:vlan' on page 477 undefined on input line 54815. LaTeX Warning: Hyper reference `server:server-oidc:oidc.issuer' on page 477 und efined on input line 54828. LaTeX Warning: Hyper reference `server:server-oidc:oidc.client.id' on page 477 undefined on input line 54832. LaTeX Warning: Hyper reference `server:server-oidc:oidc.audience' on page 477 u ndefined on input line 54836. [477] LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv4.l3only' on page 478 undefined on input line 54845. LaTeX Warning: Hyper reference `reference/network_ovn:network-ovn-network-conf: ipv6.l3only' on page 478 undefined on input line 54845. LaTeX Warning: Hyper reference `reference/devices_nic:device-nic-ovn-device-con f:acceleration' on page 478 undefined on input line 54872. LaTeX Warning: Hyper reference `server:server-cluster:cluster.healing_threshold ' on page 478 undefined on input line 54885. LaTeX Warning: Hyper reference `server:server-cluster:cluster.offline_threshold ' on page 478 undefined on input line 54890. [478] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.csm' on page 479 undefined on input line 54924. LaTeX Warning: Hyper reference `reference/manpages/lxc/rebuild:lxc-rebuild-md' on page 479 undefined on input line 54932. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu.nodes' on page 479 undefined on input line 54945. LaTeX Warning: Hyper reference `reference/instance_options:instance-resource-li mits:limits.cpu' on page 479 undefined on input line 54945. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/import:lx c-storage-volume-import-md' on page 479 undefined on input line 54956. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/list-allocations :lxc-network-list-allocations-md' on page 479 undefined on input line 54965. LaTeX Warning: Hyper reference `reference/storage_zfs:storage-zfs-volume-conf:z fs.delegate' on page 479 undefined on input line 54979. [479] LaTeX Warning: Hyper reference `config-options::doc' on page 480 undefined on i nput line 54994. LaTeX Warning: Hyper reference `server:server-core:core.syslog_socket' on page 480 undefined on input line 55000. [480] LaTeX Warning: Hyper reference `reference/devices_disk:device-disk-device-conf: io.bus' on page 481 undefined on input line 55046. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.create_missing' on page 481 undefined on input line 55052. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.osd_pg_num' on page 481 undefined on input line 55052. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.meta_pool' on page 481 undefined on input line 55052. LaTeX Warning: Hyper reference `reference/storage_cephfs:storage-cephfs-pool-co nf:cephfs.data_pool' on page 481 undefined on input line 55052. LaTeX Warning: Hyper reference `server:server-miscellaneous:network.ovn.ca_cert ' on page 481 undefined on input line 55066. LaTeX Warning: Hyper reference `server:server-miscellaneous:network.ovn.client_ cert' on page 481 undefined on input line 55066. LaTeX Warning: Hyper reference `server:server-miscellaneous:network.ovn.client_ key' on page 481 undefined on input line 55066. [481] LaTeX Warning: Hyper reference `server:server-oidc:oidc.groups.claim' on page 4 82 undefined on input line 55106. LaTeX Warning: Hyper reference `server:server-loki:loki.instance' on page 482 u ndefined on input line 55114. [482] LaTeX Warning: Hyper reference `reference/instance_options:instance-migration:m igration.stateful' on page 483 undefined on input line 55142. LaTeX Warning: Hyper reference `server:server-miscellaneous:instances.migration .stateful' on page 483 undefined on input line 55143. LaTeX Warning: Hyper reference `explanation/authorization:fine-grained-authoriz ation' on page 483 undefined on input line 55184. [483] LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:linux.kernel_modules.load' on page 484 undefined on input line 55218. LaTeX Warning: Hyper reference `reference/instance_options:instance-miscellaneo us:linux.kernel_modules' on page 484 undefined on input line 55219. LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:serial' on page 484 undefined on input line 55225. LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:busnum' on page 484 undefined on input line 55225. LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:devnum' on page 484 undefined on input line 55225. LaTeX Warning: Hyper reference `reference/devices_usb:devices-usb' on page 484 undefined on input line 55225. LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:vendorid' on page 484 undefined on input line 55226. LaTeX Warning: Hyper reference `reference/devices_usb:device-unix-usb-device-co nf:productid' on page 484 undefined on input line 55226. LaTeX Warning: Hyper reference `reference/manpages/lxc/monitor:lxc-monitor-md' on page 484 undefined on input line 55247. [484] [485] Overfull \hbox (427.22394pt too wide) in alignment at lines 55445--56528 [] [] [] Package longtable Warning: Column widths have changed (longtable) in table 2 on input line 56528. [486] [487] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.devlxd' on page 488 undefined on input line 56555. [488] [489] [490] [491] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.devlxd.images' on page 492 undefined on input line 56893. [492] LaTeX Warning: Hyper reference `operation:lxd-server' on page 493 undefined on input line 56937. LaTeX Warning: Hyper reference `explanation/lxd_lxc:lxd-lxc' on page 493 undefi ned on input line 56946. LaTeX Warning: Hyper reference `database:database' on page 493 undefined on inp ut line 56950. [493] LaTeX Warning: Hyper reference `reference/manpages/lxc/alias:lxc-alias-md' on p age 494 undefined on input line 57005. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth:lxc-auth-md' on pag e 494 undefined on input line 57009. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 494 undefined on input line 57013. LaTeX Warning: Hyper reference `reference/manpages/lxc/config:lxc-config-md' on page 494 undefined on input line 57017. LaTeX Warning: Hyper reference `reference/manpages/lxc/console:lxc-console-md' on page 494 undefined on input line 57021. LaTeX Warning: Hyper reference `reference/manpages/lxc/copy:lxc-copy-md' on pag e 494 undefined on input line 57025. LaTeX Warning: Hyper reference `reference/manpages/lxc/delete:lxc-delete-md' on page 494 undefined on input line 57029. LaTeX Warning: Hyper reference `reference/manpages/lxc/exec:lxc-exec-md' on pag e 494 undefined on input line 57033. LaTeX Warning: Hyper reference `reference/manpages/lxc/export:lxc-export-md' on page 494 undefined on input line 57037. LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 494 undefined on input line 57041. LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 494 undefined on input line 57045. LaTeX Warning: Hyper reference `reference/manpages/lxc/import:lxc-import-md' on page 494 undefined on input line 57049. LaTeX Warning: Hyper reference `reference/manpages/lxc/info:lxc-info-md' on pag e 494 undefined on input line 57053. LaTeX Warning: Hyper reference `reference/manpages/lxc/init:lxc-init-md' on pag e 494 undefined on input line 57057. LaTeX Warning: Hyper reference `reference/manpages/lxc/launch:lxc-launch-md' on page 494 undefined on input line 57061. LaTeX Warning: Hyper reference `reference/manpages/lxc/list:lxc-list-md' on pag e 494 undefined on input line 57065. LaTeX Warning: Hyper reference `reference/manpages/lxc/monitor:lxc-monitor-md' on page 494 undefined on input line 57069. LaTeX Warning: Hyper reference `reference/manpages/lxc/move:lxc-move-md' on pag e 494 undefined on input line 57073. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 494 undefined on input line 57077. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation:lxc-operation- md' on page 494 undefined on input line 57081. LaTeX Warning: Hyper reference `reference/manpages/lxc/pause:lxc-pause-md' on p age 494 undefined on input line 57085. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 494 undefined on input line 57089. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 494 undefined on input line 57093. LaTeX Warning: Hyper reference `reference/manpages/lxc/publish:lxc-publish-md' on page 494 undefined on input line 57097. LaTeX Warning: Hyper reference `reference/manpages/lxc/query:lxc-query-md' on p age 494 undefined on input line 57101. LaTeX Warning: Hyper reference `reference/manpages/lxc/rebuild:lxc-rebuild-md' on page 494 undefined on input line 57105. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 494 undefined on input line 57109. LaTeX Warning: Hyper reference `reference/manpages/lxc/rename:lxc-rename-md' on page 494 undefined on input line 57113. LaTeX Warning: Hyper reference `reference/manpages/lxc/restart:lxc-restart-md' on page 494 undefined on input line 57117. LaTeX Warning: Hyper reference `reference/manpages/lxc/restore:lxc-restore-md' on page 494 undefined on input line 57121. LaTeX Warning: Hyper reference `reference/manpages/lxc/snapshot:lxc-snapshot-md ' on page 494 undefined on input line 57125. LaTeX Warning: Hyper reference `reference/manpages/lxc/start:lxc-start-md' on p age 494 undefined on input line 57129. LaTeX Warning: Hyper reference `reference/manpages/lxc/stop:lxc-stop-md' on pag e 494 undefined on input line 57133. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 494 undefined on input line 57137. LaTeX Warning: Hyper reference `reference/manpages/lxc/version:lxc-version-md' on page 494 undefined on input line 57141. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 494 undefined on input line 57145. [494] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 495 unde fined on input line 57187. LaTeX Warning: Hyper reference `reference/manpages/lxc/alias/add:lxc-alias-add- md' on page 495 undefined on input line 57191. LaTeX Warning: Hyper reference `reference/manpages/lxc/alias/list:lxc-alias-lis t-md' on page 495 undefined on input line 57195. LaTeX Warning: Hyper reference `reference/manpages/lxc/alias/remove:lxc-alias-r emove-md' on page 495 undefined on input line 57199. LaTeX Warning: Hyper reference `reference/manpages/lxc/alias/rename:lxc-alias-r ename-md' on page 495 undefined on input line 57203. [495] LaTeX Warning: Hyper reference `reference/manpages/lxc/alias:lxc-alias-md' on p age 496 undefined on input line 57253. [496] LaTeX Warning: Hyper reference `reference/manpages/lxc/alias:lxc-alias-md' on p age 497 undefined on input line 57302. LaTeX Warning: Hyper reference `reference/manpages/lxc/alias:lxc-alias-md' on p age 497 undefined on input line 57352. [497] LaTeX Warning: Hyper reference `reference/manpages/lxc/alias:lxc-alias-md' on p age 498 undefined on input line 57402. [498] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 499 unde fined on input line 57444. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group:lxc-auth-grou p-md' on page 499 undefined on input line 57448. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity:lxc-auth-i dentity-md' on page 499 undefined on input line 57452. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup:lxc-auth-identity-provider-group-md' on page 499 undefined on input line 5 7456. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/permission:lxc-auth -permission-md' on page 499 undefined on input line 57460. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth:lxc-auth-md' on pag e 499 undefined on input line 57502. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group/create:lxc-au th-group-create-md' on page 499 undefined on input line 57506. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group/delete:lxc-au th-group-delete-md' on page 499 undefined on input line 57510. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group/edit:lxc-auth -group-edit-md' on page 499 undefined on input line 57514. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group/list:lxc-auth -group-list-md' on page 499 undefined on input line 57518. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group/permission:lx c-auth-group-permission-md' on page 499 undefined on input line 57522. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group/rename:lxc-au th-group-rename-md' on page 499 undefined on input line 57526. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group/show:lxc-auth -group-show-md' on page 499 undefined on input line 57530. [499] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group:lxc-auth-grou p-md' on page 500 undefined on input line 57579. [500] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group:lxc-auth-grou p-md' on page 501 undefined on input line 57621. [501] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group:lxc-auth-grou p-md' on page 502 undefined on input line 57671. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group:lxc-auth-grou p-md' on page 502 undefined on input line 57720. [502] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group:lxc-auth-grou p-md' on page 503 undefined on input line 57762. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group/permission/ad d:lxc-auth-group-permission-add-md' on page 503 undefined on input line 57766. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group/permission/re move:lxc-auth-group-permission-remove-md' on page 503 undefined on input line 5 7770. [503] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group/permission:lx c-auth-group-permission-md' on page 504 undefined on input line 57812. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group/permission:lx c-auth-group-permission-md' on page 504 undefined on input line 57854. [504] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group:lxc-auth-grou p-md' on page 505 undefined on input line 57896. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/group:lxc-auth-grou p-md' on page 505 undefined on input line 57938. [505] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth:lxc-auth-md' on pag e 506 undefined on input line 57980. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity/edit:lxc-a uth-identity-edit-md' on page 506 undefined on input line 57984. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity/group:lxc- auth-identity-group-md' on page 506 undefined on input line 57988. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity/info:lxc-a uth-identity-info-md' on page 506 undefined on input line 57992. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity/list:lxc-a uth-identity-list-md' on page 506 undefined on input line 57996. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity/show:lxc-a uth-identity-show-md' on page 506 undefined on input line 58000. [506] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity:lxc-auth-i dentity-md' on page 507 undefined on input line 58050. [507] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity:lxc-auth-i dentity-md' on page 508 undefined on input line 58092. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity/group/add: lxc-auth-identity-group-add-md' on page 508 undefined on input line 58096. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity/group/remo ve:lxc-auth-identity-group-remove-md' on page 508 undefined on input line 58100 . LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity/group:lxc- auth-identity-group-md' on page 508 undefined on input line 58142. [508] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity/group:lxc- auth-identity-group-md' on page 509 undefined on input line 58184. [509] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity:lxc-auth-i dentity-md' on page 510 undefined on input line 58231. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity:lxc-auth-i dentity-md' on page 510 undefined on input line 58280. [510] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity:lxc-auth-i dentity-md' on page 511 undefined on input line 58328. [511] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth:lxc-auth-md' on pag e 512 undefined on input line 58370. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup/create:lxc-auth-identity-provider-group-create-md' on page 512 undefined o n input line 58374. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup/delete:lxc-auth-identity-provider-group-delete-md' on page 512 undefined o n input line 58378. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup/edit:lxc-auth-identity-provider-group-edit-md' on page 512 undefined on in put line 58382. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup/group:lxc-auth-identity-provider-group-group-md' on page 512 undefined on input line 58386. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup/list:lxc-auth-identity-provider-group-list-md' on page 512 undefined on in put line 58390. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup/rename:lxc-auth-identity-provider-group-rename-md' on page 512 undefined o n input line 58394. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup/show:lxc-auth-identity-provider-group-show-md' on page 512 undefined on in put line 58398. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup:lxc-auth-identity-provider-group-md' on page 512 undefined on input line 5 8440. [512] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup:lxc-auth-identity-provider-group-md' on page 513 undefined on input line 5 8482. [513] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup:lxc-auth-identity-provider-group-md' on page 514 undefined on input line 5 8532. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup:lxc-auth-identity-provider-group-md' on page 514 undefined on input line 5 8574. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup/group/add:lxc-auth-identity-provider-group-group-add-md' on page 514 undef ined on input line 58578. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup/group/remove:lxc-auth-identity-provider-group-group-remove-md' on page 514 undefined on input line 58582. [514] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup/group:lxc-auth-identity-provider-group-group-md' on page 515 undefined on input line 58624. [515] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup/group:lxc-auth-identity-provider-group-group-md' on page 516 undefined on input line 58666. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup:lxc-auth-identity-provider-group-md' on page 516 undefined on input line 5 8715. [516] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup:lxc-auth-identity-provider-group-md' on page 517 undefined on input line 5 8757. [517] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/identity-provider-g roup:lxc-auth-identity-provider-group-md' on page 518 undefined on input line 5 8799. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth:lxc-auth-md' on pag e 518 undefined on input line 58841. LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/permission/list:lxc -auth-permission-list-md' on page 518 undefined on input line 58845. [518] LaTeX Warning: Hyper reference `reference/manpages/lxc/auth/permission:lxc-auth -permission-md' on page 519 undefined on input line 58895. [519] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 520 unde fined on input line 58937. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/add:lxc-cluster- add-md' on page 520 undefined on input line 58941. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/edit:lxc-cluster -edit-md' on page 520 undefined on input line 58945. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/enable:lxc-clust er-enable-md' on page 520 undefined on input line 58949. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/evacuate:lxc-clu ster-evacuate-md' on page 520 undefined on input line 58953. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/get:lxc-cluster- get-md' on page 520 undefined on input line 58957. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group:lxc-cluste r-group-md' on page 520 undefined on input line 58961. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/info:lxc-cluster -info-md' on page 520 undefined on input line 58965. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/list:lxc-cluster -list-md' on page 520 undefined on input line 58969. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/list-tokens:lxc- cluster-list-tokens-md' on page 520 undefined on input line 58973. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/remove:lxc-clust er-remove-md' on page 520 undefined on input line 58977. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/rename:lxc-clust er-rename-md' on page 520 undefined on input line 58981. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/restore:lxc-clus ter-restore-md' on page 520 undefined on input line 58985. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/revoke-token:lxc -cluster-revoke-token-md' on page 520 undefined on input line 58989. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/role:lxc-cluster -role-md' on page 520 undefined on input line 58993. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/set:lxc-cluster- set-md' on page 520 undefined on input line 58997. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/show:lxc-cluster -show-md' on page 520 undefined on input line 59001. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/unset:lxc-cluste r-unset-md' on page 520 undefined on input line 59005. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/update-certifica te:lxc-cluster-update-certificate-md' on page 520 undefined on input line 59009 . [520] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 521 undefined on input line 59058. [521] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 522 undefined on input line 59108. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 522 undefined on input line 59159. [522] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 523 undefined on input line 59209. [523] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 524 undefined on input line 59258. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 524 undefined on input line 59296. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group/add:lxc-cl uster-group-add-md' on page 524 undefined on input line 59300. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group/assign:lxc -cluster-group-assign-md' on page 524 undefined on input line 59304. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group/create:lxc -cluster-group-create-md' on page 524 undefined on input line 59308. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group/delete:lxc -cluster-group-delete-md' on page 524 undefined on input line 59312. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group/edit:lxc-c luster-group-edit-md' on page 524 undefined on input line 59316. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group/list:lxc-c luster-group-list-md' on page 524 undefined on input line 59320. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group/remove:lxc -cluster-group-remove-md' on page 524 undefined on input line 59324. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group/rename:lxc -cluster-group-rename-md' on page 524 undefined on input line 59328. [524] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group/show:lxc-c luster-group-show-md' on page 525 undefined on input line 59332. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group:lxc-cluste r-group-md' on page 525 undefined on input line 59374. [525] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group:lxc-cluste r-group-md' on page 526 undefined on input line 59427. [526] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group:lxc-cluste r-group-md' on page 527 undefined on input line 59469. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group:lxc-cluste r-group-md' on page 527 undefined on input line 59511. [527] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group:lxc-cluste r-group-md' on page 528 undefined on input line 59553. [528] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group:lxc-cluste r-group-md' on page 529 undefined on input line 59602. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group:lxc-cluste r-group-md' on page 529 undefined on input line 59644. [529] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group:lxc-cluste r-group-md' on page 530 undefined on input line 59686. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/group:lxc-cluste r-group-md' on page 530 undefined on input line 59728. [530] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 531 undefined on input line 59770. [531] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 532 undefined on input line 59819. [532] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 533 undefined on input line 59868. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 533 undefined on input line 59918. [533] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 534 undefined on input line 59960. [534] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 535 undefined on input line 60009. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 535 undefined on input line 60051. [535] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 536 undefined on input line 60093. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/role/add:lxc-clu ster-role-add-md' on page 536 undefined on input line 60097. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/role/remove:lxc- cluster-role-remove-md' on page 536 undefined on input line 60101. [536] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/role:lxc-cluster -role-md' on page 537 undefined on input line 60143. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster/role:lxc-cluster -role-md' on page 537 undefined on input line 60185. [537] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 538 undefined on input line 60234. [538] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 539 undefined on input line 60276. LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 539 undefined on input line 60325. [539] LaTeX Warning: Hyper reference `reference/manpages/lxc/cluster:lxc-cluster-md' on page 540 undefined on input line 60367. [540] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 541 unde fined on input line 60409. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device:lxc-config -device-md' on page 541 undefined on input line 60413. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/edit:lxc-config-e dit-md' on page 541 undefined on input line 60417. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/get:lxc-config-ge t-md' on page 541 undefined on input line 60421. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/metadata:lxc-conf ig-metadata-md' on page 541 undefined on input line 60425. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/set:lxc-config-se t-md' on page 541 undefined on input line 60429. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/show:lxc-config-s how-md' on page 541 undefined on input line 60433. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/template:lxc-conf ig-template-md' on page 541 undefined on input line 60437. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust:lxc-config- trust-md' on page 541 undefined on input line 60441. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/uefi:lxc-config-u efi-md' on page 541 undefined on input line 60445. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/unset:lxc-config- unset-md' on page 541 undefined on input line 60449. [541] LaTeX Warning: Hyper reference `reference/manpages/lxc/config:lxc-config-md' on page 542 undefined on input line 60491. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device/add:lxc-co nfig-device-add-md' on page 542 undefined on input line 60495. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device/get:lxc-co nfig-device-get-md' on page 542 undefined on input line 60499. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device/list:lxc-c onfig-device-list-md' on page 542 undefined on input line 60503. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device/override:l xc-config-device-override-md' on page 542 undefined on input line 60507. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device/remove:lxc -config-device-remove-md' on page 542 undefined on input line 60511. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device/set:lxc-co nfig-device-set-md' on page 542 undefined on input line 60515. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device/show:lxc-c onfig-device-show-md' on page 542 undefined on input line 60519. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device/unset:lxc- config-device-unset-md' on page 542 undefined on input line 60523. [542] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device:lxc-config -device-md' on page 543 undefined on input line 60576. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device:lxc-config -device-md' on page 543 undefined on input line 60618. [543] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device:lxc-config -device-md' on page 544 undefined on input line 60660. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device:lxc-config -device-md' on page 544 undefined on input line 60702. [544] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device:lxc-config -device-md' on page 545 undefined on input line 60744. [545] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device:lxc-config -device-md' on page 546 undefined on input line 60790. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device:lxc-config -device-md' on page 546 undefined on input line 60832. [546] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/device:lxc-config -device-md' on page 547 undefined on input line 60874. [547] LaTeX Warning: Hyper reference `reference/manpages/lxc/config:lxc-config-md' on page 548 undefined on input line 60931. [548] LaTeX Warning: Hyper reference `reference/manpages/lxc/config:lxc-config-md' on page 549 undefined on input line 60982. LaTeX Warning: Hyper reference `reference/manpages/lxc/config:lxc-config-md' on page 549 undefined on input line 61024. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/metadata/edit:lxc -config-metadata-edit-md' on page 549 undefined on input line 61028. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/metadata/show:lxc -config-metadata-show-md' on page 549 undefined on input line 61032. [549] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/metadata:lxc-conf ig-metadata-md' on page 550 undefined on input line 61074. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/metadata:lxc-conf ig-metadata-md' on page 550 undefined on input line 61116. [550] [551] LaTeX Warning: Hyper reference `reference/manpages/lxc/config:lxc-config-md' on page 552 undefined on input line 61184. LaTeX Warning: Hyper reference `reference/manpages/lxc/config:lxc-config-md' on page 552 undefined on input line 61234. [552] LaTeX Warning: Hyper reference `reference/manpages/lxc/config:lxc-config-md' on page 553 undefined on input line 61276. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/template/create:l xc-config-template-create-md' on page 553 undefined on input line 61280. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/template/delete:l xc-config-template-delete-md' on page 553 undefined on input line 61284. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/template/edit:lxc -config-template-edit-md' on page 553 undefined on input line 61288. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/template/list:lxc -config-template-list-md' on page 553 undefined on input line 61292. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/template/show:lxc -config-template-show-md' on page 553 undefined on input line 61296. [553] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/template:lxc-conf ig-template-md' on page 554 undefined on input line 61338. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/template:lxc-conf ig-template-md' on page 554 undefined on input line 61380. [554] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/template:lxc-conf ig-template-md' on page 555 undefined on input line 61422. [555] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/template:lxc-conf ig-template-md' on page 556 undefined on input line 61471. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/template:lxc-conf ig-template-md' on page 556 undefined on input line 61513. [556] LaTeX Warning: Hyper reference `reference/manpages/lxc/config:lxc-config-md' on page 557 undefined on input line 61555. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust/add:lxc-con fig-trust-add-md' on page 557 undefined on input line 61559. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust/edit:lxc-co nfig-trust-edit-md' on page 557 undefined on input line 61563. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust/list:lxc-co nfig-trust-list-md' on page 557 undefined on input line 61567. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust/list-tokens :lxc-config-trust-list-tokens-md' on page 557 undefined on input line 61571. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust/remove:lxc- config-trust-remove-md' on page 557 undefined on input line 61575. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust/revoke-toke n:lxc-config-trust-revoke-token-md' on page 557 undefined on input line 61579. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust/show:lxc-co nfig-trust-show-md' on page 557 undefined on input line 61583. [557] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust:lxc-config- trust-md' on page 558 undefined on input line 61654. [558] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust:lxc-config- trust-md' on page 559 undefined on input line 61696. [559] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust:lxc-config- trust-md' on page 560 undefined on input line 61745. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust:lxc-config- trust-md' on page 560 undefined on input line 61794. [560] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust:lxc-config- trust-md' on page 561 undefined on input line 61836. [561] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust:lxc-config- trust-md' on page 562 undefined on input line 61878. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/trust:lxc-config- trust-md' on page 562 undefined on input line 61920. [562] LaTeX Warning: Hyper reference `reference/manpages/lxc/config:lxc-config-md' on page 563 undefined on input line 61962. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/uefi/edit:lxc-con fig-uefi-edit-md' on page 563 undefined on input line 61966. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/uefi/get:lxc-conf ig-uefi-get-md' on page 563 undefined on input line 61970. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/uefi/set:lxc-conf ig-uefi-set-md' on page 563 undefined on input line 61974. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/uefi/show:lxc-con fig-uefi-show-md' on page 563 undefined on input line 61978. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/uefi/unset:lxc-co nfig-uefi-unset-md' on page 563 undefined on input line 61982. [563] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/uefi:lxc-config-u efi-md' on page 564 undefined on input line 62032. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/uefi:lxc-config-u efi-md' on page 564 undefined on input line 62074. [564] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/uefi:lxc-config-u efi-md' on page 565 undefined on input line 62124. [565] LaTeX Warning: Hyper reference `reference/manpages/lxc/config/uefi:lxc-config-u efi-md' on page 566 undefined on input line 62166. LaTeX Warning: Hyper reference `reference/manpages/lxc/config/uefi:lxc-config-u efi-md' on page 566 undefined on input line 62208. [566] LaTeX Warning: Hyper reference `reference/manpages/lxc/config:lxc-config-md' on page 567 undefined on input line 62258. [567] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 568 unde fined on input line 62312. [568] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 569 unde fined on input line 62393. [569] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 570 unde fined on input line 62443. [570] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 571 unde fined on input line 62512. [571] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 572 unde fined on input line 62571. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 572 unde fined on input line 62613. LaTeX Warning: Hyper reference `reference/manpages/lxc/file/delete:lxc-file-del ete-md' on page 572 undefined on input line 62617. LaTeX Warning: Hyper reference `reference/manpages/lxc/file/edit:lxc-file-edit- md' on page 572 undefined on input line 62621. LaTeX Warning: Hyper reference `reference/manpages/lxc/file/mount:lxc-file-moun t-md' on page 572 undefined on input line 62625. LaTeX Warning: Hyper reference `reference/manpages/lxc/file/pull:lxc-file-pull- md' on page 572 undefined on input line 62629. LaTeX Warning: Hyper reference `reference/manpages/lxc/file/push:lxc-file-push- md' on page 572 undefined on input line 62633. [572] LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 573 undefined on input line 62675. [573] LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 574 undefined on input line 62717. LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 574 undefined on input line 62776. [574] LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 575 undefined on input line 62834. [575] LaTeX Warning: Hyper reference `reference/manpages/lxc/file:lxc-file-md' on pag e 576 undefined on input line 62895. [576] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 577 unde fined on input line 62955. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 577 undefined on input line 62959. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/copy:lxc-image-cop y-md' on page 577 undefined on input line 62963. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/delete:lxc-image-d elete-md' on page 577 undefined on input line 62967. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/edit:lxc-image-edi t-md' on page 577 undefined on input line 62971. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/export:lxc-image-e xport-md' on page 577 undefined on input line 62975. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/get-property:lxc-i mage-get-property-md' on page 577 undefined on input line 62979. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/import:lxc-image-i mport-md' on page 577 undefined on input line 62983. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/info:lxc-image-inf o-md' on page 577 undefined on input line 62987. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/list:lxc-image-lis t-md' on page 577 undefined on input line 62991. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/refresh:lxc-image- refresh-md' on page 577 undefined on input line 62995. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/set-property:lxc-i mage-set-property-md' on page 577 undefined on input line 62999. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/show:lxc-image-sho w-md' on page 577 undefined on input line 63003. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/unset-property:lxc -image-unset-property-md' on page 577 undefined on input line 63007. [577] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 578 undefined on input line 63049. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias/create:lxc-i mage-alias-create-md' on page 578 undefined on input line 63053. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias/delete:lxc-i mage-alias-delete-md' on page 578 undefined on input line 63057. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias/list:lxc-ima ge-alias-list-md' on page 578 undefined on input line 63061. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias/rename:lxc-i mage-alias-rename-md' on page 578 undefined on input line 63065. [578] LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 579 undefined on input line 63107. LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 579 undefined on input line 63149. [579] LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 580 undefined on input line 63201. [580] LaTeX Warning: Hyper reference `reference/manpages/lxc/image/alias:lxc-image-al ias-md' on page 581 undefined on input line 63243. [581] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 582 undefined on input line 63303. LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 582 undefined on input line 63345. [582] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 583 undefined on input line 63398. [583] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 584 undefined on input line 63450. [584] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 585 undefined on input line 63492. [585] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 586 undefined on input line 63545. LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 586 undefined on input line 63594. [586] [587] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 588 undefined on input line 63672. LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 588 undefined on input line 63714. [588] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 589 undefined on input line 63756. [589] LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 590 undefined on input line 63805. LaTeX Warning: Hyper reference `reference/manpages/lxc/image:lxc-image-md' on p age 590 undefined on input line 63847. [590] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 591 unde fined on input line 63905. [591] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 592 unde fined on input line 63967. [592] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 593 unde fined on input line 64043. [593] [594] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 595 unde fined on input line 64123. [595] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 596 unde fined on input line 64270. [596] [597] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 598 unde fined on input line 64340. [598] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 599 unde fined on input line 64433. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 599 unde fined on input line 64475. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 599 undefined on input line 64479. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/attach:lxc-netwo rk-attach-md' on page 599 undefined on input line 64483. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/attach-profile:l xc-network-attach-profile-md' on page 599 undefined on input line 64487. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/create:lxc-netwo rk-create-md' on page 599 undefined on input line 64491. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/delete:lxc-netwo rk-delete-md' on page 599 undefined on input line 64495. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/detach:lxc-netwo rk-detach-md' on page 599 undefined on input line 64499. [599] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/detach-profile:l xc-network-detach-profile-md' on page 600 undefined on input line 64503. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/edit:lxc-network -edit-md' on page 600 undefined on input line 64507. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 600 undefined on input line 64511. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/get:lxc-network- get-md' on page 600 undefined on input line 64515. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/info:lxc-network -info-md' on page 600 undefined on input line 64519. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/list:lxc-network -list-md' on page 600 undefined on input line 64523. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/list-allocations :lxc-network-list-allocations-md' on page 600 undefined on input line 64527. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/list-leases:lxc- network-list-leases-md' on page 600 undefined on input line 64531. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 600 undefined on input line 64535. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 600 undefined on input line 64539. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/rename:lxc-netwo rk-rename-md' on page 600 undefined on input line 64543. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/set:lxc-network- set-md' on page 600 undefined on input line 64547. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/show:lxc-network -show-md' on page 600 undefined on input line 64551. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/unset:lxc-networ k-unset-md' on page 600 undefined on input line 64555. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 600 undefined on input line 64559. [600] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 601 undefined on input line 64601. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/create:lxc-n etwork-acl-create-md' on page 601 undefined on input line 64605. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/delete:lxc-n etwork-acl-delete-md' on page 601 undefined on input line 64609. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/edit:lxc-net work-acl-edit-md' on page 601 undefined on input line 64613. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/get:lxc-netw ork-acl-get-md' on page 601 undefined on input line 64617. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/list:lxc-net work-acl-list-md' on page 601 undefined on input line 64621. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rename:lxc-n etwork-acl-rename-md' on page 601 undefined on input line 64625. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule:lxc-net work-acl-rule-md' on page 601 undefined on input line 64629. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/set:lxc-netw ork-acl-set-md' on page 601 undefined on input line 64633. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/show:lxc-net work-acl-show-md' on page 601 undefined on input line 64637. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/show-log:lxc -network-acl-show-log-md' on page 601 undefined on input line 64641. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/unset:lxc-ne twork-acl-unset-md' on page 601 undefined on input line 64645. [601] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 602 undefined on input line 64687. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 602 undefined on input line 64729. [602] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 603 undefined on input line 64771. [603] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 604 undefined on input line 64820. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 604 undefined on input line 64869. [604] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 605 undefined on input line 64911. [605] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 606 undefined on input line 64949. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule/add:lxc -network-acl-rule-add-md' on page 606 undefined on input line 64953. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule/remove: lxc-network-acl-rule-remove-md' on page 606 undefined on input line 64957. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule:lxc-net work-acl-rule-md' on page 606 undefined on input line 64999. [606] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl/rule:lxc-net work-acl-rule-md' on page 607 undefined on input line 65048. [607] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 608 undefined on input line 65101. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 608 undefined on input line 65143. [608] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 609 undefined on input line 65185. [609] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/acl:lxc-network- acl-md' on page 610 undefined on input line 65234. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 610 undefined on input line 65276. [610] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 611 undefined on input line 65318. [611] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 612 undefined on input line 65379. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 612 undefined on input line 65421. [612] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 613 undefined on input line 65463. [613] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 614 undefined on input line 65505. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 614 undefined on input line 65547. [614] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 615 undefined on input line 65589. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/create:l xc-network-forward-create-md' on page 615 undefined on input line 65593. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/delete:l xc-network-forward-delete-md' on page 615 undefined on input line 65597. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/edit:lxc -network-forward-edit-md' on page 615 undefined on input line 65601. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/get:lxc- network-forward-get-md' on page 615 undefined on input line 65605. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/list:lxc -network-forward-list-md' on page 615 undefined on input line 65609. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port:lxc -network-forward-port-md' on page 615 undefined on input line 65613. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/set:lxc- network-forward-set-md' on page 615 undefined on input line 65617. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/show:lxc -network-forward-show-md' on page 615 undefined on input line 65621. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/unset:lx c-network-forward-unset-md' on page 615 undefined on input line 65625. [615] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 616 undefined on input line 65675. [616] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 617 undefined on input line 65724. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 617 undefined on input line 65773. [617] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 618 undefined on input line 65822. [618] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 619 undefined on input line 65871. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 619 undefined on input line 65909. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port/add :lxc-network-forward-port-add-md' on page 619 undefined on input line 65913. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port/rem ove:lxc-network-forward-port-remove-md' on page 619 undefined on input line 659 17. [619] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port:lxc -network-forward-port-md' on page 620 undefined on input line 65966. [620] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward/port:lxc -network-forward-port-md' on page 621 undefined on input line 66016. [621] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 622 undefined on input line 66070. [622] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 623 undefined on input line 66119. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/forward:lxc-netw ork-forward-md' on page 623 undefined on input line 66168. [623] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 624 undefined on input line 66218. [624] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 625 undefined on input line 66267. [625] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 626 undefined on input line 66316. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 626 undefined on input line 66366. [626] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 627 undefined on input line 66415. [627] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 628 undefined on input line 66457. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend:lxc-network-load-balancer-backend-md' on page 628 undefined on input line 66461. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/cr eate:lxc-network-load-balancer-create-md' on page 628 undefined on input line 6 6465. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/de lete:lxc-network-load-balancer-delete-md' on page 628 undefined on input line 6 6469. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ed it:lxc-network-load-balancer-edit-md' on page 628 undefined on input line 66473 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ge t:lxc-network-load-balancer-get-md' on page 628 undefined on input line 66477. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/li st:lxc-network-load-balancer-list-md' on page 628 undefined on input line 66481 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt:lxc-network-load-balancer-port-md' on page 628 undefined on input line 66485 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/se t:lxc-network-load-balancer-set-md' on page 628 undefined on input line 66489. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/sh ow:lxc-network-load-balancer-show-md' on page 628 undefined on input line 66493 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/un set:lxc-network-load-balancer-unset-md' on page 628 undefined on input line 664 97. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 628 undefined on input line 66535. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend/add:lxc-network-load-balancer-backend-add-md' on page 628 undefined on in put line 66539. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend/remove:lxc-network-load-balancer-backend-remove-md' on page 628 undefined on input line 66543. [628] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend:lxc-network-load-balancer-backend-md' on page 629 undefined on input line 66592. [629] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/ba ckend:lxc-network-load-balancer-backend-md' on page 630 undefined on input line 66641. [630] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 631 undefined on input line 66691. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 631 undefined on input line 66740. [631] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 632 undefined on input line 66789. [632] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 633 undefined on input line 66838. [633] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 634 undefined on input line 66887. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 634 undefined on input line 66925. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt/add:lxc-network-load-balancer-port-add-md' on page 634 undefined on input li ne 66929. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt/remove:lxc-network-load-balancer-port-remove-md' on page 634 undefined on in put line 66933. [634] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt:lxc-network-load-balancer-port-md' on page 635 undefined on input line 66982 . [635] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer/po rt:lxc-network-load-balancer-port-md' on page 636 undefined on input line 67032 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 636 undefined on input line 67086. [636] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 637 undefined on input line 67135. [637] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/load-balancer:lx c-network-load-balancer-md' on page 638 undefined on input line 67184. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 638 undefined on input line 67226. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/create:lxc- network-peer-create-md' on page 638 undefined on input line 67230. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/delete:lxc- network-peer-delete-md' on page 638 undefined on input line 67234. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/edit:lxc-ne twork-peer-edit-md' on page 638 undefined on input line 67238. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/get:lxc-net work-peer-get-md' on page 638 undefined on input line 67242. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/list:lxc-ne twork-peer-list-md' on page 638 undefined on input line 67246. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/set:lxc-net work-peer-set-md' on page 638 undefined on input line 67250. [638] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/show:lxc-ne twork-peer-show-md' on page 639 undefined on input line 67254. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer/unset:lxc-n etwork-peer-unset-md' on page 639 undefined on input line 67258. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 639 undefined on input line 67300. [639] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 640 undefined on input line 67342. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 640 undefined on input line 67384. [640] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 641 undefined on input line 67433. [641] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 642 undefined on input line 67482. [642] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 643 undefined on input line 67535. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 643 undefined on input line 67577. [643] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/peer:lxc-network -peer-md' on page 644 undefined on input line 67626. [644] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 645 undefined on input line 67668. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 645 undefined on input line 67722. [645] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 646 undefined on input line 67771. [646] LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 647 undefined on input line 67821. LaTeX Warning: Hyper reference `reference/manpages/lxc/network:lxc-network-md' on page 647 undefined on input line 67863. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/create:lxc- network-zone-create-md' on page 647 undefined on input line 67867. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/delete:lxc- network-zone-delete-md' on page 647 undefined on input line 67871. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/edit:lxc-ne twork-zone-edit-md' on page 647 undefined on input line 67875. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/get:lxc-net work-zone-get-md' on page 647 undefined on input line 67879. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/list:lxc-ne twork-zone-list-md' on page 647 undefined on input line 67883. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 647 undefined on input line 67887. [647] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/set:lxc-net work-zone-set-md' on page 648 undefined on input line 67891. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/show:lxc-ne twork-zone-show-md' on page 648 undefined on input line 67895. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/unset:lxc-n etwork-zone-unset-md' on page 648 undefined on input line 67899. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 648 undefined on input line 67941. [648] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 649 undefined on input line 67983. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 649 undefined on input line 68025. [649] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 650 undefined on input line 68074. [650] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 651 undefined on input line 68123. [651] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 652 undefined on input line 68165. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/crea te:lxc-network-zone-record-create-md' on page 652 undefined on input line 68169 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/dele te:lxc-network-zone-record-delete-md' on page 652 undefined on input line 68173 . LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/edit :lxc-network-zone-record-edit-md' on page 652 undefined on input line 68177. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y:lxc-network-zone-record-entry-md' on page 652 undefined on input line 68181. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/get: lxc-network-zone-record-get-md' on page 652 undefined on input line 68185. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/list :lxc-network-zone-record-list-md' on page 652 undefined on input line 68189. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/set: lxc-network-zone-record-set-md' on page 652 undefined on input line 68193. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/show :lxc-network-zone-record-show-md' on page 652 undefined on input line 68197. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/unse t:lxc-network-zone-record-unset-md' on page 652 undefined on input line 68201. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 652 undefined on input line 68243. [652] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 653 undefined on input line 68285. [653] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 654 undefined on input line 68327. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 654 undefined on input line 68365. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y/add:lxc-network-zone-record-entry-add-md' on page 654 undefined on input line 68369. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y/remove:lxc-network-zone-record-entry-remove-md' on page 654 undefined on inpu t line 68373. [654] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y:lxc-network-zone-record-entry-md' on page 655 undefined on input line 68422. [655] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record/entr y:lxc-network-zone-record-entry-md' on page 656 undefined on input line 68464. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 656 undefined on input line 68513. [656] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 657 undefined on input line 68562. [657] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 658 undefined on input line 68611. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 658 undefined on input line 68653. [658] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone/record:lxc- network-zone-record-md' on page 659 undefined on input line 68702. [659] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 660 undefined on input line 68755. [660] LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 661 undefined on input line 68797. LaTeX Warning: Hyper reference `reference/manpages/lxc/network/zone:lxc-network -zone-md' on page 661 undefined on input line 68846. [661] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 662 unde fined on input line 68888. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation/delete:lxc-ope ration-delete-md' on page 662 undefined on input line 68892. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation/list:lxc-opera tion-list-md' on page 662 undefined on input line 68896. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation/show:lxc-opera tion-show-md' on page 662 undefined on input line 68900. [662] LaTeX Warning: Hyper reference `reference/manpages/lxc/operation:lxc-operation- md' on page 663 undefined on input line 68942. LaTeX Warning: Hyper reference `reference/manpages/lxc/operation:lxc-operation- md' on page 663 undefined on input line 68992. [663] LaTeX Warning: Hyper reference `reference/manpages/lxc/operation:lxc-operation- md' on page 664 undefined on input line 69042. [664] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 665 unde fined on input line 69091. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 665 unde fined on input line 69133. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/add:lxc-profile- add-md' on page 665 undefined on input line 69137. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/assign:lxc-profi le-assign-md' on page 665 undefined on input line 69141. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/copy:lxc-profile -copy-md' on page 665 undefined on input line 69145. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/create:lxc-profi le-create-md' on page 665 undefined on input line 69149. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/delete:lxc-profi le-delete-md' on page 665 undefined on input line 69153. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 665 undefined on input line 69157. [665] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/edit:lxc-profile -edit-md' on page 666 undefined on input line 69161. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/get:lxc-profile- get-md' on page 666 undefined on input line 69165. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/list:lxc-profile -list-md' on page 666 undefined on input line 69169. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/remove:lxc-profi le-remove-md' on page 666 undefined on input line 69173. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/rename:lxc-profi le-rename-md' on page 666 undefined on input line 69177. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/set:lxc-profile- set-md' on page 666 undefined on input line 69181. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/show:lxc-profile -show-md' on page 666 undefined on input line 69185. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/unset:lxc-profil e-unset-md' on page 666 undefined on input line 69189. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 666 undefined on input line 69231. [666] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 667 undefined on input line 69287. [667] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 668 undefined on input line 69337. [668] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 669 undefined on input line 69379. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 669 undefined on input line 69421. [669] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 670 undefined on input line 69463. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/add:lxc-p rofile-device-add-md' on page 670 undefined on input line 69467. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/get:lxc-p rofile-device-get-md' on page 670 undefined on input line 69471. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/list:lxc- profile-device-list-md' on page 670 undefined on input line 69475. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/remove:lx c-profile-device-remove-md' on page 670 undefined on input line 69479. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/set:lxc-p rofile-device-set-md' on page 670 undefined on input line 69483. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/show:lxc- profile-device-show-md' on page 670 undefined on input line 69487. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device/unset:lxc -profile-device-unset-md' on page 670 undefined on input line 69491. [670] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 671 undefined on input line 69544. [671] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 672 undefined on input line 69586. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 672 undefined on input line 69628. [672] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 673 undefined on input line 69670. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 673 undefined on input line 69716. [673] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 674 undefined on input line 69758. [674] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile/device:lxc-profi le-device-md' on page 675 undefined on input line 69800. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 675 undefined on input line 69850. [675] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 676 undefined on input line 69899. [676] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 677 undefined on input line 69948. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 677 undefined on input line 69990. [677] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 678 undefined on input line 70032. [678] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 679 undefined on input line 70085. LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 679 undefined on input line 70127. [679] LaTeX Warning: Hyper reference `reference/manpages/lxc/profile:lxc-profile-md' on page 680 undefined on input line 70176. [680] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 681 unde fined on input line 70218. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/create:lxc-proje ct-create-md' on page 681 undefined on input line 70222. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/delete:lxc-proje ct-delete-md' on page 681 undefined on input line 70226. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/edit:lxc-project -edit-md' on page 681 undefined on input line 70230. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/get:lxc-project- get-md' on page 681 undefined on input line 70234. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/info:lxc-project -info-md' on page 681 undefined on input line 70238. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/list:lxc-project -list-md' on page 681 undefined on input line 70242. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/rename:lxc-proje ct-rename-md' on page 681 undefined on input line 70246. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/set:lxc-project- set-md' on page 681 undefined on input line 70250. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/show:lxc-project -show-md' on page 681 undefined on input line 70254. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/switch:lxc-proje ct-switch-md' on page 681 undefined on input line 70258. LaTeX Warning: Hyper reference `reference/manpages/lxc/project/unset:lxc-projec t-unset-md' on page 681 undefined on input line 70262. [681] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 682 undefined on input line 70311. [682] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 683 undefined on input line 70353. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 683 undefined on input line 70403. [683] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 684 undefined on input line 70452. [684] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 685 undefined on input line 70501. [685] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 686 undefined on input line 70550. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 686 undefined on input line 70592. [686] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 687 undefined on input line 70645. [687] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 688 undefined on input line 70687. LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 688 undefined on input line 70729. [688] LaTeX Warning: Hyper reference `reference/manpages/lxc/project:lxc-project-md' on page 689 undefined on input line 70778. [689] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 690 unde fined on input line 70832. [690] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 691 unde fined on input line 70892. [691] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 692 unde fined on input line 70942. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 692 unde fined on input line 70984. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/add:lxc-remote-ad d-md' on page 692 undefined on input line 70988. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/get-default:lxc-r emote-get-default-md' on page 692 undefined on input line 70992. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/list:lxc-remote-l ist-md' on page 692 undefined on input line 70996. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/remove:lxc-remote -remove-md' on page 692 undefined on input line 71000. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/rename:lxc-remote -rename-md' on page 692 undefined on input line 71004. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/set-url:lxc-remot e-set-url-md' on page 692 undefined on input line 71008. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote/switch:lxc-remote -switch-md' on page 692 undefined on input line 71012. [692] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 693 undefined on input line 71072. [693] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 694 undefined on input line 71114. [694] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 695 undefined on input line 71163. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 695 undefined on input line 71205. [695] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 696 undefined on input line 71247. LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 696 undefined on input line 71289. [696] LaTeX Warning: Hyper reference `reference/manpages/lxc/remote:lxc-remote-md' on page 697 undefined on input line 71331. [697] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 698 unde fined on input line 71373. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 698 unde fined on input line 71428. [698] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 699 unde fined on input line 71491. [699] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 700 unde fined on input line 71554. [700] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 701 unde fined on input line 71605. [701] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 702 unde fined on input line 71658. [702] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 703 unde fined on input line 71700. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 703 undefined on input line 71704. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/create:lxc-stora ge-create-md' on page 703 undefined on input line 71708. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/delete:lxc-stora ge-delete-md' on page 703 undefined on input line 71712. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/edit:lxc-storage -edit-md' on page 703 undefined on input line 71716. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/get:lxc-storage- get-md' on page 703 undefined on input line 71720. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/info:lxc-storage -info-md' on page 703 undefined on input line 71724. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/list:lxc-storage -list-md' on page 703 undefined on input line 71728. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/set:lxc-storage- set-md' on page 703 undefined on input line 71732. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/show:lxc-storage -show-md' on page 703 undefined on input line 71736. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/unset:lxc-storag e-unset-md' on page 703 undefined on input line 71740. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 703 undefined on input line 71744. [703] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 704 undefined on input line 71786. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/create:lx c-storage-bucket-create-md' on page 704 undefined on input line 71790. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/delete:lx c-storage-bucket-delete-md' on page 704 undefined on input line 71794. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/edit:lxc- storage-bucket-edit-md' on page 704 undefined on input line 71798. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/get:lxc-s torage-bucket-get-md' on page 704 undefined on input line 71802. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 704 undefined on input line 71806. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/list:lxc- storage-bucket-list-md' on page 704 undefined on input line 71810. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/set:lxc-s torage-bucket-set-md' on page 704 undefined on input line 71814. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/show:lxc- storage-bucket-show-md' on page 704 undefined on input line 71818. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/unset:lxc -storage-bucket-unset-md' on page 704 undefined on input line 71822. [704] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 705 undefined on input line 71871. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 705 undefined on input line 71920. [705] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 706 undefined on input line 71977. [706] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 707 undefined on input line 72027. [707] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 708 undefined on input line 72069. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/creat e:lxc-storage-bucket-key-create-md' on page 708 undefined on input line 72073. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/delet e:lxc-storage-bucket-key-delete-md' on page 708 undefined on input line 72077. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/edit: lxc-storage-bucket-key-edit-md' on page 708 undefined on input line 72081. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/list: lxc-storage-bucket-key-list-md' on page 708 undefined on input line 72085. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key/show: lxc-storage-bucket-key-show-md' on page 708 undefined on input line 72089. [708] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 709 undefined on input line 72141. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 709 undefined on input line 72190. [709] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 710 undefined on input line 72247. [710] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 711 undefined on input line 72297. [711] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket/key:lxc-s torage-bucket-key-md' on page 712 undefined on input line 72354. [712] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 713 undefined on input line 72403. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 713 undefined on input line 72457. [713] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 714 undefined on input line 72514. [714] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/bucket:lxc-stora ge-bucket-md' on page 715 undefined on input line 72564. [715] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 716 undefined on input line 72613. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 716 undefined on input line 72655. [716] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 717 undefined on input line 72705. [717] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 718 undefined on input line 72755. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 718 undefined on input line 72805. [718] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 719 undefined on input line 72854. [719] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 720 undefined on input line 72908. [720] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 721 undefined on input line 72958. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 721 undefined on input line 73008. [721] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage:lxc-storage-md' on page 722 undefined on input line 73053. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/attach:lx c-storage-volume-attach-md' on page 722 undefined on input line 73057. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/attach-pr ofile:lxc-storage-volume-attach-profile-md' on page 722 undefined on input line 73061. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/copy:lxc- storage-volume-copy-md' on page 722 undefined on input line 73065. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/create:lx c-storage-volume-create-md' on page 722 undefined on input line 73069. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/delete:lx c-storage-volume-delete-md' on page 722 undefined on input line 73073. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/detach:lx c-storage-volume-detach-md' on page 722 undefined on input line 73077. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/detach-pr ofile:lxc-storage-volume-detach-profile-md' on page 722 undefined on input line 73081. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/edit:lxc- storage-volume-edit-md' on page 722 undefined on input line 73085. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/export:lx c-storage-volume-export-md' on page 722 undefined on input line 73089. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/get:lxc-s torage-volume-get-md' on page 722 undefined on input line 73093. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/import:lx c-storage-volume-import-md' on page 722 undefined on input line 73097. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/info:lxc- storage-volume-info-md' on page 722 undefined on input line 73101. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/list:lxc- storage-volume-list-md' on page 722 undefined on input line 73105. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/move:lxc- storage-volume-move-md' on page 722 undefined on input line 73109. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/rename:lx c-storage-volume-rename-md' on page 722 undefined on input line 73113. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/restore:l xc-storage-volume-restore-md' on page 722 undefined on input line 73117. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/set:lxc-s torage-volume-set-md' on page 722 undefined on input line 73121. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/show:lxc- storage-volume-show-md' on page 722 undefined on input line 73125. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/snapshot: lxc-storage-volume-snapshot-md' on page 722 undefined on input line 73129. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume/unset:lxc -storage-volume-unset-md' on page 722 undefined on input line 73133. [722] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 723 undefined on input line 73175. [723] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 724 undefined on input line 73217. [724] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 725 undefined on input line 73271. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 725 undefined on input line 73321. [725] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 726 undefined on input line 73370. [726] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 727 undefined on input line 73412. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 727 undefined on input line 73454. [727] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 728 undefined on input line 73514. [728] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 729 undefined on input line 73566. [729] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 730 undefined on input line 73632. [730] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 731 undefined on input line 73690. [731] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 732 undefined on input line 73753. [732] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 733 undefined on input line 73821. [733] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 734 undefined on input line 73873. LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 734 undefined on input line 73922. [734] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 735 undefined on input line 73971. [735] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 736 undefined on input line 74039. [736] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 737 undefined on input line 74107. [737] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 738 undefined on input line 74158. [738] LaTeX Warning: Hyper reference `reference/manpages/lxc/storage/volume:lxc-stora ge-volume-md' on page 739 undefined on input line 74222. [739] LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 740 unde fined on input line 74264. LaTeX Warning: Hyper reference `reference/manpages/lxc:lxc-md' on page 740 unde fined on input line 74306. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/acknowledge:lxc- warning-acknowledge-md' on page 740 undefined on input line 74310. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/delete:lxc-warni ng-delete-md' on page 740 undefined on input line 74314. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/list:lxc-warning -list-md' on page 740 undefined on input line 74318. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning/show:lxc-warning -show-md' on page 740 undefined on input line 74322. [740] LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 741 undefined on input line 74364. [741] LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 742 undefined on input line 74413. [742] LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 743 undefined on input line 74487. LaTeX Warning: Hyper reference `reference/manpages/lxc/warning:lxc-warning-md' on page 743 undefined on input line 74529. [743] Overfull \hbox (33.24692pt too wide) in paragraph at lines 74619--74619 []\T1/txtt/m/n/10 LXD_INSECURE_TLS| Overfull \hbox (1.74701pt too wide) in paragraph at lines 74619--74619 []\T1/txtt/m/n/10 http_proxy| Overfull \hbox (6.997pt too wide) in paragraph at lines 74619--74619 []\T1/txtt/m/n/10 https_proxy| Overfull \hbox (20.02951pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_EXEC_PATH| Overfull \hbox (72.52936pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_LXC_TEMPLATE_CONFIG| Overfull \hbox (62.02939pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_SECURITY_APPARMOR| Overfull \hbox (62.02939pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_UNPRIVILEGED_ONLY| Overfull \hbox (20.02951pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_OVMF_PATH| Overfull \hbox (35.77946pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_QEMU_FW_PATH| Overfull \hbox (93.5293pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_IDMAPPED_MOUNTS_DISABLE| Overfull \hbox (46.27943pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_DEVMONITOR_DIR| LaTeX Warning: Hyper reference `reference/manpages/lxc/config/uefi:lxc-config-u efi-md' on page 744 undefined on input line 74772. [744] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.secureboot' on page 745 undefined on input line 74854. [745] LaTeX Warning: Hyper reference `explanation/lxd_lxc:lxd-daemon' on page 746 und efined on input line 74878. [746] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mknod' on page 747 undefined on input line 75010. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.bpf' on page 747 undefined on input line 75026. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.bpf.devices' on page 747 undefined on input line 7502 7. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount' on page 747 undefined on input line 75042. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.allowed' on page 747 undefined on input line 75 046. [747] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.shift' on page 748 undefined on input line 7505 3. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.mount.fuse' on page 748 undefined on input line 75060 . LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.syscalls.intercept.setxattr' on page 748 undefined on input line 75110. [748] LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.isolated' on page 749 undefined on input line 75196. LaTeX Warning: Hyper reference `reference/instance_options:instance-security:se curity.idmap.size' on page 749 undefined on input line 75196. [749] LaTeX Warning: Hyper reference `reference/instance_options:instance-raw:raw.idm ap' on page 750 undefined on input line 75224. LaTeX Warning: Hyper reference `howto/troubleshoot:troubleshoot' on page 750 un defined on input line 75254. [750] LaTeX Warning: Reference `reference/cluster_member_config:cluster-cluster:sched uler.instance' on page 751 undefined on input line 75263. LaTeX Warning: Reference `reference/cluster_member_config:cluster-cluster:user. *' on page 751 undefined on input line 75264. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:acce leration' on page 751 undefined on input line 75267. LaTeX Warning: Reference `reference/devices_pci:device-pci-device-conf:address' on page 751 undefined on input line 75268. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:bind ' on page 751 undefined on input line 75269. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:boot.p riority' on page 751 undefined on input line 75270. Underfull \hbox (badness 10000) in paragraph at lines 75270--75271 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: disk: disk-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: boot.priority' on page 751 undefined on input line 75271. Underfull \hbox (badness 10000) in paragraph at lines 75271--75272 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: boot.priority' on page 751 undefined on input line 75272. Underfull \hbox (badness 10000) in paragraph at lines 75272--75273 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:boot .priority' on page 751 undefined on input line 75273. Underfull \hbox (badness 10000) in paragraph at lines 75273--75274 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:boot .priority' on page 751 undefined on input line 75274. Underfull \hbox (badness 10000) in paragraph at lines 75274--75275 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :boot.priority' on page 751 undefined on input line 75275. Underfull \hbox (badness 10000) in paragraph at lines 75275--75276 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:bo ot.priority' on page 751 undefined on input line 75276. Underfull \hbox (badness 10000) in paragraph at lines 75276--75277 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-sriov-device- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:bus num' on page 751 undefined on input line 75277. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:ceph.c luster_name' on page 751 undefined on input line 75278. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:ceph.u ser_name' on page 751 undefined on input line 75279. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:conn ect' on page 751 undefined on input line 75280. LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:dev num' on page 751 undefined on input line 75281. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :gid' on page 751 undefined on input line 75282. Underfull \hbox (badness 10000) in paragraph at lines 75282--75283 []\T1/txtt/m/n/10 gid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75282--75283 \T1/qtm/m/it/10 gpu-physical-device- LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:gid' on page 751 undefined on input line 75283. Underfull \hbox (badness 10000) in paragraph at lines 75283--75284 \T1/qtm/m/it/10 class="literal">proxy-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:gid' on page 751 undefined on input line 75284. Underfull \hbox (badness 10000) in paragraph at lines 75284--75285 \T1/qtm/m/it/10 unix-block-device- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:gid' on page 751 undefined on input line 75285. Underfull \hbox (badness 10000) in paragraph at lines 75285--75286 \T1/qtm/m/it/10 unix-char-device- LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:gid' on page 751 undefined on input line 75286. Underfull \hbox (badness 10000) in paragraph at lines 75286--75287 \T1/qtm/m/it/10 unix-hotplug-device- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:gid ' on page 751 undefined on input line 75287. Underfull \hbox (badness 10000) in paragraph at lines 75287--75288 []\T1/txtt/m/n/10 gid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: usb: Underfull \hbox (badness 10000) in paragraph at lines 75287--75288 \T1/qtm/m/it/10 unix-usb-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:g vrp' on page 751 undefined on input line 75288. Underfull \hbox (badness 10000) in paragraph at lines 75288--75289 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75288--75289 \T1/qtm/m/it/10 nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: gvrp' on page 751 undefined on input line 75289. Underfull \hbox (badness 10000) in paragraph at lines 75289--75290 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75289--75290 \T1/qtm/m/it/10 nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :gvrp' on page 751 undefined on input line 75290. Underfull \hbox (badness 10000) in paragraph at lines 75290--75291 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75290--75291 \T1/qtm/m/it/10 nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:g vrp' on page 751 undefined on input line 75291. Underfull \hbox (badness 10000) in paragraph at lines 75291--75292 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75291--75292 \T1/qtm/m/it/10 nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: host_name' on page 751 undefined on input line 75292. Underfull \hbox (badness 10000) in paragraph at lines 75292--75293 \T1/qtm/m/it/10 nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:host _name' on page 751 undefined on input line 75293. Underfull \hbox (badness 10000) in paragraph at lines 75293--75294 \T1/qtm/m/it/10 nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:host _name' on page 751 undefined on input line 75294. Underfull \hbox (badness 10000) in paragraph at lines 75294--75295 \T1/qtm/m/it/10 nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:h ost_name' on page 751 undefined on input line 75295. Underfull \hbox (badness 10000) in paragraph at lines 75295--75296 \T1/qtm/m/it/10 nic-routed-device- LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:hwaddr' on page 751 undefined on input line 75296. Underfull \hbox (badness 10000) in paragraph at lines 75296--75297 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 75296--75297 \T1/qtm/m/it/10 infiniband-device- [751] LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: hwaddr' on page 752 undefined on input line 75297. Underfull \hbox (badness 10000) in paragraph at lines 75297--75298 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75297--75298 \T1/qtm/m/it/10 nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:h waddr' on page 752 undefined on input line 75298. Underfull \hbox (badness 10000) in paragraph at lines 75298--75299 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75298--75299 \T1/qtm/m/it/10 nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: hwaddr' on page 752 undefined on input line 75299. Underfull \hbox (badness 10000) in paragraph at lines 75299--75300 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75299--75300 \T1/qtm/m/it/10 nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:hwad dr' on page 752 undefined on input line 75300. Underfull \hbox (badness 10000) in paragraph at lines 75300--75301 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75300--75301 \T1/qtm/m/it/10 nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:hwad dr' on page 752 undefined on input line 75301. Underfull \hbox (badness 10000) in paragraph at lines 75301--75302 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75301--75302 \T1/qtm/m/it/10 nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :hwaddr' on page 752 undefined on input line 75302. Underfull \hbox (badness 10000) in paragraph at lines 75302--75303 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75302--75303 \T1/qtm/m/it/10 nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:h waddr' on page 752 undefined on input line 75303. Underfull \hbox (badness 10000) in paragraph at lines 75303--75304 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75303--75304 \T1/qtm/m/it/10 nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:hw addr' on page 752 undefined on input line 75304. Underfull \hbox (badness 10000) in paragraph at lines 75304--75305 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75304--75305 \T1/qtm/m/it/10 nic-sriov-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:id' on page 752 undefined on input line 75305. Underfull \hbox (badness 10000) in paragraph at lines 75305--75306 []\T1/txtt/m/n/10 id \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75305--75306 \T1/qtm/m/it/10 gpu-mdev-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:id' on page 752 undefined on input line 75306. Underfull \hbox (badness 10000) in paragraph at lines 75306--75307 \T1/qtm/m/it/10 class="literal">gpu-mig-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :id' on page 752 undefined on input line 75307. Underfull \hbox (badness 10000) in paragraph at lines 75307--75308 []\T1/txtt/m/n/10 id \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75307--75308 \T1/qtm/m/it/10 gpu-physical-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-sriov-device-conf:id ' on page 752 undefined on input line 75308. Underfull \hbox (badness 10000) in paragraph at lines 75308--75309 []\T1/txtt/m/n/10 id \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75308--75309 \T1/qtm/m/it/10 gpu-sriov-device- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:initia l.*' on page 752 undefined on input line 75309. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:io.bus ' on page 752 undefined on input line 75310. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:io.cac he' on page 752 undefined on input line 75311. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv4.address' on page 752 undefined on input line 75312. Underfull \hbox (badness 10000) in paragraph at lines 75312--75313 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv4.address' on page 752 undefined on input line 75313. Underfull \hbox (badness 10000) in paragraph at lines 75313--75314 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv4 .address' on page 752 undefined on input line 75314. Underfull \hbox (badness 10000) in paragraph at lines 75314--75315 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv4.address' on page 752 undefined on input line 75315. Underfull \hbox (badness 10000) in paragraph at lines 75315--75316 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv4.gateway' on page 752 undefined on input line 75316. Underfull \hbox (badness 10000) in paragraph at lines 75316--75317 []\T1/txtt/m/n/10 ipv4.gateway \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv4.gateway' on page 752 undefined on input line 75317. Underfull \hbox (badness 10000) in paragraph at lines 75317--75318 []\T1/txtt/m/n/10 ipv4.gateway \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv4.host_address' on page 752 undefined on input line 75318. LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv4.host_table' on page 752 undefined on input line 75319. Underfull \hbox (badness 10000) in paragraph at lines 75319--75320 []\T1/txtt/m/n/10 ipv4.host_table \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv4.host_table' on page 752 undefined on input line 75320. Underfull \hbox (badness 10000) in paragraph at lines 75320--75321 []\T1/txtt/m/n/10 ipv4.host_table \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv4.neighbor_probe' on page 752 undefined on input line 75321. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv4.routes' on page 752 undefined on input line 75322. Underfull \hbox (badness 10000) in paragraph at lines 75322--75323 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv4 .routes' on page 752 undefined on input line 75323. Underfull \hbox (badness 10000) in paragraph at lines 75323--75324 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:ipv4 .routes' on page 752 undefined on input line 75324. Underfull \hbox (badness 10000) in paragraph at lines 75324--75325 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv4.routes' on page 752 undefined on input line 75325. Underfull \hbox (badness 10000) in paragraph at lines 75325--75326 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv4.routes.external' on page 752 undefined on input line 75326. Underfull \hbox (badness 10000) in paragraph at lines 75326--75327 []\T1/txtt/m/n/10 ipv4.routes.external \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv4 .routes.external' on page 752 undefined on input line 75327. Underfull \hbox (badness 10000) in paragraph at lines 75327--75328 []\T1/txtt/m/n/10 ipv4.routes.external \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv6.address' on page 752 undefined on input line 75328. Underfull \hbox (badness 10000) in paragraph at lines 75328--75329 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv6.address' on page 752 undefined on input line 75329. Underfull \hbox (badness 10000) in paragraph at lines 75329--75330 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv6 .address' on page 752 undefined on input line 75330. Underfull \hbox (badness 10000) in paragraph at lines 75330--75331 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), [752] LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv6.address' on page 753 undefined on input line 75331. Underfull \hbox (badness 10000) in paragraph at lines 75331--75332 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv6.gateway' on page 753 undefined on input line 75332. Underfull \hbox (badness 10000) in paragraph at lines 75332--75333 []\T1/txtt/m/n/10 ipv6.gateway \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv6.gateway' on page 753 undefined on input line 75333. Underfull \hbox (badness 10000) in paragraph at lines 75333--75334 []\T1/txtt/m/n/10 ipv6.gateway \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv6.host_address' on page 753 undefined on input line 75334. LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:i pv6.host_table' on page 753 undefined on input line 75335. Underfull \hbox (badness 10000) in paragraph at lines 75335--75336 []\T1/txtt/m/n/10 ipv6.host_table \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv6.host_table' on page 753 undefined on input line 75336. Underfull \hbox (badness 10000) in paragraph at lines 75336--75337 []\T1/txtt/m/n/10 ipv6.host_table \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv6.neighbor_probe' on page 753 undefined on input line 75337. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv6.routes' on page 753 undefined on input line 75338. Underfull \hbox (badness 10000) in paragraph at lines 75338--75339 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv6 .routes' on page 753 undefined on input line 75339. Underfull \hbox (badness 10000) in paragraph at lines 75339--75340 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:ipv6 .routes' on page 753 undefined on input line 75340. Underfull \hbox (badness 10000) in paragraph at lines 75340--75341 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:i pv6.routes' on page 753 undefined on input line 75341. Underfull \hbox (badness 10000) in paragraph at lines 75341--75342 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: ipv6.routes.external' on page 753 undefined on input line 75342. Underfull \hbox (badness 10000) in paragraph at lines 75342--75343 []\T1/txtt/m/n/10 ipv6.routes.external \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv6 .routes.external' on page 753 undefined on input line 75343. Underfull \hbox (badness 10000) in paragraph at lines 75343--75344 []\T1/txtt/m/n/10 ipv6.routes.external \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: limits.egress' on page 753 undefined on input line 75344. Underfull \hbox (badness 10000) in paragraph at lines 75344--75345 []\T1/txtt/m/n/10 limits.egress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:limi ts.egress' on page 753 undefined on input line 75345. Underfull \hbox (badness 10000) in paragraph at lines 75345--75346 []\T1/txtt/m/n/10 limits.egress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:l imits.egress' on page 753 undefined on input line 75346. Underfull \hbox (badness 10000) in paragraph at lines 75346--75347 []\T1/txtt/m/n/10 limits.egress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: limits.ingress' on page 753 undefined on input line 75347. Underfull \hbox (badness 10000) in paragraph at lines 75347--75348 []\T1/txtt/m/n/10 limits.ingress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:limi ts.ingress' on page 753 undefined on input line 75348. Underfull \hbox (badness 10000) in paragraph at lines 75348--75349 []\T1/txtt/m/n/10 limits.ingress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:l imits.ingress' on page 753 undefined on input line 75349. Underfull \hbox (badness 10000) in paragraph at lines 75349--75350 []\T1/txtt/m/n/10 limits.ingress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:limits .max' on page 753 undefined on input line 75350. Underfull \hbox (badness 10000) in paragraph at lines 75350--75351 []\T1/txtt/m/n/10 limits.max \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: disk: disk-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: limits.max' on page 753 undefined on input line 75351. Underfull \hbox (badness 10000) in paragraph at lines 75351--75352 \T1/qtm/m/it/10 nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:limi ts.max' on page 753 undefined on input line 75352. Underfull \hbox (badness 10000) in paragraph at lines 75352--75353 \T1/qtm/m/it/10 nic-p2p-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:l imits.max' on page 753 undefined on input line 75353. Underfull \hbox (badness 10000) in paragraph at lines 75353--75354 \T1/qtm/m/it/10 nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: limits.priority' on page 753 undefined on input line 75354. Underfull \hbox (badness 10000) in paragraph at lines 75354--75355 []\T1/txtt/m/n/10 limits.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:limi ts.priority' on page 753 undefined on input line 75355. Underfull \hbox (badness 10000) in paragraph at lines 75355--75356 []\T1/txtt/m/n/10 limits.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:l imits.priority' on page 753 undefined on input line 75356. Underfull \hbox (badness 10000) in paragraph at lines 75356--75357 []\T1/txtt/m/n/10 limits.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:limits .read' on page 753 undefined on input line 75357. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:limits .write' on page 753 undefined on input line 75358. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:list en' on page 753 undefined on input line 75359. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: maas.subnet.ipv4' on page 753 undefined on input line 75360. Underfull \hbox (badness 10000) in paragraph at lines 75360--75361 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: maas.subnet.ipv4' on page 753 undefined on input line 75361. Underfull \hbox (badness 10000) in paragraph at lines 75361--75362 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-macvlan-device- [753] LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :maas.subnet.ipv4' on page 754 undefined on input line 75362. Underfull \hbox (badness 10000) in paragraph at lines 75362--75363 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:ma as.subnet.ipv4' on page 754 undefined on input line 75363. Underfull \hbox (badness 10000) in paragraph at lines 75363--75364 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-sriov-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: maas.subnet.ipv6' on page 754 undefined on input line 75364. Underfull \hbox (badness 10000) in paragraph at lines 75364--75365 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: maas.subnet.ipv6' on page 754 undefined on input line 75365. Underfull \hbox (badness 10000) in paragraph at lines 75365--75366 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :maas.subnet.ipv6' on page 754 undefined on input line 75366. Underfull \hbox (badness 10000) in paragraph at lines 75366--75367 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:ma as.subnet.ipv6' on page 754 undefined on input line 75367. Underfull \hbox (badness 10000) in paragraph at lines 75367--75368 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-sriov-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:major' on page 754 undefined on input line 75368. Underfull \hbox (badness 10000) in paragraph at lines 75368--75369 []\T1/txtt/m/n/10 major \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:major' on page 754 undefined on input line 75369. Underfull \hbox (badness 10000) in paragraph at lines 75369--75370 \T1/qtm/m/it/10 unix-char-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:mde v' on page 754 undefined on input line 75370. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig. ci' on page 754 undefined on input line 75371. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig. gi' on page 754 undefined on input line 75372. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig. uuid' on page 754 undefined on input line 75373. LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:minor' on page 754 undefined on input line 75374. Underfull \hbox (badness 10000) in paragraph at lines 75374--75375 []\T1/txtt/m/n/10 minor \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:minor' on page 754 undefined on input line 75375. Underfull \hbox (badness 10000) in paragraph at lines 75375--75376 \T1/qtm/m/it/10 unix-char-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :mode' on page 754 undefined on input line 75376. Underfull \hbox (badness 10000) in paragraph at lines 75376--75377 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75376--75377 \T1/qtm/m/it/10 gpu-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:m ode' on page 754 undefined on input line 75377. Underfull \hbox (badness 10000) in paragraph at lines 75377--75378 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75377--75378 \T1/qtm/m/it/10 nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:mode ' on page 754 undefined on input line 75378. Underfull \hbox (badness 10000) in paragraph at lines 75378--75379 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: proxy: Underfull \hbox (badness 10000) in paragraph at lines 75378--75379 \T1/qtm/m/it/10 proxy-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:mode' on page 754 undefined on input line 75379. Underfull \hbox (badness 10000) in paragraph at lines 75379--75380 \T1/qtm/m/it/10 unix-block-device- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:mode' on page 754 undefined on input line 75380. Underfull \hbox (badness 10000) in paragraph at lines 75380--75381 \T1/qtm/m/it/10 unix-char-device- LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:mode' on page 754 undefined on input line 75381. Underfull \hbox (badness 10000) in paragraph at lines 75381--75382 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:mod e' on page 754 undefined on input line 75382. Underfull \hbox (badness 10000) in paragraph at lines 75382--75383 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: usb: Underfull \hbox (badness 10000) in paragraph at lines 75382--75383 \T1/qtm/m/it/10 unix-usb-device- LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:mtu' on page 754 undefined on input line 75383. Underfull \hbox (badness 10000) in paragraph at lines 75383--75384 \T1/qtm/m/it/10 infiniband-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: mtu' on page 754 undefined on input line 75384. Underfull \hbox (badness 10000) in paragraph at lines 75384--75385 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75384--75385 \T1/qtm/m/it/10 nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:m tu' on page 754 undefined on input line 75385. Underfull \hbox (badness 10000) in paragraph at lines 75385--75386 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75385--75386 \T1/qtm/m/it/10 nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: mtu' on page 754 undefined on input line 75386. Underfull \hbox (badness 10000) in paragraph at lines 75386--75387 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75386--75387 \T1/qtm/m/it/10 nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:mtu' on page 754 undefined on input line 75387. Underfull \hbox (badness 10000) in paragraph at lines 75387--75388 \T1/qtm/m/it/10 class="literal">nic-p2p-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :mtu' on page 754 undefined on input line 75388. Underfull \hbox (badness 10000) in paragraph at lines 75388--75389 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75388--75389 \T1/qtm/m/it/10 nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:m tu' on page 754 undefined on input line 75389. Underfull \hbox (badness 10000) in paragraph at lines 75389--75390 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75389--75390 \T1/qtm/m/it/10 nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:mt u' on page 754 undefined on input line 75390. Underfull \hbox (badness 10000) in paragraph at lines 75390--75391 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75390--75391 \T1/qtm/m/it/10 nic-sriov-device- LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:name' on page 754 undefined on input line 75391. Underfull \hbox (badness 10000) in paragraph at lines 75391--75392 \T1/qtm/m/it/10 infiniband-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: name' on page 754 undefined on input line 75392. Underfull \hbox (badness 10000) in paragraph at lines 75392--75393 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75392--75393 \T1/qtm/m/it/10 nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:n ame' on page 754 undefined on input line 75393. Underfull \hbox (badness 10000) in paragraph at lines 75393--75394 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75393--75394 \T1/qtm/m/it/10 nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: name' on page 754 undefined on input line 75394. Underfull \hbox (badness 10000) in paragraph at lines 75394--75395 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75394--75395 \T1/qtm/m/it/10 nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:name ' on page 754 undefined on input line 75395. Underfull \hbox (badness 10000) in paragraph at lines 75395--75396 \T1/qtm/m/it/10 class="literal">nic-ovn-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:name ' on page 754 undefined on input line 75396. Underfull \hbox (badness 10000) in paragraph at lines 75396--75397 \T1/qtm/m/it/10 class="literal">nic-p2p-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :name' on page 754 undefined on input line 75397. Underfull \hbox (badness 10000) in paragraph at lines 75397--75398 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75397--75398 \T1/qtm/m/it/10 nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:n ame' on page 754 undefined on input line 75398. Underfull \hbox (badness 10000) in paragraph at lines 75398--75399 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75398--75399 \T1/qtm/m/it/10 nic-routed-device- [754] LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:na me' on page 755 undefined on input line 75399. Underfull \hbox (badness 10000) in paragraph at lines 75399--75400 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75399--75400 \T1/qtm/m/it/10 nic-sriov-device- LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:nat' on page 755 undefined on input line 75400. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:nest ed' on page 755 undefined on input line 75401. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: network' on page 755 undefined on input line 75402. Underfull \hbox (badness 10000) in paragraph at lines 75402--75403 \T1/qtm/m/it/10 nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: network' on page 755 undefined on input line 75403. Underfull \hbox (badness 10000) in paragraph at lines 75403--75404 \T1/qtm/m/it/10 nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:netw ork' on page 755 undefined on input line 75404. Underfull \hbox (badness 10000) in paragraph at lines 75404--75405 \T1/qtm/m/it/10 nic-ovn-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :network' on page 755 undefined on input line 75405. Underfull \hbox (badness 10000) in paragraph at lines 75405--75406 \T1/qtm/m/it/10 nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:ne twork' on page 755 undefined on input line 75406. Underfull \hbox (badness 10000) in paragraph at lines 75406--75407 \T1/qtm/m/it/10 nic-sriov-device- LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:nictype' on page 755 undefined on input line 75407. LaTeX Warning: Reference `reference/devices_infiniband:device-infiniband-device -conf:parent' on page 755 undefined on input line 75408. Underfull \hbox (badness 10000) in paragraph at lines 75408--75409 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 75408--75409 \T1/qtm/m/it/10 infiniband-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: parent' on page 755 undefined on input line 75409. Underfull \hbox (badness 10000) in paragraph at lines 75409--75410 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75409--75410 \T1/qtm/m/it/10 nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:p arent' on page 755 undefined on input line 75410. Underfull \hbox (badness 10000) in paragraph at lines 75410--75411 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75410--75411 \T1/qtm/m/it/10 nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: parent' on page 755 undefined on input line 75411. Underfull \hbox (badness 10000) in paragraph at lines 75411--75412 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75411--75412 \T1/qtm/m/it/10 nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :parent' on page 755 undefined on input line 75412. Underfull \hbox (badness 10000) in paragraph at lines 75412--75413 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75412--75413 \T1/qtm/m/it/10 nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:p arent' on page 755 undefined on input line 75413. Underfull \hbox (badness 10000) in paragraph at lines 75413--75414 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75413--75414 \T1/qtm/m/it/10 nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:pa rent' on page 755 undefined on input line 75414. Underfull \hbox (badness 10000) in paragraph at lines 75414--75415 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75414--75415 \T1/qtm/m/it/10 nic-sriov-device- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:path' on page 755 undefined on input line 75415. LaTeX Warning: Reference `reference/devices_tpm:device-tpm-device-conf:path' on page 755 undefined on input line 75416. LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:path' on page 755 undefined on input line 75417. Underfull \hbox (badness 10000) in paragraph at lines 75417--75418 \T1/qtm/m/it/10 unix-block-device- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:path' on page 755 undefined on input line 75418. Underfull \hbox (badness 10000) in paragraph at lines 75418--75419 \T1/qtm/m/it/10 unix-char-device- LaTeX Warning: Reference `reference/devices_tpm:device-tpm-device-conf:pathrm' on page 755 undefined on input line 75419. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:pci ' on page 755 undefined on input line 75420. Underfull \hbox (badness 10000) in paragraph at lines 75420--75421 []\T1/txtt/m/n/10 pci \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75420--75421 \T1/qtm/m/it/10 gpu-mdev-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:pci' on page 755 undefined on input line 75421. Underfull \hbox (badness 10000) in paragraph at lines 75421--75422 \T1/qtm/m/it/10 class="literal">gpu-mig-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :pci' on page 755 undefined on input line 75422. Underfull \hbox (badness 10000) in paragraph at lines 75422--75423 []\T1/txtt/m/n/10 pci \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75422--75423 \T1/qtm/m/it/10 gpu-physical-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-sriov-device-conf:pc i' on page 755 undefined on input line 75423. Underfull \hbox (badness 10000) in paragraph at lines 75423--75424 []\T1/txtt/m/n/10 pci \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75423--75424 \T1/qtm/m/it/10 gpu-sriov-device- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:pool' on page 755 undefined on input line 75424. LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:pro ductid' on page 755 undefined on input line 75425. Underfull \hbox (badness 10000) in paragraph at lines 75425--75426 \T1/qtm/m/it/10 gpu-mdev-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:prod uctid' on page 755 undefined on input line 75426. Underfull \hbox (badness 10000) in paragraph at lines 75426--75427 \T1/qtm/m/it/10 gpu-mig-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :productid' on page 755 undefined on input line 75427. Underfull \hbox (badness 10000) in paragraph at lines 75427--75428 \T1/qtm/m/it/10 gpu-physical-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-sriov-device-conf:pr oductid' on page 755 undefined on input line 75428. Underfull \hbox (badness 10000) in paragraph at lines 75428--75429 \T1/qtm/m/it/10 gpu-sriov-device- LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:productid' on page 755 undefined on input line 75429. Underfull \hbox (badness 10000) in paragraph at lines 75429--75430 []\T1/txtt/m/n/10 productid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:pro ductid' on page 755 undefined on input line 75430. Underfull \hbox (badness 10000) in paragraph at lines 75430--75431 \T1/qtm/m/it/10 unix-usb-device- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:propag ation' on page 755 undefined on input line 75431. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:prox y_protocol' on page 755 undefined on input line 75432. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: queue.tx.length' on page 755 undefined on input line 75433. Underfull \hbox (badness 10000) in paragraph at lines 75433--75434 []\T1/txtt/m/n/10 queue.tx.length \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-p2p-device-conf:queu e.tx.length' on page 755 undefined on input line 75434. Underfull \hbox (badness 10000) in paragraph at lines 75434--75435 []\T1/txtt/m/n/10 queue.tx.length \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:q ueue.tx.length' on page 755 undefined on input line 75435. Underfull \hbox (badness 10000) in paragraph at lines 75435--75436 []\T1/txtt/m/n/10 queue.tx.length \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:raw.mo unt.options' on page 755 undefined on input line 75436. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:readon ly' on page 755 undefined on input line 75437. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:recurs ive' on page 755 undefined on input line 75438. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:requir ed' on page 755 undefined on input line 75439. Underfull \hbox (badness 10000) in paragraph at lines 75439--75440 \T1/qtm/m/it/10 disk-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:required' on page 755 undefined on input line 75440. Underfull \hbox (badness 10000) in paragraph at lines 75440--75441 []\T1/txtt/m/n/10 required \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- [755] LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:required' on page 756 undefined on input line 75441. Underfull \hbox (badness 10000) in paragraph at lines 75441--75442 []\T1/txtt/m/n/10 required \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 6910) in paragraph at lines 75441--75442 \T1/qtm/m/it/10 char: unix- LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:required' on page 756 undefined on input line 75442. Underfull \hbox (badness 10000) in paragraph at lines 75442--75443 []\T1/txtt/m/n/10 required \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:req uired' on page 756 undefined on input line 75443. Underfull \hbox (badness 10000) in paragraph at lines 75443--75444 \T1/qtm/m/it/10 unix-usb-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls' on page 756 undefined on input line 75444. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.egress.action' on page 756 undefined on input line 75445. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.egress.logged' on page 756 undefined on input line 75446. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.ingress.action' on page 756 undefined on input line 75447. LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:secu rity.acls.default.ingress.logged' on page 756 undefined on input line 75448. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:secu rity.gid' on page 756 undefined on input line 75449. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.ipv4_filtering' on page 756 undefined on input line 75450. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.ipv6_filtering' on page 756 undefined on input line 75451. LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.mac_filtering' on page 756 undefined on input line 75452. Underfull \hbox (badness 10000) in paragraph at lines 75452--75453 []\T1/txtt/m/n/10 security.mac_filtering \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:se curity.mac_filtering' on page 756 undefined on input line 75453. Underfull \hbox (badness 10000) in paragraph at lines 75453--75454 []\T1/txtt/m/n/10 security.mac_filtering \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-sriov-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: security.port_isolation' on page 756 undefined on input line 75454. LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:secu rity.uid' on page 756 undefined on input line 75455. LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:ser ial' on page 756 undefined on input line 75456. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:shift' on page 756 undefined on input line 75457. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:size' on page 756 undefined on input line 75458. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:size.s tate' on page 756 undefined on input line 75459. LaTeX Warning: Reference `reference/devices_disk:device-disk-device-conf:source ' on page 756 undefined on input line 75460. Underfull \hbox (badness 5022) in paragraph at lines 75460--75461 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 75460--75461 \T1/qtm/m/it/10 disk-device- LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:source' on page 756 undefined on input line 75461. Underfull \hbox (badness 10000) in paragraph at lines 75461--75462 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:source' on page 756 undefined on input line 75462. Underfull \hbox (badness 10000) in paragraph at lines 75462--75463 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 6910) in paragraph at lines 75462--75463 \T1/qtm/m/it/10 char: unix- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :uid' on page 756 undefined on input line 75463. Underfull \hbox (badness 10000) in paragraph at lines 75463--75464 []\T1/txtt/m/n/10 uid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75463--75464 \T1/qtm/m/it/10 gpu-physical-device- LaTeX Warning: Reference `reference/devices_proxy:device-proxy-device-conf:uid' on page 756 undefined on input line 75464. Underfull \hbox (badness 10000) in paragraph at lines 75464--75465 \T1/qtm/m/it/10 class="literal">proxy-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_unix_block:device-unix-block-device -conf:uid' on page 756 undefined on input line 75465. Underfull \hbox (badness 10000) in paragraph at lines 75465--75466 \T1/qtm/m/it/10 unix-block-device- LaTeX Warning: Reference `reference/devices_unix_char:device-unix-char-device-c onf:uid' on page 756 undefined on input line 75466. Underfull \hbox (badness 10000) in paragraph at lines 75466--75467 \T1/qtm/m/it/10 unix-char-device- LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:uid' on page 756 undefined on input line 75467. Underfull \hbox (badness 10000) in paragraph at lines 75467--75468 \T1/qtm/m/it/10 unix-hotplug-device- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:uid ' on page 756 undefined on input line 75468. Underfull \hbox (badness 10000) in paragraph at lines 75468--75469 []\T1/txtt/m/n/10 uid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: usb: Underfull \hbox (badness 10000) in paragraph at lines 75468--75469 \T1/qtm/m/it/10 unix-usb-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mdev-device-conf:ven dorid' on page 756 undefined on input line 75469. Underfull \hbox (badness 10000) in paragraph at lines 75469--75470 \T1/qtm/m/it/10 gpu-mdev-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-mig-device-conf:vend orid' on page 756 undefined on input line 75470. Underfull \hbox (badness 10000) in paragraph at lines 75470--75471 \T1/qtm/m/it/10 gpu-mig-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-physical-device-conf :vendorid' on page 756 undefined on input line 75471. Underfull \hbox (badness 10000) in paragraph at lines 75471--75472 \T1/qtm/m/it/10 gpu-physical-device- LaTeX Warning: Reference `reference/devices_gpu:device-gpu-sriov-device-conf:ve ndorid' on page 756 undefined on input line 75472. Underfull \hbox (badness 10000) in paragraph at lines 75472--75473 \T1/qtm/m/it/10 gpu-sriov-device- LaTeX Warning: Reference `reference/devices_unix_hotplug:device-unix-hotplug-de vice-conf:vendorid' on page 756 undefined on input line 75473. Underfull \hbox (badness 10000) in paragraph at lines 75473--75474 []\T1/txtt/m/n/10 vendorid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- LaTeX Warning: Reference `reference/devices_usb:device-unix-usb-device-conf:ven dorid' on page 756 undefined on input line 75474. Underfull \hbox (badness 10000) in paragraph at lines 75474--75475 \T1/qtm/m/it/10 unix-usb-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: vlan' on page 756 undefined on input line 75475. Underfull \hbox (badness 10000) in paragraph at lines 75475--75476 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75475--75476 \T1/qtm/m/it/10 nic-bridged-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ipvlan-device-conf:v lan' on page 756 undefined on input line 75476. Underfull \hbox (badness 10000) in paragraph at lines 75476--75477 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75476--75477 \T1/qtm/m/it/10 nic-ipvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-macvlan-device-conf: vlan' on page 756 undefined on input line 75477. Underfull \hbox (badness 10000) in paragraph at lines 75477--75478 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75477--75478 \T1/qtm/m/it/10 nic-macvlan-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-ovn-device-conf:vlan ' on page 756 undefined on input line 75478. Underfull \hbox (badness 10000) in paragraph at lines 75478--75479 \T1/qtm/m/it/10 class="literal">nic-ovn-device-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/devices_nic:device-nic-physical-device-conf :vlan' on page 756 undefined on input line 75479. Underfull \hbox (badness 10000) in paragraph at lines 75479--75480 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75479--75480 \T1/qtm/m/it/10 nic-physical-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-routed-device-conf:v lan' on page 756 undefined on input line 75480. Underfull \hbox (badness 10000) in paragraph at lines 75480--75481 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75480--75481 \T1/qtm/m/it/10 nic-routed-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-sriov-device-conf:vl an' on page 756 undefined on input line 75481. Underfull \hbox (badness 10000) in paragraph at lines 75481--75482 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75481--75482 \T1/qtm/m/it/10 nic-sriov-device- LaTeX Warning: Reference `reference/devices_nic:device-nic-bridged-device-conf: vlan.tagged' on page 756 undefined on input line 75482. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:age nt.nic_config' on page 756 undefined on input line 75485. LaTeX Warning: Reference `reference/instance_properties:instance-property-insta nce-conf:architecture' on page 756 undefined on input line 75486. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.autosta rt' on page 756 undefined on input line 75487. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.autosta rt.delay' on page 756 undefined on input line 75488. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.autosta rt.priority' on page 756 undefined on input line 75489. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.debug_e dk2' on page 756 undefined on input line 75490. [756] LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.host_sh utdown_timeout' on page 757 undefined on input line 75491. LaTeX Warning: Reference `reference/instance_options:instance-boot:boot.stop.pr iority' on page 757 undefined on input line 75492. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.network-config' on page 757 undefined on input line 75493. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.user-data' on page 757 undefined on input line 75494. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:cloud- init.vendor-data' on page 757 undefined on input line 75495. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:clu ster.evacuate' on page 757 undefined on input line 75496. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:env ironment.*' on page 757 undefined on input line 75497. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu' on page 757 undefined on input line 75498. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.allowance' on page 757 undefined on input line 75499. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.nodes' on page 757 undefined on input line 75500. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.cpu.priority' on page 757 undefined on input line 75501. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.disk.priority' on page 757 undefined on input line 75502. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.1GB' on page 757 undefined on input line 75503. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.1MB' on page 757 undefined on input line 75504. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.2MB' on page 757 undefined on input line 75505. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.hugepages.64KB' on page 757 undefined on input line 75506. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.kernel.*' on page 757 undefined on input line 75507. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory' on page 757 undefined on input line 75508. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.enforce' on page 757 undefined on input line 75509. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.hugepages' on page 757 undefined on input line 75510. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.swap' on page 757 undefined on input line 75511. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.memory.swap.priority' on page 757 undefined on input line 75512. LaTeX Warning: Reference `reference/instance_options:instance-resource-limits:l imits.processes' on page 757 undefined on input line 75513. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:lin ux.kernel_modules' on page 757 undefined on input line 75514. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:lin ux.kernel_modules.load' on page 757 undefined on input line 75515. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:lin ux.sysctl.*' on page 757 undefined on input line 75516. LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.incremental.memory' on page 757 undefined on input line 75517. LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.incremental.memory.goal' on page 757 undefined on input line 75518. LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.incremental.memory.iterations' on page 757 undefined on input line 75519. LaTeX Warning: Reference `reference/instance_options:instance-migration:migrati on.stateful' on page 757 undefined on input line 75520. LaTeX Warning: Reference `reference/instance_properties:instance-property-insta nce-conf:name' on page 757 undefined on input line 75521. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.dri ver.capabilities' on page 757 undefined on input line 75522. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.req uire.cuda' on page 757 undefined on input line 75523. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.req uire.driver' on page 757 undefined on input line 75524. LaTeX Warning: Reference `reference/instance_options:instance-nvidia:nvidia.run time' on page 757 undefined on input line 75525. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.apparmor' on page 757 undefined on input line 75526. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.idmap' on page 757 undefined on input line 75527. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.lxc' on p age 757 undefined on input line 75528. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.qemu' on page 757 undefined on input line 75529. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.qemu.conf ' on page 757 undefined on input line 75530. LaTeX Warning: Reference `reference/instance_options:instance-raw:raw.seccomp' on page 757 undefined on input line 75531. LaTeX Warning: Reference `reference/instance_options:instance-security:security .agent.metrics' on page 757 undefined on input line 75532. LaTeX Warning: Reference `reference/instance_options:instance-security:security .csm' on page 757 undefined on input line 75533. LaTeX Warning: Reference `reference/instance_options:instance-security:security .devlxd' on page 757 undefined on input line 75534. LaTeX Warning: Reference `reference/instance_options:instance-security:security .devlxd.images' on page 757 undefined on input line 75535. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.base' on page 757 undefined on input line 75536. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.isolated' on page 757 undefined on input line 75537. LaTeX Warning: Reference `reference/instance_options:instance-security:security .idmap.size' on page 757 undefined on input line 75538. LaTeX Warning: Reference `reference/instance_options:instance-security:security .nesting' on page 757 undefined on input line 75539. LaTeX Warning: Reference `reference/instance_options:instance-security:security .privileged' on page 757 undefined on input line 75540. LaTeX Warning: Reference `reference/instance_options:instance-security:security .protection.delete' on page 757 undefined on input line 75541. LaTeX Warning: Reference `reference/instance_options:instance-security:security .protection.shift' on page 757 undefined on input line 75542. LaTeX Warning: Reference `reference/instance_options:instance-security:security .secureboot' on page 757 undefined on input line 75543. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev' on page 757 undefined on input line 75544. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev.policy.es' on page 757 undefined on input line 75545. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev.session.data' on page 757 undefined on input line 75546. LaTeX Warning: Reference `reference/instance_options:instance-security:security .sev.session.dh' on page 757 undefined on input line 75547. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.allow' on page 757 undefined on input line 75548. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.deny' on page 757 undefined on input line 75549. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.deny_compat' on page 757 undefined on input line 75550. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.deny_default' on page 757 undefined on input line 75551. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf' on page 757 undefined on input line 75552. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.bpf.devices' on page 757 undefined on input line 75553. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mknod' on page 757 undefined on input line 75554. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount' on page 757 undefined on input line 75555. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.allowed' on page 757 undefined on input line 75556. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.fuse' on page 757 undefined on input line 75557. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.mount.shift' on page 757 undefined on input line 75558. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.sched_setscheduler' on page 757 undefined on input line 755 59. Overfull \hbox (14.1218pt too wide) in paragraph at lines 75559--75560 []\T1/txtt/m/n/10 security.syscalls.intercept.sched_setscheduler\T1/qtm/m/n/10 , LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.setxattr' on page 757 undefined on input line 75560. LaTeX Warning: Reference `reference/instance_options:instance-security:security .syscalls.intercept.sysinfo' on page 757 undefined on input line 75561. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.expiry' on page 757 undefined on input line 75562. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.pattern' on page 757 undefined on input line 75563. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.schedule' on page 757 undefined on input line 75564. LaTeX Warning: Reference `reference/instance_options:instance-snapshots:snapsho ts.schedule.stopped' on page 757 undefined on input line 75565. LaTeX Warning: Reference `reference/instance_options:instance-miscellaneous:use r.*' on page 757 undefined on input line 75566. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:user.n etwork-config' on page 757 undefined on input line 75567. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:user.u ser-data' on page 757 undefined on input line 75568. LaTeX Warning: Reference `reference/instance_options:instance-cloud-init:user.v endor-data' on page 757 undefined on input line 75569. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..apply_quota' on page 757 undefined on input line 75570. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..ceph_rbd' on page 757 undefined on input line 75571. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..host_name' on page 757 undefined on input line 75572. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..hwaddr' on page 757 undefined on input line 75573. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.created' on page 757 undefined on input line 75574. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.hwaddr' on page 757 undefined on input line 75575. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.ip_addresses' on page 757 undefined on input line 75576. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.mtu' on page 757 undefined on input line 75577. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vdpa.name' on page 757 undefined on input line 75578. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.hwaddr' on page 757 undefined on input line 75579. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.id' on page 757 undefined on input line 75580. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.spoofcheck' on page 757 undefined on input line 75581. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile ..last_state.vf.vlan' on page 757 undefined on input line 75582. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .apply_nvram' on page 757 undefined on input line 75583. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .apply_template' on page 757 undefined on input line 75584. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .base_image' on page 757 undefined on input line 75585. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .cloud_init.instance-id' on page 757 undefined on input line 75586. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .evacuate.origin' on page 757 undefined on input line 75587. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .idmap.base' on page 757 undefined on input line 75588. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .idmap.current' on page 757 undefined on input line 75589. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .idmap.next' on page 757 undefined on input line 75590. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .last_state.idmap' on page 757 undefined on input line 75591. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .last_state.power' on page 757 undefined on input line 75592. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .uuid' on page 757 undefined on input line 75593. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .uuid.generation' on page 757 undefined on input line 75594. LaTeX Warning: Reference `reference/instance_options:instance-volatile:volatile .vsock_id' on page 757 undefined on input line 75595. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:action ' on page 757 undefined on input line 75598. [757] LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-properties:backends' on page 758 undefined on input line 75599. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.ipv4.nexthop' on page 758 undefined on input line 75600. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.ipv6.nexthop' on page 758 undefined on input line 75601. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.peers.NAME.address' on page 758 undefined on input line 75602. Underfull \hbox (badness 10000) in paragraph at lines 75602--75603 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:bgp.peers.NAME.address' on page 758 undefined on input line 75603. Underfull \hbox (badness 10000) in paragraph at lines 75603--75604 []\T1/txtt/m/n/10 bgp.peers.NAME.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i -cal net-work: Underfull \hbox (badness 10000) in paragraph at lines 75603--75604 \T1/qtm/m/it/10 physical-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.peers.NAME.asn' on page 758 undefined on input line 75604. Underfull \hbox (badness 10000) in paragraph at lines 75604--75605 []\T1/txtt/m/n/10 bgp.peers.NAME.asn \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net -work: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:bgp.peers.NAME.asn' on page 758 undefined on input line 75605. Underfull \hbox (badness 10000) in paragraph at lines 75605--75606 []\T1/txtt/m/n/10 bgp.peers.NAME.asn \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-work: physical-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.peers.NAME.holdtime' on page 758 undefined on input line 75606. Underfull \hbox (badness 10000) in paragraph at lines 75606--75607 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:bgp.peers.NAME.holdtime' on page 758 undefined on input line 75607. Underfull \hbox (badness 10000) in paragraph at lines 75607--75608 []\T1/txtt/m/n/10 bgp.peers.NAME.holdtime \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys- i-cal net-work: Underfull \hbox (badness 10000) in paragraph at lines 75607--75608 \T1/qtm/m/it/10 physical-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bgp.peers.NAME.password' on page 758 undefined on input line 75608. Underfull \hbox (badness 10000) in paragraph at lines 75608--75609 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:bgp.peers.NAME.password' on page 758 undefined on input line 75609. Underfull \hbox (badness 10000) in paragraph at lines 75609--75610 []\T1/txtt/m/n/10 bgp.peers.NAME.password \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys- i-cal net-work: Underfull \hbox (badness 10000) in paragraph at lines 75609--75610 \T1/qtm/m/it/10 physical-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.driver' on page 758 undefined on input line 75610. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.external_interfaces' on page 758 undefined on input line 75611. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.hwaddr' on page 758 undefined on input line 75612. Underfull \hbox (badness 10000) in paragraph at lines 75612--75613 []\T1/txtt/m/n/10 bridge.hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work : bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:bridge .hwaddr' on page 758 undefined on input line 75613. Underfull \hbox (badness 10000) in paragraph at lines 75613--75614 []\T1/txtt/m/n/10 bridge.hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work: < code LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.mode' on page 758 undefined on input line 75614. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: bridge.mtu' on page 758 undefined on input line 75615. Underfull \hbox (badness 10000) in paragraph at lines 75615--75616 []\T1/txtt/m/n/10 bridge.mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75615--75616 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:bridge .mtu' on page 758 undefined on input line 75616. LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:config' on page 758 undefined on input line 75617. Underfull \hbox (badness 5359) in paragraph at lines 75617--75618 []\T1/txtt/m/n/10 config \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net -work ACLs: acl-acl-properties\T1/qtm/m/n/10 ), LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:config' on page 758 undefined on input line 75618. Underfull \hbox (badness 10000) in paragraph at lines 75618--75619 []\T1/txtt/m/n/10 config \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net -work for-wards: Underfull \hbox (badness 10000) in paragraph at lines 75618--75619 \T1/qtm/m/it/10 forward-forward- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-properties:config' on page 758 undefined on input line 75619. Underfull \hbox (badness 10000) in paragraph at lines 75619--75620 \T1/qtm/m/it/10 load-balancer-load- LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:config' on page 758 undefined on input line 75620. LaTeX Warning: Reference `howto/network_zones:network-zone-record-properties:co nfig' on page 758 undefined on input line 75621. Underfull \hbox (badness 10000) in paragraph at lines 75621--75622 []\T1/txtt/m/n/10 config \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net -work zones: Underfull \hbox (badness 10000) in paragraph at lines 75621--75622 \T1/qtm/m/it/10 zone-record- LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:descrip tion' on page 758 undefined on input line 75622. Underfull \hbox (badness 10000) in paragraph at lines 75622--75623 \T1/qtm/m/it/10 class="literal">acl-acl-properties\T1/qtm/m/n/10 ), LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:descri ption' on page 758 undefined on input line 75623. Underfull \hbox (badness 10000) in paragraph at lines 75623--75624 \T1/qtm/m/it/10 class="literal">acl-rule-properties\T1/qtm/m/n/10 ), LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:description' on page 758 undefined on input line 75624. Underfull \hbox (badness 10000) in paragraph at lines 75624--75625 \T1/qtm/m/it/10 forward-forward- LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:description' on page 758 undefined on input line 75625. Underfull \hbox (badness 10000) in paragraph at lines 75625--75626 \T1/qtm/m/it/10 forward-port- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-backend-properties:description' on page 758 undefined on input line 75626. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-port-properties:description' on page 758 undefined on input line 75 627. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-properties:description' on page 758 undefined on input line 75628. LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:description' on page 758 undefined on input line 75629. LaTeX Warning: Reference `howto/network_zones:network-zone-record-properties:de scription' on page 758 undefined on input line 75630. Underfull \hbox (badness 10000) in paragraph at lines 75630--75631 []\T1/txtt/m/n/10 description \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ur e net-work zones: Underfull \hbox (badness 10000) in paragraph at lines 75630--75631 \T1/qtm/m/it/10 zone-record- LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:destin ation' on page 758 undefined on input line 75631. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:destin ation_port' on page 758 undefined on input line 75632. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.domain' on page 758 undefined on input line 75633. Underfull \hbox (badness 10000) in paragraph at lines 75633--75634 []\T1/txtt/m/n/10 dns.domain \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75633--75634 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:dns.do main' on page 758 undefined on input line 75634. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.mode' on page 758 undefined on input line 75635. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:dns.nameservers' on page 758 undefined on input line 75636. Underfull \hbox (badness 10000) in paragraph at lines 75636--75637 []\T1/txtt/m/n/10 dns.nameservers \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal ne t-work: physical-network- LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:dns.n ameservers' on page 758 undefined on input line 75637. Underfull \hbox (badness 10000) in paragraph at lines 75637--75638 []\T1/txtt/m/n/10 dns.nameservers \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fi g-ure net-work Underfull \hbox (badness 10000) in paragraph at lines 75637--75638 \T1/qtm/m/it/10 zones: zone-config- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.search' on page 758 undefined on input line 75638. Underfull \hbox (badness 10000) in paragraph at lines 75638--75639 []\T1/txtt/m/n/10 dns.search \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75638--75639 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:dns.se arch' on page 758 undefined on input line 75639. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: dns.zone.forward' on page 758 undefined on input line 75640. Underfull \hbox (badness 10000) in paragraph at lines 75640--75641 []\T1/txtt/m/n/10 dns.zone.forward \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:dns.zo ne.forward' on page 758 undefined on input line 75641. Underfull \hbox (badness 10000) in paragraph at lines 75641--75642 []\T1/txtt/m/n/10 dns.zone.forward \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work : bridge-network-conf\T1/qtm/m/n/10 ), [758] LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:dns.zo ne.reverse.ipv4' on page 759 undefined on input line 75643. Underfull \hbox (badness 10000) in paragraph at lines 75643--75644 []\T1/txtt/m/n/10 dns.zone.reverse.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net -work: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:dns.zo ne.reverse.ipv6' on page 759 undefined on input line 75645. Underfull \hbox (badness 10000) in paragraph at lines 75645--75646 []\T1/txtt/m/n/10 dns.zone.reverse.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net -work: macvlan-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:gvrp' on page 759 undefined on input line 75652. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:icmp_c ode' on page 759 undefined on input line 75653. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:icmp_t ype' on page 759 undefined on input line 75654. LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:ingress ' on page 759 undefined on input line 75655. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.address' on page 759 undefined on input line 75656. Underfull \hbox (badness 10000) in paragraph at lines 75656--75657 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv4.a ddress' on page 759 undefined on input line 75657. Underfull \hbox (badness 10000) in paragraph at lines 75657--75658 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv4.d hcp' on page 759 undefined on input line 75659. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.dhcp.expiry' on page 759 undefined on input line 75660. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.dhcp.gateway' on page 759 undefined on input line 75661. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.dhcp.ranges' on page 759 undefined on input line 75662. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.firewall' on page 759 undefined on input line 75663. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv4.gateway' on page 759 undefined on input line 75664. LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv4.l 3only' on page 759 undefined on input line 75665. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.nat' on page 759 undefined on input line 75666. Underfull \hbox (badness 10000) in paragraph at lines 75666--75667 []\T1/txtt/m/n/10 ipv4.nat \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv4.n at' on page 759 undefined on input line 75667. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.nat.address' on page 759 undefined on input line 75668. Underfull \hbox (badness 10000) in paragraph at lines 75668--75669 []\T1/txtt/m/n/10 ipv4.nat.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv4.n at.address' on page 759 undefined on input line 75669. Underfull \hbox (badness 10000) in paragraph at lines 75669--75670 []\T1/txtt/m/n/10 ipv4.nat.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work : bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv4.ovn.ranges' on page 759 undefined on input line 75672. Underfull \hbox (badness 10000) in paragraph at lines 75672--75673 []\T1/txtt/m/n/10 ipv4.ovn.ranges \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal ne t-work: physical-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.routes' on page 759 undefined on input line 75673. Underfull \hbox (badness 10000) in paragraph at lines 75673--75674 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv4.routes' on page 759 undefined on input line 75674. Underfull \hbox (badness 10000) in paragraph at lines 75674--75675 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-wo rk: physical-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv4.routes.anycast' on page 759 undefined on input line 75675. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv4.routing' on page 759 undefined on input line 75676. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.address' on page 759 undefined on input line 75677. Underfull \hbox (badness 10000) in paragraph at lines 75677--75678 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.a ddress' on page 759 undefined on input line 75678. Underfull \hbox (badness 10000) in paragraph at lines 75678--75679 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.d hcp' on page 759 undefined on input line 75680. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.dhcp.expiry' on page 759 undefined on input line 75681. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.dhcp.ranges' on page 759 undefined on input line 75682. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.dhcp.stateful' on page 759 undefined on input line 75683. Underfull \hbox (badness 10000) in paragraph at lines 75683--75684 []\T1/txtt/m/n/10 ipv6.dhcp.stateful \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net -work: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.d hcp.stateful' on page 759 undefined on input line 75684. Underfull \hbox (badness 10000) in paragraph at lines 75684--75685 []\T1/txtt/m/n/10 ipv6.dhcp.stateful \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-wo rk: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.n at' on page 759 undefined on input line 75689. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.nat.address' on page 759 undefined on input line 75690. Underfull \hbox (badness 10000) in paragraph at lines 75690--75691 []\T1/txtt/m/n/10 ipv6.nat.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:ipv6.n at.address' on page 759 undefined on input line 75691. Underfull \hbox (badness 10000) in paragraph at lines 75691--75692 []\T1/txtt/m/n/10 ipv6.nat.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work : bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv6.ovn.ranges' on page 759 undefined on input line 75694. Underfull \hbox (badness 10000) in paragraph at lines 75694--75695 []\T1/txtt/m/n/10 ipv6.ovn.ranges \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal ne t-work: physical-network- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.routes' on page 759 undefined on input line 75695. Underfull \hbox (badness 10000) in paragraph at lines 75695--75696 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv6.routes' on page 759 undefined on input line 75696. Underfull \hbox (badness 10000) in paragraph at lines 75696--75697 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-wo rk: physical-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ipv6.routes.anycast' on page 759 undefined on input line 75697. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: ipv6.routing' on page 759 undefined on input line 75698. [759] LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:listen_address' on page 760 undefined on input line 75699. Underfull \hbox (badness 10000) in paragraph at lines 75699--75700 \T1/qtm/m/it/10 forward-forward- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-properties:listen_address' on page 760 undefined on input line 7570 0. LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:listen_port' on page 760 undefined on input line 75701. Underfull \hbox (badness 10000) in paragraph at lines 75701--75702 \T1/qtm/m/it/10 forward-port- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-port-properties:listen_port' on page 760 undefined on input line 75 702. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: maas.subnet.ipv4' on page 760 undefined on input line 75703. Underfull \hbox (badness 10000) in paragraph at lines 75703--75704 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:maas.subnet.ipv4' on page 760 undefined on input line 75704. Underfull \hbox (badness 10000) in paragraph at lines 75704--75705 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net- work: macvlan-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:maas.subnet.ipv4' on page 760 undefined on input line 75705. Underfull \hbox (badness 10000) in paragraph at lines 75705--75706 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal n et-work: physical-network- LaTeX Warning: Reference `reference/network_sriov:network-sriov-network-conf:ma as.subnet.ipv4' on page 760 undefined on input line 75706. Underfull \hbox (badness 10000) in paragraph at lines 75706--75707 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 SR-IOV net-w ork: sriov-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: maas.subnet.ipv6' on page 760 undefined on input line 75707. Underfull \hbox (badness 10000) in paragraph at lines 75707--75708 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:maas.subnet.ipv6' on page 760 undefined on input line 75708. Underfull \hbox (badness 10000) in paragraph at lines 75708--75709 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net- work: macvlan-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:maas.subnet.ipv6' on page 760 undefined on input line 75709. Underfull \hbox (badness 10000) in paragraph at lines 75709--75710 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal n et-work: physical-network- LaTeX Warning: Reference `reference/network_sriov:network-sriov-network-conf:ma as.subnet.ipv6' on page 760 undefined on input line 75710. Underfull \hbox (badness 10000) in paragraph at lines 75710--75711 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 SR-IOV net-w ork: sriov-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:mtu' on page 760 undefined on input line 75711. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:mtu' on page 760 undefined on input line 75712. LaTeX Warning: Reference `reference/network_sriov:network-sriov-network-conf:mt u' on page 760 undefined on input line 75713. LaTeX Warning: Reference `howto/network_acls:network-acl-acl-properties:name' o n page 760 undefined on input line 75714. Underfull \hbox (badness 10000) in paragraph at lines 75714--75715 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net-w ork ACLs: acl-acl-properties\T1/qtm/m/n/10 ), LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-backend-properties:name' on page 760 undefined on input line 75715. Underfull \hbox (badness 10000) in paragraph at lines 75715--75716 \T1/qtm/m/it/10 class="literal">load-balancer-load-balancer- LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:name' on page 760 undefined on input line 75716. Underfull \hbox (badness 6876) in paragraph at lines 75716--75717 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to cre-ate OVN peer rout-ing re-la-tion- LaTeX Warning: Reference `howto/network_zones:network-zone-record-properties:na me' on page 760 undefined on input line 75717. Underfull \hbox (badness 10000) in paragraph at lines 75717--75718 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net-w ork zones: Underfull \hbox (badness 10000) in paragraph at lines 75717--75718 \T1/qtm/m/it/10 zone-record- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:networ k' on page 760 undefined on input line 75718. LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:netwo rk.nat' on page 760 undefined on input line 75719. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:ovn.ingress_mode' on page 760 undefined on input line 75720. LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:parent' on page 760 undefined on input line 75721. Underfull \hbox (badness 10000) in paragraph at lines 75721--75722 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net-work: macvlan-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:parent' on page 760 undefined on input line 75722. Underfull \hbox (badness 10000) in paragraph at lines 75722--75723 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75722--75723 \T1/qtm/m/it/10 class="literal">physical-network- LaTeX Warning: Reference `reference/network_sriov:network-sriov-network-conf:pa rent' on page 760 undefined on input line 75723. LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:peers .NAME.address' on page 760 undefined on input line 75724. LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:peers .NAME.key' on page 760 undefined on input line 75725. LaTeX Warning: Reference `howto/network_forwards:network-forward-forward-proper ties:ports' on page 760 undefined on input line 75726. Underfull \hbox (badness 10000) in paragraph at lines 75726--75727 []\T1/txtt/m/n/10 ports \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net- work for-wards: Underfull \hbox (badness 10000) in paragraph at lines 75726--75727 \T1/qtm/m/it/10 forward-forward- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-properties:ports' on page 760 undefined on input line 75727. Underfull \hbox (badness 10000) in paragraph at lines 75727--75728 \T1/qtm/m/it/10 class="literal">load-balancer-load-balancer- LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:protoc ol' on page 760 undefined on input line 75728. Underfull \hbox (badness 10000) in paragraph at lines 75728--75729 \T1/qtm/m/it/10 class="literal">acl-rule-properties\T1/qtm/m/n/10 ), LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:protocol' on page 760 undefined on input line 75729. Underfull \hbox (badness 10000) in paragraph at lines 75729--75730 []\T1/txtt/m/n/10 protocol \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure n et-work for-wards: Underfull \hbox (badness 10000) in paragraph at lines 75729--75730 \T1/qtm/m/it/10 forward-port- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-port-properties:protocol' on page 760 undefined on input line 75730 . Underfull \hbox (badness 10000) in paragraph at lines 75730--75731 \T1/qtm/m/it/10 load-balancer-load- LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: raw.dnsmasq' on page 760 undefined on input line 75731. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls' on page 760 undefined on input line 75732. Underfull \hbox (badness 10000) in paragraph at lines 75732--75733 []\T1/txtt/m/n/10 security.acls \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work : bridge-network-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:securi ty.acls' on page 760 undefined on input line 75733. Underfull \hbox (badness 10000) in paragraph at lines 75733--75734 []\T1/txtt/m/n/10 security.acls \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work: < code LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls.default.egress.action' on page 760 undefined on input line 75734. Underfull \hbox (badness 10000) in paragraph at lines 75734--75735 []\T1/txtt/m/n/10 security.acls.default.egress.action \T1/qtm/m/n/10 (\T1/qtm/m /it/10 Bridge Underfull \hbox (badness 10000) in paragraph at lines 75734--75735 \T1/qtm/m/it/10 net-work: bridge- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:securi ty.acls.default.egress.action' on page 760 undefined on input line 75735. Underfull \hbox (badness 10000) in paragraph at lines 75735--75736 []\T1/txtt/m/n/10 security.acls.default.egress.action \T1/qtm/m/n/10 (\T1/qtm/m /it/10 OVN LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls.default.egress.logged' on page 760 undefined on input line 75736. Underfull \hbox (badness 10000) in paragraph at lines 75736--75737 []\T1/txtt/m/n/10 security.acls.default.egress.logged \T1/qtm/m/n/10 (\T1/qtm/m /it/10 Bridge Underfull \hbox (badness 10000) in paragraph at lines 75736--75737 \T1/qtm/m/it/10 net-work: bridge- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:securi ty.acls.default.egress.logged' on page 760 undefined on input line 75737. Underfull \hbox (badness 10000) in paragraph at lines 75737--75738 []\T1/txtt/m/n/10 security.acls.default.egress.logged \T1/qtm/m/n/10 (\T1/qtm/m /it/10 OVN LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls.default.ingress.action' on page 760 undefined on input line 75738 . Underfull \hbox (badness 10000) in paragraph at lines 75738--75739 []\T1/txtt/m/n/10 security.acls.default.ingress.action \T1/qtm/m/n/10 (\T1/qtm/ m/it/10 Bridge Underfull \hbox (badness 10000) in paragraph at lines 75738--75739 \T1/qtm/m/it/10 net-work: bridge- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:securi ty.acls.default.ingress.action' on page 760 undefined on input line 75739. Underfull \hbox (badness 10000) in paragraph at lines 75739--75740 []\T1/txtt/m/n/10 security.acls.default.ingress.action \T1/qtm/m/n/10 (\T1/qtm/ m/it/10 OVN LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: security.acls.default.ingress.logged' on page 760 undefined on input line 75740 . Underfull \hbox (badness 10000) in paragraph at lines 75740--75741 []\T1/txtt/m/n/10 security.acls.default.ingress.logged \T1/qtm/m/n/10 (\T1/qtm/ m/it/10 Bridge Underfull \hbox (badness 10000) in paragraph at lines 75740--75741 \T1/qtm/m/it/10 net-work: bridge- [760] LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:securi ty.acls.default.ingress.logged' on page 761 undefined on input line 75741. Underfull \hbox (badness 10000) in paragraph at lines 75741--75742 []\T1/txtt/m/n/10 security.acls.default.ingress.logged \T1/qtm/m/n/10 (\T1/qtm/ m/it/10 OVN LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:source ' on page 761 undefined on input line 75742. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:source _port' on page 761 undefined on input line 75743. LaTeX Warning: Reference `howto/network_acls:network-acl-rule-properties:state' on page 761 undefined on input line 75744. LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:status' on page 761 undefined on input line 75745. LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:target_address' on page 761 undefined on input line 75746. Underfull \hbox (badness 10000) in paragraph at lines 75746--75747 []\T1/txtt/m/n/10 target_address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig -ure net-work for- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-backend-properties:target_address' on page 761 undefined on input l ine 75747. LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-port-properties:target_backend' on page 761 undefined on input line 75748. LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:target_network' on page 761 undefined on input line 75749. LaTeX Warning: Reference `howto/network_forwards:network-forward-port-propertie s:target_port' on page 761 undefined on input line 75750. Underfull \hbox (badness 10000) in paragraph at lines 75750--75751 \T1/qtm/m/it/10 forward-port- LaTeX Warning: Reference `howto/network_load_balancers:network-load-balancer-lo ad-balancer-backend-properties:target_port' on page 761 undefined on input line 75751. LaTeX Warning: Reference `howto/network_ovn_peers:network-peering-peering-prope rties:target_project' on page 761 undefined on input line 75752. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.group' on page 761 undefined on input line 75753. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.id' on page 761 undefined on input line 75754. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.interface' on page 761 undefined on input line 75755. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.local' on page 761 undefined on input line 75756. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.port' on page 761 undefined on input line 75757. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.protocol' on page 761 undefined on input line 75758. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.remote' on page 761 undefined on input line 75759. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: tunnel.NAME.ttl' on page 761 undefined on input line 75760. LaTeX Warning: Reference `reference/network_bridge:network-bridge-network-conf: user.*' on page 761 undefined on input line 75761. LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:user.*' on page 761 undefined on input line 75762. Underfull \hbox (badness 10000) in paragraph at lines 75762--75763 []\T1/txtt/m/n/10 user.* \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net-work: macvlan-network- LaTeX Warning: Reference `reference/network_ovn:network-ovn-network-conf:user.* ' on page 761 undefined on input line 75763. LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:user.*' on page 761 undefined on input line 75764. Underfull \hbox (badness 10000) in paragraph at lines 75764--75765 []\T1/txtt/m/n/10 user.* \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75764--75765 \T1/qtm/m/it/10 class="literal">physical-network- LaTeX Warning: Reference `reference/network_sriov:network-sriov-network-conf:us er.*' on page 761 undefined on input line 75765. LaTeX Warning: Reference `howto/network_zones:network-zone-config-options:user. *' on page 761 undefined on input line 75766. Underfull \hbox (badness 5133) in paragraph at lines 75766--75767 []\T1/txtt/m/n/10 user.* \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net -work zones: zone-config-options\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/network_macvlan:network-macvlan-network-con f:vlan' on page 761 undefined on input line 75767. Underfull \hbox (badness 10000) in paragraph at lines 75767--75768 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net-work: macvlan-network- LaTeX Warning: Reference `reference/network_physical:network-physical-network-c onf:vlan' on page 761 undefined on input line 75768. LaTeX Warning: Reference `reference/network_sriov:network-sriov-network-conf:vl an' on page 761 undefined on input line 75769. LaTeX Warning: Reference `reference/projects:project-specific:backups.compressi on_algorithm' on page 761 undefined on input line 75772. LaTeX Warning: Reference `reference/projects:project-features:features.images' on page 761 undefined on input line 75773. LaTeX Warning: Reference `reference/projects:project-features:features.networks ' on page 761 undefined on input line 75774. LaTeX Warning: Reference `reference/projects:project-features:features.networks .zones' on page 761 undefined on input line 75775. LaTeX Warning: Reference `reference/projects:project-features:features.profiles ' on page 761 undefined on input line 75776. LaTeX Warning: Reference `reference/projects:project-features:features.storage. buckets' on page 761 undefined on input line 75777. LaTeX Warning: Reference `reference/projects:project-features:features.storage. volumes' on page 761 undefined on input line 75778. LaTeX Warning: Reference `reference/projects:project-specific:images.auto_updat e_cached' on page 761 undefined on input line 75779. LaTeX Warning: Reference `reference/projects:project-specific:images.auto_updat e_interval' on page 761 undefined on input line 75780. LaTeX Warning: Reference `reference/projects:project-specific:images.compressio n_algorithm' on page 761 undefined on input line 75781. LaTeX Warning: Reference `reference/projects:project-specific:images.default_ar chitecture' on page 761 undefined on input line 75782. LaTeX Warning: Reference `reference/projects:project-specific:images.remote_cac he_expiry' on page 761 undefined on input line 75783. LaTeX Warning: Reference `reference/projects:project-limits:limits.containers' on page 761 undefined on input line 75784. LaTeX Warning: Reference `reference/projects:project-limits:limits.cpu' on page 761 undefined on input line 75785. LaTeX Warning: Reference `reference/projects:project-limits:limits.disk' on pag e 761 undefined on input line 75786. LaTeX Warning: Reference `reference/projects:project-limits:limits.instances' o n page 761 undefined on input line 75787. LaTeX Warning: Reference `reference/projects:project-limits:limits.memory' on p age 761 undefined on input line 75788. LaTeX Warning: Reference `reference/projects:project-limits:limits.networks' on page 761 undefined on input line 75789. LaTeX Warning: Reference `reference/projects:project-limits:limits.processes' o n page 761 undefined on input line 75790. LaTeX Warning: Reference `reference/projects:project-limits:limits.virtual-mach ines' on page 761 undefined on input line 75791. LaTeX Warning: Reference `reference/projects:project-restricted:restricted' on page 761 undefined on input line 75792. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.back ups' on page 761 undefined on input line 75793. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.clus ter.groups' on page 761 undefined on input line 75794. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.clus ter.target' on page 761 undefined on input line 75795. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.interception' on page 761 undefined on input line 75796. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.lowlevel' on page 761 undefined on input line 75797. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.nesting' on page 761 undefined on input line 75798. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.cont ainers.privilege' on page 761 undefined on input line 75799. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.disk' on page 761 undefined on input line 75800. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.disk.paths' on page 761 undefined on input line 75801. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.gpu' on page 761 undefined on input line 75802. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.infiniband' on page 761 undefined on input line 75803. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.nic' on page 761 undefined on input line 75804. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.pci' on page 761 undefined on input line 75805. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.proxy' on page 761 undefined on input line 75806. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.unix-block' on page 761 undefined on input line 75807. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.unix-char' on page 761 undefined on input line 75808. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.unix-hotplug' on page 761 undefined on input line 75809. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.devi ces.usb' on page 761 undefined on input line 75810. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.idma p.gid' on page 761 undefined on input line 75811. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.idma p.uid' on page 761 undefined on input line 75812. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.access' on page 761 undefined on input line 75813. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.subnets' on page 761 undefined on input line 75814. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.uplinks' on page 761 undefined on input line 75815. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.netw orks.zones' on page 761 undefined on input line 75816. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.snap shots' on page 761 undefined on input line 75817. LaTeX Warning: Reference `reference/projects:project-restricted:restricted.virt ual-machines.lowlevel' on page 761 undefined on input line 75818. LaTeX Warning: Reference `reference/projects:project-specific:user.*' on page 7 61 undefined on input line 75819. LaTeX Warning: Reference `server:server-acme:acme.agree_tos' on page 761 undefi ned on input line 75822. LaTeX Warning: Reference `server:server-acme:acme.ca_url' on page 761 undefined on input line 75823. LaTeX Warning: Reference `server:server-acme:acme.domain' on page 761 undefined on input line 75824. LaTeX Warning: Reference `server:server-acme:acme.email' on page 761 undefined on input line 75825. [761] LaTeX Warning: Reference `server:server-miscellaneous:backups.compression_algor ithm' on page 762 undefined on input line 75826. LaTeX Warning: Reference `server:server-cluster:cluster.healing_threshold' on p age 762 undefined on input line 75827. LaTeX Warning: Reference `server:server-cluster:cluster.https_address' on page 762 undefined on input line 75828. LaTeX Warning: Reference `server:server-cluster:cluster.images_minimal_replica' on page 762 undefined on input line 75829. LaTeX Warning: Reference `server:server-cluster:cluster.join_token_expiry' on p age 762 undefined on input line 75830. LaTeX Warning: Reference `server:server-cluster:cluster.max_standby' on page 76 2 undefined on input line 75831. LaTeX Warning: Reference `server:server-cluster:cluster.max_voters' on page 762 undefined on input line 75832. LaTeX Warning: Reference `server:server-cluster:cluster.offline_threshold' on p age 762 undefined on input line 75833. LaTeX Warning: Reference `server:server-core:core.bgp_address' on page 762 unde fined on input line 75834. LaTeX Warning: Reference `server:server-core:core.bgp_asn' on page 762 undefine d on input line 75835. LaTeX Warning: Reference `server:server-core:core.bgp_routerid' on page 762 und efined on input line 75836. LaTeX Warning: Reference `server:server-core:core.debug_address' on page 762 un defined on input line 75837. LaTeX Warning: Reference `server:server-core:core.dns_address' on page 762 unde fined on input line 75838. LaTeX Warning: Reference `server:server-core:core.https_address' on page 762 un defined on input line 75839. LaTeX Warning: Reference `server:server-core:core.https_allowed_credentials' on page 762 undefined on input line 75840. LaTeX Warning: Reference `server:server-core:core.https_allowed_headers' on pag e 762 undefined on input line 75841. LaTeX Warning: Reference `server:server-core:core.https_allowed_methods' on pag e 762 undefined on input line 75842. LaTeX Warning: Reference `server:server-core:core.https_allowed_origin' on page 762 undefined on input line 75843. LaTeX Warning: Reference `server:server-core:core.https_trusted_proxy' on page 762 undefined on input line 75844. LaTeX Warning: Reference `server:server-core:core.metrics_address' on page 762 undefined on input line 75845. LaTeX Warning: Reference `server:server-core:core.metrics_authentication' on pa ge 762 undefined on input line 75846. LaTeX Warning: Reference `server:server-core:core.proxy_http' on page 762 undef ined on input line 75847. LaTeX Warning: Reference `server:server-core:core.proxy_https' on page 762 unde fined on input line 75848. LaTeX Warning: Reference `server:server-core:core.proxy_ignore_hosts' on page 7 62 undefined on input line 75849. LaTeX Warning: Reference `server:server-core:core.remote_token_expiry' on page 762 undefined on input line 75850. LaTeX Warning: Reference `server:server-core:core.shutdown_timeout' on page 762 undefined on input line 75851. LaTeX Warning: Reference `server:server-core:core.storage_buckets_address' on p age 762 undefined on input line 75852. LaTeX Warning: Reference `server:server-core:core.syslog_socket' on page 762 un defined on input line 75853. LaTeX Warning: Reference `server:server-core:core.trust_ca_certificates' on pag e 762 undefined on input line 75854. LaTeX Warning: Reference `server:server-core:core.trust_password' on page 762 u ndefined on input line 75855. LaTeX Warning: Reference `server:server-images:images.auto_update_cached' on pa ge 762 undefined on input line 75856. LaTeX Warning: Reference `server:server-images:images.auto_update_interval' on page 762 undefined on input line 75857. LaTeX Warning: Reference `server:server-images:images.compression_algorithm' on page 762 undefined on input line 75858. LaTeX Warning: Reference `server:server-images:images.default_architecture' on page 762 undefined on input line 75859. LaTeX Warning: Reference `server:server-images:images.remote_cache_expiry' on p age 762 undefined on input line 75860. LaTeX Warning: Reference `server:server-miscellaneous:instances.migration.state ful' on page 762 undefined on input line 75861. LaTeX Warning: Reference `server:server-miscellaneous:instances.nic.host_name' on page 762 undefined on input line 75862. LaTeX Warning: Reference `server:server-miscellaneous:instances.placement.scrip tlet' on page 762 undefined on input line 75863. LaTeX Warning: Reference `server:server-loki:loki.api.ca_cert' on page 762 unde fined on input line 75864. LaTeX Warning: Reference `server:server-loki:loki.api.url' on page 762 undefine d on input line 75865. LaTeX Warning: Reference `server:server-loki:loki.auth.password' on page 762 un defined on input line 75866. LaTeX Warning: Reference `server:server-loki:loki.auth.username' on page 762 un defined on input line 75867. LaTeX Warning: Reference `server:server-loki:loki.instance' on page 762 undefin ed on input line 75868. LaTeX Warning: Reference `server:server-loki:loki.labels' on page 762 undefined on input line 75869. LaTeX Warning: Reference `server:server-loki:loki.loglevel' on page 762 undefin ed on input line 75870. LaTeX Warning: Reference `server:server-loki:loki.types' on page 762 undefined on input line 75871. LaTeX Warning: Reference `server:server-miscellaneous:maas.api.key' on page 762 undefined on input line 75872. LaTeX Warning: Reference `server:server-miscellaneous:maas.api.url' on page 762 undefined on input line 75873. LaTeX Warning: Reference `server:server-miscellaneous:maas.machine' on page 762 undefined on input line 75874. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.ca_cert' on p age 762 undefined on input line 75875. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.client_cert' on page 762 undefined on input line 75876. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.client_key' o n page 762 undefined on input line 75877. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.integration_b ridge' on page 762 undefined on input line 75878. LaTeX Warning: Reference `server:server-miscellaneous:network.ovn.northbound_co nnection' on page 762 undefined on input line 75879. LaTeX Warning: Reference `server:server-oidc:oidc.audience' on page 762 undefin ed on input line 75880. LaTeX Warning: Reference `server:server-oidc:oidc.client.id' on page 762 undefi ned on input line 75881. LaTeX Warning: Reference `server:server-oidc:oidc.groups.claim' on page 762 und efined on input line 75882. LaTeX Warning: Reference `server:server-oidc:oidc.issuer' on page 762 undefined on input line 75883. LaTeX Warning: Reference `server:server-miscellaneous:storage.backups_volume' o n page 762 undefined on input line 75884. LaTeX Warning: Reference `server:server-miscellaneous:storage.images_volume' on page 762 undefined on input line 75885. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:block .filesystem' on page 762 undefined on input line 75888. Underfull \hbox (badness 10000) in paragraph at lines 75888--75889 []\T1/txtt/m/n/10 block.filesystem \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - < code Underfull \hbox (badness 10000) in paragraph at lines 75888--75889 \T1/qtm/m/it/10 class="literal">ceph: ceph-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:block.f ilesystem' on page 762 undefined on input line 75889. Underfull \hbox (badness 10000) in paragraph at lines 75889--75890 []\T1/txtt/m/n/10 block.filesystem \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:block.filesystem' on page 762 undefined on input line 75890. Underfull \hbox (badness 10000) in paragraph at lines 75890--75891 []\T1/txtt/m/n/10 block.filesystem \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er- Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75890--75891 \T1/qtm/m/it/10 powerflex-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:block.f ilesystem' on page 762 undefined on input line 75891. Underfull \hbox (badness 10000) in paragraph at lines 75891--75892 []\T1/txtt/m/n/10 block.filesystem \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:block .mount_options' on page 762 undefined on input line 75892. Underfull \hbox (badness 10000) in paragraph at lines 75892--75893 []\T1/txtt/m/n/10 block.mount_options \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:block.m ount_options' on page 762 undefined on input line 75893. Underfull \hbox (badness 10000) in paragraph at lines 75893--75894 []\T1/txtt/m/n/10 block.mount_options \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:block.mount_options' on page 762 undefined on input line 75894. Underfull \hbox (badness 10000) in paragraph at lines 75894--75895 []\T1/txtt/m/n/10 block.mount_options \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow- er-Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75894--75895 \T1/qtm/m/it/10 powerflex-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:block.m ount_options' on page 762 undefined on input line 75895. Underfull \hbox (badness 10000) in paragraph at lines 75895--75896 []\T1/txtt/m/n/10 block.mount_options \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:block.type' on page 762 undefined on input line 75896. LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:btrfs .mount_options' on page 762 undefined on input line 75897. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.cl uster_name' on page 762 undefined on input line 75898. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.data_pool_name' on page 762 undefined on input line 75899. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.pg_num' on page 762 undefined on input line 75900. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.os d.pool_name' on page 762 undefined on input line 75901. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rb d.clone_copy' on page 762 undefined on input line 75902. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rb d.du' on page 762 undefined on input line 75903. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rb d.features' on page 762 undefined on input line 75904. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.us er.name' on page 762 undefined on input line 75905. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.cluster_name' on page 762 undefined on input line 75906. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.create_missing' on page 762 undefined on input line 75907. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.data_pool' on page 762 undefined on input line 75908. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.fscache' on page 762 undefined on input line 75909. [762] LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.meta_pool' on page 763 undefined on input line 75910. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.osd_pg_num' on page 763 undefined on input line 75911. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.path' on page 763 undefined on input line 75912. LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cep hfs.user.name' on page 763 undefined on input line 75913. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.bucket.name_prefix' on page 763 undefined on input line 75914. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.cluster_name' on page 763 undefined on input line 75915. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.radosgw.endpoint' on page 763 undefined on input line 75916. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.radosgw.endpoint_cert_file' on page 763 undefined on input line 75917. LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-pool- conf:cephobject.user.name' on page 763 undefined on input line 75918. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:lvm.str ipes' on page 763 undefined on input line 75919. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:lvm.str ipes.size' on page 763 undefined on input line 75920. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.thinp ool_metadata_size' on page 763 undefined on input line 75921. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.thinp ool_name' on page 763 undefined on input line 75922. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.use_t hinpool' on page 763 undefined on input line 75923. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.vg.fo rce_reuse' on page 763 undefined on input line 75924. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.vg_na me' on page 763 undefined on input line 75925. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.clone_copy' on page 763 undefined on input line 75926. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.domain' on page 763 undefined on input line 75927. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.gateway' on page 763 undefined on input line 75928. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.gateway.verify' on page 763 undefined on input line 75929. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.mode' on page 763 undefined on input line 75930. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.pool' on page 763 undefined on input line 75931. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.sdt' on page 763 undefined on input line 75932. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.user.name' on page 763 undefined on input line 75933. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:powerflex.user.password' on page 763 undefined on input line 75934. LaTeX Warning: Reference `reference/storage_dir:storage-dir-pool-conf:rsync.bwl imit' on page 763 undefined on input line 75935. Underfull \hbox (badness 10000) in paragraph at lines 75935--75936 []\T1/txtt/m/n/10 rsync.bwlimit \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - < code Underfull \hbox (badness 10000) in paragraph at lines 75935--75936 \T1/qtm/m/it/10 class="literal">dir: lvm: lvm-pool-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:rsync.bwlimit' on page 763 undefined on input line 75937. Underfull \hbox (badness 10000) in paragraph at lines 75937--75938 []\T1/txtt/m/n/10 rsync.bwlimit \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er-Fle x - powerflex: powerflex-pool-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_dir:storage-dir-pool-conf:rsync.com pression' on page 763 undefined on input line 75938. Underfull \hbox (badness 10000) in paragraph at lines 75938--75939 []\T1/txtt/m/n/10 rsync.compression \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: lvm: lvm-pool-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:rsync.compression' on page 763 undefined on input line 75940. Underfull \hbox (badness 10000) in paragraph at lines 75940--75941 []\T1/txtt/m/n/10 rsync.compression \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er -Flex - powerflex: powerflex-pool-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sec urity.shifted' on page 763 undefined on input line 75941. Underfull \hbox (badness 10000) in paragraph at lines 75941--75942 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:secur ity.shifted' on page 763 undefined on input line 75942. Underfull \hbox (badness 10000) in paragraph at lines 75942--75943 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - < code Underfull \hbox (badness 10000) in paragraph at lines 75942--75943 \T1/qtm/m/it/10 class="literal">ceph: ceph-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s ecurity.shifted' on page 763 undefined on input line 75943. Underfull \hbox (badness 10000) in paragraph at lines 75943--75944 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:securit y.shifted' on page 763 undefined on input line 75944. Underfull \hbox (badness 10000) in paragraph at lines 75944--75945 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: dir-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:securit y.shifted' on page 763 undefined on input line 75945. Underfull \hbox (badness 10000) in paragraph at lines 75945--75946 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:security.shifted' on page 763 undefined on input line 75946. Underfull \hbox (badness 10000) in paragraph at lines 75946--75947 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er- Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75946--75947 \T1/qtm/m/it/10 powerflex-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:securit y.shifted' on page 763 undefined on input line 75947. Underfull \hbox (badness 10000) in paragraph at lines 75947--75948 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sec urity.unmapped' on page 763 undefined on input line 75948. Underfull \hbox (badness 10000) in paragraph at lines 75948--75949 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:secur ity.unmapped' on page 763 undefined on input line 75949. Underfull \hbox (badness 10000) in paragraph at lines 75949--75950 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s ecurity.unmapped' on page 763 undefined on input line 75950. Underfull \hbox (badness 10000) in paragraph at lines 75950--75951 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:securit y.unmapped' on page 763 undefined on input line 75951. Underfull \hbox (badness 10000) in paragraph at lines 75951--75952 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: dir-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:securit y.unmapped' on page 763 undefined on input line 75952. Underfull \hbox (badness 10000) in paragraph at lines 75952--75953 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:security.unmapped' on page 763 undefined on input line 75953. Underfull \hbox (badness 10000) in paragraph at lines 75953--75954 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er -Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75953--75954 \T1/qtm/m/it/10 powerflex-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:securit y.unmapped' on page 763 undefined on input line 75954. Underfull \hbox (badness 10000) in paragraph at lines 75954--75955 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-bucket-conf:siz e' on page 763 undefined on input line 75955. Underfull \hbox (badness 10000) in paragraph at lines 75955--75956 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 75955--75956 \T1/qtm/m/it/10 btrfs-bucket- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:size' on page 763 undefined on input line 75956. Underfull \hbox (badness 10000) in paragraph at lines 75956--75957 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 75956--75957 \T1/qtm/m/it/10 btrfs-pool- [763] LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:siz e' on page 764 undefined on input line 75957. Underfull \hbox (badness 10000) in paragraph at lines 75957--75958 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 75957--75958 \T1/qtm/m/it/10 btrfs-volume- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:size' on page 764 undefined on input line 75958. Underfull \hbox (badness 10000) in paragraph at lines 75958--75959 \T1/qtm/m/it/10 ceph-volume- LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s ize' on page 764 undefined on input line 75959. Underfull \hbox (badness 10000) in paragraph at lines 75959--75960 \T1/qtm/m/it/10 cephfs-volume- LaTeX Warning: Reference `reference/storage_cephobject:storage-cephobject-bucke t-conf:size' on page 764 undefined on input line 75960. Underfull \hbox (badness 10000) in paragraph at lines 75960--75961 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph Ob-ject - cephobject: Underfull \hbox (badness 10000) in paragraph at lines 75960--75961 \T1/qtm/m/it/10 cephobject-bucket- LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:size' o n page 764 undefined on input line 75961. Underfull \hbox (badness 10000) in paragraph at lines 75961--75962 \T1/qtm/m/it/10 dir-volume- LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-bucket-conf:size' o n page 764 undefined on input line 75962. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:size' on page 764 undefined on input line 75963. LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:size' o n page 764 undefined on input line 75964. LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:size' on page 764 undefined on input line 75965. Underfull \hbox (badness 10000) in paragraph at lines 75965--75966 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er-Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75965--75966 \T1/qtm/m/it/10 powerflex-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-bucket-conf:size' o n page 764 undefined on input line 75966. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:size' on page 764 undefined on input line 75967. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:size' o n page 764 undefined on input line 75968. LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sna pshots.expiry' on page 764 undefined on input line 75969. Underfull \hbox (badness 10000) in paragraph at lines 75969--75970 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:snaps hots.expiry' on page 764 undefined on input line 75970. Underfull \hbox (badness 10000) in paragraph at lines 75970--75971 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - < code Underfull \hbox (badness 10000) in paragraph at lines 75970--75971 \T1/qtm/m/it/10 class="literal">ceph: ceph-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s napshots.expiry' on page 764 undefined on input line 75971. Underfull \hbox (badness 10000) in paragraph at lines 75971--75972 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:snapsho ts.expiry' on page 764 undefined on input line 75972. Underfull \hbox (badness 10000) in paragraph at lines 75972--75973 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: dir-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:snapsho ts.expiry' on page 764 undefined on input line 75973. Underfull \hbox (badness 10000) in paragraph at lines 75973--75974 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:snapshots.expiry' on page 764 undefined on input line 75974. Underfull \hbox (badness 10000) in paragraph at lines 75974--75975 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er- Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75974--75975 \T1/qtm/m/it/10 powerflex-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:snapsho ts.expiry' on page 764 undefined on input line 75975. Underfull \hbox (badness 10000) in paragraph at lines 75975--75976 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sna pshots.pattern' on page 764 undefined on input line 75976. Underfull \hbox (badness 10000) in paragraph at lines 75976--75977 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:snaps hots.pattern' on page 764 undefined on input line 75977. Underfull \hbox (badness 10000) in paragraph at lines 75977--75978 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s napshots.pattern' on page 764 undefined on input line 75978. Underfull \hbox (badness 10000) in paragraph at lines 75978--75979 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:snapsho ts.pattern' on page 764 undefined on input line 75979. Underfull \hbox (badness 10000) in paragraph at lines 75979--75980 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: dir-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:snapsho ts.pattern' on page 764 undefined on input line 75980. Underfull \hbox (badness 10000) in paragraph at lines 75980--75981 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:snapshots.pattern' on page 764 undefined on input line 75981. Underfull \hbox (badness 10000) in paragraph at lines 75981--75982 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er -Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75981--75982 \T1/qtm/m/it/10 powerflex-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:snapsho ts.pattern' on page 764 undefined on input line 75982. Underfull \hbox (badness 10000) in paragraph at lines 75982--75983 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:sna pshots.schedule' on page 764 undefined on input line 75983. Underfull \hbox (badness 10000) in paragraph at lines 75983--75984 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:snaps hots.schedule' on page 764 undefined on input line 75984. Underfull \hbox (badness 10000) in paragraph at lines 75984--75985 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:s napshots.schedule' on page 764 undefined on input line 75985. Underfull \hbox (badness 10000) in paragraph at lines 75985--75986 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - < code Underfull \hbox (badness 10000) in paragraph at lines 75985--75986 \T1/qtm/m/it/10 class="literal">cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:snapsho ts.schedule' on page 764 undefined on input line 75986. Underfull \hbox (badness 10000) in paragraph at lines 75986--75987 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tor y - dir: dir-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:snapsho ts.schedule' on page 764 undefined on input line 75987. Underfull \hbox (badness 10000) in paragraph at lines 75987--75988 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), [764] LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:snapshots.schedule' on page 765 undefined on input line 75988. Underfull \hbox (badness 10000) in paragraph at lines 75988--75989 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-e r-Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75988--75989 \T1/qtm/m/it/10 powerflex-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:snapsho ts.schedule' on page 765 undefined on input line 75989. Underfull \hbox (badness 10000) in paragraph at lines 75989--75990 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:sourc e' on page 765 undefined on input line 75990. Underfull \hbox (badness 10000) in paragraph at lines 75990--75991 \T1/qtm/m/it/10 btrfs-pool- LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:source' on page 765 undefined on input line 75991. Underfull \hbox (badness 10000) in paragraph at lines 75991--75992 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-pool-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:sou rce' on page 765 undefined on input line 75992. Underfull \hbox (badness 10000) in paragraph at lines 75992--75993 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: lvm-pool- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:source' o n page 765 undefined on input line 75995. Underfull \hbox (badness 10000) in paragraph at lines 75995--75996 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-pool-conf:sourc e.wipe' on page 765 undefined on input line 75996. Underfull \hbox (badness 10000) in paragraph at lines 75996--75997 []\T1/txtt/m/n/10 source.wipe \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-pool-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-pool-conf:source.wi pe' on page 765 undefined on input line 75997. Underfull \hbox (badness 10000) in paragraph at lines 75997--75998 []\T1/txtt/m/n/10 source.wipe \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-pool-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:source.wi pe' on page 765 undefined on input line 75998. LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-pool-conf:volatil e.pool.pristine' on page 765 undefined on input line 75999. Underfull \hbox (badness 10000) in paragraph at lines 75999--76000 []\T1/txtt/m/n/10 volatile.pool.pristine \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph R BD - ceph: ceph-pool-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-pool-conf:vol atile.pool.pristine' on page 765 undefined on input line 76000. Underfull \hbox (badness 10000) in paragraph at lines 76000--76001 []\T1/txtt/m/n/10 volatile.pool.pristine \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephobject: Underfull \hbox (badness 10000) in paragraph at lines 76001--76002 \T1/qtm/m/it/10 cephobject-pool- LaTeX Warning: Reference `reference/storage_btrfs:storage-btrfs-volume-conf:vol atile.uuid' on page 765 undefined on input line 76002. Underfull \hbox (badness 10000) in paragraph at lines 76002--76003 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_ceph:storage-ceph-volume-conf:volat ile.uuid' on page 765 undefined on input line 76003. Underfull \hbox (badness 10000) in paragraph at lines 76003--76004 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_cephfs:storage-cephfs-volume-conf:v olatile.uuid' on page 765 undefined on input line 76004. Underfull \hbox (badness 10000) in paragraph at lines 76004--76005 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_dir:storage-dir-volume-conf:volatil e.uuid' on page 765 undefined on input line 76005. Underfull \hbox (badness 10000) in paragraph at lines 76005--76006 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - < code Underfull \hbox (badness 10000) in paragraph at lines 76005--76006 \T1/qtm/m/it/10 class="literal">dir: dir-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_lvm:storage-lvm-volume-conf:volatil e.uuid' on page 765 undefined on input line 76006. Underfull \hbox (badness 10000) in paragraph at lines 76006--76007 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-volume- conf:volatile.uuid' on page 765 undefined on input line 76007. Underfull \hbox (badness 10000) in paragraph at lines 76007--76008 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er-Fle x - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 76007--76008 \T1/qtm/m/it/10 powerflex-volume- LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:volatil e.uuid' on page 765 undefined on input line 76008. Underfull \hbox (badness 10000) in paragraph at lines 76008--76009 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), LaTeX Warning: Reference `reference/storage_powerflex:storage-powerflex-pool-co nf:volume.size' on page 765 undefined on input line 76009. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.blo ck_mode' on page 765 undefined on input line 76010. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.blo cksize' on page 765 undefined on input line 76011. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.clone _copy' on page 765 undefined on input line 76012. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.del egate' on page 765 undefined on input line 76013. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.expor t' on page 765 undefined on input line 76014. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.pool_ name' on page 765 undefined on input line 76015. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.rem ove_snapshots' on page 765 undefined on input line 76016. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.res erve_space' on page 765 undefined on input line 76017. LaTeX Warning: Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.use _refquota' on page 765 undefined on input line 76018. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.aio-max-nr' on pa ge 765 undefined on input line 76021. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.inotify.max_queue d_events' on page 765 undefined on input line 76022. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.inotify.max_user_ instances' on page 765 undefined on input line 76023. LaTeX Warning: Reference `reference/server_settings:sysctl:fs.inotify.max_user_ watches' on page 765 undefined on input line 76024. LaTeX Warning: Reference `reference/server_settings:sysctl:kernel.dmesg_restric t' on page 765 undefined on input line 76025. LaTeX Warning: Reference `reference/server_settings:sysctl:kernel.keys.maxbytes ' on page 765 undefined on input line 76026. LaTeX Warning: Reference `reference/server_settings:sysctl:kernel.keys.maxkeys' on page 765 undefined on input line 76027. LaTeX Warning: Reference `reference/server_settings:sysctl:net.core.bpf_jit_lim it' on page 765 undefined on input line 76028. LaTeX Warning: Reference `reference/server_settings:sysctl:net.ipv4.neigh.defau lt.gc_thresh3' on page 765 undefined on input line 76029. LaTeX Warning: Reference `reference/server_settings:sysctl:net.ipv6.neigh.defau lt.gc_thresh3' on page 765 undefined on input line 76030. LaTeX Warning: Reference `reference/server_settings:sysctl:vm.max_map_count' on page 765 undefined on input line 76031. [765] No file canonical-lxd.ind. Package longtable Warning: Table widths have changed. Rerun LaTeX. (./canonical-lxd.aux) 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'. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec-sc.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base /8r.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/f onts/enc/dvips/tex-gyre/q-ts1.enc} Output written on canonical-lxd.pdf (769 pages, 2948656 bytes). Transcript written on canonical-lxd.log. Latexmk: Index file 'canonical-lxd.idx' was written Latexmk: Missing input file 'canonical-lxd.ind' (or dependence on it) from following: 'No file canonical-lxd.ind.' Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'canonical-lxd.pdf' Latexmk: List of undefined refs and citations: Reference `howto/network_acls:network-acl-acl-properties:config' on page 758 undefined on input line 75617 Reference `howto/network_acls:network-acl-acl-properties:description' on page 758 undefined on input line 75622 Reference `howto/network_acls:network-acl-acl-properties:egress' on page 759 undefined on input line 75646 Reference `howto/network_acls:network-acl-acl-properties:ingress' on page 759 undefined on input line 75655 Reference `howto/network_acls:network-acl-acl-properties:name' on page 760 undefined on input line 75714 Reference `howto/network_acls:network-acl-rule-properties:action' on page 757 undefined on input line 75598 Reference `howto/network_acls:network-acl-rule-properties:description' on page 758 undefined on input line 75623 Reference `howto/network_acls:network-acl-rule-properties:destination' on page 758 undefined on input line 75631 Reference `howto/network_acls:network-acl-rule-properties:destination_port' on page 758 undefined on input line 75632 Reference `howto/network_acls:network-acl-rule-properties:icmp_code' on page 759 undefined on input line 75653 Reference `howto/network_acls:network-acl-rule-properties:icmp_type' on page 759 undefined on input line 75654 Reference `howto/network_acls:network-acl-rule-properties:protocol' on page 760 undefined on input line 75728 Reference `howto/network_acls:network-acl-rule-properties:source' on page 761 undefined on input line 75742 Reference `howto/network_acls:network-acl-rule-properties:source_port' on page 761 undefined on input line 75743 Reference `howto/network_acls:network-acl-rule-properties:state' on page 761 undefined on input line 75744 Reference `howto/network_forwards:network-forward-forward-properties:config' on page 758 undefined on input line 75618 Reference `howto/network_forwards:network-forward-forward-properties:description' on page 758 undefined on input line 75624 Reference `howto/network_forwards:network-forward-forward-properties:listen_address' on page 760 undefined on input line 75699 Reference `howto/network_forwards:network-forward-forward-properties:ports' on page 760 undefined on input line 75726 Reference `howto/network_forwards:network-forward-port-properties:description' on page 758 undefined on input line 75625 Reference `howto/network_forwards:network-forward-port-properties:listen_port' on page 760 undefined on input line 75701 Reference `howto/network_forwards:network-forward-port-properties:protocol' on page 760 undefined on input line 75729 Reference `howto/network_forwards:network-forward-port-properties:target_address' on page 761 undefined on input line 75746 Reference `howto/network_forwards:network-forward-port-properties:target_port' on page 761 undefined on input line 75750 Reference `howto/network_load_balancers:network-load-balancer-load-balancer-backend-properties:description' on page 758 undefined on input line 75626 Reference `howto/network_load_balancers:network-load-balancer-load-balancer-backend-properties:name' on page 760 undefined on input line 75715 Reference `howto/network_load_balancers:network-load-balancer-load-balancer-backend-properties:target_address' on page 761 undefined on input line 75747 Reference `howto/network_load_balancers:network-load-balancer-load-balancer-backend-properties:target_port' on page 761 undefined on input line 75751 Reference `howto/network_load_balancers:network-load-balancer-load-balancer-port-properties:description' on page 758 undefined on input line 75627 Reference `howto/network_load_balancers:network-load-balancer-load-balancer-port-properties:listen_port' on page 760 undefined on input line 75702 Reference `howto/network_load_balancers:network-load-balancer-load-balancer-port-properties:protocol' on page 760 undefined on input line 75730 Reference `howto/network_load_balancers:network-load-balancer-load-balancer-port-properties:target_backend' on page 761 undefined on input line 75748 Reference `howto/network_load_balancers:network-load-balancer-load-balancer-properties:backends' on page 758 undefined on input line 75599 Reference `howto/network_load_balancers:network-load-balancer-load-balancer-properties:config' on page 758 undefined on input line 75619 Reference `howto/network_load_balancers:network-load-balancer-load-balancer-properties:description' on page 758 undefined on input line 75628 Reference `howto/network_load_balancers:network-load-balancer-load-balancer-properties:listen_address' on page 760 undefined on input line 75700 Reference `howto/network_load_balancers:network-load-balancer-load-balancer-properties:ports' on page 760 undefined on input line 75727 Reference `howto/network_ovn_peers:network-peering-peering-properties:config' on page 758 undefined on input line 75620 Reference `howto/network_ovn_peers:network-peering-peering-properties:description' on page 758 undefined on input line 75629 Reference `howto/network_ovn_peers:network-peering-peering-properties:name' on page 760 undefined on input line 75716 Reference `howto/network_ovn_peers:network-peering-peering-properties:status' on page 761 undefined on input line 75745 Reference `howto/network_ovn_peers:network-peering-peering-properties:target_network' on page 761 undefined on input line 75749 Reference `howto/network_ovn_peers:network-peering-peering-properties:target_project' on page 761 undefined on input line 75752 Reference `howto/network_zones:network-zone-config-options:dns.nameservers' on page 758 undefined on input line 75637 Reference `howto/network_zones:network-zone-config-options:network.nat' on page 760 undefined on input line 75719 Reference `howto/network_zones:network-zone-config-options:peers.NAME.address' on page 760 undefined on input line 75724 Reference `howto/network_zones:network-zone-config-options:peers.NAME.key' on page 760 undefined on input line 75725 Reference `howto/network_zones:network-zone-config-options:user.*' on page 761 undefined on input line 75766 Reference `howto/network_zones:network-zone-record-properties:config' on page 758 undefined on input line 75621 Reference `howto/network_zones:network-zone-record-properties:description' on page 758 undefined on input line 75630 Reference `howto/network_zones:network-zone-record-properties:entries' on page 759 undefined on input line 75647 Reference `howto/network_zones:network-zone-record-properties:name' on page 760 undefined on input line 75717 Reference `reference/cluster_member_config:cluster-cluster:scheduler.instance' on page 751 undefined on input line 75263 Reference `reference/cluster_member_config:cluster-cluster:user.*' on page 751 undefined on input line 75264 Reference `reference/devices_disk:device-disk-device-conf:boot.priority' on page 751 undefined on input line 75270 Reference `reference/devices_disk:device-disk-device-conf:ceph.cluster_name' on page 751 undefined on input line 75278 Reference `reference/devices_disk:device-disk-device-conf:ceph.user_name' on page 751 undefined on input line 75279 Reference `reference/devices_disk:device-disk-device-conf:initial.*' on page 752 undefined on input line 75309 Reference `reference/devices_disk:device-disk-device-conf:io.bus' on page 752 undefined on input line 75310 Reference `reference/devices_disk:device-disk-device-conf:io.cache' on page 752 undefined on input line 75311 Reference `reference/devices_disk:device-disk-device-conf:limits.max' on page 753 undefined on input line 75350 Reference `reference/devices_disk:device-disk-device-conf:limits.read' on page 753 undefined on input line 75357 Reference `reference/devices_disk:device-disk-device-conf:limits.write' on page 753 undefined on input line 75358 Reference `reference/devices_disk:device-disk-device-conf:path' on page 755 undefined on input line 75415 Reference `reference/devices_disk:device-disk-device-conf:pool' on page 755 undefined on input line 75424 Reference `reference/devices_disk:device-disk-device-conf:propagation' on page 755 undefined on input line 75431 Reference `reference/devices_disk:device-disk-device-conf:raw.mount.options' on page 755 undefined on input line 75436 Reference `reference/devices_disk:device-disk-device-conf:readonly' on page 755 undefined on input line 75437 Reference `reference/devices_disk:device-disk-device-conf:recursive' on page 755 undefined on input line 75438 Reference `reference/devices_disk:device-disk-device-conf:required' on page 755 undefined on input line 75439 Reference `reference/devices_disk:device-disk-device-conf:shift' on page 756 undefined on input line 75457 Reference `reference/devices_disk:device-disk-device-conf:size' on page 756 undefined on input line 75458 Reference `reference/devices_disk:device-disk-device-conf:size.state' on page 756 undefined on input line 75459 Reference `reference/devices_disk:device-disk-device-conf:source' on page 756 undefined on input line 75460 Reference `reference/devices_gpu:device-gpu-mdev-device-conf:id' on page 752 undefined on input line 75305 Reference `reference/devices_gpu:device-gpu-mdev-device-conf:mdev' on page 754 undefined on input line 75370 Reference `reference/devices_gpu:device-gpu-mdev-device-conf:pci' on page 755 undefined on input line 75420 Reference `reference/devices_gpu:device-gpu-mdev-device-conf:productid' on page 755 undefined on input line 75425 Reference `reference/devices_gpu:device-gpu-mdev-device-conf:vendorid' on page 756 undefined on input line 75469 Reference `reference/devices_gpu:device-gpu-mig-device-conf:id' on page 752 undefined on input line 75306 Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig.ci' on page 754 undefined on input line 75371 Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig.gi' on page 754 undefined on input line 75372 Reference `reference/devices_gpu:device-gpu-mig-device-conf:mig.uuid' on page 754 undefined on input line 75373 Reference `reference/devices_gpu:device-gpu-mig-device-conf:pci' on page 755 undefined on input line 75421 Reference `reference/devices_gpu:device-gpu-mig-device-conf:productid' on page 755 undefined on input line 75426 Reference `reference/devices_gpu:device-gpu-mig-device-conf:vendorid' on page 756 undefined on input line 75470 Reference `reference/devices_gpu:device-gpu-physical-device-conf:gid' on page 751 undefined on input line 75282 Reference `reference/devices_gpu:device-gpu-physical-device-conf:id' on page 752 undefined on input line 75307 Reference `reference/devices_gpu:device-gpu-physical-device-conf:mode' on page 754 undefined on input line 75376 Reference `reference/devices_gpu:device-gpu-physical-device-conf:pci' on page 755 undefined on input line 75422 Reference `reference/devices_gpu:device-gpu-physical-device-conf:productid' on page 755 undefined on input line 75427 Reference `reference/devices_gpu:device-gpu-physical-device-conf:uid' on page 756 undefined on input line 75463 Reference `reference/devices_gpu:device-gpu-physical-device-conf:vendorid' on page 756 undefined on input line 75471 Reference `reference/devices_gpu:device-gpu-sriov-device-conf:id' on page 752 undefined on input line 75308 Reference `reference/devices_gpu:device-gpu-sriov-device-conf:pci' on page 755 undefined on input line 75423 Reference `reference/devices_gpu:device-gpu-sriov-device-conf:productid' on page 755 undefined on input line 75428 Reference `reference/devices_gpu:device-gpu-sriov-device-conf:vendorid' on page 756 undefined on input line 75472 Reference `reference/devices_infiniband:device-infiniband-device-conf:hwaddr' on page 751 undefined on input line 75296 Reference `reference/devices_infiniband:device-infiniband-device-conf:mtu' on page 754 undefined on input line 75383 Reference `reference/devices_infiniband:device-infiniband-device-conf:name' on page 754 undefined on input line 75391 Reference `reference/devices_infiniband:device-infiniband-device-conf:nictype' on page 755 undefined on input line 75407 Reference `reference/devices_infiniband:device-infiniband-device-conf:parent' on page 755 undefined on input line 75408 Reference `reference/devices_nic:device-nic-bridged-device-conf:boot.priority' on page 751 undefined on input line 75271 Reference `reference/devices_nic:device-nic-bridged-device-conf:host_name' on page 751 undefined on input line 75292 Reference `reference/devices_nic:device-nic-bridged-device-conf:hwaddr' on page 752 undefined on input line 75297 Reference `reference/devices_nic:device-nic-bridged-device-conf:ipv4.address' on page 752 undefined on input line 75312 Reference `reference/devices_nic:device-nic-bridged-device-conf:ipv4.routes' on page 752 undefined on input line 75322 Reference `reference/devices_nic:device-nic-bridged-device-conf:ipv4.routes.external' on page 752 undefined on input line 75326 Reference `reference/devices_nic:device-nic-bridged-device-conf:ipv6.address' on page 752 undefined on input line 75328 Reference `reference/devices_nic:device-nic-bridged-device-conf:ipv6.routes' on page 753 undefined on input line 75338 Reference `reference/devices_nic:device-nic-bridged-device-conf:ipv6.routes.external' on page 753 undefined on input line 75342 Reference `reference/devices_nic:device-nic-bridged-device-conf:limits.egress' on page 753 undefined on input line 75344 Reference `reference/devices_nic:device-nic-bridged-device-conf:limits.ingress' on page 753 undefined on input line 75347 Reference `reference/devices_nic:device-nic-bridged-device-conf:limits.max' on page 753 undefined on input line 75351 Reference `reference/devices_nic:device-nic-bridged-device-conf:limits.priority' on page 753 undefined on input line 75354 Reference `reference/devices_nic:device-nic-bridged-device-conf:maas.subnet.ipv4' on page 753 undefined on input line 75360 Reference `reference/devices_nic:device-nic-bridged-device-conf:maas.subnet.ipv6' on page 754 undefined on input line 75364 Reference `reference/devices_nic:device-nic-bridged-device-conf:mtu' on page 754 undefined on input line 75384 Reference `reference/devices_nic:device-nic-bridged-device-conf:name' on page 754 undefined on input line 75392 Reference `reference/devices_nic:device-nic-bridged-device-conf:network' on page 755 undefined on input line 75402 Reference `reference/devices_nic:device-nic-bridged-device-conf:parent' on page 755 undefined on input line 75409 Reference `reference/devices_nic:device-nic-bridged-device-conf:queue.tx.length' on page 755 undefined on input line 75433 Reference `reference/devices_nic:device-nic-bridged-device-conf:security.ipv4_filtering' on page 756 undefined on input line 75450 Reference `reference/devices_nic:device-nic-bridged-device-conf:security.ipv6_filtering' on page 756 undefined on input line 75451 Reference `reference/devices_nic:device-nic-bridged-device-conf:security.mac_filtering' on page 756 undefined on input line 75452 Reference `reference/devices_nic:device-nic-bridged-device-conf:security.port_isolation' on page 756 undefined on input line 75454 Reference `reference/devices_nic:device-nic-bridged-device-conf:vlan' on page 756 undefined on input line 75475 Reference `reference/devices_nic:device-nic-bridged-device-conf:vlan.tagged' on page 756 undefined on input line 75482 Reference `reference/devices_nic:device-nic-ipvlan-device-conf:gvrp' on page 751 undefined on input line 75288 Reference `reference/devices_nic:device-nic-ipvlan-device-conf:hwaddr' on page 752 undefined on input line 75298 Reference `reference/devices_nic:device-nic-ipvlan-device-conf:ipv4.address' on page 752 undefined on input line 75313 Reference `reference/devices_nic:device-nic-ipvlan-device-conf:ipv4.gateway' on page 752 undefined on input line 75316 Reference `reference/devices_nic:device-nic-ipvlan-device-conf:ipv4.host_table' on page 752 undefined on input line 75319 Reference `reference/devices_nic:device-nic-ipvlan-device-conf:ipv6.address' on page 752 undefined on input line 75329 Reference `reference/devices_nic:device-nic-ipvlan-device-conf:ipv6.gateway' on page 753 undefined on input line 75332 Reference `reference/devices_nic:device-nic-ipvlan-device-conf:ipv6.host_table' on page 753 undefined on input line 75335 Reference `reference/devices_nic:device-nic-ipvlan-device-conf:mode' on page 754 undefined on input line 75377 Reference `reference/devices_nic:device-nic-ipvlan-device-conf:mtu' on page 754 undefined on input line 75385 Reference `reference/devices_nic:device-nic-ipvlan-device-conf:name' on page 754 undefined on input line 75393 Reference `reference/devices_nic:device-nic-ipvlan-device-conf:parent' on page 755 undefined on input line 75410 Reference `reference/devices_nic:device-nic-ipvlan-device-conf:vlan' on page 756 undefined on input line 75476 Reference `reference/devices_nic:device-nic-macvlan-device-conf:boot.priority' on page 751 undefined on input line 75272 Reference `reference/devices_nic:device-nic-macvlan-device-conf:gvrp' on page 751 undefined on input line 75289 Reference `reference/devices_nic:device-nic-macvlan-device-conf:hwaddr' on page 752 undefined on input line 75299 Reference `reference/devices_nic:device-nic-macvlan-device-conf:maas.subnet.ipv4' on page 753 undefined on input line 75361 Reference `reference/devices_nic:device-nic-macvlan-device-conf:maas.subnet.ipv6' on page 754 undefined on input line 75365 Reference `reference/devices_nic:device-nic-macvlan-device-conf:mtu' on page 754 undefined on input line 75386 Reference `reference/devices_nic:device-nic-macvlan-device-conf:name' on page 754 undefined on input line 75394 Reference `reference/devices_nic:device-nic-macvlan-device-conf:network' on page 755 undefined on input line 75403 Reference `reference/devices_nic:device-nic-macvlan-device-conf:parent' on page 755 undefined on input line 75411 Reference `reference/devices_nic:device-nic-macvlan-device-conf:vlan' on page 756 undefined on input line 75477 Reference `reference/devices_nic:device-nic-ovn-device-conf:acceleration' on page 751 undefined on input line 75267 Reference `reference/devices_nic:device-nic-ovn-device-conf:boot.priority' on page 751 undefined on input line 75273 Reference `reference/devices_nic:device-nic-ovn-device-conf:host_name' on page 751 undefined on input line 75293 Reference `reference/devices_nic:device-nic-ovn-device-conf:hwaddr' on page 752 undefined on input line 75300 Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv4.address' on page 752 undefined on input line 75314 Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv4.routes' on page 752 undefined on input line 75323 Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv4.routes.external' on page 752 undefined on input line 75327 Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv6.address' on page 752 undefined on input line 75330 Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv6.routes' on page 753 undefined on input line 75339 Reference `reference/devices_nic:device-nic-ovn-device-conf:ipv6.routes.external' on page 753 undefined on input line 75343 Reference `reference/devices_nic:device-nic-ovn-device-conf:name' on page 754 undefined on input line 75395 Reference `reference/devices_nic:device-nic-ovn-device-conf:nested' on page 755 undefined on input line 75401 Reference `reference/devices_nic:device-nic-ovn-device-conf:network' on page 755 undefined on input line 75404 Reference `reference/devices_nic:device-nic-ovn-device-conf:security.acls' on page 756 undefined on input line 75444 Reference `reference/devices_nic:device-nic-ovn-device-conf:security.acls.default.egress.action' on page 756 undefined on input line 75445 Reference `reference/devices_nic:device-nic-ovn-device-conf:security.acls.default.egress.logged' on page 756 undefined on input line 75446 Reference `reference/devices_nic:device-nic-ovn-device-conf:security.acls.default.ingress.action' on page 756 undefined on input line 75447 Reference `reference/devices_nic:device-nic-ovn-device-conf:security.acls.default.ingress.logged' on page 756 undefined on input line 75448 Reference `reference/devices_nic:device-nic-ovn-device-conf:vlan' on page 756 undefined on input line 75478 Reference `reference/devices_nic:device-nic-p2p-device-conf:boot.priority' on page 751 undefined on input line 75274 Reference `reference/devices_nic:device-nic-p2p-device-conf:host_name' on page 751 undefined on input line 75294 Reference `reference/devices_nic:device-nic-p2p-device-conf:hwaddr' on page 752 undefined on input line 75301 Reference `reference/devices_nic:device-nic-p2p-device-conf:ipv4.routes' on page 752 undefined on input line 75324 Reference `reference/devices_nic:device-nic-p2p-device-conf:ipv6.routes' on page 753 undefined on input line 75340 Reference `reference/devices_nic:device-nic-p2p-device-conf:limits.egress' on page 753 undefined on input line 75345 Reference `reference/devices_nic:device-nic-p2p-device-conf:limits.ingress' on page 753 undefined on input line 75348 Reference `reference/devices_nic:device-nic-p2p-device-conf:limits.max' on page 753 undefined on input line 75352 Reference `reference/devices_nic:device-nic-p2p-device-conf:limits.priority' on page 753 undefined on input line 75355 Reference `reference/devices_nic:device-nic-p2p-device-conf:mtu' on page 754 undefined on input line 75387 Reference `reference/devices_nic:device-nic-p2p-device-conf:name' on page 754 undefined on input line 75396 Reference `reference/devices_nic:device-nic-p2p-device-conf:queue.tx.length' on page 755 undefined on input line 75434 Reference `reference/devices_nic:device-nic-physical-device-conf:boot.priority' on page 751 undefined on input line 75275 Reference `reference/devices_nic:device-nic-physical-device-conf:gvrp' on page 751 undefined on input line 75290 Reference `reference/devices_nic:device-nic-physical-device-conf:hwaddr' on page 752 undefined on input line 75302 Reference `reference/devices_nic:device-nic-physical-device-conf:maas.subnet.ipv4' on page 754 undefined on input line 75362 Reference `reference/devices_nic:device-nic-physical-device-conf:maas.subnet.ipv6' on page 754 undefined on input line 75366 Reference `reference/devices_nic:device-nic-physical-device-conf:mtu' on page 754 undefined on input line 75388 Reference `reference/devices_nic:device-nic-physical-device-conf:name' on page 754 undefined on input line 75397 Reference `reference/devices_nic:device-nic-physical-device-conf:network' on page 755 undefined on input line 75405 Reference `reference/devices_nic:device-nic-physical-device-conf:parent' on page 755 undefined on input line 75412 Reference `reference/devices_nic:device-nic-physical-device-conf:vlan' on page 756 undefined on input line 75479 Reference `reference/devices_nic:device-nic-routed-device-conf:gvrp' on page 751 undefined on input line 75291 Reference `reference/devices_nic:device-nic-routed-device-conf:host_name' on page 751 undefined on input line 75295 Reference `reference/devices_nic:device-nic-routed-device-conf:hwaddr' on page 752 undefined on input line 75303 Reference `reference/devices_nic:device-nic-routed-device-conf:ipv4.address' on page 752 undefined on input line 75315 Reference `reference/devices_nic:device-nic-routed-device-conf:ipv4.gateway' on page 752 undefined on input line 75317 Reference `reference/devices_nic:device-nic-routed-device-conf:ipv4.host_address' on page 752 undefined on input line 75318 Reference `reference/devices_nic:device-nic-routed-device-conf:ipv4.host_table' on page 752 undefined on input line 75320 Reference `reference/devices_nic:device-nic-routed-device-conf:ipv4.neighbor_probe' on page 752 undefined on input line 75321 Reference `reference/devices_nic:device-nic-routed-device-conf:ipv4.routes' on page 752 undefined on input line 75325 Reference `reference/devices_nic:device-nic-routed-device-conf:ipv6.address' on page 753 undefined on input line 75331 Reference `reference/devices_nic:device-nic-routed-device-conf:ipv6.gateway' on page 753 undefined on input line 75333 Reference `reference/devices_nic:device-nic-routed-device-conf:ipv6.host_address' on page 753 undefined on input line 75334 Reference `reference/devices_nic:device-nic-routed-device-conf:ipv6.host_table' on page 753 undefined on input line 75336 Reference `reference/devices_nic:device-nic-routed-device-conf:ipv6.neighbor_probe' on page 753 undefined on input line 75337 Reference `reference/devices_nic:device-nic-routed-device-conf:ipv6.routes' on page 753 undefined on input line 75341 Reference `reference/devices_nic:device-nic-routed-device-conf:limits.egress' on page 753 undefined on input line 75346 Reference `reference/devices_nic:device-nic-routed-device-conf:limits.ingress' on page 753 undefined on input line 75349 Reference `reference/devices_nic:device-nic-routed-device-conf:limits.max' on page 753 undefined on input line 75353 Reference `reference/devices_nic:device-nic-routed-device-conf:limits.priority' on page 753 undefined on input line 75356 Reference `reference/devices_nic:device-nic-routed-device-conf:mtu' on page 754 undefined on input line 75389 Reference `reference/devices_nic:device-nic-routed-device-conf:name' on page 754 undefined on input line 75398 Reference `reference/devices_nic:device-nic-routed-device-conf:parent' on page 755 undefined on input line 75413 Reference `reference/devices_nic:device-nic-routed-device-conf:queue.tx.length' on page 755 undefined on input line 75435 Reference `reference/devices_nic:device-nic-routed-device-conf:vlan' on page 756 undefined on input line 75480 Reference `reference/devices_nic:device-nic-sriov-device-conf:boot.priority' on page 751 undefined on input line 75276 Reference `reference/devices_nic:device-nic-sriov-device-conf:hwaddr' on page 752 undefined on input line 75304 Reference `reference/devices_nic:device-nic-sriov-device-conf:maas.subnet.ipv4' on page 754 undefined on input line 75363 Reference `reference/devices_nic:device-nic-sriov-device-conf:maas.subnet.ipv6' on page 754 undefined on input line 75367 Reference `reference/devices_nic:device-nic-sriov-device-conf:mtu' on page 754 undefined on input line 75390 Reference `reference/devices_nic:device-nic-sriov-device-conf:name' on page 755 undefined on input line 75399 Reference `reference/devices_nic:device-nic-sriov-device-conf:network' on page 755 undefined on input line 75406 Reference `reference/devices_nic:device-nic-sriov-device-conf:parent' on page 755 undefined on input line 75414 Reference `reference/devices_nic:device-nic-sriov-device-conf:security.mac_filtering' on page 756 undefined on input line 75453 Reference `reference/devices_nic:device-nic-sriov-device-conf:vlan' on page 756 undefined on input line 75481 Reference `reference/devices_pci:device-pci-device-conf:address' on page 751 undefined on input line 75268 Reference `reference/devices_proxy:device-proxy-device-conf:bind' on page 751 undefined on input line 75269 Reference `reference/devices_proxy:device-proxy-device-conf:connect' on page 751 undefined on input line 75280 Reference `reference/devices_proxy:device-proxy-device-conf:gid' on page 751 undefined on input line 75283 Reference `reference/devices_proxy:device-proxy-device-conf:listen' on page 753 undefined on input line 75359 Reference `reference/devices_proxy:device-proxy-device-conf:mode' on page 754 undefined on input line 75378 Reference `reference/devices_proxy:device-proxy-device-conf:nat' on page 755 undefined on input line 75400 Reference `reference/devices_proxy:device-proxy-device-conf:proxy_protocol' on page 755 undefined on input line 75432 Reference `reference/devices_proxy:device-proxy-device-conf:security.gid' on page 756 undefined on input line 75449 Reference `reference/devices_proxy:device-proxy-device-conf:security.uid' on page 756 undefined on input line 75455 Reference `reference/devices_proxy:device-proxy-device-conf:uid' on page 756 undefined on input line 75464 Reference `reference/devices_tpm:device-tpm-device-conf:path' on page 755 undefined on input line 75416 Reference `reference/devices_tpm:device-tpm-device-conf:pathrm' on page 755 undefined on input line 75419 Reference `reference/devices_unix_block:device-unix-block-device-conf:gid' on page 751 undefined on input line 75284 Reference `reference/devices_unix_block:device-unix-block-device-conf:major' on page 754 undefined on input line 75368 Reference `reference/devices_unix_block:device-unix-block-device-conf:minor' on page 754 undefined on input line 75374 Reference `reference/devices_unix_block:device-unix-block-device-conf:mode' on page 754 undefined on input line 75379 Reference `reference/devices_unix_block:device-unix-block-device-conf:path' on page 755 undefined on input line 75417 Reference `reference/devices_unix_block:device-unix-block-device-conf:required' on page 755 undefined on input line 75440 Reference `reference/devices_unix_block:device-unix-block-device-conf:source' on page 756 undefined on input line 75461 Reference `reference/devices_unix_block:device-unix-block-device-conf:uid' on page 756 undefined on input line 75465 Reference `reference/devices_unix_char:device-unix-char-device-conf:gid' on page 751 undefined on input line 75285 Reference `reference/devices_unix_char:device-unix-char-device-conf:major' on page 754 undefined on input line 75369 Reference `reference/devices_unix_char:device-unix-char-device-conf:minor' on page 754 undefined on input line 75375 Reference `reference/devices_unix_char:device-unix-char-device-conf:mode' on page 754 undefined on input line 75380 Reference `reference/devices_unix_char:device-unix-char-device-conf:path' on page 755 undefined on input line 75418 Reference `reference/devices_unix_char:device-unix-char-device-conf:required' on page 756 undefined on input line 75441 Reference `reference/devices_unix_char:device-unix-char-device-conf:source' on page 756 undefined on input line 75462 Reference `reference/devices_unix_char:device-unix-char-device-conf:uid' on page 756 undefined on input line 75466 Reference `reference/devices_unix_hotplug:device-unix-hotplug-device-conf:gid' on page 751 undefined on input line 75286 Reference `reference/devices_unix_hotplug:device-unix-hotplug-device-conf:mode' on page 754 undefined on input line 75381 Reference `reference/devices_unix_hotplug:device-unix-hotplug-device-conf:productid' on page 755 undefined on input line 75429 Reference `reference/devices_unix_hotplug:device-unix-hotplug-device-conf:required' on page 756 undefined on input line 75442 Reference `reference/devices_unix_hotplug:device-unix-hotplug-device-conf:uid' on page 756 undefined on input line 75467 Reference `reference/devices_unix_hotplug:device-unix-hotplug-device-conf:vendorid' on page 756 undefined on input line 75473 Reference `reference/devices_usb:device-unix-usb-device-conf:busnum' on page 751 undefined on input line 75277 Reference `reference/devices_usb:device-unix-usb-device-conf:devnum' on page 751 undefined on input line 75281 Reference `reference/devices_usb:device-unix-usb-device-conf:gid' on page 751 undefined on input line 75287 Reference `reference/devices_usb:device-unix-usb-device-conf:mode' on page 754 undefined on input line 75382 Reference `reference/devices_usb:device-unix-usb-device-conf:productid' on page 755 undefined on input line 75430 Reference `reference/devices_usb:device-unix-usb-device-conf:required' on page 756 undefined on input line 75443 Reference `reference/devices_usb:device-unix-usb-device-conf:serial' on page 756 undefined on input line 75456 Reference `reference/devices_usb:device-unix-usb-device-conf:uid' on page 756 undefined on input line 75468 Reference `reference/devices_usb:device-unix-usb-device-conf:vendorid' on page 756 undefined on input line 75474 Reference `reference/instance_options:instance-boot:boot.autostart' on page 756 undefined on input line 75487 Reference `reference/instance_options:instance-boot:boot.autostart.delay' on page 756 undefined on input line 75488 Reference `reference/instance_options:instance-boot:boot.autostart.priority' on page 756 undefined on input line 75489 Reference `reference/instance_options:instance-boot:boot.debug_edk2' on page 756 undefined on input line 75490 Reference `reference/instance_options:instance-boot:boot.host_shutdown_timeout' on page 757 undefined on input line 75491 Reference `reference/instance_options:instance-boot:boot.stop.priority' on page 757 undefined on input line 75492 Reference `reference/instance_options:instance-cloud-init:cloud-init.network-config' on page 757 undefined on input line 75493 Reference `reference/instance_options:instance-cloud-init:cloud-init.user-data' on page 757 undefined on input line 75494 Reference `reference/instance_options:instance-cloud-init:cloud-init.vendor-data' on page 757 undefined on input line 75495 Reference `reference/instance_options:instance-cloud-init:user.network-config' on page 757 undefined on input line 75567 Reference `reference/instance_options:instance-cloud-init:user.user-data' on page 757 undefined on input line 75568 Reference `reference/instance_options:instance-cloud-init:user.vendor-data' on page 757 undefined on input line 75569 Reference `reference/instance_options:instance-migration:migration.incremental.memory' on page 757 undefined on input line 75517 Reference `reference/instance_options:instance-migration:migration.incremental.memory.goal' on page 757 undefined on input line 75518 Reference `reference/instance_options:instance-migration:migration.incremental.memory.iterations' on page 757 undefined on input line 75519 Reference `reference/instance_options:instance-migration:migration.stateful' on page 757 undefined on input line 75520 Reference `reference/instance_options:instance-miscellaneous:agent.nic_config' on page 756 undefined on input line 75485 Reference `reference/instance_options:instance-miscellaneous:cluster.evacuate' on page 757 undefined on input line 75496 Reference `reference/instance_options:instance-miscellaneous:environment.*' on page 757 undefined on input line 75497 Reference `reference/instance_options:instance-miscellaneous:linux.kernel_modules' on page 757 undefined on input line 75514 Reference `reference/instance_options:instance-miscellaneous:linux.kernel_modules.load' on page 757 undefined on input line 75515 Reference `reference/instance_options:instance-miscellaneous:linux.sysctl.*' on page 757 undefined on input line 75516 Reference `reference/instance_options:instance-miscellaneous:user.*' on page 757 undefined on input line 75566 Reference `reference/instance_options:instance-nvidia:nvidia.driver.capabilities' on page 757 undefined on input line 75522 Reference `reference/instance_options:instance-nvidia:nvidia.require.cuda' on page 757 undefined on input line 75523 Reference `reference/instance_options:instance-nvidia:nvidia.require.driver' on page 757 undefined on input line 75524 Reference `reference/instance_options:instance-nvidia:nvidia.runtime' on page 757 undefined on input line 75525 Reference `reference/instance_options:instance-raw:raw.apparmor' on page 757 undefined on input line 75526 Reference `reference/instance_options:instance-raw:raw.idmap' on page 757 undefined on input line 75527 Reference `reference/instance_options:instance-raw:raw.lxc' on page 757 undefined on input line 75528 Reference `reference/instance_options:instance-raw:raw.qemu' on page 757 undefined on input line 75529 Reference `reference/instance_options:instance-raw:raw.qemu.conf' on page 757 undefined on input line 75530 Reference `reference/instance_options:instance-raw:raw.seccomp' on page 757 undefined on input line 75531 Reference `reference/instance_options:instance-resource-limits:limits.cpu' on page 757 undefined on input line 75498 Reference `reference/instance_options:instance-resource-limits:limits.cpu.allowance' on page 757 undefined on input line 75499 Reference `reference/instance_options:instance-resource-limits:limits.cpu.nodes' on page 757 undefined on input line 75500 Reference `reference/instance_options:instance-resource-limits:limits.cpu.priority' on page 757 undefined on input line 75501 Reference `reference/instance_options:instance-resource-limits:limits.disk.priority' on page 757 undefined on input line 75502 Reference `reference/instance_options:instance-resource-limits:limits.hugepages.1GB' on page 757 undefined on input line 75503 Reference `reference/instance_options:instance-resource-limits:limits.hugepages.1MB' on page 757 undefined on input line 75504 Reference `reference/instance_options:instance-resource-limits:limits.hugepages.2MB' on page 757 undefined on input line 75505 Reference `reference/instance_options:instance-resource-limits:limits.hugepages.64KB' on page 757 undefined on input line 75506 Reference `reference/instance_options:instance-resource-limits:limits.kernel.*' on page 757 undefined on input line 75507 Reference `reference/instance_options:instance-resource-limits:limits.memory' on page 757 undefined on input line 75508 Reference `reference/instance_options:instance-resource-limits:limits.memory.enforce' on page 757 undefined on input line 75509 Reference `reference/instance_options:instance-resource-limits:limits.memory.hugepages' on page 757 undefined on input line 75510 Reference `reference/instance_options:instance-resource-limits:limits.memory.swap' on page 757 undefined on input line 75511 Reference `reference/instance_options:instance-resource-limits:limits.memory.swap.priority' on page 757 undefined on input line 75512 Reference `reference/instance_options:instance-resource-limits:limits.processes' on page 757 undefined on input line 75513 Reference `reference/instance_options:instance-security:security.agent.metrics' on page 757 undefined on input line 75532 Reference `reference/instance_options:instance-security:security.csm' on page 757 undefined on input line 75533 Reference `reference/instance_options:instance-security:security.devlxd' on page 757 undefined on input line 75534 Reference `reference/instance_options:instance-security:security.devlxd.images' on page 757 undefined on input line 75535 Reference `reference/instance_options:instance-security:security.idmap.base' on page 757 undefined on input line 75536 Reference `reference/instance_options:instance-security:security.idmap.isolated' on page 757 undefined on input line 75537 Reference `reference/instance_options:instance-security:security.idmap.size' on page 757 undefined on input line 75538 Reference `reference/instance_options:instance-security:security.nesting' on page 757 undefined on input line 75539 Reference `reference/instance_options:instance-security:security.privileged' on page 757 undefined on input line 75540 Reference `reference/instance_options:instance-security:security.protection.delete' on page 757 undefined on input line 75541 Reference `reference/instance_options:instance-security:security.protection.shift' on page 757 undefined on input line 75542 Reference `reference/instance_options:instance-security:security.secureboot' on page 757 undefined on input line 75543 Reference `reference/instance_options:instance-security:security.sev' on page 757 undefined on input line 75544 Reference `reference/instance_options:instance-security:security.sev.policy.es' on page 757 undefined on input line 75545 Reference `reference/instance_options:instance-security:security.sev.session.data' on page 757 undefined on input line 75546 Reference `reference/instance_options:instance-security:security.sev.session.dh' on page 757 undefined on input line 75547 Reference `reference/instance_options:instance-security:security.syscalls.allow' on page 757 undefined on input line 75548 Reference `reference/instance_options:instance-security:security.syscalls.deny' on page 757 undefined on input line 75549 Reference `reference/instance_options:instance-security:security.syscalls.deny_compat' on page 757 undefined on input line 75550 Reference `reference/instance_options:instance-security:security.syscalls.deny_default' on page 757 undefined on input line 75551 Reference `reference/instance_options:instance-security:security.syscalls.intercept.bpf' on page 757 undefined on input line 75552 Reference `reference/instance_options:instance-security:security.syscalls.intercept.bpf.devices' on page 757 undefined on input line 75553 Reference `reference/instance_options:instance-security:security.syscalls.intercept.mknod' on page 757 undefined on input line 75554 Reference `reference/instance_options:instance-security:security.syscalls.intercept.mount' on page 757 undefined on input line 75555 Reference `reference/instance_options:instance-security:security.syscalls.intercept.mount.allowed' on page 757 undefined on input line 75556 Reference `reference/instance_options:instance-security:security.syscalls.intercept.mount.fuse' on page 757 undefined on input line 75557 Reference `reference/instance_options:instance-security:security.syscalls.intercept.mount.shift' on page 757 undefined on input line 75558 Reference `reference/instance_options:instance-security:security.syscalls.intercept.sched_setscheduler' on page 757 undefined on input line 75559 Reference `reference/instance_options:instance-security:security.syscalls.intercept.setxattr' on page 757 undefined on input line 75560 Reference `reference/instance_options:instance-security:security.syscalls.intercept.sysinfo' on page 757 undefined on input line 75561 Reference `reference/instance_options:instance-snapshots:snapshots.expiry' on page 757 undefined on input line 75562 Reference `reference/instance_options:instance-snapshots:snapshots.pattern' on page 757 undefined on input line 75563 Reference `reference/instance_options:instance-snapshots:snapshots.schedule' on page 757 undefined on input line 75564 Reference `reference/instance_options:instance-snapshots:snapshots.schedule.stopped' on page 757 undefined on input line 75565 Reference `reference/instance_options:instance-volatile:volatile..apply_quota' on page 757 undefined on input line 75570 Reference `reference/instance_options:instance-volatile:volatile..ceph_rbd' on page 757 undefined on input line 75571 Reference `reference/instance_options:instance-volatile:volatile..host_name' on page 757 undefined on input line 75572 Reference `reference/instance_options:instance-volatile:volatile..hwaddr' on page 757 undefined on input line 75573 Reference `reference/instance_options:instance-volatile:volatile..last_state.created' on page 757 undefined on input line 75574 Reference `reference/instance_options:instance-volatile:volatile..last_state.hwaddr' on page 757 undefined on input line 75575 Reference `reference/instance_options:instance-volatile:volatile..last_state.ip_addresses' on page 757 undefined on input line 75576 Reference `reference/instance_options:instance-volatile:volatile..last_state.mtu' on page 757 undefined on input line 75577 Reference `reference/instance_options:instance-volatile:volatile..last_state.vdpa.name' on page 757 undefined on input line 75578 Reference `reference/instance_options:instance-volatile:volatile..last_state.vf.hwaddr' on page 757 undefined on input line 75579 Reference `reference/instance_options:instance-volatile:volatile..last_state.vf.id' on page 757 undefined on input line 75580 Reference `reference/instance_options:instance-volatile:volatile..last_state.vf.spoofcheck' on page 757 undefined on input line 75581 Reference `reference/instance_options:instance-volatile:volatile..last_state.vf.vlan' on page 757 undefined on input line 75582 Reference `reference/instance_options:instance-volatile:volatile.apply_nvram' on page 757 undefined on input line 75583 Reference `reference/instance_options:instance-volatile:volatile.apply_template' on page 757 undefined on input line 75584 Reference `reference/instance_options:instance-volatile:volatile.base_image' on page 757 undefined on input line 75585 Reference `reference/instance_options:instance-volatile:volatile.cloud_init.instance-id' on page 757 undefined on input line 75586 Reference `reference/instance_options:instance-volatile:volatile.evacuate.origin' on page 757 undefined on input line 75587 Reference `reference/instance_options:instance-volatile:volatile.idmap.base' on page 757 undefined on input line 75588 Reference `reference/instance_options:instance-volatile:volatile.idmap.current' on page 757 undefined on input line 75589 Reference `reference/instance_options:instance-volatile:volatile.idmap.next' on page 757 undefined on input line 75590 Reference `reference/instance_options:instance-volatile:volatile.last_state.idmap' on page 757 undefined on input line 75591 Reference `reference/instance_options:instance-volatile:volatile.last_state.power' on page 757 undefined on input line 75592 Reference `reference/instance_options:instance-volatile:volatile.uuid' on page 757 undefined on input line 75593 Reference `reference/instance_options:instance-volatile:volatile.uuid.generation' on page 757 undefined on input line 75594 Reference `reference/instance_options:instance-volatile:volatile.vsock_id' on page 757 undefined on input line 75595 Reference `reference/instance_properties:instance-property-instance-conf:architecture' on page 756 undefined on input line 75486 Reference `reference/instance_properties:instance-property-instance-conf:name' on page 757 undefined on input line 75521 Reference `reference/network_bridge:network-bridge-network-conf:bgp.ipv4.nexthop' on page 758 undefined on input line 75600 Reference `reference/network_bridge:network-bridge-network-conf:bgp.ipv6.nexthop' on page 758 undefined on input line 75601 Reference `reference/network_bridge:network-bridge-network-conf:bgp.peers.NAME.address' on page 758 undefined on input line 75602 Reference `reference/network_bridge:network-bridge-network-conf:bgp.peers.NAME.asn' on page 758 undefined on input line 75604 Reference `reference/network_bridge:network-bridge-network-conf:bgp.peers.NAME.holdtime' on page 758 undefined on input line 75606 Reference `reference/network_bridge:network-bridge-network-conf:bgp.peers.NAME.password' on page 758 undefined on input line 75608 Reference `reference/network_bridge:network-bridge-network-conf:bridge.driver' on page 758 undefined on input line 75610 Reference `reference/network_bridge:network-bridge-network-conf:bridge.external_interfaces' on page 758 undefined on input line 75611 Reference `reference/network_bridge:network-bridge-network-conf:bridge.hwaddr' on page 758 undefined on input line 75612 Reference `reference/network_bridge:network-bridge-network-conf:bridge.mode' on page 758 undefined on input line 75614 Reference `reference/network_bridge:network-bridge-network-conf:bridge.mtu' on page 758 undefined on input line 75615 Reference `reference/network_bridge:network-bridge-network-conf:dns.domain' on page 758 undefined on input line 75633 Reference `reference/network_bridge:network-bridge-network-conf:dns.mode' on page 758 undefined on input line 75635 Reference `reference/network_bridge:network-bridge-network-conf:dns.search' on page 758 undefined on input line 75638 Reference `reference/network_bridge:network-bridge-network-conf:dns.zone.forward' on page 758 undefined on input line 75640 Reference `reference/network_bridge:network-bridge-network-conf:dns.zone.reverse.ipv4' on page 758 undefined on input line 75642 Reference `reference/network_bridge:network-bridge-network-conf:dns.zone.reverse.ipv6' on page 759 undefined on input line 75644 Reference `reference/network_bridge:network-bridge-network-conf:fan.overlay_subnet' on page 759 undefined on input line 75648 Reference `reference/network_bridge:network-bridge-network-conf:fan.type' on page 759 undefined on input line 75649 Reference `reference/network_bridge:network-bridge-network-conf:fan.underlay_subnet' on page 759 undefined on input line 75650 Reference `reference/network_bridge:network-bridge-network-conf:ipv4.address' on page 759 undefined on input line 75656 Reference `reference/network_bridge:network-bridge-network-conf:ipv4.dhcp' on page 759 undefined on input line 75658 Reference `reference/network_bridge:network-bridge-network-conf:ipv4.dhcp.expiry' on page 759 undefined on input line 75660 Reference `reference/network_bridge:network-bridge-network-conf:ipv4.dhcp.gateway' on page 759 undefined on input line 75661 Reference `reference/network_bridge:network-bridge-network-conf:ipv4.dhcp.ranges' on page 759 undefined on input line 75662 Reference `reference/network_bridge:network-bridge-network-conf:ipv4.firewall' on page 759 undefined on input line 75663 Reference `reference/network_bridge:network-bridge-network-conf:ipv4.nat' on page 759 undefined on input line 75666 Reference `reference/network_bridge:network-bridge-network-conf:ipv4.nat.address' on page 759 undefined on input line 75668 Reference `reference/network_bridge:network-bridge-network-conf:ipv4.nat.order' on page 759 undefined on input line 75670 Reference `reference/network_bridge:network-bridge-network-conf:ipv4.ovn.ranges' on page 759 undefined on input line 75671 Reference `reference/network_bridge:network-bridge-network-conf:ipv4.routes' on page 759 undefined on input line 75673 Reference `reference/network_bridge:network-bridge-network-conf:ipv4.routing' on page 759 undefined on input line 75676 Reference `reference/network_bridge:network-bridge-network-conf:ipv6.address' on page 759 undefined on input line 75677 Reference `reference/network_bridge:network-bridge-network-conf:ipv6.dhcp' on page 759 undefined on input line 75679 Reference `reference/network_bridge:network-bridge-network-conf:ipv6.dhcp.expiry' on page 759 undefined on input line 75681 Reference `reference/network_bridge:network-bridge-network-conf:ipv6.dhcp.ranges' on page 759 undefined on input line 75682 Reference `reference/network_bridge:network-bridge-network-conf:ipv6.dhcp.stateful' on page 759 undefined on input line 75683 Reference `reference/network_bridge:network-bridge-network-conf:ipv6.firewall' on page 759 undefined on input line 75685 Reference `reference/network_bridge:network-bridge-network-conf:ipv6.nat' on page 759 undefined on input line 75688 Reference `reference/network_bridge:network-bridge-network-conf:ipv6.nat.address' on page 759 undefined on input line 75690 Reference `reference/network_bridge:network-bridge-network-conf:ipv6.nat.order' on page 759 undefined on input line 75692 Reference `reference/network_bridge:network-bridge-network-conf:ipv6.ovn.ranges' on page 759 undefined on input line 75693 Reference `reference/network_bridge:network-bridge-network-conf:ipv6.routes' on page 759 undefined on input line 75695 Reference `reference/network_bridge:network-bridge-network-conf:ipv6.routing' on page 759 undefined on input line 75698 Reference `reference/network_bridge:network-bridge-network-conf:maas.subnet.ipv4' on page 760 undefined on input line 75703 Reference `reference/network_bridge:network-bridge-network-conf:maas.subnet.ipv6' on page 760 undefined on input line 75707 Reference `reference/network_bridge:network-bridge-network-conf:raw.dnsmasq' on page 760 undefined on input line 75731 Reference `reference/network_bridge:network-bridge-network-conf:security.acls' on page 760 undefined on input line 75732 Reference `reference/network_bridge:network-bridge-network-conf:security.acls.default.egress.action' on page 760 undefined on input line 75734 Reference `reference/network_bridge:network-bridge-network-conf:security.acls.default.egress.logged' on page 760 undefined on input line 75736 Reference `reference/network_bridge:network-bridge-network-conf:security.acls.default.ingress.action' on page 760 undefined on input line 75738 Reference `reference/network_bridge:network-bridge-network-conf:security.acls.default.ingress.logged' on page 760 undefined on input line 75740 Reference `reference/network_bridge:network-bridge-network-conf:tunnel.NAME.group' on page 761 undefined on input line 75753 Reference `reference/network_bridge:network-bridge-network-conf:tunnel.NAME.id' on page 761 undefined on input line 75754 Reference `reference/network_bridge:network-bridge-network-conf:tunnel.NAME.interface' on page 761 undefined on input line 75755 Reference `reference/network_bridge:network-bridge-network-conf:tunnel.NAME.local' on page 761 undefined on input line 75756 Reference `reference/network_bridge:network-bridge-network-conf:tunnel.NAME.port' on page 761 undefined on input line 75757 Reference `reference/network_bridge:network-bridge-network-conf:tunnel.NAME.protocol' on page 761 undefined on input line 75758 Reference `reference/network_bridge:network-bridge-network-conf:tunnel.NAME.remote' on page 761 undefined on input line 75759 Reference `reference/network_bridge:network-bridge-network-conf:tunnel.NAME.ttl' on page 761 undefined on input line 75760 Reference `reference/network_bridge:network-bridge-network-conf:user.*' on page 761 undefined on input line 75761 Reference `reference/network_macvlan:network-macvlan-network-conf:gvrp' on page 759 undefined on input line 75651 Reference `reference/network_macvlan:network-macvlan-network-conf:maas.subnet.ipv4' on page 760 undefined on input line 75704 Reference `reference/network_macvlan:network-macvlan-network-conf:maas.subnet.ipv6' on page 760 undefined on input line 75708 Reference `reference/network_macvlan:network-macvlan-network-conf:mtu' on page 760 undefined on input line 75711 Reference `reference/network_macvlan:network-macvlan-network-conf:parent' on page 760 undefined on input line 75721 Reference `reference/network_macvlan:network-macvlan-network-conf:user.*' on page 761 undefined on input line 75762 Reference `reference/network_macvlan:network-macvlan-network-conf:vlan' on page 761 undefined on input line 75767 Reference `reference/network_ovn:network-ovn-network-conf:bridge.hwaddr' on page 758 undefined on input line 75613 Reference `reference/network_ovn:network-ovn-network-conf:bridge.mtu' on page 758 undefined on input line 75616 Reference `reference/network_ovn:network-ovn-network-conf:dns.domain' on page 758 undefined on input line 75634 Reference `reference/network_ovn:network-ovn-network-conf:dns.search' on page 758 undefined on input line 75639 Reference `reference/network_ovn:network-ovn-network-conf:dns.zone.forward' on page 758 undefined on input line 75641 Reference `reference/network_ovn:network-ovn-network-conf:dns.zone.reverse.ipv4' on page 759 undefined on input line 75643 Reference `reference/network_ovn:network-ovn-network-conf:dns.zone.reverse.ipv6' on page 759 undefined on input line 75645 Reference `reference/network_ovn:network-ovn-network-conf:ipv4.address' on page 759 undefined on input line 75657 Reference `reference/network_ovn:network-ovn-network-conf:ipv4.dhcp' on page 759 undefined on input line 75659 Reference `reference/network_ovn:network-ovn-network-conf:ipv4.l3only' on page 759 undefined on input line 75665 Reference `reference/network_ovn:network-ovn-network-conf:ipv4.nat' on page 759 undefined on input line 75667 Reference `reference/network_ovn:network-ovn-network-conf:ipv4.nat.address' on page 759 undefined on input line 75669 Reference `reference/network_ovn:network-ovn-network-conf:ipv6.address' on page 759 undefined on input line 75678 Reference `reference/network_ovn:network-ovn-network-conf:ipv6.dhcp' on page 759 undefined on input line 75680 Reference `reference/network_ovn:network-ovn-network-conf:ipv6.dhcp.stateful' on page 759 undefined on input line 75684 Reference `reference/network_ovn:network-ovn-network-conf:ipv6.l3only' on page 759 undefined on input line 75687 Reference `reference/network_ovn:network-ovn-network-conf:ipv6.nat' on page 759 undefined on input line 75689 Reference `reference/network_ovn:network-ovn-network-conf:ipv6.nat.address' on page 759 undefined on input line 75691 Reference `reference/network_ovn:network-ovn-network-conf:network' on page 760 undefined on input line 75718 Reference `reference/network_ovn:network-ovn-network-conf:security.acls' on page 760 undefined on input line 75733 Reference `reference/network_ovn:network-ovn-network-conf:security.acls.default.egress.action' on page 760 undefined on input line 75735 Reference `reference/network_ovn:network-ovn-network-conf:security.acls.default.egress.logged' on page 760 undefined on input line 75737 Reference `reference/network_ovn:network-ovn-network-conf:security.acls.default.ingress.action' on page 760 undefined on input line 75739 Reference `reference/network_ovn:network-ovn-network-conf:security.acls.default.ingress.logged' on page 761 undefined on input line 75741 Reference `reference/network_ovn:network-ovn-network-conf:user.*' on page 761 undefined on input line 75763 Reference `reference/network_physical:network-physical-network-conf:bgp.peers.NAME.address' on page 758 undefined on input line 75603 Reference `reference/network_physical:network-physical-network-conf:bgp.peers.NAME.asn' on page 758 undefined on input line 75605 Reference `reference/network_physical:network-physical-network-conf:bgp.peers.NAME.holdtime' on page 758 undefined on input line 75607 Reference `reference/network_physical:network-physical-network-conf:bgp.peers.NAME.password' on page 758 undefined on input line 75609 Reference `reference/network_physical:network-physical-network-conf:dns.nameservers' on page 758 undefined on input line 75636 Reference `reference/network_physical:network-physical-network-conf:gvrp' on page 759 undefined on input line 75652 Reference `reference/network_physical:network-physical-network-conf:ipv4.gateway' on page 759 undefined on input line 75664 Reference `reference/network_physical:network-physical-network-conf:ipv4.ovn.ranges' on page 759 undefined on input line 75672 Reference `reference/network_physical:network-physical-network-conf:ipv4.routes' on page 759 undefined on input line 75674 Reference `reference/network_physical:network-physical-network-conf:ipv4.routes.anycast' on page 759 undefined on input line 75675 Reference `reference/network_physical:network-physical-network-conf:ipv6.gateway' on page 759 undefined on input line 75686 Reference `reference/network_physical:network-physical-network-conf:ipv6.ovn.ranges' on page 759 undefined on input line 75694 Reference `reference/network_physical:network-physical-network-conf:ipv6.routes' on page 759 undefined on input line 75696 Reference `reference/network_physical:network-physical-network-conf:ipv6.routes.anycast' on page 759 undefined on input line 75697 Reference `reference/network_physical:network-physical-network-conf:maas.subnet.ipv4' on page 760 undefined on input line 75705 Reference `reference/network_physical:network-physical-network-conf:maas.subnet.ipv6' on page 760 undefined on input line 75709 Reference `reference/network_physical:network-physical-network-conf:mtu' on page 760 undefined on input line 75712 Reference `reference/network_physical:network-physical-network-conf:ovn.ingress_mode' on page 760 undefined on input line 75720 Reference `reference/network_physical:network-physical-network-conf:parent' on page 760 undefined on input line 75722 Reference `reference/network_physical:network-physical-network-conf:user.*' on page 761 undefined on input line 75764 Reference `reference/network_physical:network-physical-network-conf:vlan' on page 761 undefined on input line 75768 Reference `reference/network_sriov:network-sriov-network-conf:maas.subnet.ipv4' on page 760 undefined on input line 75706 Reference `reference/network_sriov:network-sriov-network-conf:maas.subnet.ipv6' on page 760 undefined on input line 75710 Reference `reference/network_sriov:network-sriov-network-conf:mtu' on page 760 undefined on input line 75713 Reference `reference/network_sriov:network-sriov-network-conf:parent' on page 760 undefined on input line 75723 Reference `reference/network_sriov:network-sriov-network-conf:user.*' on page 761 undefined on input line 75765 Reference `reference/network_sriov:network-sriov-network-conf:vlan' on page 761 undefined on input line 75769 Reference `reference/projects:project-features:features.images' on page 761 undefined on input line 75773 Reference `reference/projects:project-features:features.networks' on page 761 undefined on input line 75774 Reference `reference/projects:project-features:features.networks.zones' on page 761 undefined on input line 75775 Reference `reference/projects:project-features:features.profiles' on page 761 undefined on input line 75776 Reference `reference/projects:project-features:features.storage.buckets' on page 761 undefined on input line 75777 Reference `reference/projects:project-features:features.storage.volumes' on page 761 undefined on input line 75778 Reference `reference/projects:project-limits:limits.containers' on page 761 undefined on input line 75784 Reference `reference/projects:project-limits:limits.cpu' on page 761 undefined on input line 75785 Reference `reference/projects:project-limits:limits.disk' on page 761 undefined on input line 75786 Reference `reference/projects:project-limits:limits.instances' on page 761 undefined on input line 75787 Reference `reference/projects:project-limits:limits.memory' on page 761 undefined on input line 75788 Reference `reference/projects:project-limits:limits.networks' on page 761 undefined on input line 75789 Reference `reference/projects:project-limits:limits.processes' on page 761 undefined on input line 75790 Reference `reference/projects:project-limits:limits.virtual-machines' on page 761 undefined on input line 75791 Reference `reference/projects:project-restricted:restricted' on page 761 undefined on input line 75792 Reference `reference/projects:project-restricted:restricted.backups' on page 761 undefined on input line 75793 Reference `reference/projects:project-restricted:restricted.cluster.groups' on page 761 undefined on input line 75794 Reference `reference/projects:project-restricted:restricted.cluster.target' on page 761 undefined on input line 75795 Reference `reference/projects:project-restricted:restricted.containers.interception' on page 761 undefined on input line 75796 Reference `reference/projects:project-restricted:restricted.containers.lowlevel' on page 761 undefined on input line 75797 Reference `reference/projects:project-restricted:restricted.containers.nesting' on page 761 undefined on input line 75798 Reference `reference/projects:project-restricted:restricted.containers.privilege' on page 761 undefined on input line 75799 Reference `reference/projects:project-restricted:restricted.devices.disk' on page 761 undefined on input line 75800 Reference `reference/projects:project-restricted:restricted.devices.disk.paths' on page 761 undefined on input line 75801 Reference `reference/projects:project-restricted:restricted.devices.gpu' on page 761 undefined on input line 75802 Reference `reference/projects:project-restricted:restricted.devices.infiniband' on page 761 undefined on input line 75803 Reference `reference/projects:project-restricted:restricted.devices.nic' on page 761 undefined on input line 75804 Reference `reference/projects:project-restricted:restricted.devices.pci' on page 761 undefined on input line 75805 Reference `reference/projects:project-restricted:restricted.devices.proxy' on page 761 undefined on input line 75806 Reference `reference/projects:project-restricted:restricted.devices.unix-block' on page 761 undefined on input line 75807 Reference `reference/projects:project-restricted:restricted.devices.unix-char' on page 761 undefined on input line 75808 Reference `reference/projects:project-restricted:restricted.devices.unix-hotplug' on page 761 undefined on input line 75809 Reference `reference/projects:project-restricted:restricted.devices.usb' on page 761 undefined on input line 75810 Reference `reference/projects:project-restricted:restricted.idmap.gid' on page 761 undefined on input line 75811 Reference `reference/projects:project-restricted:restricted.idmap.uid' on page 761 undefined on input line 75812 Reference `reference/projects:project-restricted:restricted.networks.access' on page 761 undefined on input line 75813 Reference `reference/projects:project-restricted:restricted.networks.subnets' on page 761 undefined on input line 75814 Reference `reference/projects:project-restricted:restricted.networks.uplinks' on page 761 undefined on input line 75815 Reference `reference/projects:project-restricted:restricted.networks.zones' on page 761 undefined on input line 75816 Reference `reference/projects:project-restricted:restricted.snapshots' on page 761 undefined on input line 75817 Reference `reference/projects:project-restricted:restricted.virtual-machines.lowlevel' on page 761 undefined on input line 75818 Reference `reference/projects:project-specific:backups.compression_algorithm' on page 761 undefined on input line 75772 Reference `reference/projects:project-specific:images.auto_update_cached' on page 761 undefined on input line 75779 Reference `reference/projects:project-specific:images.auto_update_interval' on page 761 undefined on input line 75780 Reference `reference/projects:project-specific:images.compression_algorithm' on page 761 undefined on input line 75781 Reference `reference/projects:project-specific:images.default_architecture' on page 761 undefined on input line 75782 Reference `reference/projects:project-specific:images.remote_cache_expiry' on page 761 undefined on input line 75783 Reference `reference/projects:project-specific:user.*' on page 761 undefined on input line 75819 Reference `reference/server_settings:sysctl:fs.aio-max-nr' on page 765 undefined on input line 76021 Reference `reference/server_settings:sysctl:fs.inotify.max_queued_events' on page 765 undefined on input line 76022 Reference `reference/server_settings:sysctl:fs.inotify.max_user_instances' on page 765 undefined on input line 76023 Reference `reference/server_settings:sysctl:fs.inotify.max_user_watches' on page 765 undefined on input line 76024 Reference `reference/server_settings:sysctl:kernel.dmesg_restrict' on page 765 undefined on input line 76025 Reference `reference/server_settings:sysctl:kernel.keys.maxbytes' on page 765 undefined on input line 76026 Reference `reference/server_settings:sysctl:kernel.keys.maxkeys' on page 765 undefined on input line 76027 Reference `reference/server_settings:sysctl:net.core.bpf_jit_limit' on page 765 undefined on input line 76028 Reference `reference/server_settings:sysctl:net.ipv4.neigh.default.gc_thresh3' on page 765 undefined on input line 76029 Reference `reference/server_settings:sysctl:net.ipv6.neigh.default.gc_thresh3' on page 765 undefined on input line 76030 Reference `reference/server_settings:sysctl:vm.max_map_count' on page 765 undefined on input line 76031 Reference `reference/storage_btrfs:storage-btrfs-bucket-conf:size' on page 763 undefined on input line 75955 Reference `reference/storage_btrfs:storage-btrfs-pool-conf:btrfs.mount_options' on page 762 undefined on input line 75897 Reference `reference/storage_btrfs:storage-btrfs-pool-conf:size' on page 763 undefined on input line 75956 Reference `reference/storage_btrfs:storage-btrfs-pool-conf:source' on page 765 undefined on input line 75990 Reference `reference/storage_btrfs:storage-btrfs-pool-conf:source.wipe' on page 765 undefined on input line 75996 Reference `reference/storage_btrfs:storage-btrfs-volume-conf:security.shifted' on page 763 undefined on input line 75941 Reference `reference/storage_btrfs:storage-btrfs-volume-conf:security.unmapped' on page 763 undefined on input line 75948 Reference `reference/storage_btrfs:storage-btrfs-volume-conf:size' on page 764 undefined on input line 75957 Reference `reference/storage_btrfs:storage-btrfs-volume-conf:snapshots.expiry' on page 764 undefined on input line 75969 Reference `reference/storage_btrfs:storage-btrfs-volume-conf:snapshots.pattern' on page 764 undefined on input line 75976 Reference `reference/storage_btrfs:storage-btrfs-volume-conf:snapshots.schedule' on page 764 undefined on input line 75983 Reference `reference/storage_btrfs:storage-btrfs-volume-conf:volatile.uuid' on page 765 undefined on input line 76002 Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.cluster_name' on page 762 undefined on input line 75898 Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.osd.data_pool_name' on page 762 undefined on input line 75899 Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.osd.pg_num' on page 762 undefined on input line 75900 Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.osd.pool_name' on page 762 undefined on input line 75901 Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rbd.clone_copy' on page 762 undefined on input line 75902 Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rbd.du' on page 762 undefined on input line 75903 Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.rbd.features' on page 762 undefined on input line 75904 Reference `reference/storage_ceph:storage-ceph-pool-conf:ceph.user.name' on page 762 undefined on input line 75905 Reference `reference/storage_ceph:storage-ceph-pool-conf:source' on page 765 undefined on input line 75991 Reference `reference/storage_ceph:storage-ceph-pool-conf:volatile.pool.pristine' on page 765 undefined on input line 75999 Reference `reference/storage_ceph:storage-ceph-volume-conf:block.filesystem' on page 762 undefined on input line 75888 Reference `reference/storage_ceph:storage-ceph-volume-conf:block.mount_options' on page 762 undefined on input line 75892 Reference `reference/storage_ceph:storage-ceph-volume-conf:security.shifted' on page 763 undefined on input line 75942 Reference `reference/storage_ceph:storage-ceph-volume-conf:security.unmapped' on page 763 undefined on input line 75949 Reference `reference/storage_ceph:storage-ceph-volume-conf:size' on page 764 undefined on input line 75958 Reference `reference/storage_ceph:storage-ceph-volume-conf:snapshots.expiry' on page 764 undefined on input line 75970 Reference `reference/storage_ceph:storage-ceph-volume-conf:snapshots.pattern' on page 764 undefined on input line 75977 Reference `reference/storage_ceph:storage-ceph-volume-conf:snapshots.schedule' on page 764 undefined on input line 75984 Reference `reference/storage_ceph:storage-ceph-volume-conf:volatile.uuid' on page 765 undefined on input line 76003 Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cephfs.cluster_name' on page 762 undefined on input line 75906 Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cephfs.create_missing' on page 762 undefined on input line 75907 Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cephfs.data_pool' on page 762 undefined on input line 75908 Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cephfs.fscache' on page 762 undefined on input line 75909 Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cephfs.meta_pool' on page 763 undefined on input line 75910 Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cephfs.osd_pg_num' on page 763 undefined on input line 75911 Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cephfs.path' on page 763 undefined on input line 75912 Reference `reference/storage_cephfs:storage-cephfs-pool-conf:cephfs.user.name' on page 763 undefined on input line 75913 Reference `reference/storage_cephfs:storage-cephfs-pool-conf:source' on page 765 undefined on input line 75992 Reference `reference/storage_cephfs:storage-cephfs-pool-conf:volatile.pool.pristine' on page 765 undefined on input line 76000 Reference `reference/storage_cephfs:storage-cephfs-volume-conf:security.shifted' on page 763 undefined on input line 75943 Reference `reference/storage_cephfs:storage-cephfs-volume-conf:security.unmapped' on page 763 undefined on input line 75950 Reference `reference/storage_cephfs:storage-cephfs-volume-conf:size' on page 764 undefined on input line 75959 Reference `reference/storage_cephfs:storage-cephfs-volume-conf:snapshots.expiry' on page 764 undefined on input line 75971 Reference `reference/storage_cephfs:storage-cephfs-volume-conf:snapshots.pattern' on page 764 undefined on input line 75978 Reference `reference/storage_cephfs:storage-cephfs-volume-conf:snapshots.schedule' on page 764 undefined on input line 75985 Reference `reference/storage_cephfs:storage-cephfs-volume-conf:volatile.uuid' on page 765 undefined on input line 76004 Reference `reference/storage_cephobject:storage-cephobject-bucket-conf:size' on page 764 undefined on input line 75960 Reference `reference/storage_cephobject:storage-cephobject-pool-conf:cephobject.bucket.name_prefix' on page 763 undefined on input line 75914 Reference `reference/storage_cephobject:storage-cephobject-pool-conf:cephobject.cluster_name' on page 763 undefined on input line 75915 Reference `reference/storage_cephobject:storage-cephobject-pool-conf:cephobject.radosgw.endpoint' on page 763 undefined on input line 75916 Reference `reference/storage_cephobject:storage-cephobject-pool-conf:cephobject.radosgw.endpoint_cert_file' on page 763 undefined on input line 75917 Reference `reference/storage_cephobject:storage-cephobject-pool-conf:cephobject.user.name' on page 763 undefined on input line 75918 Reference `reference/storage_cephobject:storage-cephobject-pool-conf:volatile.pool.pristine' on page 765 undefined on input line 76001 Reference `reference/storage_dir:storage-dir-pool-conf:rsync.bwlimit' on page 763 undefined on input line 75935 Reference `reference/storage_dir:storage-dir-pool-conf:rsync.compression' on page 763 undefined on input line 75938 Reference `reference/storage_dir:storage-dir-pool-conf:source' on page 765 undefined on input line 75993 Reference `reference/storage_dir:storage-dir-volume-conf:security.shifted' on page 763 undefined on input line 75944 Reference `reference/storage_dir:storage-dir-volume-conf:security.unmapped' on page 763 undefined on input line 75951 Reference `reference/storage_dir:storage-dir-volume-conf:size' on page 764 undefined on input line 75961 Reference `reference/storage_dir:storage-dir-volume-conf:snapshots.expiry' on page 764 undefined on input line 75972 Reference `reference/storage_dir:storage-dir-volume-conf:snapshots.pattern' on page 764 undefined on input line 75979 Reference `reference/storage_dir:storage-dir-volume-conf:snapshots.schedule' on page 764 undefined on input line 75986 Reference `reference/storage_dir:storage-dir-volume-conf:volatile.uuid' on page 765 undefined on input line 76005 Reference `reference/storage_lvm:storage-lvm-bucket-conf:size' on page 764 undefined on input line 75962 Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.thinpool_metadata_size' on page 763 undefined on input line 75921 Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.thinpool_name' on page 763 undefined on input line 75922 Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.use_thinpool' on page 763 undefined on input line 75923 Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.vg.force_reuse' on page 763 undefined on input line 75924 Reference `reference/storage_lvm:storage-lvm-pool-conf:lvm.vg_name' on page 763 undefined on input line 75925 Reference `reference/storage_lvm:storage-lvm-pool-conf:rsync.bwlimit' on page 763 undefined on input line 75936 Reference `reference/storage_lvm:storage-lvm-pool-conf:rsync.compression' on page 763 undefined on input line 75939 Reference `reference/storage_lvm:storage-lvm-pool-conf:size' on page 764 undefined on input line 75963 Reference `reference/storage_lvm:storage-lvm-pool-conf:source' on page 765 undefined on input line 75994 Reference `reference/storage_lvm:storage-lvm-pool-conf:source.wipe' on page 765 undefined on input line 75997 Reference `reference/storage_lvm:storage-lvm-volume-conf:block.filesystem' on page 762 undefined on input line 75889 Reference `reference/storage_lvm:storage-lvm-volume-conf:block.mount_options' on page 762 undefined on input line 75893 Reference `reference/storage_lvm:storage-lvm-volume-conf:lvm.stripes' on page 763 undefined on input line 75919 Reference `reference/storage_lvm:storage-lvm-volume-conf:lvm.stripes.size' on page 763 undefined on input line 75920 Reference `reference/storage_lvm:storage-lvm-volume-conf:security.shifted' on page 763 undefined on input line 75945 Reference `reference/storage_lvm:storage-lvm-volume-conf:security.unmapped' on page 763 undefined on input line 75952 Reference `reference/storage_lvm:storage-lvm-volume-conf:size' on page 764 undefined on input line 75964 Reference `reference/storage_lvm:storage-lvm-volume-conf:snapshots.expiry' on page 764 undefined on input line 75973 Reference `reference/storage_lvm:storage-lvm-volume-conf:snapshots.pattern' on page 764 undefined on input line 75980 Reference `reference/storage_lvm:storage-lvm-volume-conf:snapshots.schedule' on page 764 undefined on input line 75987 Reference `reference/storage_lvm:storage-lvm-volume-conf:volatile.uuid' on page 765 undefined on input line 76006 Reference `reference/storage_powerflex:storage-powerflex-pool-conf:powerflex.clone_copy' on page 763 undefined on input line 75926 Reference `reference/storage_powerflex:storage-powerflex-pool-conf:powerflex.domain' on page 763 undefined on input line 75927 Reference `reference/storage_powerflex:storage-powerflex-pool-conf:powerflex.gateway' on page 763 undefined on input line 75928 Reference `reference/storage_powerflex:storage-powerflex-pool-conf:powerflex.gateway.verify' on page 763 undefined on input line 75929 Reference `reference/storage_powerflex:storage-powerflex-pool-conf:powerflex.mode' on page 763 undefined on input line 75930 Reference `reference/storage_powerflex:storage-powerflex-pool-conf:powerflex.pool' on page 763 undefined on input line 75931 Reference `reference/storage_powerflex:storage-powerflex-pool-conf:powerflex.sdt' on page 763 undefined on input line 75932 Reference `reference/storage_powerflex:storage-powerflex-pool-conf:powerflex.user.name' on page 763 undefined on input line 75933 Reference `reference/storage_powerflex:storage-powerflex-pool-conf:powerflex.user.password' on page 763 undefined on input line 75934 Reference `reference/storage_powerflex:storage-powerflex-pool-conf:rsync.bwlimit' on page 763 undefined on input line 75937 Reference `reference/storage_powerflex:storage-powerflex-pool-conf:rsync.compression' on page 763 undefined on input line 75940 Reference `reference/storage_powerflex:storage-powerflex-pool-conf:volume.size' on page 765 undefined on input line 76009 Reference `reference/storage_powerflex:storage-powerflex-volume-conf:block.filesystem' on page 762 undefined on input line 75890 Reference `reference/storage_powerflex:storage-powerflex-volume-conf:block.mount_options' on page 762 undefined on input line 75894 Reference `reference/storage_powerflex:storage-powerflex-volume-conf:block.type' on page 762 undefined on input line 75896 Reference `reference/storage_powerflex:storage-powerflex-volume-conf:security.shifted' on page 763 undefined on input line 75946 Reference `reference/storage_powerflex:storage-powerflex-volume-conf:security.unmapped' on page 763 undefined on input line 75953 Reference `reference/storage_powerflex:storage-powerflex-volume-conf:size' on page 764 undefined on input line 75965 Reference `reference/storage_powerflex:storage-powerflex-volume-conf:snapshots.expiry' on page 764 undefined on input line 75974 Reference `reference/storage_powerflex:storage-powerflex-volume-conf:snapshots.pattern' on page 764 undefined on input line 75981 Reference `reference/storage_powerflex:storage-powerflex-volume-conf:snapshots.schedule' on page 765 undefined on input line 75988 Reference `reference/storage_powerflex:storage-powerflex-volume-conf:volatile.uuid' on page 765 undefined on input line 76007 Reference `reference/storage_zfs:storage-zfs-bucket-conf:size' on page 764 undefined on input line 75966 Reference `reference/storage_zfs:storage-zfs-pool-conf:size' on page 764 undefined on input line 75967 Reference `reference/storage_zfs:storage-zfs-pool-conf:source' on page 765 undefined on input line 75995 Reference `reference/storage_zfs:storage-zfs-pool-conf:source.wipe' on page 765 undefined on input line 75998 Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.clone_copy' on page 765 undefined on input line 76012 Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.export' on page 765 undefined on input line 76014 Reference `reference/storage_zfs:storage-zfs-pool-conf:zfs.pool_name' on page 765 undefined on input line 76015 Reference `reference/storage_zfs:storage-zfs-volume-conf:block.filesystem' on page 762 undefined on input line 75891 Reference `reference/storage_zfs:storage-zfs-volume-conf:block.mount_options' on page 762 undefined on input line 75895 Reference `reference/storage_zfs:storage-zfs-volume-conf:security.shifted' on page 763 undefined on input line 75947 Reference `reference/storage_zfs:storage-zfs-volume-conf:security.unmapped' on page 763 undefined on input line 75954 Reference `reference/storage_zfs:storage-zfs-volume-conf:size' on page 764 undefined on input line 75968 Reference `reference/storage_zfs:storage-zfs-volume-conf:snapshots.expiry' on page 764 undefined on input line 75975 Reference `reference/storage_zfs:storage-zfs-volume-conf:snapshots.pattern' on page 764 undefined on input line 75982 Reference `reference/storage_zfs:storage-zfs-volume-conf:snapshots.schedule' on page 765 undefined on input line 75989 Reference `reference/storage_zfs:storage-zfs-volume-conf:volatile.uuid' on page 765 undefined on input line 76008 Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.block_mode' on page 765 undefined on input line 76010 Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.blocksize' on page 765 undefined on input line 76011 Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.delegate' on page 765 undefined on input line 76013 Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.remove_snapshots' on page 765 undefined on input line 76016 Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.reserve_space' on page 765 undefined on input line 76017 Reference `reference/storage_zfs:storage-zfs-volume-conf:zfs.use_refquota' on page 765 undefined on input line 76018 Reference `server:server-acme:acme.agree_tos' on page 761 undefined on input line 75822 Reference `server:server-acme:acme.ca_url' on page 761 undefined on input line 75823 Reference `server:server-acme:acme.domain' on page 761 undefined on input line 75824 Reference `server:server-acme:acme.email' on page 761 undefined on input line 75825 Reference `server:server-cluster:cluster.healing_threshold' on page 762 undefined on input line 75827 Reference `server:server-cluster:cluster.https_address' on page 762 undefined on input line 75828 Reference `server:server-cluster:cluster.images_minimal_replica' on page 762 undefined on input line 75829 Reference `server:server-cluster:cluster.join_token_expiry' on page 762 undefined on input line 75830 Reference `server:server-cluster:cluster.max_standby' on page 762 undefined on input line 75831 Reference `server:server-cluster:cluster.max_voters' on page 762 undefined on input line 75832 Reference `server:server-cluster:cluster.offline_threshold' on page 762 undefined on input line 75833 Reference `server:server-core:core.bgp_address' on page 762 undefined on input line 75834 Reference `server:server-core:core.bgp_asn' on page 762 undefined on input line 75835 Reference `server:server-core:core.bgp_routerid' on page 762 undefined on input line 75836 Reference `server:server-core:core.debug_address' on page 762 undefined on input line 75837 Reference `server:server-core:core.dns_address' on page 762 undefined on input line 75838 Reference `server:server-core:core.https_address' on page 762 undefined on input line 75839 Reference `server:server-core:core.https_allowed_credentials' on page 762 undefined on input line 75840 Reference `server:server-core:core.https_allowed_headers' on page 762 undefined on input line 75841 Reference `server:server-core:core.https_allowed_methods' on page 762 undefined on input line 75842 Reference `server:server-core:core.https_allowed_origin' on page 762 undefined on input line 75843 Reference `server:server-core:core.https_trusted_proxy' on page 762 undefined on input line 75844 Reference `server:server-core:core.metrics_address' on page 762 undefined on input line 75845 Reference `server:server-core:core.metrics_authentication' on page 762 undefined on input line 75846 Reference `server:server-core:core.proxy_http' on page 762 undefined on input line 75847 Reference `server:server-core:core.proxy_https' on page 762 undefined on input line 75848 Reference `server:server-core:core.proxy_ignore_hosts' on page 762 undefined on input line 75849 Reference `server:server-core:core.remote_token_expiry' on page 762 undefined on input line 75850 Reference `server:server-core:core.shutdown_timeout' on page 762 undefined on input line 75851 Reference `server:server-core:core.storage_buckets_address' on page 762 undefined on input line 75852 Reference `server:server-core:core.syslog_socket' on page 762 undefined on input line 75853 Reference `server:server-core:core.trust_ca_certificates' on page 762 undefined on input line 75854 Reference `server:server-core:core.trust_password' on page 762 undefined on input line 75855 Reference `server:server-images:images.auto_update_cached' on page 762 undefined on input line 75856 Reference `server:server-images:images.auto_update_interval' on page 762 undefined on input line 75857 Reference `server:server-images:images.compression_algorithm' on page 762 undefined on input line 75858 Reference `server:server-images:images.default_architecture' on page 762 undefined on input line 75859 Reference `server:server-images:images.remote_cache_expiry' on page 762 undefined on input line 75860 Reference `server:server-loki:loki.api.ca_cert' on page 762 undefined on input line 75864 Reference `server:server-loki:loki.api.url' on page 762 undefined on input line 75865 Reference `server:server-loki:loki.auth.password' on page 762 undefined on input line 75866 Reference `server:server-loki:loki.auth.username' on page 762 undefined on input line 75867 Reference `server:server-loki:loki.instance' on page 762 undefined on input line 75868 Reference `server:server-loki:loki.labels' on page 762 undefined on input line 75869 Reference `server:server-loki:loki.loglevel' on page 762 undefined on input line 75870 Reference `server:server-loki:loki.types' on page 762 undefined on input line 75871 Reference `server:server-miscellaneous:backups.compression_algorithm' on page 762 undefined on input line 75826 Reference `server:server-miscellaneous:instances.migration.stateful' on page 762 undefined on input line 75861 Reference `server:server-miscellaneous:instances.nic.host_name' on page 762 undefined on input line 75862 Reference `server:server-miscellaneous:instances.placement.scriptlet' on page 762 undefined on input line 75863 Reference `server:server-miscellaneous:maas.api.key' on page 762 undefined on input line 75872 Reference `server:server-miscellaneous:maas.api.url' on page 762 undefined on input line 75873 Reference `server:server-miscellaneous:maas.machine' on page 762 undefined on input line 75874 Reference `server:server-miscellaneous:network.ovn.ca_cert' on page 762 undefined on input line 75875 Reference `server:server-miscellaneous:network.ovn.client_cert' on page 762 undefined on input line 75876 Reference `server:server-miscellaneous:network.ovn.client_key' on page 762 undefined on input line 75877 Reference `server:server-miscellaneous:network.ovn.integration_bridge' on page 762 undefined on input line 75878 Reference `server:server-miscellaneous:network.ovn.northbound_connection' on page 762 undefined on input line 75879 Reference `server:server-miscellaneous:storage.backups_volume' on page 762 undefined on input line 75884 Reference `server:server-miscellaneous:storage.images_volume' on page 762 undefined on input line 75885 Reference `server:server-oidc:oidc.audience' on page 762 undefined on input line 75880 Reference `server:server-oidc:oidc.client.id' on page 762 undefined on input line 75881 Reference `server:server-oidc:oidc.groups.claim' on page 762 undefined on input line 75882 Reference `server:server-oidc:oidc.issuer' on page 762 undefined on input line 75883 Rule 'makeindex canonical-lxd.idx': File changes, etc: Changed files, or newly in use since previous run(s): 'canonical-lxd.idx' ------------ Run number 1 of rule 'makeindex canonical-lxd.idx' ------------ Latexmk: Examining 'canonical-lxd.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'makeindex canonical-lxd.idx'... ------------ Running 'makeindex -s python.ist -o "canonical-lxd.ind" "canonical-lxd.idx"' ------------ This is makeindex, version 2.15 [TeX Live 2022/dev] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file canonical-lxd.idx...done (0 entries accepted, 0 rejected). Nothing written in canonical-lxd.ind. Transcript written in canonical-lxd.ilg. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'canonical-lxd.aux' 'canonical-lxd.ind' 'canonical-lxd.out' ------------ Run number 2 of rule 'pdflatex' ------------ Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="canonical-lxd" "canonicallxd.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./canonicallxd.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./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 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/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/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.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/pdftex.def)) (./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-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.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) (./sphinxpackagefootnote.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/parskip/parskip-2001-04-09.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/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.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/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.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/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file canonical-lxd.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./canonical-lxd.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/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)) (./canonical-lxd.out) (./canonical-lxd.out) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] (./canonical-lxd.toc) [1] [2] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) ! LaTeX Error: Unicode character ɛ (U+025B) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.88 ...upquote{{[}lɛks\textquotesingle{}di:{]}}} 🔈) is a modern, secure ... (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) ! LaTeX Error: Unicode character 🔈 (U+1F508) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.88 ...ote{{[}lɛks\textquotesingle{}di:{]}}}🔈 ) is a modern, secure and ... [1] [2] Chapter 1. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [3] [4] Chapter 2. Underfull \hbox (badness 10000) in paragraph at lines 372--377 []\T1/txtt/m/n/10 user@host:~$ snap version snap 2.59.4snapd 2.59.4series 16ubu ntu 22.04kernel 5. [5] [6] [7] [8] Underfull \hbox (badness 10000) in paragraph at lines 693--696 []\T1/txtt/m/n/10 user@host:~$ lxc exec ubuntu[]vm [][] df []h Filesystem Size Used Avail Use% Mounted Underfull \hbox (badness 10000) in paragraph at lines 693--696 \T1/txtt/m/n/10 on/dev/root 9.6G 1.4G 8.2G 15% /tmpfs 483M 0 483M 0% /dev/shmtm pfs 193M 604K Underfull \hbox (badness 10000) in paragraph at lines 693--696 \T1/txtt/m/n/10 193M 1% /runtmpfs 5.0M 0 5.0M 0% /run/locktmpfs 50M 14M 37M 27% /run/lxd_agent/ Underfull \hbox (badness 10000) in paragraph at lines 717--720 []\T1/txtt/m/n/10 user@host:~$ lxc exec ubuntu[]vm [][] df []h Filesystem Size Used Avail Use% Mounted Underfull \hbox (badness 10000) in paragraph at lines 717--720 \T1/txtt/m/n/10 on/dev/root 29G 1.4G 28G 5% /tmpfs 483M 0 483M 0% /dev/shmtmpfs 193M 588K 193M Underfull \hbox (badness 10000) in paragraph at lines 717--720 \T1/txtt/m/n/10 1% /runtmpfs 5.0M 0 5.0M 0% /run/locktmpfs 50M 14M 37M 27% /run /lxd_agent/dev/ [9] [10] [11] [12] [13] [14] Underfull \hbox (badness 10000) in paragraph at lines 1340--1345 []\T1/txtt/m/n/10 user@host:~$ make deps ...make[1]: Leaving directory \TS1/txt t/m/n/10 '\T1/txtt/m/n/10 /root/go/deps/dqlite\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 # Underfull \hbox (badness 10000) in paragraph at lines 1340--1345 \T1/txtt/m/n/10 environment Please set the following in your environment (possi bly ~/.bashrc)# Underfull \hbox (badness 10000) in paragraph at lines 1340--1345 \T1/txtt/m/n/10 export CGO_CFLAGS="${CGO_CFLAGS} []I$(go env GOPATH)/deps/dqlit e/include/"# export Underfull \hbox (badness 10000) in paragraph at lines 1340--1345 \T1/txtt/m/n/10 CGO_LDFLAGS="${CGO_LDFLAGS} []L$(go env GOPATH)/deps/dqlite/.li bs/"# export Underfull \hbox (badness 10000) in paragraph at lines 1340--1345 \T1/txtt/m/n/10 LD_LIBRARY_PATH="$(go env GOPATH)/deps/dqlite/.libs/${LD_LIBRAR Y_PATH}"# export [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25 <./ui_console.png>] [26 <./ui_security_warning.png>] [27 <./ui_set_up_certificates.png>] [28] [29] [30] [31] [32] [33] [34] Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 []\T1/txtt/m/n/10 user@host:~$ ip addr 1: lo: mtu 65536 qdisc noqueue state Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/ Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 128 scope host valid_lft forever preferred_lft forever2: enp5s0 : mtu 1500 qdisc mq state UP group default qlen 1000 link/ether Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 00:16:3e:e3:f3:3f brd ff:ff:ff:ff:ff:ff inet 10.68.216.12/24 me tric 100 brd 10.68. Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 216.255 scope global dynamic enp5s0 valid_lft 3028sec preferred _lft 3028sec inet6 Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 fd42:e819:7a51:5a7b:216:3eff:fee3:f33f/64 scope global mngtmpad dr noprefixroute valid_lft Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 forever preferred_lft forever inet6 fe80::216:3eff:fee3:f33f/64 scope link valid_lft Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 forever preferred_lft forever3: lxdbr0: mtu Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 1500 qdisc noqueue state DOWN group default qlen 1000 link/ethe r 00:16:3e:8d:f3:72 brd Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 ff:ff:ff:ff:ff:ff inet 10.64.82.1/24 scope global lxdbr0 valid_ lft forever preferred_lft Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 forever inet6 fd42:f4ab:4399:e6eb::1/64 scope global valid_lft forever preferred_lft [35] [36] [37] [38] [39] Underfull \hbox (badness 6047) in paragraph at lines 3097--3100 []\T1/qtm/m/n/10 Some au-then-ti-ca-tion meth-ods re-quire spe-cific flags (for ex-am-ple, use [][]\T1/txtt/m/sl/10 lxc remote add [40] [41] [42] Underfull \hbox (badness 5147) in paragraph at lines 3429--3431 []\T1/qtm/m/n/10 To cre-ate a con-tainer with an Ubuntu 24.04 im-age from the \ T1/txtt/m/n/10 ubuntu \T1/qtm/m/n/10 server us-ing the in-stance name [43] [44 <./create_instance_ex1.png>] [45 <./create_instance_ex2.png>] [46 <./c reate_instance_ex2-2.png>] [47 <./create_instance_ex3.png>] Underfull \hbox (badness 6032) in paragraph at lines 3710--3712 []\T1/qtm/m/n/10 The list of sup-ported clouds and in-stance types can be found at [][]\T1/txtt/m/n/10 images.lxd.canonical.com/meta/ Overfull \vbox (2.21727pt too high) detected at line 3783 [48 <./create_instance_ex4.png>] [49] Overfull \vbox (1.87387pt too high) detected at line 3972 [50] [51] [52 <./limits_memory_example.png>] [53] [54] [55] [56] [57] ! LaTeX Error: Unicode character ▷ (U+25B7) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.4735 ...k the \sphinxguilabel{Start} button (▷ ). [58] ! LaTeX Error: Unicode character □ (U+25A1) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.4807 ...ck the \sphinxguilabel{Stop} button (□ ). [59] [60] [61] [62] [63] [64] [65] [66] Underfull \hbox (badness 10000) in paragraph at lines 5661--5667 []\T1/txtt/m/n/10 user@host:~$ lxc console [][]show[]log rhel7 Console log: Fai led to insert module Underfull \hbox (badness 10000) in paragraph at lines 5661--5667 \TS1/txtt/m/n/10 '\T1/txtt/m/n/10 autofs4\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 Fail ed to insert module \TS1/txtt/m/n/10 '\T1/txtt/m/n/10 unix\TS1/txtt/m/n/10 '\T1 /txtt/m/n/10 Failed to mount sysfs at /sys: Operation not Underfull \hbox (badness 10000) in paragraph at lines 5661--5667 \T1/txtt/m/n/10 permittedFailed to mount proc at /proc: Operation not permitted [!!!!!!] Failed to mount Underfull \hbox (badness 10000) in paragraph at lines 5685--5694 []\T1/txtt/m/n/10 user@host:~$ lxc config set rhel7 raw.lxc \TS1/txtt/m/n/10 '\ T1/txtt/m/n/10 lxc.init.cmd = /bin/bash\TS1/txtt/m/n/10 ' \T1/txtt/m/n/10 user @host:~$ lxc Underfull \hbox (badness 7415) in paragraph at lines 5696--5702 []\T1/txtt/m/n/10 user@host:~$ lxc exec rhel7 [][] bash [root@rhel7 ~]# ls[root @rhel7 ~]# mountmount: failed Underfull \hbox (badness 10000) in paragraph at lines 5696--5702 \T1/txtt/m/n/10 to read mtab: No such file or directory[root@rhel7 ~]# cd /[roo t@rhel7 /]# ls /proc/ [67] [68] [69] [70] [71] [72] [73] [74] Underfull \hbox (badness 10000) in paragraph at lines 6400--6402 []\T1/qtm/m/n/10 See [][]\T1/txtt/m/n/10 GET /1.0/instances/{name}/logs/exec[]o utput[][]\T1/qtm/m/n/10 , [][]\T1/txtt/m/n/10 GET /1.0/instances/{name}/logs/ [75] [76] [77] [78] [79] Underfull \hbox (badness 10000) in paragraph at lines 7020--7023 []\T1/txtt/m/n/10 root@instance:~# cloud[]init status [][]wait ................ .....................status: [80] [81] [82] [83] [84 <./routed_nic_create_instance.png>] [85] ! LaTeX Error: Unicode character ▷ (U+25B7) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.7447 ...k the \sphinxguilabel{Start} button (▷ ). [86] [87] [88] Underfull \hbox (badness 10000) in paragraph at lines 7697--7699 []\T1/qtm/m/n/10 See [][]\T1/txtt/m/n/10 GET /1.0/instances/{name}/snapshots[][ ]\T1/qtm/m/n/10 , [][]\T1/txtt/m/n/10 GET /1.0/instances/{name}/snapshots/{snap shot}[][]\T1/qtm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 7697--7699 [][]\T1/txtt/m/n/10 PATCH /1.0/instances/{name}/snapshots/{snapshot}[][]\T1/qtm /m/n/10 , and [][]\T1/txtt/m/n/10 DELETE /1.0/instances/{name}/ [89] [90 <./snapshots_daily.png>] [91 <./snapshots_cron.png>] [92] [93] [94] [95] Underfull \hbox (badness 10000) in paragraph at lines 8298--8300 []\T1/qtm/m/n/10 Down-load the \T1/txtt/m/n/10 bin.linux.lxd[]migrate \T1/qtm/m /n/10 tool ([][]\T1/txtt/m/n/10 bin.linux.lxd[]migrate.aarch64[][] \T1/qtm/m/n/ 10 or [][]\T1/txtt/m/n/10 bin.linux. [96] Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 []\T1/txtt/m/n/10 user@host:~$ sudo ./bin.linux.lxd[]migrate Please provide LXD server URL: https:/ Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 /192.0.2.7:8443Certificate fingerprint: xxxxxxxxxxxxxxxxxok (y/ n)? y 1) Use a Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 certificate token2) Use an existing TLS authentication certific ate3) Generate a Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 temporary TLS authentication certificatePlease pick an authenti cation mechanism Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 above: 1Please provide the certificate token: xxxxxxxxxxxxxxxx Remote LXD Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 server: Hostname: bar Version: 5.4 Would you like to create a c ontainer (1) or Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 virtual[]machine (2)?: 1Name of the new instance: fooPlease pro vide the path to a Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 root filesystem: /Do you want to add additional filesystem moun ts? [default=no]: Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Instance to be created: Name: foo Project: default Type: contai ner Source: Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 / Additional overrides can be applied at this stage:1) Begin th e migration with Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 the above configuration2) Override profile list3) Set additiona l configuration Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 options4) Change instance storage pool or volume size5) Change instance network Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Please pick one of the options above [default=1]: 3Please speci fy config keys and Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 values (key=value ...): limits.cpu=2 Instance to be created: Na me: foo Project: Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 default Type: container Source: / Config: limits.cpu: "2" Addit ional overrides Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 can be applied at this stage:1) Begin the migration with the ab ove configuration2) Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Override profile list3) Set additional configuration options4) Change instance Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 storage pool or volume size5) Change instance network Please pi ck one of the options Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 above [default=1]: 4Please provide the storage pool to use: def aultDo you want to Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 change the storage size? [default=no]: yesPlease specify the st orage size: 20GiB Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Instance to be created: Name: foo Project: default Type: contai ner Source: Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 / Storage pool: default Storage pool size: 20GiB Config: limits .cpu: "2" Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Additional overrides can be applied at this stage:1) Begin the migration with the Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 above configuration2) Override profile list3) Set additional co nfiguration options4) Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Change instance storage pool or volume size5) Change instance n etwork Please pick Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 one of the options above [default=1]: 5Please specify the netwo rk to use for Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 the instance: lxdbr0 Instance to be created: Name: foo Project: default Type: Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 container Source: / Storage pool: default Storage pool size: 20 GiB Network Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 name: lxdbr0 Config: limits.cpu: "2" Additional overrides can b e applied at this Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 stage:1) Begin the migration with the above configuration2) Ove rride profile list3) Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Set additional configuration options4) Change instance storage pool or volume size5) Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Change instance network Please pick one of the options above [d efault=1]: 1Instance [97] Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 []\T1/txtt/m/n/10 user@host:~$ sudo ./bin.linux.lxd[]migrate Please provide LXD server URL: https:/ Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 /192.0.2.7:8443Certificate fingerprint: xxxxxxxxxxxxxxxxxok (y/ n)? y 1) Use a Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 certificate token2) Use an existing TLS authentication certific ate3) Generate a Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 temporary TLS authentication certificatePlease pick an authenti cation mechanism Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 above: 1Please provide the certificate token: xxxxxxxxxxxxxxxx Remote LXD Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 server: Hostname: bar Version: 5.4 Would you like to create a c ontainer (1) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 or virtual[]machine (2)?: 2Name of the new instance: fooPlease provide the path Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 to a root filesystem: ./virtual[]machine.imgDoes the VM support UEFI Secure Boot? Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 [default=no]: no Instance to be created: Name: foo Project: def ault Type: Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 virtual[]machine Source: ./virtual[]machine.img Config: securit y.secureboot: Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 "false" Additional overrides can be applied at this stage:1) Be gin the migration Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 with the above configuration2) Override profile list3) Set addi tional configuration Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 options4) Change instance storage pool or volume size5) Change instance network Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Please pick one of the options above [default=1]: 3Please speci fy config keys and Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 values (key=value ...): limits.cpu=2 Instance to be created: Na me: foo Project: Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 default Type: virtual[]machine Source: ./virtual[]machine.img C onfig: limits. Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 cpu: "2" security.secureboot: "false" Additional overrides can be applied at this Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 stage:1) Begin the migration with the above configuration2) Ove rride profile list3) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Set additional configuration options4) Change instance storage pool or volume size5) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Change instance network Please pick one of the options above [d efault=1]: 4Please Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 provide the storage pool to use: defaultDo you want to change t he storage size? Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 [default=no]: yesPlease specify the storage size: 20GiB Instanc e to be created: Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Name: foo Project: default Type: virtual[]machine Source: ./vir tual[]machine. Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 img Storage pool: default Storage pool size: 20GiB Config: limi ts.cpu: "2" Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 security.secureboot: "false" Additional overrides can be applie d at this stage:1) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Begin the migration with the above configuration2) Override pro file list3) Set Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 additional configuration options4) Change instance storage pool or volume size5) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Change instance network Please pick one of the options above [d efault=1]: 5Please Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 specify the network to use for the instance: lxdbr0 Instance to be created: Name: Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 foo Project: default Type: virtual[]machine Source: ./virtual[] machine.img Storage Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 pool: default Storage pool size: 20GiB Network name: lxdbr0 Con fig: limits. Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 cpu: "2" security.secureboot: "false" Additional overrides can be applied at this Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 stage:1) Begin the migration with the above configuration2) Ove rride profile list3) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Set additional configuration options4) Change instance storage pool or volume size5) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Change instance network Please pick one of the options above [d efault=1]: 1Instance [98] [99] Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 []\T1/txtt/m/n/10 user@host:~$ sudo lxd.lxc[]to[]lxd [][]containers lxc1 Parsin g LXC configurationChecking Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 for unsupported LXC configuration keysChecking for existing con tainersChecking whether Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 container has already been migratedValidating whether incomplet e AppArmor support Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 is enabledValidating whether mounting a minimal /dev is enabled Validating container Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 rootfsProcessing network configurationProcessing storage config urationProcessing Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 environment configurationProcessing container boot configuratio nProcessing container Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 apparmor configurationProcessing container seccomp configuratio nProcessing container Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 SELinux configurationProcessing container capabilities configur ationProcessing container Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 architecture configurationCreating containerTransferring contai ner: lxc1: ...Container [100] [101] Underfull \hbox (badness 6047) in paragraph at lines 8669--8672 []\T1/qtm/m/n/10 Some au-then-ti-ca-tion meth-ods re-quire spe-cific flags (for ex-am-ple, use [][]\T1/txtt/m/sl/10 lxc remote add [102] [103] [104] [105] [106] Underfull \hbox (badness 10000) in paragraph at lines 9219--9221 []\T1/qtm/m/n/10 See [][]\T1/txtt/m/n/10 DELETE /1.0/images/aliases/{name}[][]\ T1/qtm/m/n/10 , [][]\T1/txtt/m/n/10 POST /1.0/images/aliases/{name}[][]\T1/qtm/ m/n/10 , and [][]\T1/txtt/m/n/10 PATCH /1.0/ [107] [108] [109] [110] [111] [112] [113] [114] Overfull \hbox (419.1624pt too wide) in paragraph at lines 9922--9929 []\T1/txtt/m/n/10 user@host:~$ lxc project list +[][][][][][][][][][][][][][][] [][][][][][][]+[][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][] [][][][]+[][][][][][][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][] [][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+ | Underfull \hbox (badness 10000) in paragraph at lines 9922--9929 \T1/txtt/m/n/10 NAME | IMAGES | PROFILES | STORAGE VOLUMES | STORAGE BUCKETS | NETWORKS | NETWORK ZONES | Overfull \hbox (385.9925pt too wide) in paragraph at lines 9922--9929 \T1/txtt/m/n/10 DESCRIPTION | USED BY |+[][][][][][][][][][][][][][][][][][][][ ][][]+[][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+ [][][][][][][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][ ][][][]+[][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 9922--9929 \T1/txtt/m/n/10 default | YES | YES | YES | YES | YES | YES | Default LXD proje ct | 19 Overfull \hbox (270.49283pt too wide) in paragraph at lines 9922--9929 \T1/txtt/m/n/10 |+[][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][] +[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][][][][][][][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[][][][][][][] [][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (580.24193pt too wide) in paragraph at lines 9922--9929 \T1/txtt/m/n/10 my[]project (current) | YES | NO | NO | NO | YES | YES | | 0 |+ [][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][]+[][][][][][][][][ ][]+[][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][ ][][][][][][][]+[][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][] [][][][][]+[][][][][][][][][]+ [115] Underfull \hbox (badness 10000) in paragraph at lines 9998--10004 []\T1/txtt/m/n/10 user@host:~$ lxc launch ubuntu:24.04 my[]instance Creating my []instanceError: Failed Underfull \hbox (badness 10000) in paragraph at lines 9998--10004 \T1/txtt/m/n/10 instance creation: Failed creating instance record: Failed init ialising instance: [116] [117] [118] [119] Underfull \hbox (badness 10000) in paragraph at lines 10436--10447 []\T1/txtt/m/n/10 user@host:~$ lxc storage create my[]pool zfs source=/dev/sdX size=10GiB [][]target=vm01 Underfull \hbox (badness 10000) in paragraph at lines 10436--10447 \T1/txtt/m/n/10 Storage pool my[]pool pending on member vm01 user@host:~$ lxc s torage create my[]pool zfs Underfull \hbox (badness 10000) in paragraph at lines 10436--10447 \T1/txtt/m/n/10 source=/dev/sdX size=15GiB [][]target=vm02 Storage pool my[]poo l pending on member vm02 Underfull \hbox (badness 10000) in paragraph at lines 10436--10447 \T1/txtt/m/n/10 user@host:~$ lxc storage create my[]pool zfs source=/dev/sdY si ze=10GiB [][]target=vm03 Underfull \hbox (badness 10000) in paragraph at lines 10436--10447 \T1/txtt/m/n/10 Storage pool my[]pool pending on member vm03 user@host:~$ lxc s torage create my[]pool zfs [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] Underfull \hbox (badness 10000) in paragraph at lines 11721--11732 []\T1/txtt/m/n/10 user@host:~$ lxc network create UPLINK [][]type=physical pare nt=br0 [][]target=vm01 Network Underfull \hbox (badness 10000) in paragraph at lines 11721--11732 \T1/txtt/m/n/10 UPLINK pending on member vm01 user@host:~$ lxc network create U PLINK [][]type=physical Underfull \hbox (badness 10000) in paragraph at lines 11721--11732 \T1/txtt/m/n/10 parent=br0 [][]target=vm02 Network UPLINK pending on member vm0 2 user@host:~$ lxc network Underfull \hbox (badness 10000) in paragraph at lines 11721--11732 \T1/txtt/m/n/10 create UPLINK [][]type=physical parent=br0 [][]target=vm03 Netw ork UPLINK pending on member [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 []\T1/txtt/m/n/10 user@host:~$ dig @192.0.2.200 []p 1053 axfr lxd.example.net l xd.example.net. 3600 IN Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 SOA lxd.example.net. ns1.lxd.example.net. 1669736788 120 60 864 00 30lxd.example. Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 net. 300 IN NS ns1.lxd.example.net.lxdtest.gw.lxd.example.net. 300 IN A 192.0.2. Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 1lxdtest.gw.lxd.example.net. 300 IN AAAA fd42:4131:a53c:7211::1 default[]ovntest. Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 uplink.lxd.example.net. 300 IN A 192.0.2.20default[]ovntest.upl ink.lxd.example.net. Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 300 IN AAAA fd42:4131:a53c:7211:216:3eff:fe4e:b794c1.lxd.exampl e.net. 300 IN AAAA Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 fd42:4131:a53c:7211:216:3eff:fe19:6edec1.lxd.example.net. 300 I N A 192.0.2.125manualtest. Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 lxd.example.net. 300 IN A 8.8.8.8lxd.example.net. 3600 IN SOA l xd.example.net. ns1.lxd. [148] Underfull \hbox (badness 10000) in paragraph at lines 13289--13292 \T1/txtt/m/n/10 IN SOA 2.0.192.in[]addr.arpa. ns1.2.0.192.in[]addr.arpa. 166973 6828 120 60 86400 302.0. Underfull \hbox (badness 10000) in paragraph at lines 13289--13292 \T1/txtt/m/n/10 192.in[]addr.arpa. 300 IN NS ns1.2.0.192.in[]addr.arpa.1.2.0.19 2.in[]addr.arpa. 300 IN PTR Underfull \hbox (badness 10000) in paragraph at lines 13289--13292 \T1/txtt/m/n/10 lxdtest.gw.lxd.example.net.20.2.0.192.in[]addr.arpa. 300 IN PTR default[]ovntest.uplink. Underfull \hbox (badness 10000) in paragraph at lines 13289--13292 \T1/txtt/m/n/10 lxd.example.net.125.2.0.192.in[]addr.arpa. 300 IN PTR c1.lxd.ex ample.net.2.0.192.in[]addr. Underfull \hbox (badness 10000) in paragraph at lines 13289--13292 \T1/txtt/m/n/10 arpa. 3600 IN SOA 2.0.192.in[]addr.arpa. ns1.2.0.192.in[]addr.a rpa. 1669736828 120 60 86400 [149] Underfull \hbox (badness 5147) in paragraph at lines 13508--13513 \T1/qtm/b/n/10 Note: \T1/qtm/m/n/10 When gen-er-at-ing the TSIG key us-ing \T1 /txtt/m/n/10 tsig[]keygen\T1/qtm/m/n/10 , the key name must fol-low the for-mat [150] [151] [152] [153] [154] [155] [156] ! LaTeX Error: Unicode character ● (U+25CF) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.14108 ...en{}link DNS configuration for lxdbr0}} \sphinxcode{\sphinxupquote... Underfull \hbox (badness 10000) in paragraph at lines 14107--14112 []\T1/txtt/m/n/10 user@host:~$ sudo systemctl status lxd[]dns[]lxdbr0.service lxd[]dns[]lxdbr0.service Underfull \hbox (badness 10000) in paragraph at lines 14107--14112 [] \T1/txtt/m/n/10 LXD per[]link DNS configuration for lxdbr0 Loaded: loaded (/ etc/systemd/system/ Underfull \hbox (badness 10000) in paragraph at lines 14107--14112 \T1/txtt/m/n/10 lxd[]dns[]lxdbr0.service; enabled; vendor preset: enabled) Acti ve: inactive (dead) Underfull \hbox (badness 10000) in paragraph at lines 14107--14112 \T1/txtt/m/n/10 since Mon 2021[]06[]14 17:03:12 BST; 1min 2s ago Process: 9433 ExecStart=/usr/bin/ Underfull \hbox (badness 10000) in paragraph at lines 14107--14112 \T1/txtt/m/n/10 resolvectl dns lxdbr0 n.n.n.n (code=exited, status=0/SUCCESS) P rocess: 9434 ExecStart=/ Underfull \hbox (badness 10000) in paragraph at lines 14107--14112 \T1/txtt/m/n/10 usr/bin/resolvectl domain lxdbr0 ~lxd (code=exited, status=0/SU CCESS) Main PID: 9434 [157] Underfull \hbox (badness 10000) in paragraph at lines 14114--14119 []\T1/txtt/m/n/10 user@host:~$ resolvectl status lxdbr0 Link 6 (lxdbr0) Current Scopes: DNSDefaultRoute Underfull \hbox (badness 10000) in paragraph at lines 14114--14119 \T1/txtt/m/n/10 setting: no LLMNR setting: yesMulticastDNS setting: no DNSOverT LS setting: no DNSSEC Underfull \hbox (badness 10000) in paragraph at lines 14114--14119 \T1/txtt/m/n/10 setting: no DNSSEC supported: no Current DNS Server: n.n.n.n DN S Servers: n.n.n.n DNS Overfull \hbox (255.16298pt too wide) in paragraph at lines 14179--14183 []\T1/txtt/m/n/10 user@host:~$ lxc list +[][][][][][]+[][][][][][][][][]+[][][] [][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][ ][][][][][][][][]+| Overfull \hbox (389.99258pt too wide) in paragraph at lines 14179--14183 \T1/txtt/m/n/10 NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |+[][][][][][]+[] [][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]+[][][ ][][][][][][][][]+[][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 14179--14183 \T1/txtt/m/n/10 c1 | RUNNING | 192.0.2.2 (eth0) | 2001:db8:cff3:5089:216:3eff:f ef0:549f (eth0) | Overfull \hbox (216.74309pt too wide) in paragraph at lines 14179--14183 \T1/txtt/m/n/10 CONTAINER | 0 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][ ][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][] [][][][]+ Underfull \hbox (badness 10000) in paragraph at lines 14179--14183 [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 []\T1/txtt/m/n/10 user@host:~$ lxd init Would you like to use LXD clustering? ( yes/no) [default=no]: Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 yesWhat IP address or DNS name should be used to reach this ser ver? [default=192.0.2. Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 101]:Are you joining an existing cluster? (yes/no) [default=no] : noWhat member name Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 should be used to identify this server in the cluster? [default =server1]:Setup password Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 authentication on the cluster? (yes/no) [default=no]: noDo you want to configure a Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 new local storage pool? (yes/no) [default=yes]:Name of the stor age backend to use Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 (btrfs, dir, lvm, zfs) [default=zfs]:Create a new ZFS pool? (ye s/no) [default=yes]:Would Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 you like to use an existing empty block device (e.g. a disk or partition)? (yes/no) Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 [default=no]:Size in GiB of the new loop device (1GiB minimum) [default=9GiB]:Do you Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 want to configure a new remote storage pool? (yes/no) [default= no]:Would you like to Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 connect to a MAAS server? (yes/no) [default=no]:Would you like to configure LXD to use Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 an existing bridge or host interface? (yes/no) [default=no]:Wou ld you like to create a Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 new Fan overlay network? (yes/no) [default=yes]:What subnet sho uld be used as the Fan Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 underlay? [default=auto]:Would you like stale cached images to be updated automatically? Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 (yes/no) [default=yes]:Would you like a YAML "lxd init" preseed to be printed? (yes/no) [177] [178] Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 []\T1/txtt/m/n/10 user@host:~$ sudo lxd init Would you like to use LXD clusteri ng? (yes/no) [default=no]: Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 yesWhat IP address or DNS name should be used to reach this ser ver? [default=192. Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 0.2.102]:Are you joining an existing cluster? (yes/no) [default =no]: yesDo you Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 have a join token? (yes/no/[token]) [default=no]: yesPlease pro vide join token: Overfull \hbox (1057.99054pt too wide) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 eyJzZXJ2ZXJfbmFtZSI6InJwaTAxIiwiZmluZ2VycHJpbnQiOiIyNjZjZmExZDk 0ZDZiMjk2Nzk0YjU0YzJlYzdjOTMwNDA5ZjIzNjdmNmM1YjRhZWVjOGM0YjAxYTc2NjU0MjgxIiwiYW RkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiJmZGI1OTgyNjgxNTQ2ZGQyN GE2ZGE0Mzg5MTUyOGM1ZGUxNWNmYmQ5M2M3OTU3ODNkNGI5OGU4MTQ4MWMzNmUwIn0=All Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 existing data is lost when joining a cluster, continue? (yes/no ) [default=no] yesChoose Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 "size" property for storage pool "local":Choose "source" proper ty for storage pool Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 "local":Choose "zfs.pool_name" property for storage pool "local ":Would you like a Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 sudo lxd init Would you like to use LXD clustering? (yes/no) [d efault=no]: yesWhat Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 IP address or DNS name should be used to reach this server? [de fault=192.0.2. Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 102]:Are you joining an existing cluster? (yes/no) [default=no] : yesDo you have a Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 join token? (yes/no/[token]) [default=no]: noWhat member name s hould be used to Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 identify this server in the cluster? [default=server2]:IP addre ss or FQDN of an Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 existing cluster member (may include port): 192.0.2.101:8443Clu ster fingerprint: Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 2915dafdf5c159681a9086f732644fb70680533b0fb9005b8c6e9bca5153311 3You can validate this Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 fingerprint by running "lxc info" locally on an existing cluste r member.Is this the Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 correct fingerprint? (yes/no/[fingerprint]) [default=no]: yesCl uster trust password:All Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 existing data is lost when joining a cluster, continue? (yes/no ) [default=no] yesChoose Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 "size" property for storage pool "local":Choose "source" proper ty for storage pool Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 "local":Choose "zfs.pool_name" property for storage pool "local ":Would you like a YAML [179] [180] Overfull \hbox (1052.74055pt too wide) in paragraph at lines 16389--16389 [][]\T1/txtt/m/n/10 eyJzZXJ2ZXJfbmFtZSI6Im5vZGUyIiwiZmluZ2VycHJpbnQiOiJjZjlmNmV hMWIzYjhiNjgxNzQ1YTY1NTY2YjM3ZGUwOTUzNjRmM2MxMDAwMGNjZWQyOTk5NDU5YzY2MGIxNWQ4Ii wiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiIxNGJmY2EzMDhkOTNhY 2E3MGJmYThkMzE0NWM4NWY3YmE0ZmU1YmYyNmJiNDhmMmUwNzhhOGZhMDczZDc0YTFiIn0=| [181] [182] Overfull \hbox (392.91248pt too wide) in paragraph at lines 16521--16527 []\T1/txtt/m/n/10 user@host:~$ lxc cluster list +[][][][][][][][][]+[][][][][][ ][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][ ][]+[][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][ ][][][][][][]+[][][][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 NAME | URL | ROLES | ARCHITECTURE | FAILURE DOMAIN | DESCRIPTIO N | STATE | MESSAGE Overfull \hbox (244.2429pt too wide) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 |+[][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][] [][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][ ]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][][][][][][]+ [][][][][][][][][][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 server1 | https://192.0.2.101:8443 | database[]leader | x86_64 | default | | ONLINE | Overfull \hbox (475.24223pt too wide) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 Fully operational || | | database | | | | | |+[][][][][][][][][ ]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][] [][][][][][][][]+[][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][]+ [][][][][][][][][][][][][]+[][][][][][][][]+[][][][][][][][][][][][][][][][][][ ][]+| Underfull \hbox (badness 10000) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 server2 | https://192.0.2.102:8443 | database[]standby | aarch6 4 | default | | ONLINE | Overfull \hbox (338.74263pt too wide) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 Fully operational |+[][][][][][][][][]+[][][][][][][][][][][][] [][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][ ][][][][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][] +[][][][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 server3 | https://192.0.2.103:8443 | database[]standby | aarch6 4 | default | | ONLINE | Overfull \hbox (333.49265pt too wide) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 Fully operational |+[][][][][][][][][]+[][][][][][][][][][][][] [][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][ ][][][][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][] +[][][][][][][][]+[][][][][][][][][][][][][][][][][][][]+ [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] Underfull \hbox (badness 10000) in paragraph at lines 17428--17428 []\T1/txtt/m/n/10 lxd[]benchmark init [][]count 10 Underfull \hbox (badness 10000) in paragraph at lines 17428--17428 []\T1/txtt/m/n/10 lxd[]benchmark init [][]count 20 [][]parallel [194] [195] Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 []\T1/txtt/m/n/10 user@host:~$ lxc query /1.0/metrics # HELP lxd_cpu_seconds_to tal The Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 total number of CPU time used in seconds.# TYPE lxd_cpu_seconds _total Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 counterlxd_cpu_seconds_total{cpu="0",mode="system",name="u1",pr oject="default", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="container"} 60.304517lxd_cpu_seconds_total{cpu="0",mode=" user",name="u1", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 project="default",type="container"} 145.647502lxd_cpu_seconds_t otal{cpu="0", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 mode="iowait",name="vm",project="default",type="virtual[]machin e"} 4614. Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 78lxd_cpu_seconds_total{cpu="0",mode="irq",name="vm",project="d efault", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="virtual[]machine"} 0lxd_cpu_seconds_total{cpu="0",mode="i dle",name="vm", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 project="default",type="virtual[]machine"} 412762lxd_cpu_second s_total{cpu="0", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 mode="nice",name="vm",project="default",type="virtual[]machine" } 35. Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 06lxd_cpu_seconds_total{cpu="0",mode="softirq",name="vm",projec t="default", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="virtual[]machine"} 2.41lxd_cpu_seconds_total{cpu="0",mode ="steal",name="vm", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 project="default",type="virtual[]machine"} 9.84lxd_cpu_seconds_ total{cpu="0", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 mode="system",name="vm",project="default",type="virtual[]machin e"} 340. Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 84lxd_cpu_seconds_total{cpu="0",mode="user",name="vm",project=" default", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="virtual[]machine"} 261.25# HELP lxd_cpu_effective_total T he total number of Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 effective CPUs.# TYPE lxd_cpu_effective_total gaugelxd_cpu_effe ctive_total{name="u1", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 project="default",type="container"} 4lxd_cpu_effective_total{na me="vm",project="default", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="virtual[]machine"} 0# HELP lxd_disk_read_bytes_total The total number of bytes Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 read.# TYPE lxd_disk_read_bytes_total counterlxd_disk_read_byte s_total{device="loop5", Overfull \hbox (7.99359pt too wide) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 name="u1",project="default",type="container"} 2048lxd_disk_read _bytes_total{device="loop3", [196] [197] [198] Underfull \hbox (badness 10000) in paragraph at lines 17817--17822 []\T1/txtt/m/n/10 user@host:~$ openssl x509 []noout []text []in /var/snap/prome theus/common/tls/ Underfull \hbox (badness 10000) in paragraph at lines 17817--17822 \T1/txtt/m/n/10 server.crt ... X509v3 Subject Alternative Name: DNS:foo, IP Add ress:127.0.0.1, IP Overfull \vbox (1.87393pt too high) detected at line 17896 [199] [200] Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 []\T1/txtt/m/n/10 user@host:~$ logcli query []t \TS1/txtt/m/n/10 '\T1/txtt/m/n/ 10 {app="lxd"}\TS1/txtt/m/n/10 ' \T1/txtt/m/n/10 2024[]02[]14T21:31:20Z {app="l xd", Overfull \hbox (2.7436pt too wide) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 instance="node3", type="logging"} level="info" Updating instanc e types2024[]02[]14T21:31:20Z Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 {app="lxd", instance="node3", type="logging"} level="info" Expi ring log Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 files2024[]02[]14T21:31:20Z {app="lxd", instance="node3", type= "logging"} Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 level="info" Pruning resolved warnings2024[]02[]14T21:31:20Z {a pp="lxd", Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 instance="node3", type="logging"} level="info" Updating images2 024[]02[]14T21:31:20Z Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 {app="lxd", instance="node3", type="logging"} level="info" Done pruning resolved Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 warnings2024[]02[]14T21:31:20Z {app="lxd", instance="node3", ty pe="logging"} level="info" Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 Done expiring log files2024[]02[]14T21:31:20Z {app="lxd", insta nce="node3", type="logging"} [201] [202] [203 <./grafana_welcome.png>] [204 <./grafana_select_prometheus.png >] [205 <./grafana_configure_prometheus.png> <./grafana_select_loki.png>] [206 <./grafana_configure_loki.png> <./grafana_dashboard_import.png>] [207 <./g rafana_dashboard_select_datasource.png>] [208 <./grafana_resources.png> <./graf ana_instances.png>] [209] [210] [211] Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 []\T1/txtt/m/n/10 user@host:~$ lxd recover This LXD server currently has the fo llowing storage Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 pools:Would you like to recover another storage pool? (yes/no) [default=no]: yesName Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 of the storage pool: defaultName of the storage backend (btrfs, ceph, cephfs, Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 cephobject, dir, lvm, zfs): zfsSource of the storage pool (bloc k device, volume group, Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 dataset, path, ... as applicable): /var/snap/lxd/common/lxd/sto rage[]pools/default/ Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 containersAdditional storage pool configuration property (KEY=V ALUE, empty when done): Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 zfs.pool_name=defaultAdditional storage pool configuration prop erty (KEY=VALUE, empty Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 when done):Would you like to recover another storage pool? (yes /no) [default=no]:The Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 recovery process will be scanning the following storage pools: [] NEW: "default" Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 (backend="zfs", source="/var/snap/lxd/common/lxd/storage[]pools /default/containers")Would Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 you like to continue with scanning for lost volumes? (yes/no) [ default=yes]: yesScanning Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 for unknown volumes...The following unknown volumes have been f ound: [] Container "u1" Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 on pool "default" in project "default" (includes 0 snapshots) [ ] Container "u2" on pool Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 "default" in project "default" (includes 0 snapshots)You are cu rrently missing the Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 following: [] Network "lxdbr0" in project "default"Please creat e those missing entries Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 and then hit ENTER: ^Z[1]+ Stopped lxd recover user@host:~$ lxc network create lxdbr0 Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 found: [] Container "u1" on pool "default" in project "default" (includes 0 snapshots) Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 [] \T1/txtt/m/n/10 Container "u2" on pool "default" in project "default" (inclu des 0 snapshots)Would you Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 like those to be recovered? (yes/no) [default=no]: yesStarting recovery... user@host:~$ Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 lxc list +[][][][][][]+[][][][][][][][][]+[][][][][][]+[][][][] [][]+[][][][][][][][][][][]+[][][][][][][][][][][]+| NAME | STATE | IPV4 | Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 IPV6 | TYPE | SNAPSHOTS |+[][][][][][]+[][][][][][][][][]+[][][ ][][][]+[][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+| u1 | Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 STOPPED | | | CONTAINER | 0 |+[][][][][][]+[][][][][][][][][]+[ ][][][][][]+[][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+| u2 Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 | STOPPED | | | CONTAINER | 0 |+[][][][][][]+[][][][][][][][][] +[][][][][][]+[][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+ Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 user@host:~$ lxc profile device add default eth0 nic network=lx dbr0 name=eth0 Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 Device eth0 added to default user@host:~$ lxc start u1 user@ho st:~$ lxc list Overfull \hbox (102.49332pt too wide) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+| Overfull \hbox (349.2426pt too wide) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |+[][][][][][]+[] [][][][][][][][]+[][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][ ][][][][][]+[][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 u1 | RUNNING | 192.0.2.49 (eth0) | 2001:db8:8b6:abfe:216:3eff:f e82:918e (eth0) | Overfull \hbox (181.24309pt too wide) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 CONTAINER | 0 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][ ][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][] []+| Overfull \hbox (275.74281pt too wide) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 u2 | STOPPED | | | CONTAINER | 0 |+[][][][][][]+[][][][][][][][ ][]+[][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[ ][][][][][][][][][][]+ Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 [212] [213] ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.18563 ...{application-vs-system-containers}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.18563 ...{application-vs-system-containers}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.18575 ...ual-machines-vs-system-containers}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.18575 ...ual-machines-vs-system-containers}.svg} [214] [215] Overfull \hbox (1.20811pt too wide) in paragraph at lines 18793--18793 []\T1/qhv/m/n/10 Type| Underfull \hbox (badness 10000) in paragraph at lines 18793--18793 []\T1/qhv/m/n/10 De- Underfull \hbox (badness 10000) in paragraph at lines 18793--18793 []\T1/txtt/m/n/10 requirements. Overfull \hbox (2.80812pt too wide) in paragraph at lines 18793--18793 []\T1/qtm/m/n/10 string| Overfull \hbox (2.80812pt too wide) in paragraph at lines 18793--18793 []\T1/qtm/m/n/10 string| [216] [217] [218] Underfull \hbox (badness 10000) in paragraph at lines 19062--19064 []\T1/qtm/m/n/10 Through a pro-file: [][]\T1/txtt/m/sl/10 lxc profile device ad d root disk path=/ [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] Underfull \vbox (badness 10000) detected at line 19915 Underfull \vbox (badness 10000) detected at line 19915 [229] [230] [231] [232] Underfull \hbox (badness 10000) in paragraph at lines 20170--20172 []\T1/txtt/m/n/10 lxc auth group permission add junior[]dev project sandbox ope rator \T1/qtm/m/n/10 grants mem-bers of [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] Overfull \hbox (6.23364pt too wide) in paragraph at lines 21187--21187 []\T1/qhv/m/n/10 Type| Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/qhv/m/n/10 De- Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/qhv/m/n/10 Re- Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 security. Overfull \hbox (2.78366pt too wide) in paragraph at lines 21187--21187 []\T1/qtm/m/n/10 bool| Overfull \hbox (4.35173pt too wide) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 security. Overfull \hbox (2.78366pt too wide) in paragraph at lines 21187--21187 []\T1/qtm/m/n/10 bool| Overfull \hbox (4.35173pt too wide) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 security. Overfull \hbox (2.78366pt too wide) in paragraph at lines 21187--21187 []\T1/qtm/m/n/10 bool| Overfull \hbox (4.35173pt too wide) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 false| [244] [245] [246] [247] [248] [249] [250] Overfull \hbox (28.42151pt too wide) in paragraph at lines 21962--21962 []\T1/txtt/m/n/10 map[string]map[string]string| Overfull \hbox (10.15054pt too wide) in paragraph at lines 21962--21962 []\T1/txtt/m/n/10 properties| [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Overfull \hbox (3.64542pt too wide) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 RLIMIT_MEMLOCK| Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Overfull \hbox (19.39537pt too wide) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 RLIMIT_SIGPENDING| [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] [390] [391] Underfull \hbox (badness 10000) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 Di-rec- Overfull \hbox (4.73445pt too wide) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 Btrfs| Overfull \hbox (4.43869pt too wide) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 LVM| Overfull \hbox (3.89366pt too wide) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 Ceph Overfull \hbox (8.34502pt too wide) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 CephFS| Overfull \hbox (1.90869pt too wide) in paragraph at lines 45074--45074 []\T1/qtm/m/n/10 yes[][][][][]| Overfull \hbox (1.98364pt too wide) in paragraph at lines 45074--45074 []\T1/qtm/m/n/10 yes[][][][][]| [392] [393] [394] [395] [396] Underfull \hbox (badness 10000) in paragraph at lines 45656--45656 []\T1/qtm/b/n/10 De- [397] [398] [399] [400] [401] [402] [403] [404] ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.47329 ....000\linewidth]{{ovn_networking_1}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.47329 ....000\linewidth]{{ovn_networking_1}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.47354 ....000\linewidth]{{ovn_networking_2}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.47354 ....000\linewidth]{{ovn_networking_2}.svg} [405] [406] [407] [408] [409] [410] [411] [412] [413] [414] [415] [416] [417] Underfull \hbox (badness 10000) in paragraph at lines 49715--49715 []\T1/qhv/m/n/10 Do- Overfull \hbox (5.32564pt too wide) in paragraph at lines 49715--49715 []\T1/qhv/m/n/10 Type| Underfull \hbox (badness 10000) in paragraph at lines 49715--49715 []\T1/qhv/m/n/10 De- Overfull \hbox (3.9689pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 nofile| Overfull \hbox (1.35287pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 1048576| Overfull \hbox (1.86566pt too wide) in paragraph at lines 49715--49715 []\T1/qtm/m/n/10 hard| Overfull \hbox (3.9689pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 nofile| Overfull \hbox (1.35287pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 1048576| Overfull \hbox (3.9689pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 nofile| Overfull \hbox (1.35287pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 1048576| Overfull \hbox (1.86566pt too wide) in paragraph at lines 49715--49715 []\T1/qtm/m/n/10 hard| Overfull \hbox (3.9689pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 nofile| Overfull \hbox (1.35287pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 1048576| Overfull \hbox (9.21889pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 memlock| Overfull \hbox (11.85284pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 unlimited| Overfull \hbox (1.86566pt too wide) in paragraph at lines 49715--49715 []\T1/qtm/m/n/10 hard| Overfull \hbox (9.21889pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 memlock| Overfull \hbox (11.85284pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 unlimited| Overfull \hbox (9.21889pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 memlock| Overfull \hbox (11.85284pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 unlimited| Overfull \hbox (1.86566pt too wide) in paragraph at lines 49715--49715 []\T1/qtm/m/n/10 hard| Overfull \hbox (9.21889pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 memlock| Overfull \hbox (11.85284pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 unlimited| [418] [419] [420] Overfull \hbox (89.67406pt too wide) in alignment at lines 50166--50176 [] [] Overfull \hbox (89.67406pt too wide) in alignment at lines 50176--50190 [] [] Overfull \hbox (89.67406pt too wide) in alignment at lines 50190--50196 [] [] Overfull \hbox (89.67406pt too wide) in alignment at lines 50196--50198 [] [] Overfull \hbox (89.67406pt too wide) in alignment at lines 50198--50467 [] [] [421] [422] [423] [424] [425] [426] [427] [428] [429] Underfull \hbox (badness 10000) in paragraph at lines 51354--51358 \T1/txtt/m/n/10 true \T1/qtm/m/n/10 header. To en-sure that the server will re- turn a re-sponse with that header, set [][]\T1/txtt/m/sl/10 core. [430] [431] [432] [433] [434] [435] [436] [437] [438] [439] [440] [441] [442] [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462] Underfull \hbox (badness 5878) in paragraph at lines 53752--53755 []\T1/qtm/m/n/10 Adds new \T1/txtt/m/n/10 security.acls.default.{in,e}gress.act ion \T1/qtm/m/n/10 and \T1/txtt/m/n/10 security.acls.default.{in,e}gress. Underfull \hbox (badness 5832) in paragraph at lines 53775--53778 []\T1/qtm/m/n/10 Also adds \T1/txtt/m/n/10 security.acls.default.{in,e}gress.ac tion \T1/qtm/m/n/10 and \T1/txtt/m/n/10 security.acls.default.{in,e}gress. [463] [464] [465] [466] [467] Underfull \hbox (badness 10000) in paragraph at lines 54193--54196 []\T1/qtm/m/n/10 Adds sup-port for the new MIG UUID for-mat used by NVIDIA \T1/ txtt/m/n/10 470+ \T1/qtm/m/n/10 drivers (for ex-am-ple, [468] [469] [470] [471] [472] [473] Underfull \hbox (badness 6876) in paragraph at lines 54540--54542 []\T1/qtm/m/n/10 This in-tro-duces the abil-ity to use stor-age buck-ets on lo- cal stor-age pools by set-ting the new [][]\T1/txtt/m/sl/10 core. [474] [475] [476] [477] [478] [479] [480] [481] [482] [483] [484] [485] Overfull \hbox (427.22394pt too wide) in alignment at lines 55407--55420 [] [] [] Overfull \hbox (427.22394pt too wide) in alignment at lines 55420--55437 [] [] [] Overfull \hbox (427.22394pt too wide) in alignment at lines 55437--55443 [] [] [] Overfull \hbox (427.22394pt too wide) in alignment at lines 55443--55445 [] [] [] Overfull \hbox (427.22394pt too wide) in alignment at lines 55445--56528 [] [] [] [486] [487] [488] [489] [490] [491] [492] [493] [494] [495] [496] [497] [498] [499] [500] [501] [502] [503] [504] [505] [506] [507] [508] [509] [510] [511] [512] [513] [514] [515] [516] [517] [518] [519] [520] [521] [522] [523] [524] [525] [526] [527] [528] [529] [530] [531] [532] [533] [534] [535] [536] [537] [538] [539] [540] [541] [542] [543] [544] [545] [546] [547] [548] [549] [550] [551] [552] [553] [554] [555] [556] [557] [558] [559] [560] [561] [562] [563] [564] [565] [566] [567] [568] [569] [570] [571] [572] [573] [574] [575] [576] [577] [578] [579] [580] [581] [582] [583] [584] [585] [586] [587] [588] [589] [590] [591] [592] [593] [594] [595] [596] [597] [598] [599] [600] [601] [602] [603] [604] [605] [606] [607] [608] [609] [610] [611] [612] [613] [614] [615] [616] [617] [618] [619] [620] [621] [622] [623] [624] [625] [626] [627] [628] [629] [630] [631] [632] [633] [634] [635] [636] [637] [638] [639] [640] [641] [642] [643] [644] [645] [646] [647] [648] [649] [650] [651] [652] [653] [654] [655] [656] [657] [658] [659] [660] [661] [662] [663] [664] [665] [666] [667] [668] [669] [670] [671] [672] [673] [674] [675] [676] [677] [678] [679] [680] [681] [682] [683] [684] [685] [686] [687] [688] [689] [690] [691] [692] [693] [694] [695] [696] [697] [698] [699] [700] [701] [702] [703] [704] [705] [706] [707] [708] [709] [710] [711] [712] [713] [714] [715] [716] [717] [718] [719] [720] [721] [722] [723] [724] [725] [726] [727] [728] [729] [730] [731] [732] [733] [734] [735] [736] [737] [738] [739] [740] [741] [742] [743] Overfull \hbox (33.24692pt too wide) in paragraph at lines 74619--74619 []\T1/txtt/m/n/10 LXD_INSECURE_TLS| Overfull \hbox (1.74701pt too wide) in paragraph at lines 74619--74619 []\T1/txtt/m/n/10 http_proxy| Overfull \hbox (6.997pt too wide) in paragraph at lines 74619--74619 []\T1/txtt/m/n/10 https_proxy| Overfull \hbox (20.02951pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_EXEC_PATH| Overfull \hbox (72.52936pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_LXC_TEMPLATE_CONFIG| Overfull \hbox (62.02939pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_SECURITY_APPARMOR| Overfull \hbox (62.02939pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_UNPRIVILEGED_ONLY| Overfull \hbox (20.02951pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_OVMF_PATH| Overfull \hbox (35.77946pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_QEMU_FW_PATH| Overfull \hbox (93.5293pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_IDMAPPED_MOUNTS_DISABLE| Overfull \hbox (46.27943pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_DEVMONITOR_DIR| [744] [745] [746] [747] [748] [749] [750] Underfull \hbox (badness 10000) in paragraph at lines 75270--75271 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: disk: disk-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75271--75272 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75272--75273 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75273--75274 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75274--75275 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75275--75276 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75276--75277 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75282--75283 []\T1/txtt/m/n/10 gid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75282--75283 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75283--75284 \T1/qtm/m/it/10 class="literal">proxy-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75284--75285 \T1/qtm/m/it/10 unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 75285--75286 \T1/qtm/m/it/10 unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 75286--75287 \T1/qtm/m/it/10 unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 75287--75288 []\T1/txtt/m/n/10 gid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: usb: Underfull \hbox (badness 10000) in paragraph at lines 75287--75288 \T1/qtm/m/it/10 unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 75288--75289 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75288--75289 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75289--75290 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75289--75290 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75290--75291 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75290--75291 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75291--75292 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75291--75292 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75292--75293 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75293--75294 \T1/qtm/m/it/10 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 75294--75295 \T1/qtm/m/it/10 nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 75295--75296 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75296--75297 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 75296--75297 \T1/qtm/m/it/10 infiniband-device- [751] Underfull \hbox (badness 10000) in paragraph at lines 75297--75298 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75297--75298 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75298--75299 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75298--75299 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75299--75300 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75299--75300 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75300--75301 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75300--75301 \T1/qtm/m/it/10 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 75301--75302 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75301--75302 \T1/qtm/m/it/10 nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 75302--75303 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75302--75303 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75303--75304 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75303--75304 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75304--75305 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75304--75305 \T1/qtm/m/it/10 nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75305--75306 []\T1/txtt/m/n/10 id \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75305--75306 \T1/qtm/m/it/10 gpu-mdev-device- Underfull \hbox (badness 10000) in paragraph at lines 75306--75307 \T1/qtm/m/it/10 class="literal">gpu-mig-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75307--75308 []\T1/txtt/m/n/10 id \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75307--75308 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75308--75309 []\T1/txtt/m/n/10 id \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75308--75309 \T1/qtm/m/it/10 gpu-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75312--75313 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75313--75314 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75314--75315 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75315--75316 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75316--75317 []\T1/txtt/m/n/10 ipv4.gateway \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75317--75318 []\T1/txtt/m/n/10 ipv4.gateway \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75319--75320 []\T1/txtt/m/n/10 ipv4.host_table \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75320--75321 []\T1/txtt/m/n/10 ipv4.host_table \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75322--75323 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75323--75324 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75324--75325 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75325--75326 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75326--75327 []\T1/txtt/m/n/10 ipv4.routes.external \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75327--75328 []\T1/txtt/m/n/10 ipv4.routes.external \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75328--75329 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75329--75330 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75330--75331 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), [752] Underfull \hbox (badness 10000) in paragraph at lines 75331--75332 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75332--75333 []\T1/txtt/m/n/10 ipv6.gateway \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75333--75334 []\T1/txtt/m/n/10 ipv6.gateway \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75335--75336 []\T1/txtt/m/n/10 ipv6.host_table \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75336--75337 []\T1/txtt/m/n/10 ipv6.host_table \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75338--75339 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75339--75340 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75340--75341 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75341--75342 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75342--75343 []\T1/txtt/m/n/10 ipv6.routes.external \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75343--75344 []\T1/txtt/m/n/10 ipv6.routes.external \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75344--75345 []\T1/txtt/m/n/10 limits.egress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75345--75346 []\T1/txtt/m/n/10 limits.egress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75346--75347 []\T1/txtt/m/n/10 limits.egress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75347--75348 []\T1/txtt/m/n/10 limits.ingress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75348--75349 []\T1/txtt/m/n/10 limits.ingress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75349--75350 []\T1/txtt/m/n/10 limits.ingress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75350--75351 []\T1/txtt/m/n/10 limits.max \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: disk: disk-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75351--75352 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75352--75353 \T1/qtm/m/it/10 nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 75353--75354 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75354--75355 []\T1/txtt/m/n/10 limits.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75355--75356 []\T1/txtt/m/n/10 limits.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75356--75357 []\T1/txtt/m/n/10 limits.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75360--75361 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75361--75362 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-macvlan-device- [753] Underfull \hbox (badness 10000) in paragraph at lines 75362--75363 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75363--75364 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75364--75365 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75365--75366 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75366--75367 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75367--75368 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75368--75369 []\T1/txtt/m/n/10 major \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75369--75370 \T1/qtm/m/it/10 unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 75374--75375 []\T1/txtt/m/n/10 minor \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75375--75376 \T1/qtm/m/it/10 unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 75376--75377 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75376--75377 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75377--75378 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75377--75378 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75378--75379 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: proxy: Underfull \hbox (badness 10000) in paragraph at lines 75378--75379 \T1/qtm/m/it/10 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 75379--75380 \T1/qtm/m/it/10 unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 75380--75381 \T1/qtm/m/it/10 unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 75381--75382 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75382--75383 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: usb: Underfull \hbox (badness 10000) in paragraph at lines 75382--75383 \T1/qtm/m/it/10 unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 75383--75384 \T1/qtm/m/it/10 infiniband-device- Underfull \hbox (badness 10000) in paragraph at lines 75384--75385 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75384--75385 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75385--75386 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75385--75386 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75386--75387 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75386--75387 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75387--75388 \T1/qtm/m/it/10 class="literal">nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75388--75389 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75388--75389 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75389--75390 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75389--75390 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75390--75391 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75390--75391 \T1/qtm/m/it/10 nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75391--75392 \T1/qtm/m/it/10 infiniband-device- Underfull \hbox (badness 10000) in paragraph at lines 75392--75393 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75392--75393 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75393--75394 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75393--75394 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75394--75395 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75394--75395 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75395--75396 \T1/qtm/m/it/10 class="literal">nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75396--75397 \T1/qtm/m/it/10 class="literal">nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75397--75398 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75397--75398 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75398--75399 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75398--75399 \T1/qtm/m/it/10 nic-routed-device- [754] Underfull \hbox (badness 10000) in paragraph at lines 75399--75400 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75399--75400 \T1/qtm/m/it/10 nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75402--75403 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75403--75404 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75404--75405 \T1/qtm/m/it/10 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 75405--75406 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75406--75407 \T1/qtm/m/it/10 nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75408--75409 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 75408--75409 \T1/qtm/m/it/10 infiniband-device- Underfull \hbox (badness 10000) in paragraph at lines 75409--75410 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75409--75410 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75410--75411 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75410--75411 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75411--75412 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75411--75412 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75412--75413 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75412--75413 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75413--75414 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75413--75414 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75414--75415 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75414--75415 \T1/qtm/m/it/10 nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75417--75418 \T1/qtm/m/it/10 unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 75418--75419 \T1/qtm/m/it/10 unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 75420--75421 []\T1/txtt/m/n/10 pci \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75420--75421 \T1/qtm/m/it/10 gpu-mdev-device- Underfull \hbox (badness 10000) in paragraph at lines 75421--75422 \T1/qtm/m/it/10 class="literal">gpu-mig-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75422--75423 []\T1/txtt/m/n/10 pci \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75422--75423 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75423--75424 []\T1/txtt/m/n/10 pci \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75423--75424 \T1/qtm/m/it/10 gpu-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75425--75426 \T1/qtm/m/it/10 gpu-mdev-device- Underfull \hbox (badness 10000) in paragraph at lines 75426--75427 \T1/qtm/m/it/10 gpu-mig-device- Underfull \hbox (badness 10000) in paragraph at lines 75427--75428 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75428--75429 \T1/qtm/m/it/10 gpu-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75429--75430 []\T1/txtt/m/n/10 productid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75430--75431 \T1/qtm/m/it/10 unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 75433--75434 []\T1/txtt/m/n/10 queue.tx.length \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75434--75435 []\T1/txtt/m/n/10 queue.tx.length \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75435--75436 []\T1/txtt/m/n/10 queue.tx.length \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75439--75440 \T1/qtm/m/it/10 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 75440--75441 []\T1/txtt/m/n/10 required \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- [755] Underfull \hbox (badness 10000) in paragraph at lines 75441--75442 []\T1/txtt/m/n/10 required \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 6910) in paragraph at lines 75441--75442 \T1/qtm/m/it/10 char: unix- Underfull \hbox (badness 10000) in paragraph at lines 75442--75443 []\T1/txtt/m/n/10 required \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75443--75444 \T1/qtm/m/it/10 unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 75452--75453 []\T1/txtt/m/n/10 security.mac_filtering \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75453--75454 []\T1/txtt/m/n/10 security.mac_filtering \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-sriov-device- Underfull \hbox (badness 5022) in paragraph at lines 75460--75461 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 75460--75461 \T1/qtm/m/it/10 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 75461--75462 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75462--75463 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 6910) in paragraph at lines 75462--75463 \T1/qtm/m/it/10 char: unix- Underfull \hbox (badness 10000) in paragraph at lines 75463--75464 []\T1/txtt/m/n/10 uid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75463--75464 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75464--75465 \T1/qtm/m/it/10 class="literal">proxy-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75465--75466 \T1/qtm/m/it/10 unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 75466--75467 \T1/qtm/m/it/10 unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 75467--75468 \T1/qtm/m/it/10 unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 75468--75469 []\T1/txtt/m/n/10 uid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: usb: Underfull \hbox (badness 10000) in paragraph at lines 75468--75469 \T1/qtm/m/it/10 unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 75469--75470 \T1/qtm/m/it/10 gpu-mdev-device- Underfull \hbox (badness 10000) in paragraph at lines 75470--75471 \T1/qtm/m/it/10 gpu-mig-device- Underfull \hbox (badness 10000) in paragraph at lines 75471--75472 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75472--75473 \T1/qtm/m/it/10 gpu-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75473--75474 []\T1/txtt/m/n/10 vendorid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75474--75475 \T1/qtm/m/it/10 unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 75475--75476 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75475--75476 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75476--75477 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75476--75477 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75477--75478 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75477--75478 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75478--75479 \T1/qtm/m/it/10 class="literal">nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75479--75480 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75479--75480 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75480--75481 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75480--75481 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75481--75482 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75481--75482 \T1/qtm/m/it/10 nic-sriov-device- [756] Underfull \hbox (badness 10000) in paragraph at lines 75556--75557 []\T1/txtt/m/n/10 security.syscalls.intercept.mount.allowed\T1/qtm/m/n/10 , Overfull \hbox (14.1218pt too wide) in paragraph at lines 75559--75560 []\T1/txtt/m/n/10 security.syscalls.intercept.sched_setscheduler\T1/qtm/m/n/10 , [757] Underfull \hbox (badness 10000) in paragraph at lines 75602--75603 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75603--75604 []\T1/txtt/m/n/10 bgp.peers.NAME.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i -cal net-work: Underfull \hbox (badness 10000) in paragraph at lines 75603--75604 \T1/qtm/m/it/10 physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75604--75605 []\T1/txtt/m/n/10 bgp.peers.NAME.asn \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net -work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75605--75606 []\T1/txtt/m/n/10 bgp.peers.NAME.asn \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-work: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75606--75607 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75607--75608 []\T1/txtt/m/n/10 bgp.peers.NAME.holdtime \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys- i-cal net-work: Underfull \hbox (badness 10000) in paragraph at lines 75607--75608 \T1/qtm/m/it/10 physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75608--75609 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75609--75610 []\T1/txtt/m/n/10 bgp.peers.NAME.password \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys- i-cal net-work: Underfull \hbox (badness 10000) in paragraph at lines 75609--75610 \T1/qtm/m/it/10 physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75612--75613 []\T1/txtt/m/n/10 bridge.hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work : bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75613--75614 []\T1/txtt/m/n/10 bridge.hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75613--75614 \T1/qtm/m/it/10 class="literal">ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75615--75616 []\T1/txtt/m/n/10 bridge.mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75615--75616 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 5359) in paragraph at lines 75617--75618 []\T1/txtt/m/n/10 config \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net -work ACLs: acl-acl-properties\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75618--75619 []\T1/txtt/m/n/10 config \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net -work for-wards: Underfull \hbox (badness 10000) in paragraph at lines 75618--75619 \T1/qtm/m/it/10 forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 75619--75620 \T1/qtm/m/it/10 load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 75621--75622 []\T1/txtt/m/n/10 config \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net -work zones: Underfull \hbox (badness 10000) in paragraph at lines 75621--75622 \T1/qtm/m/it/10 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 75622--75623 \T1/qtm/m/it/10 class="literal">acl-acl-properties\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75623--75624 \T1/qtm/m/it/10 class="literal">acl-rule-properties\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75624--75625 \T1/qtm/m/it/10 forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 75625--75626 \T1/qtm/m/it/10 forward-port- Underfull \hbox (badness 10000) in paragraph at lines 75626--75627 \T1/qtm/m/it/10 load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 75630--75631 []\T1/txtt/m/n/10 description \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ur e net-work zones: Underfull \hbox (badness 10000) in paragraph at lines 75630--75631 \T1/qtm/m/it/10 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 75633--75634 []\T1/txtt/m/n/10 dns.domain \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75633--75634 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75636--75637 []\T1/txtt/m/n/10 dns.nameservers \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal ne t-work: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75637--75638 []\T1/txtt/m/n/10 dns.nameservers \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fi g-ure net-work Underfull \hbox (badness 10000) in paragraph at lines 75637--75638 \T1/qtm/m/it/10 zones: zone-config- Underfull \hbox (badness 10000) in paragraph at lines 75638--75639 []\T1/txtt/m/n/10 dns.search \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75638--75639 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75640--75641 []\T1/txtt/m/n/10 dns.zone.forward \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75641--75642 []\T1/txtt/m/n/10 dns.zone.forward \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work : ovn-network-conf\T1/qtm/m/n/10 ), [758] Underfull \hbox (badness 6995) in paragraph at lines 75642--75643 []\T1/txtt/m/n/10 dns.zone.reverse.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75643--75644 []\T1/txtt/m/n/10 dns.zone.reverse.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net -work: ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 6995) in paragraph at lines 75644--75645 []\T1/txtt/m/n/10 dns.zone.reverse.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75645--75646 []\T1/txtt/m/n/10 dns.zone.reverse.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net -work: ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75651--75652 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net-work: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 75656--75657 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75657--75658 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work: ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75658--75659 []\T1/txtt/m/n/10 ipv4.dhcp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75666--75667 []\T1/txtt/m/n/10 ipv4.nat \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75668--75669 []\T1/txtt/m/n/10 ipv4.nat.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75669--75670 []\T1/txtt/m/n/10 ipv4.nat.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work : ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75671--75672 []\T1/txtt/m/n/10 ipv4.ovn.ranges \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-wo rk: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75672--75673 []\T1/txtt/m/n/10 ipv4.ovn.ranges \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal ne t-work: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75673--75674 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75674--75675 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-wo rk: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75677--75678 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75678--75679 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work: ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75679--75680 []\T1/txtt/m/n/10 ipv6.dhcp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75683--75684 []\T1/txtt/m/n/10 ipv6.dhcp.stateful \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net -work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75684--75685 []\T1/txtt/m/n/10 ipv6.dhcp.stateful \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-wo rk: ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75688--75689 []\T1/txtt/m/n/10 ipv6.nat \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75690--75691 []\T1/txtt/m/n/10 ipv6.nat.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75691--75692 []\T1/txtt/m/n/10 ipv6.nat.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work : ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75693--75694 []\T1/txtt/m/n/10 ipv6.ovn.ranges \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-wo rk: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75694--75695 []\T1/txtt/m/n/10 ipv6.ovn.ranges \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal ne t-work: physical-network- [759] Underfull \hbox (badness 10000) in paragraph at lines 75695--75696 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75696--75697 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-wo rk: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75699--75700 \T1/qtm/m/it/10 forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 75701--75702 \T1/qtm/m/it/10 forward-port- Underfull \hbox (badness 10000) in paragraph at lines 75703--75704 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75704--75705 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net- work: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 75705--75706 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal n et-work: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75706--75707 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 SR-IOV net-w ork: sriov-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75707--75708 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75708--75709 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net- work: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 75709--75710 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal n et-work: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75710--75711 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 SR-IOV net-w ork: sriov-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75714--75715 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net-w ork ACLs: acl-acl-properties\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75715--75716 \T1/qtm/m/it/10 class="literal">load-balancer-load-balancer- Underfull \hbox (badness 6876) in paragraph at lines 75716--75717 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to cre-ate OVN peer rout-ing re-la-tion- Underfull \hbox (badness 10000) in paragraph at lines 75717--75718 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net-w ork zones: Underfull \hbox (badness 10000) in paragraph at lines 75717--75718 \T1/qtm/m/it/10 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 75721--75722 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net-work: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 75722--75723 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75722--75723 \T1/qtm/m/it/10 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75726--75727 []\T1/txtt/m/n/10 ports \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net- work for-wards: Underfull \hbox (badness 10000) in paragraph at lines 75726--75727 \T1/qtm/m/it/10 forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 75727--75728 \T1/qtm/m/it/10 class="literal">load-balancer-load-balancer- Underfull \hbox (badness 10000) in paragraph at lines 75728--75729 \T1/qtm/m/it/10 class="literal">acl-rule-properties\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75729--75730 []\T1/txtt/m/n/10 protocol \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure n et-work for-wards: Underfull \hbox (badness 10000) in paragraph at lines 75729--75730 \T1/qtm/m/it/10 forward-port- Underfull \hbox (badness 10000) in paragraph at lines 75730--75731 \T1/qtm/m/it/10 load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 75732--75733 []\T1/txtt/m/n/10 security.acls \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work : bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75733--75734 []\T1/txtt/m/n/10 security.acls \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75733--75734 \T1/qtm/m/it/10 class="literal">ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75734--75735 []\T1/txtt/m/n/10 security.acls.default.egress.action \T1/qtm/m/n/10 (\T1/qtm/m /it/10 Bridge Underfull \hbox (badness 10000) in paragraph at lines 75734--75735 \T1/qtm/m/it/10 net-work: bridge- Underfull \hbox (badness 10000) in paragraph at lines 75735--75736 []\T1/txtt/m/n/10 security.acls.default.egress.action \T1/qtm/m/n/10 (\T1/qtm/m /it/10 OVN Underfull \hbox (badness 10000) in paragraph at lines 75736--75737 []\T1/txtt/m/n/10 security.acls.default.egress.logged \T1/qtm/m/n/10 (\T1/qtm/m /it/10 Bridge Underfull \hbox (badness 10000) in paragraph at lines 75736--75737 \T1/qtm/m/it/10 net-work: bridge- Underfull \hbox (badness 10000) in paragraph at lines 75737--75738 []\T1/txtt/m/n/10 security.acls.default.egress.logged \T1/qtm/m/n/10 (\T1/qtm/m /it/10 OVN [760] Underfull \hbox (badness 10000) in paragraph at lines 75738--75739 []\T1/txtt/m/n/10 security.acls.default.ingress.action \T1/qtm/m/n/10 (\T1/qtm/ m/it/10 Bridge Underfull \hbox (badness 10000) in paragraph at lines 75738--75739 \T1/qtm/m/it/10 net-work: bridge- Underfull \hbox (badness 10000) in paragraph at lines 75739--75740 []\T1/txtt/m/n/10 security.acls.default.ingress.action \T1/qtm/m/n/10 (\T1/qtm/ m/it/10 OVN Underfull \hbox (badness 10000) in paragraph at lines 75740--75741 []\T1/txtt/m/n/10 security.acls.default.ingress.logged \T1/qtm/m/n/10 (\T1/qtm/ m/it/10 Bridge Underfull \hbox (badness 10000) in paragraph at lines 75740--75741 \T1/qtm/m/it/10 net-work: bridge- Underfull \hbox (badness 10000) in paragraph at lines 75741--75742 []\T1/txtt/m/n/10 security.acls.default.ingress.logged \T1/qtm/m/n/10 (\T1/qtm/ m/it/10 OVN Underfull \hbox (badness 10000) in paragraph at lines 75746--75747 []\T1/txtt/m/n/10 target_address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig -ure net-work for- Underfull \hbox (badness 10000) in paragraph at lines 75747--75748 \T1/qtm/m/it/10 load-balancer-backend-properties\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75750--75751 \T1/qtm/m/it/10 forward-port- Underfull \hbox (badness 10000) in paragraph at lines 75751--75752 \T1/qtm/m/it/10 load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 75762--75763 []\T1/txtt/m/n/10 user.* \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net-work: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 75764--75765 []\T1/txtt/m/n/10 user.* \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75764--75765 \T1/qtm/m/it/10 class="literal">physical-network- Underfull \hbox (badness 5133) in paragraph at lines 75766--75767 []\T1/txtt/m/n/10 user.* \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net -work zones: zone-config-options\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75767--75768 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net-work: macvlan-network- [761] Underfull \hbox (badness 10000) in paragraph at lines 75888--75889 []\T1/txtt/m/n/10 block.filesystem \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - < code Underfull \hbox (badness 10000) in paragraph at lines 75888--75889 \T1/qtm/m/it/10 class="literal">ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75889--75890 []\T1/txtt/m/n/10 block.filesystem \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75890--75891 []\T1/txtt/m/n/10 block.filesystem \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er- Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75890--75891 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75891--75892 []\T1/txtt/m/n/10 block.filesystem \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75892--75893 []\T1/txtt/m/n/10 block.mount_options \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75893--75894 []\T1/txtt/m/n/10 block.mount_options \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75894--75895 []\T1/txtt/m/n/10 block.mount_options \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow- er-Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75894--75895 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75895--75896 []\T1/txtt/m/n/10 block.mount_options \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), [762] Underfull \hbox (badness 10000) in paragraph at lines 75935--75936 []\T1/txtt/m/n/10 rsync.bwlimit \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - < code Underfull \hbox (badness 10000) in paragraph at lines 75935--75936 \T1/qtm/m/it/10 class="literal">dir: lvm: lvm-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75937--75938 []\T1/txtt/m/n/10 rsync.bwlimit \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er-Fle x - powerflex: powerflex-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75938--75939 []\T1/txtt/m/n/10 rsync.compression \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: lvm: lvm-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75940--75941 []\T1/txtt/m/n/10 rsync.compression \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er -Flex - powerflex: powerflex-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75941--75942 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75942--75943 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - < code Underfull \hbox (badness 10000) in paragraph at lines 75942--75943 \T1/qtm/m/it/10 class="literal">ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75943--75944 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75944--75945 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: dir-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75945--75946 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75946--75947 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er- Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75946--75947 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75947--75948 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75948--75949 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75949--75950 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75950--75951 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75951--75952 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: dir-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75952--75953 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75953--75954 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er -Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75953--75954 \T1/qtm/m/it/10 powerflex-volume- [763] Underfull \hbox (badness 10000) in paragraph at lines 75954--75955 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75955--75956 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 75955--75956 \T1/qtm/m/it/10 btrfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 75956--75957 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 75956--75957 \T1/qtm/m/it/10 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 75957--75958 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 75957--75958 \T1/qtm/m/it/10 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 75958--75959 \T1/qtm/m/it/10 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 75959--75960 \T1/qtm/m/it/10 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 75960--75961 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph Ob-ject - cephobject: Underfull \hbox (badness 10000) in paragraph at lines 75960--75961 \T1/qtm/m/it/10 cephobject-bucket- Underfull \hbox (badness 10000) in paragraph at lines 75961--75962 \T1/qtm/m/it/10 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 75964--75965 \T1/qtm/m/it/10 class="literal">lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75965--75966 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er-Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75965--75966 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75969--75970 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75970--75971 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - < code Underfull \hbox (badness 10000) in paragraph at lines 75970--75971 \T1/qtm/m/it/10 class="literal">ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75971--75972 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75972--75973 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: dir-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75973--75974 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75974--75975 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er- Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75974--75975 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75975--75976 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75976--75977 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75977--75978 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75978--75979 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75979--75980 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: dir-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75980--75981 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75981--75982 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er -Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75981--75982 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75982--75983 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75983--75984 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75984--75985 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), [764] Underfull \hbox (badness 10000) in paragraph at lines 75985--75986 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - < code Underfull \hbox (badness 10000) in paragraph at lines 75985--75986 \T1/qtm/m/it/10 class="literal">cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75986--75987 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tor y - dir: dir-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75987--75988 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75988--75989 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-e r-Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75988--75989 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75989--75990 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75990--75991 \T1/qtm/m/it/10 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 75991--75992 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75992--75993 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75994--75995 \T1/qtm/m/it/10 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 75995--75996 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 75996--75997 []\T1/txtt/m/n/10 source.wipe \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75997--75998 []\T1/txtt/m/n/10 source.wipe \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75999--76000 []\T1/txtt/m/n/10 volatile.pool.pristine \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph R BD - ceph: ceph-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76000--76001 []\T1/txtt/m/n/10 volatile.pool.pristine \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76001--76002 []\T1/txtt/m/n/10 volatile.pool.pristine \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph O b-ject - cephobject: Underfull \hbox (badness 10000) in paragraph at lines 76001--76002 \T1/qtm/m/it/10 cephobject-pool- Underfull \hbox (badness 10000) in paragraph at lines 76002--76003 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76003--76004 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76004--76005 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76005--76006 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - < code Underfull \hbox (badness 10000) in paragraph at lines 76005--76006 \T1/qtm/m/it/10 class="literal">dir: dir-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76006--76007 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76007--76008 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er-Fle x - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 76007--76008 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 76008--76009 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), [765] [766] (./canonical-lxd.ind) (./canonical-lxd.aux) ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec-sc.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base /8r.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/f onts/enc/dvips/tex-gyre/q-ts1.enc} Output written on canonical-lxd.pdf (770 pages, 3247078 bytes). Transcript written on canonical-lxd.log. Latexmk: Index file 'canonical-lxd.idx' was written Latexmk: Log file says output to 'canonical-lxd.pdf' Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'canonical-lxd.aux' 'canonical-lxd.toc' ------------ Run number 3 of rule 'pdflatex' ------------ Latexmk: Examining 'canonical-lxd.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="canonical-lxd" "canonicallxd.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./canonicallxd.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./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 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/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/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.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/pdftex.def)) (./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-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.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) (./sphinxpackagefootnote.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/parskip/parskip-2001-04-09.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/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.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/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.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/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file canonical-lxd.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./canonical-lxd.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/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)) (./canonical-lxd.out) (./canonical-lxd.out) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] (./canonical-lxd.toc) [1] [2] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) ! LaTeX Error: Unicode character ɛ (U+025B) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.88 ...upquote{{[}lɛks\textquotesingle{}di:{]}}} 🔈) is a modern, secure ... (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) ! LaTeX Error: Unicode character 🔈 (U+1F508) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.88 ...ote{{[}lɛks\textquotesingle{}di:{]}}}🔈 ) is a modern, secure and ... [1] [2] Chapter 1. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [3] [4] Chapter 2. Underfull \hbox (badness 10000) in paragraph at lines 372--377 []\T1/txtt/m/n/10 user@host:~$ snap version snap 2.59.4snapd 2.59.4series 16ubu ntu 22.04kernel 5. [5] [6] [7] [8] Underfull \hbox (badness 10000) in paragraph at lines 693--696 []\T1/txtt/m/n/10 user@host:~$ lxc exec ubuntu[]vm [][] df []h Filesystem Size Used Avail Use% Mounted Underfull \hbox (badness 10000) in paragraph at lines 693--696 \T1/txtt/m/n/10 on/dev/root 9.6G 1.4G 8.2G 15% /tmpfs 483M 0 483M 0% /dev/shmtm pfs 193M 604K Underfull \hbox (badness 10000) in paragraph at lines 693--696 \T1/txtt/m/n/10 193M 1% /runtmpfs 5.0M 0 5.0M 0% /run/locktmpfs 50M 14M 37M 27% /run/lxd_agent/ Underfull \hbox (badness 10000) in paragraph at lines 717--720 []\T1/txtt/m/n/10 user@host:~$ lxc exec ubuntu[]vm [][] df []h Filesystem Size Used Avail Use% Mounted Underfull \hbox (badness 10000) in paragraph at lines 717--720 \T1/txtt/m/n/10 on/dev/root 29G 1.4G 28G 5% /tmpfs 483M 0 483M 0% /dev/shmtmpfs 193M 588K 193M Underfull \hbox (badness 10000) in paragraph at lines 717--720 \T1/txtt/m/n/10 1% /runtmpfs 5.0M 0 5.0M 0% /run/locktmpfs 50M 14M 37M 27% /run /lxd_agent/dev/ [9] [10] [11] [12] [13] [14] Underfull \hbox (badness 10000) in paragraph at lines 1340--1345 []\T1/txtt/m/n/10 user@host:~$ make deps ...make[1]: Leaving directory \TS1/txt t/m/n/10 '\T1/txtt/m/n/10 /root/go/deps/dqlite\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 # Underfull \hbox (badness 10000) in paragraph at lines 1340--1345 \T1/txtt/m/n/10 environment Please set the following in your environment (possi bly ~/.bashrc)# Underfull \hbox (badness 10000) in paragraph at lines 1340--1345 \T1/txtt/m/n/10 export CGO_CFLAGS="${CGO_CFLAGS} []I$(go env GOPATH)/deps/dqlit e/include/"# export Underfull \hbox (badness 10000) in paragraph at lines 1340--1345 \T1/txtt/m/n/10 CGO_LDFLAGS="${CGO_LDFLAGS} []L$(go env GOPATH)/deps/dqlite/.li bs/"# export Underfull \hbox (badness 10000) in paragraph at lines 1340--1345 \T1/txtt/m/n/10 LD_LIBRARY_PATH="$(go env GOPATH)/deps/dqlite/.libs/${LD_LIBRAR Y_PATH}"# export [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25 <./ui_console.png>] [26 <./ui_security_warning.png>] [27 <./ui_set_up_certificates.png>] [28] [29] [30] [31] [32] [33] [34] Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 []\T1/txtt/m/n/10 user@host:~$ ip addr 1: lo: mtu 65536 qdisc noqueue state Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/ Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 128 scope host valid_lft forever preferred_lft forever2: enp5s0 : mtu 1500 qdisc mq state UP group default qlen 1000 link/ether Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 00:16:3e:e3:f3:3f brd ff:ff:ff:ff:ff:ff inet 10.68.216.12/24 me tric 100 brd 10.68. Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 216.255 scope global dynamic enp5s0 valid_lft 3028sec preferred _lft 3028sec inet6 Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 fd42:e819:7a51:5a7b:216:3eff:fee3:f33f/64 scope global mngtmpad dr noprefixroute valid_lft Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 forever preferred_lft forever inet6 fe80::216:3eff:fee3:f33f/64 scope link valid_lft Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 forever preferred_lft forever3: lxdbr0: mtu Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 1500 qdisc noqueue state DOWN group default qlen 1000 link/ethe r 00:16:3e:8d:f3:72 brd Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 ff:ff:ff:ff:ff:ff inet 10.64.82.1/24 scope global lxdbr0 valid_ lft forever preferred_lft Underfull \hbox (badness 10000) in paragraph at lines 2681--2688 \T1/txtt/m/n/10 forever inet6 fd42:f4ab:4399:e6eb::1/64 scope global valid_lft forever preferred_lft [35] [36] [37] [38] [39] Underfull \hbox (badness 6047) in paragraph at lines 3097--3100 []\T1/qtm/m/n/10 Some au-then-ti-ca-tion meth-ods re-quire spe-cific flags (for ex-am-ple, use [][]\T1/txtt/m/sl/10 lxc remote add [40] [41] [42] Underfull \hbox (badness 5147) in paragraph at lines 3429--3431 []\T1/qtm/m/n/10 To cre-ate a con-tainer with an Ubuntu 24.04 im-age from the \ T1/txtt/m/n/10 ubuntu \T1/qtm/m/n/10 server us-ing the in-stance name [43] [44 <./create_instance_ex1.png>] [45 <./create_instance_ex2.png>] [46 <./c reate_instance_ex2-2.png>] [47 <./create_instance_ex3.png>] Underfull \hbox (badness 6032) in paragraph at lines 3710--3712 []\T1/qtm/m/n/10 The list of sup-ported clouds and in-stance types can be found at [][]\T1/txtt/m/n/10 images.lxd.canonical.com/meta/ Overfull \vbox (2.21727pt too high) detected at line 3783 [48 <./create_instance_ex4.png>] [49] Overfull \vbox (1.87387pt too high) detected at line 3972 [50] [51] [52 <./limits_memory_example.png>] [53] [54] [55] [56] [57] ! LaTeX Error: Unicode character ▷ (U+25B7) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.4735 ...k the \sphinxguilabel{Start} button (▷ ). [58] ! LaTeX Error: Unicode character □ (U+25A1) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.4807 ...ck the \sphinxguilabel{Stop} button (□ ). [59] [60] [61] [62] [63] [64] [65] [66] Underfull \hbox (badness 10000) in paragraph at lines 5661--5667 []\T1/txtt/m/n/10 user@host:~$ lxc console [][]show[]log rhel7 Console log: Fai led to insert module Underfull \hbox (badness 10000) in paragraph at lines 5661--5667 \TS1/txtt/m/n/10 '\T1/txtt/m/n/10 autofs4\TS1/txtt/m/n/10 '\T1/txtt/m/n/10 Fail ed to insert module \TS1/txtt/m/n/10 '\T1/txtt/m/n/10 unix\TS1/txtt/m/n/10 '\T1 /txtt/m/n/10 Failed to mount sysfs at /sys: Operation not Underfull \hbox (badness 10000) in paragraph at lines 5661--5667 \T1/txtt/m/n/10 permittedFailed to mount proc at /proc: Operation not permitted [!!!!!!] Failed to mount Underfull \hbox (badness 10000) in paragraph at lines 5685--5694 []\T1/txtt/m/n/10 user@host:~$ lxc config set rhel7 raw.lxc \TS1/txtt/m/n/10 '\ T1/txtt/m/n/10 lxc.init.cmd = /bin/bash\TS1/txtt/m/n/10 ' \T1/txtt/m/n/10 user @host:~$ lxc Underfull \hbox (badness 7415) in paragraph at lines 5696--5702 []\T1/txtt/m/n/10 user@host:~$ lxc exec rhel7 [][] bash [root@rhel7 ~]# ls[root @rhel7 ~]# mountmount: failed Underfull \hbox (badness 10000) in paragraph at lines 5696--5702 \T1/txtt/m/n/10 to read mtab: No such file or directory[root@rhel7 ~]# cd /[roo t@rhel7 /]# ls /proc/ [67] [68] [69] [70] [71] [72] [73] [74] Underfull \hbox (badness 10000) in paragraph at lines 6400--6402 []\T1/qtm/m/n/10 See [][]\T1/txtt/m/n/10 GET /1.0/instances/{name}/logs/exec[]o utput[][]\T1/qtm/m/n/10 , [][]\T1/txtt/m/n/10 GET /1.0/instances/{name}/logs/ [75] [76] [77] [78] [79] Underfull \hbox (badness 10000) in paragraph at lines 7020--7023 []\T1/txtt/m/n/10 root@instance:~# cloud[]init status [][]wait ................ .....................status: [80] [81] [82] [83] [84 <./routed_nic_create_instance.png>] [85] ! LaTeX Error: Unicode character ▷ (U+25B7) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.7447 ...k the \sphinxguilabel{Start} button (▷ ). [86] [87] [88] Underfull \hbox (badness 10000) in paragraph at lines 7697--7699 []\T1/qtm/m/n/10 See [][]\T1/txtt/m/n/10 GET /1.0/instances/{name}/snapshots[][ ]\T1/qtm/m/n/10 , [][]\T1/txtt/m/n/10 GET /1.0/instances/{name}/snapshots/{snap shot}[][]\T1/qtm/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 7697--7699 [][]\T1/txtt/m/n/10 PATCH /1.0/instances/{name}/snapshots/{snapshot}[][]\T1/qtm /m/n/10 , and [][]\T1/txtt/m/n/10 DELETE /1.0/instances/{name}/ [89] [90 <./snapshots_daily.png>] [91 <./snapshots_cron.png>] [92] [93] [94] [95] Underfull \hbox (badness 10000) in paragraph at lines 8298--8300 []\T1/qtm/m/n/10 Down-load the \T1/txtt/m/n/10 bin.linux.lxd[]migrate \T1/qtm/m /n/10 tool ([][]\T1/txtt/m/n/10 bin.linux.lxd[]migrate.aarch64[][] \T1/qtm/m/n/ 10 or [][]\T1/txtt/m/n/10 bin.linux. [96] Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 []\T1/txtt/m/n/10 user@host:~$ sudo ./bin.linux.lxd[]migrate Please provide LXD server URL: https:/ Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 /192.0.2.7:8443Certificate fingerprint: xxxxxxxxxxxxxxxxxok (y/ n)? y 1) Use a Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 certificate token2) Use an existing TLS authentication certific ate3) Generate a Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 temporary TLS authentication certificatePlease pick an authenti cation mechanism Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 above: 1Please provide the certificate token: xxxxxxxxxxxxxxxx Remote LXD Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 server: Hostname: bar Version: 5.4 Would you like to create a c ontainer (1) or Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 virtual[]machine (2)?: 1Name of the new instance: fooPlease pro vide the path to a Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 root filesystem: /Do you want to add additional filesystem moun ts? [default=no]: Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Instance to be created: Name: foo Project: default Type: contai ner Source: Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 / Additional overrides can be applied at this stage:1) Begin th e migration with Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 the above configuration2) Override profile list3) Set additiona l configuration Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 options4) Change instance storage pool or volume size5) Change instance network Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Please pick one of the options above [default=1]: 3Please speci fy config keys and Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 values (key=value ...): limits.cpu=2 Instance to be created: Na me: foo Project: Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 default Type: container Source: / Config: limits.cpu: "2" Addit ional overrides Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 can be applied at this stage:1) Begin the migration with the ab ove configuration2) Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Override profile list3) Set additional configuration options4) Change instance Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 storage pool or volume size5) Change instance network Please pi ck one of the options Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 above [default=1]: 4Please provide the storage pool to use: def aultDo you want to Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 change the storage size? [default=no]: yesPlease specify the st orage size: 20GiB Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Instance to be created: Name: foo Project: default Type: contai ner Source: Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 / Storage pool: default Storage pool size: 20GiB Config: limits .cpu: "2" Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Additional overrides can be applied at this stage:1) Begin the migration with the Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 above configuration2) Override profile list3) Set additional co nfiguration options4) Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Change instance storage pool or volume size5) Change instance n etwork Please pick Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 one of the options above [default=1]: 5Please specify the netwo rk to use for Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 the instance: lxdbr0 Instance to be created: Name: foo Project: default Type: Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 container Source: / Storage pool: default Storage pool size: 20 GiB Network Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 name: lxdbr0 Config: limits.cpu: "2" Additional overrides can b e applied at this Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 stage:1) Begin the migration with the above configuration2) Ove rride profile list3) Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Set additional configuration options4) Change instance storage pool or volume size5) Underfull \hbox (badness 10000) in paragraph at lines 8390--8393 \T1/txtt/m/n/10 Change instance network Please pick one of the options above [d efault=1]: 1Instance [97] Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 []\T1/txtt/m/n/10 user@host:~$ sudo ./bin.linux.lxd[]migrate Please provide LXD server URL: https:/ Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 /192.0.2.7:8443Certificate fingerprint: xxxxxxxxxxxxxxxxxok (y/ n)? y 1) Use a Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 certificate token2) Use an existing TLS authentication certific ate3) Generate a Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 temporary TLS authentication certificatePlease pick an authenti cation mechanism Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 above: 1Please provide the certificate token: xxxxxxxxxxxxxxxx Remote LXD Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 server: Hostname: bar Version: 5.4 Would you like to create a c ontainer (1) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 or virtual[]machine (2)?: 2Name of the new instance: fooPlease provide the path Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 to a root filesystem: ./virtual[]machine.imgDoes the VM support UEFI Secure Boot? Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 [default=no]: no Instance to be created: Name: foo Project: def ault Type: Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 virtual[]machine Source: ./virtual[]machine.img Config: securit y.secureboot: Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 "false" Additional overrides can be applied at this stage:1) Be gin the migration Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 with the above configuration2) Override profile list3) Set addi tional configuration Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 options4) Change instance storage pool or volume size5) Change instance network Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Please pick one of the options above [default=1]: 3Please speci fy config keys and Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 values (key=value ...): limits.cpu=2 Instance to be created: Na me: foo Project: Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 default Type: virtual[]machine Source: ./virtual[]machine.img C onfig: limits. Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 cpu: "2" security.secureboot: "false" Additional overrides can be applied at this Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 stage:1) Begin the migration with the above configuration2) Ove rride profile list3) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Set additional configuration options4) Change instance storage pool or volume size5) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Change instance network Please pick one of the options above [d efault=1]: 4Please Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 provide the storage pool to use: defaultDo you want to change t he storage size? Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 [default=no]: yesPlease specify the storage size: 20GiB Instanc e to be created: Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Name: foo Project: default Type: virtual[]machine Source: ./vir tual[]machine. Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 img Storage pool: default Storage pool size: 20GiB Config: limi ts.cpu: "2" Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 security.secureboot: "false" Additional overrides can be applie d at this stage:1) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Begin the migration with the above configuration2) Override pro file list3) Set Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 additional configuration options4) Change instance storage pool or volume size5) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Change instance network Please pick one of the options above [d efault=1]: 5Please Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 specify the network to use for the instance: lxdbr0 Instance to be created: Name: Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 foo Project: default Type: virtual[]machine Source: ./virtual[] machine.img Storage Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 pool: default Storage pool size: 20GiB Network name: lxdbr0 Con fig: limits. Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 cpu: "2" security.secureboot: "false" Additional overrides can be applied at this Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 stage:1) Begin the migration with the above configuration2) Ove rride profile list3) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Set additional configuration options4) Change instance storage pool or volume size5) Underfull \hbox (badness 10000) in paragraph at lines 8396--8399 \T1/txtt/m/n/10 Change instance network Please pick one of the options above [d efault=1]: 1Instance [98] [99] Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 []\T1/txtt/m/n/10 user@host:~$ sudo lxd.lxc[]to[]lxd [][]containers lxc1 Parsin g LXC configurationChecking Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 for unsupported LXC configuration keysChecking for existing con tainersChecking whether Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 container has already been migratedValidating whether incomplet e AppArmor support Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 is enabledValidating whether mounting a minimal /dev is enabled Validating container Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 rootfsProcessing network configurationProcessing storage config urationProcessing Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 environment configurationProcessing container boot configuratio nProcessing container Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 apparmor configurationProcessing container seccomp configuratio nProcessing container Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 SELinux configurationProcessing container capabilities configur ationProcessing container Underfull \hbox (badness 10000) in paragraph at lines 8535--8540 \T1/txtt/m/n/10 architecture configurationCreating containerTransferring contai ner: lxc1: ...Container [100] [101] Underfull \hbox (badness 6047) in paragraph at lines 8669--8672 []\T1/qtm/m/n/10 Some au-then-ti-ca-tion meth-ods re-quire spe-cific flags (for ex-am-ple, use [][]\T1/txtt/m/sl/10 lxc remote add [102] [103] [104] [105] [106] Underfull \hbox (badness 10000) in paragraph at lines 9219--9221 []\T1/qtm/m/n/10 See [][]\T1/txtt/m/n/10 DELETE /1.0/images/aliases/{name}[][]\ T1/qtm/m/n/10 , [][]\T1/txtt/m/n/10 POST /1.0/images/aliases/{name}[][]\T1/qtm/ m/n/10 , and [][]\T1/txtt/m/n/10 PATCH /1.0/ [107] [108] [109] [110] [111] [112] [113] [114] Overfull \hbox (419.1624pt too wide) in paragraph at lines 9922--9929 []\T1/txtt/m/n/10 user@host:~$ lxc project list +[][][][][][][][][][][][][][][] [][][][][][][]+[][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][] [][][][]+[][][][][][][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][] [][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+ | Underfull \hbox (badness 10000) in paragraph at lines 9922--9929 \T1/txtt/m/n/10 NAME | IMAGES | PROFILES | STORAGE VOLUMES | STORAGE BUCKETS | NETWORKS | NETWORK ZONES | Overfull \hbox (385.9925pt too wide) in paragraph at lines 9922--9929 \T1/txtt/m/n/10 DESCRIPTION | USED BY |+[][][][][][][][][][][][][][][][][][][][ ][][]+[][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+ [][][][][][][][][][][][][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][ ][][][]+[][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 9922--9929 \T1/txtt/m/n/10 default | YES | YES | YES | YES | YES | YES | Default LXD proje ct | 19 Overfull \hbox (270.49283pt too wide) in paragraph at lines 9922--9929 \T1/txtt/m/n/10 |+[][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][] +[][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][][][][][][][][][] [][][][][][]+[][][][][][][][][][]+[][][][][][][][][][][][][][][]+[][][][][][][] [][][][][][][][][][][][][][]+[][][][][][][][][]+| Overfull \hbox (580.24193pt too wide) in paragraph at lines 9922--9929 \T1/txtt/m/n/10 my[]project (current) | YES | NO | NO | NO | YES | YES | | 0 |+ [][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][]+[][][][][][][][][ ][]+[][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][]+[][][ ][][][][][][][]+[][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][] [][][][][]+[][][][][][][][][]+ [115] Underfull \hbox (badness 10000) in paragraph at lines 9998--10004 []\T1/txtt/m/n/10 user@host:~$ lxc launch ubuntu:24.04 my[]instance Creating my []instanceError: Failed Underfull \hbox (badness 10000) in paragraph at lines 9998--10004 \T1/txtt/m/n/10 instance creation: Failed creating instance record: Failed init ialising instance: [116] [117] [118] [119] Underfull \hbox (badness 10000) in paragraph at lines 10436--10447 []\T1/txtt/m/n/10 user@host:~$ lxc storage create my[]pool zfs source=/dev/sdX size=10GiB [][]target=vm01 Underfull \hbox (badness 10000) in paragraph at lines 10436--10447 \T1/txtt/m/n/10 Storage pool my[]pool pending on member vm01 user@host:~$ lxc s torage create my[]pool zfs Underfull \hbox (badness 10000) in paragraph at lines 10436--10447 \T1/txtt/m/n/10 source=/dev/sdX size=15GiB [][]target=vm02 Storage pool my[]poo l pending on member vm02 Underfull \hbox (badness 10000) in paragraph at lines 10436--10447 \T1/txtt/m/n/10 user@host:~$ lxc storage create my[]pool zfs source=/dev/sdY si ze=10GiB [][]target=vm03 Underfull \hbox (badness 10000) in paragraph at lines 10436--10447 \T1/txtt/m/n/10 Storage pool my[]pool pending on member vm03 user@host:~$ lxc s torage create my[]pool zfs [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] Underfull \hbox (badness 10000) in paragraph at lines 11721--11732 []\T1/txtt/m/n/10 user@host:~$ lxc network create UPLINK [][]type=physical pare nt=br0 [][]target=vm01 Network Underfull \hbox (badness 10000) in paragraph at lines 11721--11732 \T1/txtt/m/n/10 UPLINK pending on member vm01 user@host:~$ lxc network create U PLINK [][]type=physical Underfull \hbox (badness 10000) in paragraph at lines 11721--11732 \T1/txtt/m/n/10 parent=br0 [][]target=vm02 Network UPLINK pending on member vm0 2 user@host:~$ lxc network Underfull \hbox (badness 10000) in paragraph at lines 11721--11732 \T1/txtt/m/n/10 create UPLINK [][]type=physical parent=br0 [][]target=vm03 Netw ork UPLINK pending on member [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 []\T1/txtt/m/n/10 user@host:~$ dig @192.0.2.200 []p 1053 axfr lxd.example.net l xd.example.net. 3600 IN Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 SOA lxd.example.net. ns1.lxd.example.net. 1669736788 120 60 864 00 30lxd.example. Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 net. 300 IN NS ns1.lxd.example.net.lxdtest.gw.lxd.example.net. 300 IN A 192.0.2. Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 1lxdtest.gw.lxd.example.net. 300 IN AAAA fd42:4131:a53c:7211::1 default[]ovntest. Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 uplink.lxd.example.net. 300 IN A 192.0.2.20default[]ovntest.upl ink.lxd.example.net. Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 300 IN AAAA fd42:4131:a53c:7211:216:3eff:fe4e:b794c1.lxd.exampl e.net. 300 IN AAAA Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 fd42:4131:a53c:7211:216:3eff:fe19:6edec1.lxd.example.net. 300 I N A 192.0.2.125manualtest. Underfull \hbox (badness 10000) in paragraph at lines 13276--13279 \T1/txtt/m/n/10 lxd.example.net. 300 IN A 8.8.8.8lxd.example.net. 3600 IN SOA l xd.example.net. ns1.lxd. [148] Underfull \hbox (badness 10000) in paragraph at lines 13289--13292 \T1/txtt/m/n/10 IN SOA 2.0.192.in[]addr.arpa. ns1.2.0.192.in[]addr.arpa. 166973 6828 120 60 86400 302.0. Underfull \hbox (badness 10000) in paragraph at lines 13289--13292 \T1/txtt/m/n/10 192.in[]addr.arpa. 300 IN NS ns1.2.0.192.in[]addr.arpa.1.2.0.19 2.in[]addr.arpa. 300 IN PTR Underfull \hbox (badness 10000) in paragraph at lines 13289--13292 \T1/txtt/m/n/10 lxdtest.gw.lxd.example.net.20.2.0.192.in[]addr.arpa. 300 IN PTR default[]ovntest.uplink. Underfull \hbox (badness 10000) in paragraph at lines 13289--13292 \T1/txtt/m/n/10 lxd.example.net.125.2.0.192.in[]addr.arpa. 300 IN PTR c1.lxd.ex ample.net.2.0.192.in[]addr. Underfull \hbox (badness 10000) in paragraph at lines 13289--13292 \T1/txtt/m/n/10 arpa. 3600 IN SOA 2.0.192.in[]addr.arpa. ns1.2.0.192.in[]addr.a rpa. 1669736828 120 60 86400 [149] Underfull \hbox (badness 5147) in paragraph at lines 13508--13513 \T1/qtm/b/n/10 Note: \T1/qtm/m/n/10 When gen-er-at-ing the TSIG key us-ing \T1 /txtt/m/n/10 tsig[]keygen\T1/qtm/m/n/10 , the key name must fol-low the for-mat [150] [151] [152] [153] [154] [155] [156] ! LaTeX Error: Unicode character ● (U+25CF) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.14108 ...en{}link DNS configuration for lxdbr0}} \sphinxcode{\sphinxupquote... Underfull \hbox (badness 10000) in paragraph at lines 14107--14112 []\T1/txtt/m/n/10 user@host:~$ sudo systemctl status lxd[]dns[]lxdbr0.service lxd[]dns[]lxdbr0.service Underfull \hbox (badness 10000) in paragraph at lines 14107--14112 [] \T1/txtt/m/n/10 LXD per[]link DNS configuration for lxdbr0 Loaded: loaded (/ etc/systemd/system/ Underfull \hbox (badness 10000) in paragraph at lines 14107--14112 \T1/txtt/m/n/10 lxd[]dns[]lxdbr0.service; enabled; vendor preset: enabled) Acti ve: inactive (dead) Underfull \hbox (badness 10000) in paragraph at lines 14107--14112 \T1/txtt/m/n/10 since Mon 2021[]06[]14 17:03:12 BST; 1min 2s ago Process: 9433 ExecStart=/usr/bin/ Underfull \hbox (badness 10000) in paragraph at lines 14107--14112 \T1/txtt/m/n/10 resolvectl dns lxdbr0 n.n.n.n (code=exited, status=0/SUCCESS) P rocess: 9434 ExecStart=/ Underfull \hbox (badness 10000) in paragraph at lines 14107--14112 \T1/txtt/m/n/10 usr/bin/resolvectl domain lxdbr0 ~lxd (code=exited, status=0/SU CCESS) Main PID: 9434 [157] Underfull \hbox (badness 10000) in paragraph at lines 14114--14119 []\T1/txtt/m/n/10 user@host:~$ resolvectl status lxdbr0 Link 6 (lxdbr0) Current Scopes: DNSDefaultRoute Underfull \hbox (badness 10000) in paragraph at lines 14114--14119 \T1/txtt/m/n/10 setting: no LLMNR setting: yesMulticastDNS setting: no DNSOverT LS setting: no DNSSEC Underfull \hbox (badness 10000) in paragraph at lines 14114--14119 \T1/txtt/m/n/10 setting: no DNSSEC supported: no Current DNS Server: n.n.n.n DN S Servers: n.n.n.n DNS Overfull \hbox (255.16298pt too wide) in paragraph at lines 14179--14183 []\T1/txtt/m/n/10 user@host:~$ lxc list +[][][][][][]+[][][][][][][][][]+[][][] [][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][ ][][][][][][][][]+| Overfull \hbox (389.99258pt too wide) in paragraph at lines 14179--14183 \T1/txtt/m/n/10 NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |+[][][][][][]+[] [][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]+[][][ ][][][][][][][][]+[][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 14179--14183 \T1/txtt/m/n/10 c1 | RUNNING | 192.0.2.2 (eth0) | 2001:db8:cff3:5089:216:3eff:f ef0:549f (eth0) | Overfull \hbox (216.74309pt too wide) in paragraph at lines 14179--14183 \T1/txtt/m/n/10 CONTAINER | 0 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][ ][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][] [][][][]+ Underfull \hbox (badness 10000) in paragraph at lines 14179--14183 [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 []\T1/txtt/m/n/10 user@host:~$ lxd init Would you like to use LXD clustering? ( yes/no) [default=no]: Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 yesWhat IP address or DNS name should be used to reach this ser ver? [default=192.0.2. Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 101]:Are you joining an existing cluster? (yes/no) [default=no] : noWhat member name Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 should be used to identify this server in the cluster? [default =server1]:Setup password Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 authentication on the cluster? (yes/no) [default=no]: noDo you want to configure a Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 new local storage pool? (yes/no) [default=yes]:Name of the stor age backend to use Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 (btrfs, dir, lvm, zfs) [default=zfs]:Create a new ZFS pool? (ye s/no) [default=yes]:Would Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 you like to use an existing empty block device (e.g. a disk or partition)? (yes/no) Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 [default=no]:Size in GiB of the new loop device (1GiB minimum) [default=9GiB]:Do you Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 want to configure a new remote storage pool? (yes/no) [default= no]:Would you like to Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 connect to a MAAS server? (yes/no) [default=no]:Would you like to configure LXD to use Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 an existing bridge or host interface? (yes/no) [default=no]:Wou ld you like to create a Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 new Fan overlay network? (yes/no) [default=yes]:What subnet sho uld be used as the Fan Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 underlay? [default=auto]:Would you like stale cached images to be updated automatically? Underfull \hbox (badness 10000) in paragraph at lines 16043--16046 \T1/txtt/m/n/10 (yes/no) [default=yes]:Would you like a YAML "lxd init" preseed to be printed? (yes/no) [177] [178] Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 []\T1/txtt/m/n/10 user@host:~$ sudo lxd init Would you like to use LXD clusteri ng? (yes/no) [default=no]: Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 yesWhat IP address or DNS name should be used to reach this ser ver? [default=192. Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 0.2.102]:Are you joining an existing cluster? (yes/no) [default =no]: yesDo you Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 have a join token? (yes/no/[token]) [default=no]: yesPlease pro vide join token: Overfull \hbox (1057.99054pt too wide) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 eyJzZXJ2ZXJfbmFtZSI6InJwaTAxIiwiZmluZ2VycHJpbnQiOiIyNjZjZmExZDk 0ZDZiMjk2Nzk0YjU0YzJlYzdjOTMwNDA5ZjIzNjdmNmM1YjRhZWVjOGM0YjAxYTc2NjU0MjgxIiwiYW RkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiJmZGI1OTgyNjgxNTQ2ZGQyN GE2ZGE0Mzg5MTUyOGM1ZGUxNWNmYmQ5M2M3OTU3ODNkNGI5OGU4MTQ4MWMzNmUwIn0=All Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 existing data is lost when joining a cluster, continue? (yes/no ) [default=no] yesChoose Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 "size" property for storage pool "local":Choose "source" proper ty for storage pool Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 "local":Choose "zfs.pool_name" property for storage pool "local ":Would you like a Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 sudo lxd init Would you like to use LXD clustering? (yes/no) [d efault=no]: yesWhat Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 IP address or DNS name should be used to reach this server? [de fault=192.0.2. Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 102]:Are you joining an existing cluster? (yes/no) [default=no] : yesDo you have a Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 join token? (yes/no/[token]) [default=no]: noWhat member name s hould be used to Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 identify this server in the cluster? [default=server2]:IP addre ss or FQDN of an Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 existing cluster member (may include port): 192.0.2.101:8443Clu ster fingerprint: Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 2915dafdf5c159681a9086f732644fb70680533b0fb9005b8c6e9bca5153311 3You can validate this Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 fingerprint by running "lxc info" locally on an existing cluste r member.Is this the Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 correct fingerprint? (yes/no/[fingerprint]) [default=no]: yesCl uster trust password:All Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 existing data is lost when joining a cluster, continue? (yes/no ) [default=no] yesChoose Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 "size" property for storage pool "local":Choose "source" proper ty for storage pool Underfull \hbox (badness 10000) in paragraph at lines 16199--16213 \T1/txtt/m/n/10 "local":Choose "zfs.pool_name" property for storage pool "local ":Would you like a YAML [179] [180] Overfull \hbox (1052.74055pt too wide) in paragraph at lines 16389--16389 [][]\T1/txtt/m/n/10 eyJzZXJ2ZXJfbmFtZSI6Im5vZGUyIiwiZmluZ2VycHJpbnQiOiJjZjlmNmV hMWIzYjhiNjgxNzQ1YTY1NTY2YjM3ZGUwOTUzNjRmM2MxMDAwMGNjZWQyOTk5NDU5YzY2MGIxNWQ4Ii wiYWRkcmVzc2VzIjpbIjE3Mi4xNy4zMC4xODM6ODQ0MyJdLCJzZWNyZXQiOiIxNGJmY2EzMDhkOTNhY 2E3MGJmYThkMzE0NWM4NWY3YmE0ZmU1YmYyNmJiNDhmMmUwNzhhOGZhMDczZDc0YTFiIn0=| [181] [182] Overfull \hbox (392.91248pt too wide) in paragraph at lines 16521--16527 []\T1/txtt/m/n/10 user@host:~$ lxc cluster list +[][][][][][][][][]+[][][][][][ ][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][ ][]+[][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][ ][][][][][][]+[][][][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 NAME | URL | ROLES | ARCHITECTURE | FAILURE DOMAIN | DESCRIPTIO N | STATE | MESSAGE Overfull \hbox (244.2429pt too wide) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 |+[][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][] [][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][ ]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][]+[][][][][][][][]+ [][][][][][][][][][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 server1 | https://192.0.2.101:8443 | database[]leader | x86_64 | default | | ONLINE | Overfull \hbox (475.24223pt too wide) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 Fully operational || | | database | | | | | |+[][][][][][][][][ ]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][] [][][][][][][][]+[][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][]+ [][][][][][][][][][][][][]+[][][][][][][][]+[][][][][][][][][][][][][][][][][][ ][]+| Underfull \hbox (badness 10000) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 server2 | https://192.0.2.102:8443 | database[]standby | aarch6 4 | default | | ONLINE | Overfull \hbox (338.74263pt too wide) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 Fully operational |+[][][][][][][][][]+[][][][][][][][][][][][] [][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][ ][][][][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][] +[][][][][][][][]+[][][][][][][][][][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 server3 | https://192.0.2.103:8443 | database[]standby | aarch6 4 | default | | ONLINE | Overfull \hbox (333.49265pt too wide) in paragraph at lines 16521--16527 \T1/txtt/m/n/10 Fully operational |+[][][][][][][][][]+[][][][][][][][][][][][] [][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][]+[][][][][ ][][][][][][][][][]+[][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][] +[][][][][][][][]+[][][][][][][][][][][][][][][][][][][]+ [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] Underfull \hbox (badness 10000) in paragraph at lines 17428--17428 []\T1/txtt/m/n/10 lxd[]benchmark init [][]count 10 Underfull \hbox (badness 10000) in paragraph at lines 17428--17428 []\T1/txtt/m/n/10 lxd[]benchmark init [][]count 20 [][]parallel [194] [195] Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 []\T1/txtt/m/n/10 user@host:~$ lxc query /1.0/metrics # HELP lxd_cpu_seconds_to tal The Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 total number of CPU time used in seconds.# TYPE lxd_cpu_seconds _total Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 counterlxd_cpu_seconds_total{cpu="0",mode="system",name="u1",pr oject="default", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="container"} 60.304517lxd_cpu_seconds_total{cpu="0",mode=" user",name="u1", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 project="default",type="container"} 145.647502lxd_cpu_seconds_t otal{cpu="0", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 mode="iowait",name="vm",project="default",type="virtual[]machin e"} 4614. Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 78lxd_cpu_seconds_total{cpu="0",mode="irq",name="vm",project="d efault", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="virtual[]machine"} 0lxd_cpu_seconds_total{cpu="0",mode="i dle",name="vm", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 project="default",type="virtual[]machine"} 412762lxd_cpu_second s_total{cpu="0", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 mode="nice",name="vm",project="default",type="virtual[]machine" } 35. Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 06lxd_cpu_seconds_total{cpu="0",mode="softirq",name="vm",projec t="default", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="virtual[]machine"} 2.41lxd_cpu_seconds_total{cpu="0",mode ="steal",name="vm", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 project="default",type="virtual[]machine"} 9.84lxd_cpu_seconds_ total{cpu="0", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 mode="system",name="vm",project="default",type="virtual[]machin e"} 340. Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 84lxd_cpu_seconds_total{cpu="0",mode="user",name="vm",project=" default", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="virtual[]machine"} 261.25# HELP lxd_cpu_effective_total T he total number of Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 effective CPUs.# TYPE lxd_cpu_effective_total gaugelxd_cpu_effe ctive_total{name="u1", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 project="default",type="container"} 4lxd_cpu_effective_total{na me="vm",project="default", Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 type="virtual[]machine"} 0# HELP lxd_disk_read_bytes_total The total number of bytes Underfull \hbox (badness 10000) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 read.# TYPE lxd_disk_read_bytes_total counterlxd_disk_read_byte s_total{device="loop5", Overfull \hbox (7.99359pt too wide) in paragraph at lines 17654--17657 \T1/txtt/m/n/10 name="u1",project="default",type="container"} 2048lxd_disk_read _bytes_total{device="loop3", [196] [197] [198] Underfull \hbox (badness 10000) in paragraph at lines 17817--17822 []\T1/txtt/m/n/10 user@host:~$ openssl x509 []noout []text []in /var/snap/prome theus/common/tls/ Underfull \hbox (badness 10000) in paragraph at lines 17817--17822 \T1/txtt/m/n/10 server.crt ... X509v3 Subject Alternative Name: DNS:foo, IP Add ress:127.0.0.1, IP Overfull \vbox (1.87393pt too high) detected at line 17896 [199] [200] Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 []\T1/txtt/m/n/10 user@host:~$ logcli query []t \TS1/txtt/m/n/10 '\T1/txtt/m/n/ 10 {app="lxd"}\TS1/txtt/m/n/10 ' \T1/txtt/m/n/10 2024[]02[]14T21:31:20Z {app="l xd", Overfull \hbox (2.7436pt too wide) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 instance="node3", type="logging"} level="info" Updating instanc e types2024[]02[]14T21:31:20Z Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 {app="lxd", instance="node3", type="logging"} level="info" Expi ring log Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 files2024[]02[]14T21:31:20Z {app="lxd", instance="node3", type= "logging"} Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 level="info" Pruning resolved warnings2024[]02[]14T21:31:20Z {a pp="lxd", Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 instance="node3", type="logging"} level="info" Updating images2 024[]02[]14T21:31:20Z Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 {app="lxd", instance="node3", type="logging"} level="info" Done pruning resolved Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 warnings2024[]02[]14T21:31:20Z {app="lxd", instance="node3", ty pe="logging"} level="info" Underfull \hbox (badness 10000) in paragraph at lines 17961--17964 \T1/txtt/m/n/10 Done expiring log files2024[]02[]14T21:31:20Z {app="lxd", insta nce="node3", type="logging"} [201] [202] [203 <./grafana_welcome.png>] [204 <./grafana_select_prometheus.png >] [205 <./grafana_configure_prometheus.png> <./grafana_select_loki.png>] [206 <./grafana_configure_loki.png> <./grafana_dashboard_import.png>] [207 <./g rafana_dashboard_select_datasource.png>] [208 <./grafana_resources.png> <./graf ana_instances.png>] [209] [210] [211] Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 []\T1/txtt/m/n/10 user@host:~$ lxd recover This LXD server currently has the fo llowing storage Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 pools:Would you like to recover another storage pool? (yes/no) [default=no]: yesName Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 of the storage pool: defaultName of the storage backend (btrfs, ceph, cephfs, Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 cephobject, dir, lvm, zfs): zfsSource of the storage pool (bloc k device, volume group, Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 dataset, path, ... as applicable): /var/snap/lxd/common/lxd/sto rage[]pools/default/ Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 containersAdditional storage pool configuration property (KEY=V ALUE, empty when done): Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 zfs.pool_name=defaultAdditional storage pool configuration prop erty (KEY=VALUE, empty Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 when done):Would you like to recover another storage pool? (yes /no) [default=no]:The Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 recovery process will be scanning the following storage pools: [] NEW: "default" Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 (backend="zfs", source="/var/snap/lxd/common/lxd/storage[]pools /default/containers")Would Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 you like to continue with scanning for lost volumes? (yes/no) [ default=yes]: yesScanning Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 for unknown volumes...The following unknown volumes have been f ound: [] Container "u1" Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 on pool "default" in project "default" (includes 0 snapshots) [ ] Container "u2" on pool Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 "default" in project "default" (includes 0 snapshots)You are cu rrently missing the Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 following: [] Network "lxdbr0" in project "default"Please creat e those missing entries Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 and then hit ENTER: ^Z[1]+ Stopped lxd recover user@host:~$ lxc network create lxdbr0 Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 found: [] Container "u1" on pool "default" in project "default" (includes 0 snapshots) Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 [] \T1/txtt/m/n/10 Container "u2" on pool "default" in project "default" (inclu des 0 snapshots)Would you Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 like those to be recovered? (yes/no) [default=no]: yesStarting recovery... user@host:~$ Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 lxc list +[][][][][][]+[][][][][][][][][]+[][][][][][]+[][][][] [][]+[][][][][][][][][][][]+[][][][][][][][][][][]+| NAME | STATE | IPV4 | Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 IPV6 | TYPE | SNAPSHOTS |+[][][][][][]+[][][][][][][][][]+[][][ ][][][]+[][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+| u1 | Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 STOPPED | | | CONTAINER | 0 |+[][][][][][]+[][][][][][][][][]+[ ][][][][][]+[][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+| u2 Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 | STOPPED | | | CONTAINER | 0 |+[][][][][][]+[][][][][][][][][] +[][][][][][]+[][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+ Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 user@host:~$ lxc profile device add default eth0 nic network=lx dbr0 name=eth0 Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 Device eth0 added to default user@host:~$ lxc start u1 user@ho st:~$ lxc list Overfull \hbox (102.49332pt too wide) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 +[][][][][][]+[][][][][][][][][]+[][][][][][][][][][][][][][][] [][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][][]+| Overfull \hbox (349.2426pt too wide) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |+[][][][][][]+[] [][][][][][][][]+[][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][ ][][][][][]+[][][][][][][][][][][]+| Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 u1 | RUNNING | 192.0.2.49 (eth0) | 2001:db8:8b6:abfe:216:3eff:f e82:918e (eth0) | Overfull \hbox (181.24309pt too wide) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 CONTAINER | 0 |+[][][][][][]+[][][][][][][][][]+[][][][][][][][ ][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[][][][][][][][][][] []+| Overfull \hbox (275.74281pt too wide) in paragraph at lines 18418--18433 \T1/txtt/m/n/10 u2 | STOPPED | | | CONTAINER | 0 |+[][][][][][]+[][][][][][][][ ][]+[][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][][][][]+[][][][][][][][][][][]+[ ][][][][][][][][][][]+ Underfull \hbox (badness 10000) in paragraph at lines 18418--18433 [212] [213] ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.18563 ...{application-vs-system-containers}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.18563 ...{application-vs-system-containers}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.18575 ...ual-machines-vs-system-containers}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.18575 ...ual-machines-vs-system-containers}.svg} [214] [215] Overfull \hbox (1.20811pt too wide) in paragraph at lines 18793--18793 []\T1/qhv/m/n/10 Type| Underfull \hbox (badness 10000) in paragraph at lines 18793--18793 []\T1/qhv/m/n/10 De- Underfull \hbox (badness 10000) in paragraph at lines 18793--18793 []\T1/txtt/m/n/10 requirements. Overfull \hbox (2.80812pt too wide) in paragraph at lines 18793--18793 []\T1/qtm/m/n/10 string| Overfull \hbox (2.80812pt too wide) in paragraph at lines 18793--18793 []\T1/qtm/m/n/10 string| [216] [217] [218] Underfull \hbox (badness 10000) in paragraph at lines 19062--19064 []\T1/qtm/m/n/10 Through a pro-file: [][]\T1/txtt/m/sl/10 lxc profile device ad d root disk path=/ [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] Underfull \vbox (badness 10000) detected at line 19915 Underfull \vbox (badness 10000) detected at line 19915 [229] [230] [231] [232] Underfull \hbox (badness 10000) in paragraph at lines 20170--20172 []\T1/txtt/m/n/10 lxc auth group permission add junior[]dev project sandbox ope rator \T1/qtm/m/n/10 grants mem-bers of [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] Overfull \hbox (6.23364pt too wide) in paragraph at lines 21187--21187 []\T1/qhv/m/n/10 Type| Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/qhv/m/n/10 De- Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/qhv/m/n/10 Re- Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 security. Overfull \hbox (2.78366pt too wide) in paragraph at lines 21187--21187 []\T1/qtm/m/n/10 bool| Overfull \hbox (4.35173pt too wide) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 security. Overfull \hbox (2.78366pt too wide) in paragraph at lines 21187--21187 []\T1/qtm/m/n/10 bool| Overfull \hbox (4.35173pt too wide) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 false| Underfull \hbox (badness 10000) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 security. Overfull \hbox (2.78366pt too wide) in paragraph at lines 21187--21187 []\T1/qtm/m/n/10 bool| Overfull \hbox (4.35173pt too wide) in paragraph at lines 21187--21187 []\T1/txtt/m/n/10 false| [244] [245] [246] [247] [248] [249] [250] Overfull \hbox (28.42151pt too wide) in paragraph at lines 21962--21962 []\T1/txtt/m/n/10 map[string]map[string]string| Overfull \hbox (10.15054pt too wide) in paragraph at lines 21962--21962 []\T1/txtt/m/n/10 properties| [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Overfull \hbox (3.64542pt too wide) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 RLIMIT_MEMLOCK| Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Underfull \hbox (badness 10000) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 limits.kernel. Overfull \hbox (19.39537pt too wide) in paragraph at lines 26384--26384 []\T1/txtt/m/n/10 RLIMIT_SIGPENDING| [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] [390] [391] Underfull \hbox (badness 10000) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 Di-rec- Overfull \hbox (4.73445pt too wide) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 Btrfs| Overfull \hbox (4.43869pt too wide) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 LVM| Overfull \hbox (3.89366pt too wide) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 ZFS| Underfull \hbox (badness 10000) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 Ceph Overfull \hbox (8.34502pt too wide) in paragraph at lines 45074--45074 []\T1/qhv/m/n/10 CephFS| Overfull \hbox (1.90869pt too wide) in paragraph at lines 45074--45074 []\T1/qtm/m/n/10 yes[][][][][]| Overfull \hbox (1.98364pt too wide) in paragraph at lines 45074--45074 []\T1/qtm/m/n/10 yes[][][][][]| [392] [393] [394] [395] [396] Underfull \hbox (badness 10000) in paragraph at lines 45656--45656 []\T1/qtm/b/n/10 De- [397] [398] [399] [400] [401] [402] [403] [404] ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.47329 ....000\linewidth]{{ovn_networking_1}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.47329 ....000\linewidth]{{ovn_networking_1}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.47354 ....000\linewidth]{{ovn_networking_2}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.47354 ....000\linewidth]{{ovn_networking_2}.svg} [405] [406] [407] [408] [409] [410] [411] [412] [413] [414] [415] [416] [417] Underfull \hbox (badness 10000) in paragraph at lines 49715--49715 []\T1/qhv/m/n/10 Do- Overfull \hbox (5.32564pt too wide) in paragraph at lines 49715--49715 []\T1/qhv/m/n/10 Type| Underfull \hbox (badness 10000) in paragraph at lines 49715--49715 []\T1/qhv/m/n/10 De- Overfull \hbox (3.9689pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 nofile| Overfull \hbox (1.35287pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 1048576| Overfull \hbox (1.86566pt too wide) in paragraph at lines 49715--49715 []\T1/qtm/m/n/10 hard| Overfull \hbox (3.9689pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 nofile| Overfull \hbox (1.35287pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 1048576| Overfull \hbox (3.9689pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 nofile| Overfull \hbox (1.35287pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 1048576| Overfull \hbox (1.86566pt too wide) in paragraph at lines 49715--49715 []\T1/qtm/m/n/10 hard| Overfull \hbox (3.9689pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 nofile| Overfull \hbox (1.35287pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 1048576| Overfull \hbox (9.21889pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 memlock| Overfull \hbox (11.85284pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 unlimited| Overfull \hbox (1.86566pt too wide) in paragraph at lines 49715--49715 []\T1/qtm/m/n/10 hard| Overfull \hbox (9.21889pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 memlock| Overfull \hbox (11.85284pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 unlimited| Overfull \hbox (9.21889pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 memlock| Overfull \hbox (11.85284pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 unlimited| Overfull \hbox (1.86566pt too wide) in paragraph at lines 49715--49715 []\T1/qtm/m/n/10 hard| Overfull \hbox (9.21889pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 memlock| Overfull \hbox (11.85284pt too wide) in paragraph at lines 49715--49715 []\T1/txtt/m/n/10 unlimited| [418] [419] [420] Overfull \hbox (89.67406pt too wide) in alignment at lines 50166--50176 [] [] Overfull \hbox (89.67406pt too wide) in alignment at lines 50176--50190 [] [] Overfull \hbox (89.67406pt too wide) in alignment at lines 50190--50196 [] [] Overfull \hbox (89.67406pt too wide) in alignment at lines 50196--50198 [] [] Overfull \hbox (89.67406pt too wide) in alignment at lines 50198--50467 [] [] [421] [422] [423] [424] [425] [426] [427] [428] [429] Underfull \hbox (badness 10000) in paragraph at lines 51354--51358 \T1/txtt/m/n/10 true \T1/qtm/m/n/10 header. To en-sure that the server will re- turn a re-sponse with that header, set [][]\T1/txtt/m/sl/10 core. [430] [431] [432] [433] [434] [435] [436] [437] [438] [439] [440] [441] [442] [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462] Underfull \hbox (badness 5878) in paragraph at lines 53752--53755 []\T1/qtm/m/n/10 Adds new \T1/txtt/m/n/10 security.acls.default.{in,e}gress.act ion \T1/qtm/m/n/10 and \T1/txtt/m/n/10 security.acls.default.{in,e}gress. Underfull \hbox (badness 5832) in paragraph at lines 53775--53778 []\T1/qtm/m/n/10 Also adds \T1/txtt/m/n/10 security.acls.default.{in,e}gress.ac tion \T1/qtm/m/n/10 and \T1/txtt/m/n/10 security.acls.default.{in,e}gress. [463] [464] [465] [466] [467] Underfull \hbox (badness 10000) in paragraph at lines 54193--54196 []\T1/qtm/m/n/10 Adds sup-port for the new MIG UUID for-mat used by NVIDIA \T1/ txtt/m/n/10 470+ \T1/qtm/m/n/10 drivers (for ex-am-ple, [468] [469] [470] [471] [472] [473] Underfull \hbox (badness 6876) in paragraph at lines 54540--54542 []\T1/qtm/m/n/10 This in-tro-duces the abil-ity to use stor-age buck-ets on lo- cal stor-age pools by set-ting the new [][]\T1/txtt/m/sl/10 core. [474] [475] [476] [477] [478] [479] [480] [481] [482] [483] [484] [485] Overfull \hbox (427.22394pt too wide) in alignment at lines 55407--55420 [] [] [] Overfull \hbox (427.22394pt too wide) in alignment at lines 55420--55437 [] [] [] Overfull \hbox (427.22394pt too wide) in alignment at lines 55437--55443 [] [] [] Overfull \hbox (427.22394pt too wide) in alignment at lines 55443--55445 [] [] [] Overfull \hbox (427.22394pt too wide) in alignment at lines 55445--56528 [] [] [] [486] [487] [488] [489] [490] [491] [492] [493] [494] [495] [496] [497] [498] [499] [500] [501] [502] [503] [504] [505] [506] [507] [508] [509] [510] [511] [512] [513] [514] [515] [516] [517] [518] [519] [520] [521] [522] [523] [524] [525] [526] [527] [528] [529] [530] [531] [532] [533] [534] [535] [536] [537] [538] [539] [540] [541] [542] [543] [544] [545] [546] [547] [548] [549] [550] [551] [552] [553] [554] [555] [556] [557] [558] [559] [560] [561] [562] [563] [564] [565] [566] [567] [568] [569] [570] [571] [572] [573] [574] [575] [576] [577] [578] [579] [580] [581] [582] [583] [584] [585] [586] [587] [588] [589] [590] [591] [592] [593] [594] [595] [596] [597] [598] [599] [600] [601] [602] [603] [604] [605] [606] [607] [608] [609] [610] [611] [612] [613] [614] [615] [616] [617] [618] [619] [620] [621] [622] [623] [624] [625] [626] [627] [628] [629] [630] [631] [632] [633] [634] [635] [636] [637] [638] [639] [640] [641] [642] [643] [644] [645] [646] [647] [648] [649] [650] [651] [652] [653] [654] [655] [656] [657] [658] [659] [660] [661] [662] [663] [664] [665] [666] [667] [668] [669] [670] [671] [672] [673] [674] [675] [676] [677] [678] [679] [680] [681] [682] [683] [684] [685] [686] [687] [688] [689] [690] [691] [692] [693] [694] [695] [696] [697] [698] [699] [700] [701] [702] [703] [704] [705] [706] [707] [708] [709] [710] [711] [712] [713] [714] [715] [716] [717] [718] [719] [720] [721] [722] [723] [724] [725] [726] [727] [728] [729] [730] [731] [732] [733] [734] [735] [736] [737] [738] [739] [740] [741] [742] [743] Overfull \hbox (33.24692pt too wide) in paragraph at lines 74619--74619 []\T1/txtt/m/n/10 LXD_INSECURE_TLS| Overfull \hbox (1.74701pt too wide) in paragraph at lines 74619--74619 []\T1/txtt/m/n/10 http_proxy| Overfull \hbox (6.997pt too wide) in paragraph at lines 74619--74619 []\T1/txtt/m/n/10 https_proxy| Overfull \hbox (20.02951pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_EXEC_PATH| Overfull \hbox (72.52936pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_LXC_TEMPLATE_CONFIG| Overfull \hbox (62.02939pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_SECURITY_APPARMOR| Overfull \hbox (62.02939pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_UNPRIVILEGED_ONLY| Overfull \hbox (20.02951pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_OVMF_PATH| Overfull \hbox (35.77946pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_QEMU_FW_PATH| Overfull \hbox (93.5293pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_IDMAPPED_MOUNTS_DISABLE| Overfull \hbox (46.27943pt too wide) in paragraph at lines 74754--74754 []\T1/txtt/m/n/10 LXD_DEVMONITOR_DIR| [744] [745] [746] [747] [748] [749] [750] Underfull \hbox (badness 10000) in paragraph at lines 75270--75271 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: disk: disk-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75271--75272 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75272--75273 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75273--75274 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75274--75275 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75275--75276 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75276--75277 []\T1/txtt/m/n/10 boot.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75282--75283 []\T1/txtt/m/n/10 gid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75282--75283 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75283--75284 \T1/qtm/m/it/10 class="literal">proxy-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75284--75285 \T1/qtm/m/it/10 unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 75285--75286 \T1/qtm/m/it/10 unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 75286--75287 \T1/qtm/m/it/10 unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 75287--75288 []\T1/txtt/m/n/10 gid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: usb: Underfull \hbox (badness 10000) in paragraph at lines 75287--75288 \T1/qtm/m/it/10 unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 75288--75289 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75288--75289 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75289--75290 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75289--75290 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75290--75291 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75290--75291 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75291--75292 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75291--75292 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75292--75293 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75293--75294 \T1/qtm/m/it/10 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 75294--75295 \T1/qtm/m/it/10 nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 75295--75296 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75296--75297 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 75296--75297 \T1/qtm/m/it/10 infiniband-device- [751] Underfull \hbox (badness 10000) in paragraph at lines 75297--75298 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75297--75298 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75298--75299 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75298--75299 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75299--75300 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75299--75300 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75300--75301 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75300--75301 \T1/qtm/m/it/10 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 75301--75302 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75301--75302 \T1/qtm/m/it/10 nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 75302--75303 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75302--75303 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75303--75304 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75303--75304 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75304--75305 []\T1/txtt/m/n/10 hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75304--75305 \T1/qtm/m/it/10 nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75305--75306 []\T1/txtt/m/n/10 id \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75305--75306 \T1/qtm/m/it/10 gpu-mdev-device- Underfull \hbox (badness 10000) in paragraph at lines 75306--75307 \T1/qtm/m/it/10 class="literal">gpu-mig-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75307--75308 []\T1/txtt/m/n/10 id \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75307--75308 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75308--75309 []\T1/txtt/m/n/10 id \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75308--75309 \T1/qtm/m/it/10 gpu-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75312--75313 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75313--75314 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75314--75315 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75315--75316 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75316--75317 []\T1/txtt/m/n/10 ipv4.gateway \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75317--75318 []\T1/txtt/m/n/10 ipv4.gateway \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75319--75320 []\T1/txtt/m/n/10 ipv4.host_table \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75320--75321 []\T1/txtt/m/n/10 ipv4.host_table \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75322--75323 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75323--75324 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75324--75325 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75325--75326 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75326--75327 []\T1/txtt/m/n/10 ipv4.routes.external \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75327--75328 []\T1/txtt/m/n/10 ipv4.routes.external \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75328--75329 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75329--75330 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75330--75331 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), [752] Underfull \hbox (badness 10000) in paragraph at lines 75331--75332 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75332--75333 []\T1/txtt/m/n/10 ipv6.gateway \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75333--75334 []\T1/txtt/m/n/10 ipv6.gateway \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75335--75336 []\T1/txtt/m/n/10 ipv6.host_table \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75336--75337 []\T1/txtt/m/n/10 ipv6.host_table \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75338--75339 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75339--75340 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75340--75341 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75341--75342 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75342--75343 []\T1/txtt/m/n/10 ipv6.routes.external \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75343--75344 []\T1/txtt/m/n/10 ipv6.routes.external \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75344--75345 []\T1/txtt/m/n/10 limits.egress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75345--75346 []\T1/txtt/m/n/10 limits.egress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75346--75347 []\T1/txtt/m/n/10 limits.egress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75347--75348 []\T1/txtt/m/n/10 limits.ingress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75348--75349 []\T1/txtt/m/n/10 limits.ingress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75349--75350 []\T1/txtt/m/n/10 limits.ingress \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75350--75351 []\T1/txtt/m/n/10 limits.max \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: disk: disk-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75351--75352 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75352--75353 \T1/qtm/m/it/10 nic-p2p-device- Underfull \hbox (badness 10000) in paragraph at lines 75353--75354 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75354--75355 []\T1/txtt/m/n/10 limits.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75355--75356 []\T1/txtt/m/n/10 limits.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75356--75357 []\T1/txtt/m/n/10 limits.priority \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75360--75361 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75361--75362 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-macvlan-device- [753] Underfull \hbox (badness 10000) in paragraph at lines 75362--75363 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75363--75364 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75364--75365 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75365--75366 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75366--75367 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75367--75368 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75368--75369 []\T1/txtt/m/n/10 major \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75369--75370 \T1/qtm/m/it/10 unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 75374--75375 []\T1/txtt/m/n/10 minor \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75375--75376 \T1/qtm/m/it/10 unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 75376--75377 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75376--75377 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75377--75378 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75377--75378 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75378--75379 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: proxy: Underfull \hbox (badness 10000) in paragraph at lines 75378--75379 \T1/qtm/m/it/10 proxy-device- Underfull \hbox (badness 10000) in paragraph at lines 75379--75380 \T1/qtm/m/it/10 unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 75380--75381 \T1/qtm/m/it/10 unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 75381--75382 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75382--75383 []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: usb: Underfull \hbox (badness 10000) in paragraph at lines 75382--75383 \T1/qtm/m/it/10 unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 75383--75384 \T1/qtm/m/it/10 infiniband-device- Underfull \hbox (badness 10000) in paragraph at lines 75384--75385 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75384--75385 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75385--75386 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75385--75386 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75386--75387 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75386--75387 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75387--75388 \T1/qtm/m/it/10 class="literal">nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75388--75389 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75388--75389 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75389--75390 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75389--75390 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75390--75391 []\T1/txtt/m/n/10 mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75390--75391 \T1/qtm/m/it/10 nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75391--75392 \T1/qtm/m/it/10 infiniband-device- Underfull \hbox (badness 10000) in paragraph at lines 75392--75393 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75392--75393 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75393--75394 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75393--75394 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75394--75395 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75394--75395 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75395--75396 \T1/qtm/m/it/10 class="literal">nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75396--75397 \T1/qtm/m/it/10 class="literal">nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75397--75398 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75397--75398 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75398--75399 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75398--75399 \T1/qtm/m/it/10 nic-routed-device- [754] Underfull \hbox (badness 10000) in paragraph at lines 75399--75400 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75399--75400 \T1/qtm/m/it/10 nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75402--75403 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75403--75404 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75404--75405 \T1/qtm/m/it/10 nic-ovn-device- Underfull \hbox (badness 10000) in paragraph at lines 75405--75406 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75406--75407 \T1/qtm/m/it/10 nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75408--75409 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: infiniband: Underfull \hbox (badness 10000) in paragraph at lines 75408--75409 \T1/qtm/m/it/10 infiniband-device- Underfull \hbox (badness 10000) in paragraph at lines 75409--75410 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75409--75410 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75410--75411 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75410--75411 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75411--75412 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75411--75412 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75412--75413 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75412--75413 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75413--75414 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75413--75414 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75414--75415 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75414--75415 \T1/qtm/m/it/10 nic-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75417--75418 \T1/qtm/m/it/10 unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 75418--75419 \T1/qtm/m/it/10 unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 75420--75421 []\T1/txtt/m/n/10 pci \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75420--75421 \T1/qtm/m/it/10 gpu-mdev-device- Underfull \hbox (badness 10000) in paragraph at lines 75421--75422 \T1/qtm/m/it/10 class="literal">gpu-mig-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75422--75423 []\T1/txtt/m/n/10 pci \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75422--75423 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75423--75424 []\T1/txtt/m/n/10 pci \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75423--75424 \T1/qtm/m/it/10 gpu-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75425--75426 \T1/qtm/m/it/10 gpu-mdev-device- Underfull \hbox (badness 10000) in paragraph at lines 75426--75427 \T1/qtm/m/it/10 gpu-mig-device- Underfull \hbox (badness 10000) in paragraph at lines 75427--75428 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75428--75429 \T1/qtm/m/it/10 gpu-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75429--75430 []\T1/txtt/m/n/10 productid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75430--75431 \T1/qtm/m/it/10 unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 75433--75434 []\T1/txtt/m/n/10 queue.tx.length \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75434--75435 []\T1/txtt/m/n/10 queue.tx.length \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-p2p-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75435--75436 []\T1/txtt/m/n/10 queue.tx.length \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75439--75440 \T1/qtm/m/it/10 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 75440--75441 []\T1/txtt/m/n/10 required \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- [755] Underfull \hbox (badness 10000) in paragraph at lines 75441--75442 []\T1/txtt/m/n/10 required \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 6910) in paragraph at lines 75441--75442 \T1/qtm/m/it/10 char: unix- Underfull \hbox (badness 10000) in paragraph at lines 75442--75443 []\T1/txtt/m/n/10 required \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75443--75444 \T1/qtm/m/it/10 unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 75452--75453 []\T1/txtt/m/n/10 security.mac_filtering \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75453--75454 []\T1/txtt/m/n/10 security.mac_filtering \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: nic-sriov-device- Underfull \hbox (badness 5022) in paragraph at lines 75460--75461 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: disk: Underfull \hbox (badness 10000) in paragraph at lines 75460--75461 \T1/qtm/m/it/10 disk-device- Underfull \hbox (badness 10000) in paragraph at lines 75461--75462 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75462--75463 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 6910) in paragraph at lines 75462--75463 \T1/qtm/m/it/10 char: unix- Underfull \hbox (badness 10000) in paragraph at lines 75463--75464 []\T1/txtt/m/n/10 uid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: gpu: Underfull \hbox (badness 10000) in paragraph at lines 75463--75464 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75464--75465 \T1/qtm/m/it/10 class="literal">proxy-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75465--75466 \T1/qtm/m/it/10 unix-block-device- Underfull \hbox (badness 10000) in paragraph at lines 75466--75467 \T1/qtm/m/it/10 unix-char-device- Underfull \hbox (badness 10000) in paragraph at lines 75467--75468 \T1/qtm/m/it/10 unix-hotplug-device- Underfull \hbox (badness 10000) in paragraph at lines 75468--75469 []\T1/txtt/m/n/10 uid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: usb: Underfull \hbox (badness 10000) in paragraph at lines 75468--75469 \T1/qtm/m/it/10 unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 75469--75470 \T1/qtm/m/it/10 gpu-mdev-device- Underfull \hbox (badness 10000) in paragraph at lines 75470--75471 \T1/qtm/m/it/10 gpu-mig-device- Underfull \hbox (badness 10000) in paragraph at lines 75471--75472 \T1/qtm/m/it/10 gpu-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75472--75473 \T1/qtm/m/it/10 gpu-sriov-device- Underfull \hbox (badness 10000) in paragraph at lines 75473--75474 []\T1/txtt/m/n/10 vendorid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: unix- Underfull \hbox (badness 10000) in paragraph at lines 75474--75475 \T1/qtm/m/it/10 unix-usb-device- Underfull \hbox (badness 10000) in paragraph at lines 75475--75476 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75475--75476 \T1/qtm/m/it/10 nic-bridged-device- Underfull \hbox (badness 10000) in paragraph at lines 75476--75477 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75476--75477 \T1/qtm/m/it/10 nic-ipvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75477--75478 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75477--75478 \T1/qtm/m/it/10 nic-macvlan-device- Underfull \hbox (badness 10000) in paragraph at lines 75478--75479 \T1/qtm/m/it/10 class="literal">nic-ovn-device-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75479--75480 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75479--75480 \T1/qtm/m/it/10 nic-physical-device- Underfull \hbox (badness 10000) in paragraph at lines 75480--75481 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75480--75481 \T1/qtm/m/it/10 nic-routed-device- Underfull \hbox (badness 10000) in paragraph at lines 75481--75482 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Type: nic: Underfull \hbox (badness 10000) in paragraph at lines 75481--75482 \T1/qtm/m/it/10 nic-sriov-device- [756] Underfull \hbox (badness 10000) in paragraph at lines 75556--75557 []\T1/txtt/m/n/10 security.syscalls.intercept.mount.allowed\T1/qtm/m/n/10 , Overfull \hbox (14.1218pt too wide) in paragraph at lines 75559--75560 []\T1/txtt/m/n/10 security.syscalls.intercept.sched_setscheduler\T1/qtm/m/n/10 , [757] Underfull \hbox (badness 10000) in paragraph at lines 75602--75603 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75603--75604 []\T1/txtt/m/n/10 bgp.peers.NAME.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i -cal net-work: Underfull \hbox (badness 10000) in paragraph at lines 75603--75604 \T1/qtm/m/it/10 physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75604--75605 []\T1/txtt/m/n/10 bgp.peers.NAME.asn \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net -work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75605--75606 []\T1/txtt/m/n/10 bgp.peers.NAME.asn \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-work: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75606--75607 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75607--75608 []\T1/txtt/m/n/10 bgp.peers.NAME.holdtime \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys- i-cal net-work: Underfull \hbox (badness 10000) in paragraph at lines 75607--75608 \T1/qtm/m/it/10 physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75608--75609 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75609--75610 []\T1/txtt/m/n/10 bgp.peers.NAME.password \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys- i-cal net-work: Underfull \hbox (badness 10000) in paragraph at lines 75609--75610 \T1/qtm/m/it/10 physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75612--75613 []\T1/txtt/m/n/10 bridge.hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work : bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75613--75614 []\T1/txtt/m/n/10 bridge.hwaddr \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75613--75614 \T1/qtm/m/it/10 class="literal">ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75615--75616 []\T1/txtt/m/n/10 bridge.mtu \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75615--75616 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 5359) in paragraph at lines 75617--75618 []\T1/txtt/m/n/10 config \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net -work ACLs: acl-acl-properties\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75618--75619 []\T1/txtt/m/n/10 config \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net -work for-wards: Underfull \hbox (badness 10000) in paragraph at lines 75618--75619 \T1/qtm/m/it/10 forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 75619--75620 \T1/qtm/m/it/10 load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 75621--75622 []\T1/txtt/m/n/10 config \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net -work zones: Underfull \hbox (badness 10000) in paragraph at lines 75621--75622 \T1/qtm/m/it/10 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 75622--75623 \T1/qtm/m/it/10 class="literal">acl-acl-properties\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75623--75624 \T1/qtm/m/it/10 class="literal">acl-rule-properties\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75624--75625 \T1/qtm/m/it/10 forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 75625--75626 \T1/qtm/m/it/10 forward-port- Underfull \hbox (badness 10000) in paragraph at lines 75626--75627 \T1/qtm/m/it/10 load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 75630--75631 []\T1/txtt/m/n/10 description \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ur e net-work zones: Underfull \hbox (badness 10000) in paragraph at lines 75630--75631 \T1/qtm/m/it/10 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 75633--75634 []\T1/txtt/m/n/10 dns.domain \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75633--75634 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75636--75637 []\T1/txtt/m/n/10 dns.nameservers \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal ne t-work: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75637--75638 []\T1/txtt/m/n/10 dns.nameservers \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fi g-ure net-work Underfull \hbox (badness 10000) in paragraph at lines 75637--75638 \T1/qtm/m/it/10 zones: zone-config- Underfull \hbox (badness 10000) in paragraph at lines 75638--75639 []\T1/txtt/m/n/10 dns.search \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75638--75639 \T1/qtm/m/it/10 class="literal">bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75640--75641 []\T1/txtt/m/n/10 dns.zone.forward \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75641--75642 []\T1/txtt/m/n/10 dns.zone.forward \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work : ovn-network-conf\T1/qtm/m/n/10 ), [758] Underfull \hbox (badness 6995) in paragraph at lines 75642--75643 []\T1/txtt/m/n/10 dns.zone.reverse.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75643--75644 []\T1/txtt/m/n/10 dns.zone.reverse.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net -work: ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 6995) in paragraph at lines 75644--75645 []\T1/txtt/m/n/10 dns.zone.reverse.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75645--75646 []\T1/txtt/m/n/10 dns.zone.reverse.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net -work: ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75651--75652 []\T1/txtt/m/n/10 gvrp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net-work: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 75656--75657 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75657--75658 []\T1/txtt/m/n/10 ipv4.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work: ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75658--75659 []\T1/txtt/m/n/10 ipv4.dhcp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75666--75667 []\T1/txtt/m/n/10 ipv4.nat \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75668--75669 []\T1/txtt/m/n/10 ipv4.nat.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75669--75670 []\T1/txtt/m/n/10 ipv4.nat.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work : ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75671--75672 []\T1/txtt/m/n/10 ipv4.ovn.ranges \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-wo rk: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75672--75673 []\T1/txtt/m/n/10 ipv4.ovn.ranges \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal ne t-work: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75673--75674 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75674--75675 []\T1/txtt/m/n/10 ipv4.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-wo rk: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75677--75678 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75678--75679 []\T1/txtt/m/n/10 ipv6.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work: ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75679--75680 []\T1/txtt/m/n/10 ipv6.dhcp \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75683--75684 []\T1/txtt/m/n/10 ipv6.dhcp.stateful \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net -work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75684--75685 []\T1/txtt/m/n/10 ipv6.dhcp.stateful \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-wo rk: ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75688--75689 []\T1/txtt/m/n/10 ipv6.nat \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75690--75691 []\T1/txtt/m/n/10 ipv6.nat.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75691--75692 []\T1/txtt/m/n/10 ipv6.nat.address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work : ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75693--75694 []\T1/txtt/m/n/10 ipv6.ovn.ranges \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-wo rk: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75694--75695 []\T1/txtt/m/n/10 ipv6.ovn.ranges \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal ne t-work: physical-network- [759] Underfull \hbox (badness 10000) in paragraph at lines 75695--75696 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75696--75697 []\T1/txtt/m/n/10 ipv6.routes \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-wo rk: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75699--75700 \T1/qtm/m/it/10 forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 75701--75702 \T1/qtm/m/it/10 forward-port- Underfull \hbox (badness 10000) in paragraph at lines 75703--75704 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75704--75705 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net- work: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 75705--75706 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal n et-work: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75706--75707 []\T1/txtt/m/n/10 maas.subnet.ipv4 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 SR-IOV net-w ork: sriov-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75707--75708 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-w ork: bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75708--75709 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net- work: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 75709--75710 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal n et-work: physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75710--75711 []\T1/txtt/m/n/10 maas.subnet.ipv6 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 SR-IOV net-w ork: sriov-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75714--75715 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net-w ork ACLs: acl-acl-properties\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75715--75716 \T1/qtm/m/it/10 class="literal">load-balancer-load-balancer- Underfull \hbox (badness 6876) in paragraph at lines 75716--75717 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to cre-ate OVN peer rout-ing re-la-tion- Underfull \hbox (badness 10000) in paragraph at lines 75717--75718 []\T1/txtt/m/n/10 name \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net-w ork zones: Underfull \hbox (badness 10000) in paragraph at lines 75717--75718 \T1/qtm/m/it/10 zone-record- Underfull \hbox (badness 10000) in paragraph at lines 75721--75722 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net-work: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 75722--75723 []\T1/txtt/m/n/10 parent \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75722--75723 \T1/qtm/m/it/10 class="literal">physical-network- Underfull \hbox (badness 10000) in paragraph at lines 75726--75727 []\T1/txtt/m/n/10 ports \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net- work for-wards: Underfull \hbox (badness 10000) in paragraph at lines 75726--75727 \T1/qtm/m/it/10 forward-forward- Underfull \hbox (badness 10000) in paragraph at lines 75727--75728 \T1/qtm/m/it/10 class="literal">load-balancer-load-balancer- Underfull \hbox (badness 10000) in paragraph at lines 75728--75729 \T1/qtm/m/it/10 class="literal">acl-rule-properties\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75729--75730 []\T1/txtt/m/n/10 protocol \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure n et-work for-wards: Underfull \hbox (badness 10000) in paragraph at lines 75729--75730 \T1/qtm/m/it/10 forward-port- Underfull \hbox (badness 10000) in paragraph at lines 75730--75731 \T1/qtm/m/it/10 load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 75732--75733 []\T1/txtt/m/n/10 security.acls \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Bridge net-work : bridge-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75733--75734 []\T1/txtt/m/n/10 security.acls \T1/qtm/m/n/10 (\T1/qtm/m/it/10 OVN net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75733--75734 \T1/qtm/m/it/10 class="literal">ovn-network-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75734--75735 []\T1/txtt/m/n/10 security.acls.default.egress.action \T1/qtm/m/n/10 (\T1/qtm/m /it/10 Bridge Underfull \hbox (badness 10000) in paragraph at lines 75734--75735 \T1/qtm/m/it/10 net-work: bridge- Underfull \hbox (badness 10000) in paragraph at lines 75735--75736 []\T1/txtt/m/n/10 security.acls.default.egress.action \T1/qtm/m/n/10 (\T1/qtm/m /it/10 OVN Underfull \hbox (badness 10000) in paragraph at lines 75736--75737 []\T1/txtt/m/n/10 security.acls.default.egress.logged \T1/qtm/m/n/10 (\T1/qtm/m /it/10 Bridge Underfull \hbox (badness 10000) in paragraph at lines 75736--75737 \T1/qtm/m/it/10 net-work: bridge- Underfull \hbox (badness 10000) in paragraph at lines 75737--75738 []\T1/txtt/m/n/10 security.acls.default.egress.logged \T1/qtm/m/n/10 (\T1/qtm/m /it/10 OVN [760] Underfull \hbox (badness 10000) in paragraph at lines 75738--75739 []\T1/txtt/m/n/10 security.acls.default.ingress.action \T1/qtm/m/n/10 (\T1/qtm/ m/it/10 Bridge Underfull \hbox (badness 10000) in paragraph at lines 75738--75739 \T1/qtm/m/it/10 net-work: bridge- Underfull \hbox (badness 10000) in paragraph at lines 75739--75740 []\T1/txtt/m/n/10 security.acls.default.ingress.action \T1/qtm/m/n/10 (\T1/qtm/ m/it/10 OVN Underfull \hbox (badness 10000) in paragraph at lines 75740--75741 []\T1/txtt/m/n/10 security.acls.default.ingress.logged \T1/qtm/m/n/10 (\T1/qtm/ m/it/10 Bridge Underfull \hbox (badness 10000) in paragraph at lines 75740--75741 \T1/qtm/m/it/10 net-work: bridge- Underfull \hbox (badness 10000) in paragraph at lines 75741--75742 []\T1/txtt/m/n/10 security.acls.default.ingress.logged \T1/qtm/m/n/10 (\T1/qtm/ m/it/10 OVN Underfull \hbox (badness 10000) in paragraph at lines 75746--75747 []\T1/txtt/m/n/10 target_address \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig -ure net-work for- Underfull \hbox (badness 10000) in paragraph at lines 75747--75748 \T1/qtm/m/it/10 load-balancer-backend-properties\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75750--75751 \T1/qtm/m/it/10 forward-port- Underfull \hbox (badness 10000) in paragraph at lines 75751--75752 \T1/qtm/m/it/10 load-balancer-load- Underfull \hbox (badness 10000) in paragraph at lines 75762--75763 []\T1/txtt/m/n/10 user.* \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net-work: macvlan-network- Underfull \hbox (badness 10000) in paragraph at lines 75764--75765 []\T1/txtt/m/n/10 user.* \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Phys-i-cal net-work: < code Underfull \hbox (badness 10000) in paragraph at lines 75764--75765 \T1/qtm/m/it/10 class="literal">physical-network- Underfull \hbox (badness 5133) in paragraph at lines 75766--75767 []\T1/txtt/m/n/10 user.* \T1/qtm/m/n/10 (\T1/qtm/m/it/10 How to con-fig-ure net -work zones: zone-config-options\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75767--75768 []\T1/txtt/m/n/10 vlan \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Macvlan net-work: macvlan-network- [761] Underfull \hbox (badness 10000) in paragraph at lines 75888--75889 []\T1/txtt/m/n/10 block.filesystem \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - < code Underfull \hbox (badness 10000) in paragraph at lines 75888--75889 \T1/qtm/m/it/10 class="literal">ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75889--75890 []\T1/txtt/m/n/10 block.filesystem \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75890--75891 []\T1/txtt/m/n/10 block.filesystem \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er- Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75890--75891 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75891--75892 []\T1/txtt/m/n/10 block.filesystem \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75892--75893 []\T1/txtt/m/n/10 block.mount_options \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75893--75894 []\T1/txtt/m/n/10 block.mount_options \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75894--75895 []\T1/txtt/m/n/10 block.mount_options \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow- er-Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75894--75895 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75895--75896 []\T1/txtt/m/n/10 block.mount_options \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), [762] Underfull \hbox (badness 10000) in paragraph at lines 75935--75936 []\T1/txtt/m/n/10 rsync.bwlimit \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - < code Underfull \hbox (badness 10000) in paragraph at lines 75935--75936 \T1/qtm/m/it/10 class="literal">dir: lvm: lvm-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75937--75938 []\T1/txtt/m/n/10 rsync.bwlimit \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er-Fle x - powerflex: powerflex-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75938--75939 []\T1/txtt/m/n/10 rsync.compression \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: lvm: lvm-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75940--75941 []\T1/txtt/m/n/10 rsync.compression \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er -Flex - powerflex: powerflex-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75941--75942 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75942--75943 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - < code Underfull \hbox (badness 10000) in paragraph at lines 75942--75943 \T1/qtm/m/it/10 class="literal">ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75943--75944 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75944--75945 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: dir-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75945--75946 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75946--75947 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er- Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75946--75947 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75947--75948 []\T1/txtt/m/n/10 security.shifted \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75948--75949 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75949--75950 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75950--75951 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75951--75952 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: dir-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75952--75953 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75953--75954 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er -Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75953--75954 \T1/qtm/m/it/10 powerflex-volume- [763] Underfull \hbox (badness 10000) in paragraph at lines 75954--75955 []\T1/txtt/m/n/10 security.unmapped \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75955--75956 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 75955--75956 \T1/qtm/m/it/10 btrfs-bucket- Underfull \hbox (badness 10000) in paragraph at lines 75956--75957 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 75956--75957 \T1/qtm/m/it/10 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 75957--75958 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: Underfull \hbox (badness 10000) in paragraph at lines 75957--75958 \T1/qtm/m/it/10 btrfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 75958--75959 \T1/qtm/m/it/10 ceph-volume- Underfull \hbox (badness 10000) in paragraph at lines 75959--75960 \T1/qtm/m/it/10 cephfs-volume- Underfull \hbox (badness 10000) in paragraph at lines 75960--75961 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph Ob-ject - cephobject: Underfull \hbox (badness 10000) in paragraph at lines 75960--75961 \T1/qtm/m/it/10 cephobject-bucket- Underfull \hbox (badness 10000) in paragraph at lines 75961--75962 \T1/qtm/m/it/10 dir-volume- Underfull \hbox (badness 10000) in paragraph at lines 75964--75965 \T1/qtm/m/it/10 class="literal">lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75965--75966 []\T1/txtt/m/n/10 size \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er-Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75965--75966 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75969--75970 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75970--75971 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - < code Underfull \hbox (badness 10000) in paragraph at lines 75970--75971 \T1/qtm/m/it/10 class="literal">ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75971--75972 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75972--75973 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: dir-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75973--75974 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75974--75975 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er- Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75974--75975 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75975--75976 []\T1/txtt/m/n/10 snapshots.expiry \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75976--75977 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75977--75978 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75978--75979 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75979--75980 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - dir: dir-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75980--75981 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75981--75982 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er -Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75981--75982 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75982--75983 []\T1/txtt/m/n/10 snapshots.pattern \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75983--75984 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75984--75985 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), [764] Underfull \hbox (badness 10000) in paragraph at lines 75985--75986 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - < code Underfull \hbox (badness 10000) in paragraph at lines 75985--75986 \T1/qtm/m/it/10 class="literal">cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75986--75987 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tor y - dir: dir-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75987--75988 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75988--75989 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-e r-Flex - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 75988--75989 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 75989--75990 []\T1/txtt/m/n/10 snapshots.schedule \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75990--75991 \T1/qtm/m/it/10 btrfs-pool- Underfull \hbox (badness 10000) in paragraph at lines 75991--75992 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75992--75993 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75994--75995 \T1/qtm/m/it/10 lvm-pool- Underfull \hbox (badness 10000) in paragraph at lines 75995--75996 []\T1/txtt/m/n/10 source \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: Underfull \hbox (badness 10000) in paragraph at lines 75996--75997 []\T1/txtt/m/n/10 source.wipe \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75997--75998 []\T1/txtt/m/n/10 source.wipe \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 75999--76000 []\T1/txtt/m/n/10 volatile.pool.pristine \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph R BD - ceph: ceph-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76000--76001 []\T1/txtt/m/n/10 volatile.pool.pristine \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-pool-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76001--76002 []\T1/txtt/m/n/10 volatile.pool.pristine \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph O b-ject - cephobject: Underfull \hbox (badness 10000) in paragraph at lines 76001--76002 \T1/qtm/m/it/10 cephobject-pool- Underfull \hbox (badness 10000) in paragraph at lines 76002--76003 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Btrfs - btrfs: btrfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76003--76004 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Ceph RBD - ceph: ceph-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76004--76005 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 CephFS - cephfs: cephfs-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76005--76006 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Di-rec-tory - < code Underfull \hbox (badness 10000) in paragraph at lines 76005--76006 \T1/qtm/m/it/10 class="literal">dir: dir-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76006--76007 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 LVM - lvm: lvm-volume-conf\T1/qtm/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 76007--76008 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 Dell Pow-er-Fle x - powerflex: Underfull \hbox (badness 10000) in paragraph at lines 76007--76008 \T1/qtm/m/it/10 powerflex-volume- Underfull \hbox (badness 10000) in paragraph at lines 76008--76009 []\T1/txtt/m/n/10 volatile.uuid \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ZFS - zfs: zfs-volume-conf\T1/qtm/m/n/10 ), [765] [766] (./canonical-lxd.ind) (./canonical-lxd.aux) ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec-sc.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base /8r.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/f onts/enc/dvips/tex-gyre/q-ts1.enc} Output written on canonical-lxd.pdf (770 pages, 3247078 bytes). Transcript written on canonical-lxd.log. Latexmk: Index file 'canonical-lxd.idx' was written Latexmk: Log file says output to 'canonical-lxd.pdf' Latexmk: Examining 'canonical-lxd.log' === TeX engine is 'pdfTeX' Latexmk: Errors, in force_mode: so I tried finishing targets Collected error summary (may duplicate other messages): pdflatex: Command for 'pdflatex' gave return code 1 Refer to 'canonical-lxd.log' for details [rtd-command-info] start-time: 2024-05-23T14:18:59.496974Z, end-time: 2024-05-23T14:18:59.951108Z, duration: 0, exit-code: 0 cd _readthedocs/html; python -m sphinx.ext.intersphinx 'objects.inv' > objects.inv.txt