puppet-glance/spec
PranaliD da9e1a7f4e Add sparse image upload configuration parameters
Addng configuration option ``rbd_thin_provisioning`` and
``filesystem_thin_provisioning`` to rbd and filesystem
backends, to enable or not sparse upload.

A sparse file means that we do not actually write null byte
sequences but only the data itself at a given offset, the
"holes" which can appear will automatically be interpreted by
the storage backend as null bytes, and do not really consume
your storage.

Partially Implements: blueprint handle-sparse-image

Change-Id: Ic95fa45af0f1db92d8425862c6267f466764fbbe
2020-09-25 23:33:48 +00:00
..
acceptance Add Puppet Litmus 2020-08-31 21:20:51 +02:00
classes Add sparse image upload configuration parameters 2020-09-25 23:33:48 +00:00
defines Add sparse image upload configuration parameters 2020-09-25 23:33:48 +00:00
unit Use anchor to require necessary packages/services 2020-05-04 02:15:52 +09:00
shared_examples.rb spec: updates for rspec-puppet 2.x and rspec 3.x 2015-02-25 05:37:44 +01:00
spec.opts (#11692) Add unit tests 2012-01-03 11:27:43 -08:00
spec_helper.rb Move rspec-puppet-facts to spec helper 2016-09-30 13:18:28 -06:00
spec_helper_acceptance.rb Add Puppet Litmus 2020-08-31 21:20:51 +02:00