Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snapshot timestamps created with qemu-img are unix 0 #3

Open
grimpy opened this issue Jul 19, 2016 · 3 comments
Open

Snapshot timestamps created with qemu-img are unix 0 #3

grimpy opened this issue Jul 19, 2016 · 3 comments
Assignees
Milestone

Comments

@grimpy
Copy link

grimpy commented Jul 19, 2016

# qemu-img create -f raw  openvstorage+tcp:10.103.3.23:26203/testje 2G
# qemu-img snapshot -c mysnap openvstorage+tcp:10.103.3.23:26203/testje
WARNING: Image format was not specified for 'json:{"port": 26203, "host": "10.103.3.23", "driver": "openvstorage", "volume": "testje", "transport": "tcp"}' and probing guessed raw.
         Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
         Specify the 'raw' format explicitly to remove the restrictions.

# qemu-img snapshot -l openvstorage+tcp:10.103.3.23:26203/testje
Snapshot list:
ID        TAG                 VM SIZE                DATE       VM CLOCK
mysnap    mysnap                    0 1970-01-01 01:00:00   00:00:00.000
gergerg   gergerg                   0 1970-01-01 01:00:00   00:00:00.000
@cnanakos
Copy link
Member

That kind of information is not kept when a snapshot is taken so unix 0 is being used instead.

@wimpers
Copy link

wimpers commented Sep 7, 2016

@cnanakos

Doesn't the volumedriver store this info? Anyway we can provide this info?

@wimpers
Copy link

wimpers commented Nov 24, 2016

after discussion with @cnanakos voldrv doesn't hold that information yet.

@wimpers wimpers added this to the Roadmap milestone Nov 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants