Skip to content

Commit

Permalink
[Test] Create Directory /etc/enroot for pyxis test (#6599)
Browse files Browse the repository at this point in the history
Co-authored-by: Himani Deshpande <[email protected]>
Co-authored-by: Ryan Anderson <[email protected]>
  • Loading branch information
3 people committed Dec 6, 2024
1 parent f8a10a3 commit 0cad8dd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ echo "Executing $0"
# Configure Enroot
ENROOT_PERSISTENT_DIR="/var/enroot"
ENROOT_VOLATILE_DIR="/run/enroot"
ENROOT_CONF_DIR="/etc/enroot"

sudo mkdir -p $ENROOT_PERSISTENT_DIR
sudo chmod 1777 $ENROOT_PERSISTENT_DIR
sudo mkdir -p $ENROOT_VOLATILE_DIR
sudo chmod 1777 $ENROOT_VOLATILE_DIR
sudo mkdir -p $ENROOT_CONF_DIR
sudo chmod 1777 $ENROOT_CONF_DIR
sudo mv /opt/parallelcluster/examples/enroot/enroot.conf /etc/enroot/enroot.conf
sudo chmod 0644 /etc/enroot/enroot.conf

Expand Down

0 comments on commit 0cad8dd

Please sign in to comment.