<div dir="ltr"><div><div><div>just playing with ZFS for learning and i have couple of Iscsi and NFS enabled on zfs pool named acipool.<br></div>when ever i tried to export the pool for testing purposes it says. "pool is bussy"<br>

<br></div>actually i am testing multiple scenarios in one go.<br></div>i have replace the drives with bigger ones and want to check if autoexpend=on is working. though it is not working automatically. so some where in google it is written that, force online the devices with -e option and export then import will do that job. and also do not want to delete the Iscsi Zvol because, i do not want data loss. and i also want to try the import tool said by ZFS that it will auto import the whole raid with out problem with all the data in it. so just wana try that magice. but for now i am stuck at the point where i can not export pool. <br>
<div><div><br>i disabled iscsi service <br>disabled       14:13:35 svc:/network/iscsi/initiator:default<br>disabled       14:13:45 svc:/network/iscsi/target:default<br><br><br>i tired this but no help<br>root@omni:/export# zpool export acipool<br>
cannot export 'acipool': pool is busy<br>root@omni:/export# zpool export -F acipool<br>cannot export 'acipool': pool is busy<br>
root@omni:/export# zpool export -f acipool<br>cannot export 'acipool': pool is busy<br><br><br></div><div>here is my zfs list<br><br>root@omni:/export# zfs list<br>NAME                                       USED  AVAIL  REFER  MOUNTPOINT<br>
acipool                                    197G   258G  25.0G  /acipool<br>acipool/aci-nfs                           47.8K   258G  47.8K  /acipool/aci-nfs<br>acipool/cmdiscsi                          2.71G   258G  44.8K  none<br>
acipool/cmdiscsi/iTarget                  2.71G   258G  2.71G  -<br>acipool/cmdnfs                             169G   258G   169G  /acipool/cmdnfs<br>acipool/iscsi                             79.2K   258G  55.3K  /acipool/iscsi<br>
acipool/iscsi/testdot                     23.9K   258G  23.9K  -<br>rpool                                     28.1G  8.30G    39K  /rpool<br>rpool/ROOT                                20.1G  8.30G    31K  legacy<br>rpool/ROOT/napp-it-0.9b3                  17.3G  8.30G  18.6G  /<br>
rpool/ROOT/netatalk-3.0.4                 2.71G  8.30G  1.58G  /<br>rpool/ROOT/omnios                         3.41M  8.30G  1.62G  /<br>rpool/ROOT/omnios-backup-1                  41K  8.30G  1.41G  /<br>rpool/ROOT/omniosvar                        31K  8.30G    31K  legacy<br>
rpool/ROOT/pre_napp-it-0.9b3                41K  8.30G  1.40G  /<br>rpool/ROOT/pre_netatalk-3.0.4_1378473769    52K  8.30G  1.48G  /<br>rpool/dump                                6.00G  8.30G  6.00G  -<br>rpool/export                                63K  8.30G    32K  /export<br>
rpool/export/home                           31K  8.30G    31K  /export/home<br>rpool/swap                                2.06G  10.4G  4.93M  -<br><br><br></div><div>any idea?<br><br></div><div>Thanks,<br></div><div>Myk<br>
</div><div><br><br></div></div></div>