cinder/cinder/db
John Griffith 67078ab932 Enable setting blocksize on volumes.
Some back-ends support blocksizes other than the default 512 (like 4096),
this change adds a provider_geometry column to the volumes table,
format is "physical_block_size logical_block_size".

This can then be used by libvirt to determine if it should pass in
non-default block_size info, and there's a method for future
geometry/disk info that might be needed.

Fixes bug: 1196248

Change-Id: I8d40bc56403154fbe955cd4ccf8f0c55fc9eb7c5
2013-07-10 16:32:09 -06:00
..
sqlalchemy Enable setting blocksize on volumes. 2013-07-10 16:32:09 -06:00
__init__.py Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
api.py Don't pass 'session' arg to public DB API methods 2013-07-08 17:48:01 +03:00
base.py Replace FLAGS with cfg.CONF in db 2013-06-04 18:03:52 +04:00
migration.py Create single initial Cinder DB migration file 2012-07-05 19:10:50 -06:00