sheepdog: fix snapshot tag initialization
authorLiu Yuan <namei.unix@gmail.com>
Fri, 7 Jun 2013 17:54:25 +0000 (01:54 +0800)
committerKevin Wolf <kwolf@redhat.com>
Mon, 17 Jun 2013 15:47:58 +0000 (17:47 +0200)
commitb579ffb3fd64243b64ac5aaf659ac88518f17835
tree3f49110959961abc13902887163414efc3fab62c
parent38aea177d93556aada7c4c7aa530f0050715e293
sheepdog: fix snapshot tag initialization

This is an old and obvious bug. We should pass snapshot_id to the
tag. Or simple command like 'qemu-img snapshot -a tag sheepdog:image' will fail

Cc: qemu-devel@nongnu.org
Cc: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
Cc: Kevin Wolf <kwolf@redhat.com>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Liu Yuan <namei.unix@gmail.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/sheepdog.c