mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
fix last checkin
This commit is contained in:
parent
78a352c2eb
commit
7b68df96dc
@ -906,12 +906,6 @@ static int _populate_origin(struct dev_manager *dm,
|
||||
return 0;
|
||||
}
|
||||
|
||||
+ if (dl->lv->vg->status & CLUSTERED) {
|
||||
+ /* FIXME put csnap code here */
|
||||
+ log_error("Clustered snapshots are not yet supported");
|
||||
+ return 0;
|
||||
|
||||
|
||||
log_debug("Adding target: 0 %" PRIu64 " snapshot-origin %s",
|
||||
dl->lv->size, params);
|
||||
if (!dm_task_add_target(dmt, UINT64_C(0), dl->lv->size,
|
||||
|
Loading…
Reference in New Issue
Block a user