diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-01 15:15:17 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-01 15:15:17 -0700 |
commit | ece5858fa9b397be82059cfc763504294d885e83 (patch) | |
tree | ce4884e1eab5dff363a4b70dc8841601c5ae2eda /deployment/heat | |
parent | 04f6c4d8750382568649b355d3dd2e16a8559624 (diff) |
No longer use RAM disk for /dockerdata-nfs
Change-Id: I9861c363b55de662c1d3985fda97df7552272c81
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh index f9ceed956..c1b13a469 100644 --- a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh +++ b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh @@ -65,7 +65,7 @@ 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 +mkdir -pv /dockerdata-nfs #mount /dockerdata-nfs # version control the persistence volume to see what's happening |