Project

General

Profile

Actions

Bug #45904

open

Remove " " and "." from configuration example for libvirt

Added by Martin Sofaru almost 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
4 - irritation
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

According to the documentation at https://docs.ceph.com/docs/luminous/rbd/libvirt/, "Configuring the VM", 4.) the authentication for the libvirt client is created with <name>client.libvirt secret</name>.

While this will work with libvirt referenced per uuid it will also work referenced per usage but through xml verification errors in this case.

Reason: the regex for validating the usage name is <param name="pattern">[a-zA-Z0-9_\+\-]+</param> - so the "." and " " in the name are invalid.

Ref. https://bugzilla.redhat.com/show_bug.cgi?id=1689168

Please update the documentation accordingly, this is probably valid for more releases than luminous.

Libvirt documentation can be found here: https://libvirt.org/formatsecret.html

Thank you

No data to display

Actions

Also available in: Atom PDF