File size: 407 Bytes
e80f714
 
 
 
6f1f3b5
05136b2
1
2
3
4
5
6
test ${AZURE_MOUNT_POINT}
rm -rf ${AZURE_MOUNT_POINT}
mkdir ${AZURE_MOUNT_POINT}

# mount our blobstore
AZURE_STORAGE_ACCOUNT=$AZURE_STORAGE_ACCOUNT AZURE_STORAGE_ACCESS_KEY=$AZURE_STORAGE_ACCESS_KEY blobfuse $AZURE_MOUNT_POINT --use-https=true --tmp-path=/tmp/blobfuse/$AZURE_STORAGE_ACCOUNT --container-name=$AZURE_STORAGE_ACCOUNT_CONTAINER -o allow_other --use-attr-cache=true --basic-remount-check=true