[Bug 1098298] New: Some problems in "Chapter 11. Storage pools"

bugzilla at redhat.com bugzilla at redhat.com
Thu May 15 17:03:04 UTC 2014


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

            Bug ID: 1098298
           Summary: Some problems in "Chapter 11.  Storage pools"
           Product: Fedora Documentation
           Version: devel
         Component: virtualization-administration-guide
          Assignee: lnovich at redhat.com
          Reporter: bughunt at gluino.name
        QA Contact: docs-qa at lists.fedoraproject.org
                CC: lnovich at redhat.com



In:

http://docs.fedoraproject.org/en-US/Fedora/18/html/Virtualization_Administration_Guide/chap-Virtualization_Administration_Guide-Storage_Pools-Storage_Pools.html#sect-dir-based-storage-cmd

I want to create storage pools using virsh.

Corrections:

Create the storage pool definition
- - - - - - - - - - - - - - - - - -

"The path to a file system directory for storing guest image files. If this
directory does not exist, virsh will create it."

This is incorrect. "You have to create it afterwards using virsh" is correct.

Create the local directory 
- - - - - - - - - - - - - -

I create the directory under "/home"

Documentation shows that "ls -la /guest_images" shows the directory having
permissions "700". This is incorrect, the permissions are "755" (at least for
me)

Improvement: Maybe one should also add the output of

ls --lcontext -la /guest_images/

drwxr-xr-x. 2 system_u:object_r:home_root_t:s0 root root 4096 May 15 18:50 .
drwxr-xr-x. 5 system_u:object_r:home_root_t:s0 root root 4096 May 15 18:50 ..

The wrong permissions error is repeated under "6. Verify the storage pool
configuration":

ls -la /guest_images/
total 8
drwxr-xr-x. 2 root root 4096 May 15 18:50 .
drwxr-xr-x. 5 root root 4096 May 15 18:50 ..

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the docs-qa mailing list