]> git.ipfire.org Git - thirdparty/libvirt.git/commit
schema: add password configuration for ssh disk
authorJonathon Jongsma <jjongsma@redhat.com>
Wed, 21 Dec 2022 20:27:08 +0000 (14:27 -0600)
committerJonathon Jongsma <jjongsma@redhat.com>
Tue, 19 Sep 2023 19:28:50 +0000 (14:28 -0500)
commitcf88b1309043728a626c9e2c57937b54ebe3c6c2
treeed0a103ec0f05065edfe2b796cb245aaf84c12fe
parent40935b395c91a95a71cd66b9e2872346ac3a2145
schema: add password configuration for ssh disk

Right now, ssh network disks are not usable. There is some basic support
in libvirt that is meant to support disk chains that have backing disks
located at ssh urls, but there is no real way for a user to configure a
ssh-based disk.  This commit allows users to configure an ssh disk with
password authentication. Implementation will follow.

<disk type='network'>
  <source  protocol='ssh' ...>
    <auth username='myusername'>
      <secret type='iscsi' usage='secretname'/>
    </auth>
</disk>

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
docs/formatdomain.rst
src/conf/schemas/domaincommon.rng