diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-01 14:25:18 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-01 14:25:18 -0700 |
commit | 04f6c4d8750382568649b355d3dd2e16a8559624 (patch) | |
tree | c03dfb6f5cd8613fb8ab1382136c4c85acae0869 /deployment/heat | |
parent | 2da3077f60b2f0173a5c2fa0cf6b09834f63482e (diff) |
No longer use RAM disk for /dockerdata-nfs
Change-Id: I34ec8e242fed1d18d023afaf473a6507afef6922
Issue-ID: INT-586
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat')
-rw-r--r-- | deployment/heat/onap-oom/rancher_vm_entrypoint.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh index 0a636e260..f9ceed956 100644 --- a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh +++ b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh @@ -64,9 +64,9 @@ apt-get -y install linux-image-extra-$(uname -r) jq make nfs-kernel-server moreu # use RAM disk for /dockerdata-nfs for testing -echo "tmpfs /dockerdata-nfs tmpfs noatime 1 2" >> /etc/fstab -mkdir -pv /dockerdata-nfs -mount /dockerdata-nfs +#echo "tmpfs /dockerdata-nfs tmpfs noatime 1 2" >> /etc/fstab +#mkdir -pv /dockerdata-nfs +#mount /dockerdata-nfs # version control the persistence volume to see what's happening chmod 777 /dockerdata-nfs/ |