Project

General

Profile

Actions

Bug #13156

closed

import/export do not support snapshots

Added by bo cai over 8 years ago. Updated over 8 years ago.

Status:
Won't Fix
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

(1)I create a rbd block named abc;
rbd create abc --size 10

(2)then I create a snapshoot of abc;
rbd snap create --image abc --snap s1
rbd snap create --image abc --snap s2

(3)then I export abc in a local file;
rbd export abc local_file

(4)import local_file as a new rbd block;
rbd import local_file new_rbd;

(5)but the snapshoots(s1, s2) are disappear!
rbd snap ls new_rbd

Is this a bug or someting else?

Actions

Also available in: Atom PDF