]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
erasure-code: pool create must not create profiles 1991/head
authorLoic Dachary <loic@dachary.org>
Wed, 11 Jun 2014 20:44:57 +0000 (22:44 +0200)
committerLoic Dachary <loic@dachary.org>
Mon, 30 Jun 2014 14:17:59 +0000 (16:17 +0200)
commita7119c31e9a1b415f56426d2b4cd362357ad8b17
treea61babe4f938afc96f83cd95ef2049f7a3f82b15
parenta67c1c1c51b111f40819643530e07f8026227caa
erasure-code: pool create must not create profiles

If a non existent profile is provided as an argument to osd pool create,
it must exit on error and not create the profile as a side effect.

http://tracker.ceph.com/issues/8307 refs: #8307

Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit ff2eb234e63cd281b40405cb3397da5babda943f)
src/test/mon/osd-pool-create.sh