Skip to content
Snippets Groups Projects
Commit b8609351 authored by Torbjörn Lönnemark's avatar Torbjörn Lönnemark
Browse files

Mount /home from diskus using NFS

parent 9ebf4ef3
No related merge requests found
# Connect to home via infiniband
10.44.1.220 home
# home has been migrated to diskus (and is now mounted via nfs)
#10.44.1.220 home
10.44.4.1 analysator-system.lysator.liu.se analysator-system
10.41.0.1 analysator-system-eth
......
......@@ -17,8 +17,12 @@ class analysator::storage {
path => '/etc/fstab',
line => '10.44.1.99:6789:/users /storage ceph name=analysator,mds_namespace=storage,secretfile=/etc/ceph/client.analysator.secret,noatime,_netdev 0 2',
}
file_line { 'ceph_home_mount':
#file_line { 'ceph_home_mount':
# path => '/etc/fstab',
# line => '10.44.1.99:6789:/users /home ceph name=analysator,mds_namespace=home,secretfile=/etc/ceph/client.analysator.secret,noatime,_netdev 0 2',
#}
file_line { 'nfs_home_mount':
path => '/etc/fstab',
line => '10.44.1.99:6789:/users /home ceph name=analysator,mds_namespace=home,secretfile=/etc/ceph/client.analysator.secret,noatime,_netdev 0 2',
line => '130.236.254.9:/tank/users /home nfs vers=4,minorversion=2,nosuid,rw,sec=sys 0 0',
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment