Skip to content

Commit

Permalink
Update solaris-devops-part2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elik1001 committed Jan 10, 2019
1 parent 8474b0b commit 7005e17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/solaris-devops-part2.md
Expand Up @@ -765,17 +765,17 @@ As of Version 07, all script settings are stored in devops_config.ini.
<pre>
[ZFSSA]
# ZFSSA API URL
url = https://10.150.0.240:215
url = https://10.10.0.10:215

# ZFSSA API login
zfsuser = devops_api
zfspass = devops1#
zfspass = password

# ZFS pool
zfspool = HP-pool1

# ZFS project
zfsproject = 4gl_do
zfsproject = do_project

[ZFS_SRC_FS]
# ZFS source filesystem
Expand Down Expand Up @@ -856,8 +856,8 @@ nfs = yes
# Below you define a list of NFS file systems and options
# All the options below will be added to the source /etc/vfstab file
# This section is only used if ldap = yes
vfstab.1 = nas-users.bnh.com:/export/users-dev - /users nfs - yes bg,intr,vers=3
vfstab.2 = nas-shared.bnh.com:/export/shared-dev - /data3 nfs - yes bg,intr,vers=3
vfstab.1 = nas-vip1:/export/share1-dev - /share1 nfs - yes bg,intr,vers=3
vfstab.2 = nas-vip2:/export/share2-dev - /share2 nfs - yes bg,intr,vers=3

[STARTUP]
# Options are [yes | no]
Expand Down

0 comments on commit 7005e17

Please sign in to comment.