IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
We used 60 seconds timeout for disconnecting inactive clients. This is
too long to protect from bad clients leaving open connections, and too
short for applications that need long timeout[1].
Change the default timeout to 15 seconds, configurable via
daemon:auth_timeout. This timeout is used for new unauthorized
connections. If a connection does not authorize within this timeout, it
is disconnected.
When a connection is authorized during the first request, the connection
timeout is increased to ticket.inactivity_timeout. The default value is
60 seconds, configurable via daemon:inactivity_timeout.
Application with special needs can request a larger timeout when
creating an image transfer. Engine need to include the transfer
inactivity timeout in the ticket.
[1] https://bugzilla.redhat.com/2032324Fixes#14.
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
The flag was not used. Adding it allows testing incremental backup using
qemu-nbd --bitmap option.
To test incremental backup, the ticket must have the "dirty" flag. Add
it to the example nbd ticket.
Change-Id: I45d261712e94f57ebd1b5fae261083e40a5f15f8
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
Add nbd.json ticket using the nbd backend, and add instructions for
using the nbd backend.
These instructions will be useful for testing imageio daemon without
oVirt installation. One use case is imageio test container used by
kubevirt project[1].
nbd.json will also be useful for the other examples.
[1] https://github.com/machacekondra/imageiotest
Change-Id: Ifdaa16a5883be62b8d4dbd976727d33c8315cdba
Signed-off-by: Nir Soffer <nsoffer@redhat.com>