On Sun, Nov 14, 2010 at 11:45 PM, sridhar surampudi
<toyours_srid...@yahoo.co.in> wrote:
> Thanks you for the details. I am aware of export/import of zpool. but with 
> zpool export pool is not available for writes.
>
> is there a way I can freeze zfs file system at file system level.
> As an example, for JFS file system using "chfs -a freeze ..." option.
> So if I am taking a hardware snapshot, I will run chfs at file system (jfs ) 
> level then fire commands to take snapshot at harware level (or for array 
> LUNS) to get consistent backup. I thins case, no down time is required for 
> the file system.
>
> Once snapshot is done, i will do qu quiesce / freeze the file system.
>
> Looking for how to do similar freeze for zfs file system.

You would need to do it at the *pool* level, not the filesystem level.
 And the only way to guarantee that no writes will be done to a pool
is to take the pool offline via zpool export.

One more reason to stop using hardware storage systems and just let
ZFS handle the drives directly.  :)
-- 
Freddie Cash
fjwc...@gmail.com
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to