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@redhat.com Reporter: bughunt@gluino.name QA Contact: docs-qa@lists.fedoraproject.org CC: lnovich@redhat.com
In:
http://docs.fedoraproject.org/en-US/Fedora/18/html/Virtualization_Administra...
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 ..
https://bugzilla.redhat.com/show_bug.cgi?id=1098298
John Skeoch jskeoch@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|lnovich@redhat.com |jhradile@redhat.com
docs-qa@lists.fedoraproject.org