This project is mirrored from https://gitee.com/wangmingco/rook.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 04 Feb, 2020 1 commit
-
-
Travis Nielsen authored
The integration tests were always running two MDS daemons active, with two standby. This is now parameterized so the test can request how many MDS daemons to run. The smoke suite will run two active and the rest will just run a single active MDS. Signed-off-by:
Travis Nielsen <tnielsen@redhat.com>
-
- 22 Oct, 2019 1 commit
-
-
Sébastien Han authored
We know create 4 secrets containing 4 ceph keys where each of them have limited permissions to access the cluster. Closes: https://github.com/rook/rook/issues/4074 Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- 15 Oct, 2019 1 commit
-
-
travisn authored
The BlockCreateSuite and BlockMountUnmountSuite suites are almost identical for running block tests with different types of mounts. We can consolidate these into a single test suite and eliminate a couple of the tests that are already covered by other tests. Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 19 Sep, 2019 1 commit
-
-
travisn authored
There are six test suites and six k8s versions where we currently run the tests. For efficiency we can restrict the testing to one suite per k8s version. Bigger or riskier changes should still run the full set of suites on all versions. To trigger the smaller test matrix, add [test ceph min] to the PR description Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 13 Aug, 2019 3 commits
-
-
Blaine Gardner authored
Some integration tests fail due to resources from a previous integration run not being cleaned up properly. Instead of using 'kubectl create' -- which fails with an error if the resource already exists -- to create resources, use 'kubectl apply' -- which does not fail for pre-existing resources. 'kubectl apply' will give a warning that it should be used to apply changes to resources created with 'create' or 'apply', but there is no error. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
John Mulligan authored
Signed-off-by:
John Mulligan <jmulligan@redhat.com>
-
Madhu Rajanna authored
Added code to delete secret, cephfs and rbd pools and to delete cephfs and rbd storage class. delete rbd and cephfs pod,pvc skip CSI test if kube version is less than 1.13.0 Signed-off-by:
Madhu Rajanna <madhupr007@gmail.com>
-
- 12 Aug, 2019 1 commit
-
-
John Mulligan authored
Add a prefix to the csi drivername when ceph csi is deployed by rook. This aims to prevent trivial conflict between csi instances when two rook operators are deployed into the same cluster. By default the prefix is the "<rook-namespace>." but can by customized on the cli and via environment vars. Signed-off-by:
John Mulligan <jmulligan@redhat.com>
-
- 24 Jul, 2019 1 commit
-
-
Madhu Rajanna authored
ceph-csi https://github.com/ceph/ceph-csi/pull/457 made deployment template changes and also removed node publish secrets and added not stage secrets. Signed-off-by:
Madhu Rajanna <madhupr007@gmail.com>
-
- 04 Jul, 2019 2 commits
-
-
Madhu Rajanna authored
Signed-off-by:
Madhu Rajanna <madhupr007@gmail.com>
-
Madhu Rajanna authored
Signed-off-by:
Madhu Rajanna <madhupr007@gmail.com>
-
- 25 Jun, 2019 1 commit
-
-
Madhu Rajanna authored
ceph-csi canary version is close to ceph-csi v1.1.0 release Signed-off-by:
Madhu Rajanna <madhupr007@gmail.com>
-
- 09 May, 2019 1 commit
-
-
Madhu Rajanna authored
add test cases to test cephfs csi update ceph-csi document Signed-off-by:
Madhu Rajanna <madhupr007@gmail.com>
-
- 18 Apr, 2019 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 09 Apr, 2019 1 commit
-
-
Madhu Rajanna authored
socket directory name need not follow the driver name format,renamed socket directory to simple names. Signed-off-by:
Madhu Rajanna <madhupr007@gmail.com>
-
- 01 Mar, 2019 1 commit
-
-
travisn authored
Various kubectl helper methods return strings from calls to create, delete, or apply resources. There is no need for this. It is sufficient and complete to check the err from these calls to determine failure. Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 13 Feb, 2019 1 commit
-
-
Huamin Chen authored
Signed-off-by:
Huamin Chen <hchen@redhat.com>
-