2 Commits

Author SHA1 Message Date
Nir Soffer
79846909ea examples: Use disk.raw or disk.qcow2
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>
2020-07-12 15:30:36 +03:00
Nir Soffer
88429f40cc examples: Prepare for nbd backend example
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>
2020-07-07 22:12:42 +03:00