We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32ac55 commit de47124Copy full SHA for de47124
integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java
@@ -878,8 +878,9 @@ protected void createPV() throws Exception {
878
// + BaseTest.getPvRoot()
879
+ "/scratch:/scratch -c \"ls -ltr /scratch "
880
+ BaseTest.getPvRoot()
881
- + "/acceptance_test_pv/persistentVolume-"
882
- + domainUid
+ + " "
+ + BaseTest.getPvRoot()
883
+ + "/acceptance_test_pv"
884
+ "\"";
885
logger.info("Check PVROOT by running " + cmd);
886
ExecResult result = TestUtils.exec(cmd);
0 commit comments