We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad5356 commit c147917Copy full SHA for c147917
docs/examples/storage/nfs/userdata/nfs-bootstrap
@@ -2,7 +2,6 @@
2
set -e
3
4
## Install and configure a NFS server to export a 2TB remote attached LUN.
5
-yum update -y
6
7
### Storage setup
8
wget -O /usr/local/bin/iscsiattach.sh https://raw.githubusercontent.com/oracle/terraform-provider-baremetal/master/docs/examples/storage/nfs/userdata/iscsiattach.sh
@@ -22,3 +21,6 @@ chmod 755 /mnt/2tb-nfs/
22
21
cidr=`ip addr show dev ens3 | grep "inet " | awk -F' ' '{print $2}'`
23
echo "/mnt/2tb-nfs $cidr(rw,sync,no_subtree_check)" > /etc/exports
24
exportfs -a
+
25
+### YUM update
26
+yum update -y
0 commit comments