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 c147917 commit 98518d4Copy full SHA for 98518d4
docs/examples/storage/nfs/userdata/nfs-bootstrap
@@ -3,6 +3,9 @@ set -e
3
4
## Install and configure a NFS server to export a 2TB remote attached LUN.
5
6
+### Send stdout, stderr to /var/log/messages/
7
+exec 1> >(logger -s -t $(basename $0)) 2>&1
8
+
9
### Storage setup
10
wget -O /usr/local/bin/iscsiattach.sh https://raw.githubusercontent.com/oracle/terraform-provider-baremetal/master/docs/examples/storage/nfs/userdata/iscsiattach.sh
11
chmod +x /usr/local/bin/iscsiattach.sh
0 commit comments