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

Create Data Volume From Volume Snapshot failed when origianl voluem is deleted in Local Primary Storage #64

Closed
youyk opened this issue Jul 9, 2015 · 1 comment
Milestone

Comments

@youyk
Copy link
Contributor

youyk commented Jul 9, 2015

The error log is like:

ApiError: API call[org.zstack.header.volume.APICreateDataVolumeFromVolumeSnapshotEvent] failed because [code: SYS.1006, description: An operation failed, details: all candidate primary storage can not handle hypervisor volume snapshot[hypervisorType:KVM, uuid:2d17ae96f3cd4e53a62145719f00490e]]

The reproduced step:

  1. Create VM
  2. Create Volume and attach to VM
  3. Create Volume snapshot
  4. backup volume snapshot
  5. Delete Volume
  6. Try to create new Volume from previous volume snapshot.
@youyk youyk added the bug label Jul 9, 2015
@youyk youyk added this to the 0.8 milestone Jul 9, 2015
@zxwing
Copy link
Contributor

zxwing commented Jul 18, 2015

Creating templates from backup volume snapshots is considered to remove since local storage. This scenario is too complex to support if the backup storage and primary storage are separate storage system, because the primary storage needs a 'jumping storage' to download snapshots and do the merge operation, which are complicated and even impossible for some sotrage systems(e.g. commercial block-based iscsi storage, distributed storage system). We will dump this scenario.

@zxwing zxwing closed this as completed Jul 18, 2015
@zxwing zxwing added the wontfix label Jul 18, 2015
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

2 participants