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.
2 parents 6ea6088 + 648c320 commit 6afe571Copy full SHA for 6afe571
base/etc/osg/image-config.d/20-osg-ce-setup.sh
@@ -63,6 +63,14 @@ echo ">>>>> YOUR CERTIFICATE INFORMATION IS:"
63
openssl x509 -in $hostcert_path -text
64
echo "><><><><><><><><><><><><><><><><><><><"
65
66
-chown -R condor:condor /var/log/condor-ce /var/lib/condor-ce/spool
+# Ensure that PVC dirs and subdirs exist and have the proper
67
+# ownership (SOFTWARE-4423)
68
+mkdir -p \
69
+ /var/log/condor-ce/ \
70
+ /var/lib/condor-ce/execute \
71
+ /var/lib/condor-ce/spool/ceview/{metrics,vos}
72
+chown -R condor:condor \
73
+ /var/log/condor-ce \
74
+ /var/lib/condor-ce/
75
76
set +xe
0 commit comments