From: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
To: qemu-devel@nongnu.org, qemu-block@nongnu.org
Cc: armbru@redhat.com, famz@redhat.com, pbonzini@redhat.com,
eblake@redhat.com, mreitz@redhat.com, kwolf@redhat.com,
den@openvz.org, vsementsov@virtuozzo.com
Subject: [Qemu-devel] [RFC 0/3] NBD reconnect
Date: Tue, 24 Apr 2018 16:08:18 +0300 [thread overview]
Message-ID: <20180424130821.50987-1-vsementsov@virtuozzo.com> (raw)
Hi all.
Here is a draft of NBD reconnect, to negotiate overall design. It is done
through implementing new error action: reconnect.
New action works as follows:
Firstly, not stopping the vm, it tries to bdrv_reconnect several times
with given pause. Then, if we failed to reconnect fallthrough to 'stop'
error action.
My RFC doubts:
1. introducing new .bdrv_reconnect(). Is bdrv_reopen() appropriate for
the feature? I'm not sure, because it is not recursive, and don't
really reopen files..
2. introducing new error action. Anyway, I'll have to add some configuration
parameters (see 03), so, the feature may be just an option to 'stop'
action, rather than separate error action.
Vladimir Sementsov-Ogievskiy (3):
block: add bdrv_reconnect
nbd: add .bdrv_reconnect handler
blk: add 'reconnect' error action
qapi/block-core.json | 4 ++--
include/block/block.h | 2 ++
include/block/block_int.h | 3 +++
block.c | 22 +++++++++++++++++
block/block-backend.c | 48 ++++++++++++++++++++++++++++++++++++-
block/nbd.c | 60 ++++++++++++++++++++++++++++++++++-------------
hw/scsi/scsi-disk.c | 4 +++-
7 files changed, 123 insertions(+), 20 deletions(-)
--
2.11.1
next reply other threads:[~2018-04-24 13:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-24 13:08 Vladimir Sementsov-Ogievskiy [this message]
2018-04-24 13:08 ` [Qemu-devel] [RFC 1/3] block: add bdrv_reconnect Vladimir Sementsov-Ogievskiy
2018-04-24 13:08 ` [Qemu-devel] [RFC 2/3] nbd: add .bdrv_reconnect handler Vladimir Sementsov-Ogievskiy
2018-04-24 13:08 ` [Qemu-devel] [RFC 3/3] blk: add 'reconnect' error action Vladimir Sementsov-Ogievskiy
2018-04-26 16:19 ` [Qemu-devel] [RFC 0/3] NBD reconnect Vladimir Sementsov-Ogievskiy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180424130821.50987-1-vsementsov@virtuozzo.com \
--to=vsementsov@virtuozzo.com \
--cc=armbru@redhat.com \
--cc=den@openvz.org \
--cc=eblake@redhat.com \
--cc=famz@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).