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 90a931c commit 6bedd31Copy full SHA for 6bedd31
tests/integration-tests/tests/pyxis/test_pyxis/test_pyxis/compute_node_start.sh
@@ -6,11 +6,14 @@ echo "Executing $0"
6
# Configure Enroot
7
ENROOT_PERSISTENT_DIR="/var/enroot"
8
ENROOT_VOLATILE_DIR="/run/enroot"
9
+ENROOT_CONF_DIR="/etc/enroot"
10
11
sudo mkdir -p $ENROOT_PERSISTENT_DIR
12
sudo chmod 1777 $ENROOT_PERSISTENT_DIR
13
sudo mkdir -p $ENROOT_VOLATILE_DIR
14
sudo chmod 1777 $ENROOT_VOLATILE_DIR
15
+sudo mkdir -p $ENROOT_CONF_DIR
16
+sudo chmod 1777 $ENROOT_CONF_DIR
17
sudo mv /opt/parallelcluster/examples/enroot/enroot.conf /etc/enroot/enroot.conf
18
sudo chmod 0644 /etc/enroot/enroot.conf
19
0 commit comments