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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Most of the examples used /var/tmp/target.{raw,qcow2} but the file.json
ticket use /var/tmp/test.img, so installing the example ticket would not
work out of the box.
Change to disk.{raw,qcow2} in all examples and tickets. This is better
term since target does not make sense for download examples.
Change-Id: Ibbdf9a223dc7eda91d8a33c317c79de055621881
Bug-Url: https://bugzilla.redhat.com/1855047
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
Prepare for adding nbd backend example.
- Extract the common instructions, how to start a test daemon and how to
create a test image to their own sections.
- Add new section about the file backend.
- Rename ticket.json to file.json, and rename the ticket uuid to file,
so we can add a nbd ticket and have both tickets installed at the same
time.
- Add timing information so we can compare the nbd and file backend
performance.
Change-Id: I2ccaec89c7e62818f0c9878e81d9cbb850bf6ef9
Signed-off-by: Nir Soffer <nsoffer@redhat.com>