Displaying 2 results from an estimated 2 matches for "overlord2".
Did you mean:
overlords
2008 Jul 12
2
sharenfs=off, but still being shared?
...off again, they disappear from the share list:
-bash-3.2# zfs set sharenfs=off store/tv
-bash-3.2# zfs set sharenfs=off store/movies
-bash-3.2# zfs set sharenfs=off rpool/export
-bash-3.2# dfshares
-bash-3.2#
Then re-share the one I actually want to nfs export:
-bash-3.2# zfs set sharenfs=on store/overlord2
For a moment it''s correct:
-bash-3.2# dfshares
RESOURCE SERVER ACCESS TRANSPORT
reaver:/store/overlord2 reaver - -
But if I kill mountd (letting smf restart it)
-bash-3.2# ps -ef | grep mount
root 1343 1 0 19:54:38...
2006 Jan 02
19
AR: How to store and restore in YML.
Hello-
I have a database with entries that are segmented by customers. I would
like to be able to store / delete / restore a particular customer''s
information. I will need to rebuild the rows on restore and also
rebuild the associations for the different tables.
For example,
customer {
id
name
}
companies {
id
customer_id (belongs_to)
name
}
contacts {
id