]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
erasure-code: enable ec-rados-default.yaml
authorLoic Dachary <ldachary@redhat.com>
Tue, 24 Mar 2015 16:41:12 +0000 (17:41 +0100)
committerLoic Dachary <ldachary@redhat.com>
Wed, 25 Mar 2015 16:33:31 +0000 (17:33 +0100)
commit1dddc118d323a29862256e44d86a716979156c00
tree50c7e4ba068cf84c77b34f4667f466d6db0f133d
parentcfc0d0784b3cb52394f6f2a93eee30c3488e1809
erasure-code: enable ec-rados-default.yaml

The ec-rados-default.yaml started with:

  workload:
    sequential:

which is only suitable for suites/upgrade/giant-x/parallel/2-workload/sequential_run/ec-rados-default.yaml

because suites/upgrade/giant-x/parallel/1-giant-install/giant.yaml has

   - parallel:
      - workload
      - upgrade-sequence

The same file was included in contexts where the parallel task was not
used and the workload did not run:

  ./suites/upgrade/firefly-x/stress-split-erasure-code/5-workload/ec-rados-default.yaml
  ./suites/upgrade/giant-x/stress-split-erasure-code/5-workload/ec-rados-default.yaml
  ./suites/upgrade/giant-x/stress-split-erasure-code-x86_64/5-workload/ec-rados-default.yaml

The ec-rados-default.yaml is modified to be a task instead of a
sequential task in a parallel tasks. The ec-rados-sequential.yaml is
added and is linked in
suites/upgrade/giant-x/parallel/2-workload/sequential_run instead of ec-rados-default.yaml.

http://tracker.ceph.com/issues/11221 Fixes: #11221

Signed-off-by: Loic Dachary <loic@dachary.org>
erasure-code/ec-rados-default.yaml
erasure-code/ec-rados-sequential.yaml [new file with mode: 0644]
suites/upgrade/giant-x/parallel/2-workload/sequential_run/ec-rados-default.yaml [deleted symlink]
suites/upgrade/giant-x/parallel/2-workload/sequential_run/ec-rados-sequential.yaml [new symlink]