Hi,
I had 2 luns in a zfs mirrored config.
I increased the size of both the luns by x gig and offlined/online the
individual luns in the zpool, also tried an export/import of the zpool, but i
am unable to see the increased sizewhat would i need to do to see the
increased size?...or is it not
Thanks Darren, but the snapshot taken at 4 would be the snapshot on the storage
and not on the host so the storage system wouldnt really have to bother about
flushing the host FS or about consistency...which would be more a function of
the host FS or app?.
This message posted from opensolari
Hi Eric,
Is zfs dynamic lun expansion possible now?.
thanks!
Ganes
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Did we ever get a reply to this?,
As somebody mentioned, the generic answer was "use ZFS", but i never got to
know how. I havent tried it myself but i was curious to know since i will be
implementing ZFS shortly.
This message posted from opensolaris.org
__
Thanks Darren, so a sync should do the job for me in that case. How about
locking the FS so that i dont miss any new writes further on?.
Anything similar to lockfs?.
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@op
Thanks Darren.
let me try to put this in points -
1. ZFS atomic operation that commits data.
2. Writes come into the app.
3. The db put in hotbackup mode.
4. Snapshot taken on storage.
5. ZFS atomic operation that commits data.
So if i do a snap restore, ZFS might revert to point1, but from the
Both levels, application and filesystem.
If i put the database in hotbackup mode,then i will have to ensure that the
filesystem is consistent as well.So, you are saying that taking a ZFS snapshot
is the only method to guarantee consistency in the filesystem since it flushes
all the buffers to th
Hi Folks,
how can i guarantee consistency for the ZFS snapshots?.
If i am running a db or any other app on my ZFS and want to take a snapshot is
there is any filesystem equivalent command to quiesce the ZFS before taking a
snapshot or do i have to rely on the app itself?.
Can i do something like