<div dir="ltr"><div>>> What's pool5/fs1's actual mount point?  (<br></div><div>root@zns2-n2:/var/adm# zfs get mountpoint pool5/fs1</div><div>NAME       PROPERTY    VALUE       SOURCE</div><div>pool5/fs1  mountpoint  /pool5/fs1  local</div><div><br></div><div>>> Does that directory contain something?<br></div><div><div>root@zns2-n2:/var/adm# ls -la /pool5/fs1/</div><div>total 1</div><div>drwxr-xr-x 2 root root 2 Mar 16 14:39 .</div><div>drwxr-xr-x 4 root root 4 Mar 17 05:55 ..</div></div><div><br></div><div><br></div><div>And I also try to mount it to another location, but I can't do that</div><div><div><font face="monospace"><br></font></div><div><font face="monospace">root@zns2-n2:/var/adm# zfs set mountpoint=/pool5/new_fs1 pool5/fs1</font></div><div><font face="monospace">cannot mount 'pool5/fs1': mountpoint or dataset is busy</font></div><div><font face="monospace">property may be set but unable to remount filesystem</font></div></div><div><font face="monospace"><br></font></div><div><div><font face="monospace">root@zns2-n2:/var/adm# zfs set mountpoint=none pool5/fs1</font></div><div><font face="monospace">root@zns2-n2:/var/adm# zfs set mountpoint=/pool5/new_fs1_1 pool5/fs1</font></div><div><font face="monospace">cannot mount 'pool5/fs1': mountpoint or dataset is busy</font></div><div><font face="monospace">property may be set but unable to remount filesystem</font></div></div><div><br></div><div>>>  I'd quiesce any process that writes there, and make sure it didn't race to write there while you were mounting pool5/fs1.<br class="gmail_msg"></div><div>I do not see any processes that open files in /pool5/* directories ( I'm using pfiles utility to check it)</div><div><br></div><br><div class="gmail_quote"><div dir="ltr">пт, 17 мар. 2017 г. в 15:52, Dan McDonald <<a href="mailto:danmcd@omniti.com">danmcd@omniti.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br class="gmail_msg">
> On Mar 17, 2017, at 7:14 AM, Artem Penner <<a href="mailto:apenner.it@gmail.com" class="gmail_msg" target="_blank">apenner.it@gmail.com</a>> wrote:<br class="gmail_msg">
><br class="gmail_msg">
> root@zns2-n2:/root# zfs list pool5/fs1<br class="gmail_msg">
> NAME        USED  AVAIL  REFER  MOUNTPOINT<br class="gmail_msg">
> pool5/fs1  3.90T  44.1T  3.90T  /pool5/fs1<br class="gmail_msg">
><br class="gmail_msg">
> root@zns2-n2:/root# zfs mount pool5/fs1<br class="gmail_msg">
> cannot mount 'pool5/fs1': mountpoint or dataset is busy<br class="gmail_msg">
> root@zns2-n2:/root# zfs umount pool5/fs1<br class="gmail_msg">
> cannot unmount 'pool5/fs1': not currently mounted<br class="gmail_msg">
<br class="gmail_msg">
What's pool5/fs1's actual mount point?  ("zfs get mountpoint pool5/fs1")?  Does that directory contain something?  I'd quiesce any process that writes there, and make sure it didn't race to write there while you were mounting pool5/fs1.<br class="gmail_msg">
<br class="gmail_msg">
Dan<br class="gmail_msg">
<br class="gmail_msg">
</blockquote></div></div>