Bug 1139910 - used wrong attribute in encryption tag in the libvirt document
Summary: used wrong attribute in encryption tag in the libvirt document
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libvirt
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Libvirt Maintainers
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-10 01:19 UTC by 马立克
Modified: 2014-09-10 07:39 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-09-10 07:39:08 UTC
Embargoed:


Attachments (Terms of Use)

Description 马立克 2014-09-10 01:19:14 UTC
Description of problem:
In the document of Storage volume encryption XML format, the "default" format section used wrong attribute in encryption tag. This is the original sentence in the document:

<encryption type="default"/> can be specified only when creating a volume. 

but there is no such attribute named type in the encryption tag, it should use the attribute named format:
<encryption format="default"/>

Comment 1 马立克 2014-09-10 01:20:19 UTC
the website of this document is: http://libvirt.org/formatstorageencryption.html

Comment 2 Ján Tomko 2014-09-10 07:39:08 UTC
Now fixed upstream:
commit 10af1f23f0a31d75429b48adeccad61d9c4eb95a
Author:     Ján Tomko <jtomko>
CommitDate: 2014-09-10 09:25:40 +0200

    docs: fix encryption format attribute in example
    
    The correct attribute name is 'format', not 'type'.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1139910

git describe: v1.2.8-58-g10af1f2

The website should be updated automatically in a few hours.


Note You need to log in before you can comment on or make changes to this bug.