Skip to content

Commit

Permalink
add containerd to be linked to new mounted disk in cloudlab (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
woojoong88 authored Oct 13, 2022
1 parent 8eea832 commit 142249b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cloudlab-disksetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sudo mkdir -p /var/lib/libvirt
sudo rm -rf /var/lib/libvirt/images

# create symlinks to /mnt/extra partition
for DIR in docker kubelet openstack-helm nova libvirt/images
for DIR in docker containerd kubelet openstack-helm nova libvirt/images
do
sudo mkdir -p "/mnt/extra/$DIR"
sudo chmod -R a+rwx "/mnt/extra/$DIR"
Expand Down

0 comments on commit 142249b

Please sign in to comment.