zoneadm move <zone> /new/zone/path, but what happens with filesystem special
Hello,
I have a question a former coworker has configured a zone and zfs
zone.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE zone PUBLIC "-//Sun Microsystems Inc//DTD Zones//EN" "file:///usr/share/lib/xml/dtd/zonecfg.dtd.1">
<!--
DO NOT EDIT THIS FILE. Use zonecfg(1M) instead.
-->
<zone name="zone-a" zonepath="/global/zones/zone-a/boot" autoboot="true">
<network address="xx.xx.xxx.xx" physical="bge0"/>
<filesystem special="zone-a/data" directory="/zsa" type="zfs"/>
</zone>
zfs configuration:
zpool history
History for 'zone-a':
2009-01-28.17:21:36 zpool create -m /global/zones/zone-a zone-a /dev/dsk/c3t60060E801444F000000144F00000002Cd0s0
I have a question a former coworker has configured a zone and zfs
zone.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE zone PUBLIC "-//Sun Microsystems Inc//DTD Zones//EN" "file:///usr/share/lib/xml/dtd/zonecfg.dtd.1">
<!--
DO NOT EDIT THIS FILE. Use zonecfg(1M) instead.
-->
<zone name="zone-a" zonepath="/global/zones/zone-a/boot" autoboot="true">
<network address="xx.xx.xxx.xx" physical="bge0"/>
<filesystem special="zone-a/data" directory="/zsa" type="zfs"/>
</zone>
zfs configuration:
zpool history
History for 'zone-a':
2009-01-28.17:21:36 zpool create -m /global/zones/zone-a zone-a /dev/dsk/c3t60060E801444F000000144F00000002Cd0s0
0