Bug #1453
Improve documentation coherence
Status: | Closed | Start date: | 09/11/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Daniel Molina | % Done: | 0% | |
Category: | Documentation | |||
Target version: | Release 4.6 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 3.6 |
Description
This is issue is for the Datastore documentation. Originally reported by Matthew Patton in the mailing list:
The documentation is sure plentiful but it really needs a fact and consistency checker. The rampant use of '/var/lib/one/datastores' in particular needs to be excised everywhere and replaced with $DATASTORE_LOCATION because there is a huge difference between what the front-end is doing with it and what the Host is using it for, or so the documentation seems to imply.
Fix 'onedatastore show <#>' such that "BASE PATH" to use
the literal string '$DATASTORE_LOCATION' or the current value of the
variable as 'oned' understands it to be (see /var/lib/one/config). Always
returning '/var/lib/one/datastores/...' is wrong. Better yet the value
should be auto-generated unless the user has hard-coded it. Currently it
appears there is no way for me to force it to be an arbitrary value. This is
particularly pertinent when dealing with VMware since VMFS are located at
'/vmfs/volumes' and since there is no persistence, any hackery like creating
'/var/datastores/<#>' isn't going to survive a reboot.
History
#1 Updated by Ruben S. Montero almost 9 years ago
- Description updated (diff)
#2 Updated by Ruben S. Montero almost 9 years ago
- Description updated (diff)
#3 Updated by Ruben S. Montero over 8 years ago
- Target version changed from Release 3.8 to Release 4.0
#4 Updated by Ruben S. Montero about 8 years ago
- Target version changed from Release 4.0 to Release 4.2
#5 Updated by Ruben S. Montero about 8 years ago
- Priority changed from Normal to Low
#6 Updated by Ruben S. Montero about 8 years ago
- Target version deleted (
Release 4.2)
#7 Updated by Ruben S. Montero over 7 years ago
- Assignee set to Daniel Molina
- Target version set to Release 4.4
#8 Updated by Daniel Molina over 7 years ago
- Target version changed from Release 4.4 to Release 4.6
#9 Updated by Ruben S. Montero over 7 years ago
- Priority changed from Low to Normal
#10 Updated by Ruben S. Montero about 7 years ago
- Status changed from New to Closed
- Resolution set to fixed
A first check has been done. Closing this to open specific issues