Bug #1879
the guest VM will not know which file in the FILES_DS is each file, since they are renamed to a hash
Status: | Closed | Start date: | 04/08/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jaime Melis | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 4.0 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.0 |
Description
If a user adds a set of context files to a virtual machine, it will result in:
FILES_DS="/var/lib/one/datastores/2/<hash1> /var/lib/one/datastores/2/<hash2>"
Therefore the user will not know which file is which without analyzing it. A temporary workaround would be to provide only a single file, a tar.gz, with other files.
Associated revisions
feature #1879: New format for FILES_DS attribute. It now includes image names
feature #1879: Update the TM context actions for the new FILES_DS format
feature #1879: New function to check object names.
feature #1879: Check name for all pools
feature #1879: Prevent wrong chars in rename
feature #1879: the core now escapes the files in the FILES_DS parameter of the context with single quotes
feature #1879: Fix the context scripts so they handle correctly white spaces
feature #1879: Fix compilation warnings
feature #1879: Allow () chars in names
History
#1 Updated by Ruben S. Montero about 8 years ago
- Target version set to Release 4.0
#2 Updated by Ruben S. Montero about 8 years ago
- Assignee set to Jaime Melis
#3 Updated by Jaime Melis about 8 years ago
- Status changed from New to Closed
- Resolution set to fixed