Re: [storage-discuss] Fwd: [zfs-discuss] COMSTAR iscsi replication - dataset busy

2010-08-04 Thread Bruno Sousa
On 4-8-2010 5:51, Mike La Spina wrote:
> I run ZFS sends all the time with COMSTAR on snv_134 over iSCSI VMware 
> initiators. I do not have any dataset busy issues. Possibly the Linux client 
> is using PGR and locking the LUN up perpetually.
>
> You need to capture the iSCSI traffic and examine/post what CDB's are issued 
> by the Linux initiator.
>
> e.g.
> r...@ss1:~# snoop -d e1000g0 -o capfilename "10.10.10.1"
>
> Regards,
>
> Mike
>   
I also have the same issue if i use Windows 2003 iSCSI initiatorsbut
thanks for the heads up, i will try the snoop thing ;)

Bruno

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss


Re: [storage-discuss] Fwd: [zfs-discuss] COMSTAR iscsi replication - dataset busy

2010-08-03 Thread Mike La Spina
I run ZFS sends all the time with COMSTAR on snv_134 over iSCSI VMware 
initiators. I do not have any dataset busy issues. Possibly the Linux client is 
using PGR and locking the LUN up perpetually.

You need to capture the iSCSI traffic and examine/post what CDB's are issued by 
the Linux initiator.

e.g.
r...@ss1:~# snoop -d e1000g0 -o capfilename "10.10.10.1"

Regards,

Mike
-- 
This message posted from opensolaris.org
___
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss


Re: [storage-discuss] Fwd: [zfs-discuss] COMSTAR iscsi replication - dataset busy

2010-07-29 Thread Henrik Johansen
At Wed, 28 Jul 2010 09:58:32 Richard Elling wrote:

> forwarded to storage-discuss
> 
> Begin forwarded message:
> 
> > From: Bruno Sousa 
> > Date: July 28, 2010 8:54:27 AM PDT
> > To: ZFS filesystem discussion list 
> > Subject: [zfs-discuss] COMSTAR iscsi replication - dataset busy
> > 
> > Hi all,
> > 
> > I have in lab two servers running snv_134 and while doing some
> > experiences with iscsi volumes and replication i came up to a road-block
> > that i would like to ask for your help.
> > So in server A i have a lun created in COMSTAR without any views attach
> > to it and i can zfs send it to server B without problems.
> > 
> > Now on server B i created a view on that volume and there's a linux
> > machine accessing this volume over iscsi. As soon as i created the view
> > of the lun on server B the process of zfs send incremental (or not btw)
> > stops working , giving me the message of "dataset busy".

Perhaps this is related to CR 6833626 ?

http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6833626
 
> > So, if i stop the linux machine of accessing the lun in server B, the
> > problem keeps on, if i remove the COMSTAR view the problem keeps on, but
> > i remove the lu in COMSTAR then it works..
> > Is there any other way to bypass this issue?
> >
> > 
> > Thanks,
> > Bruno
> > 
> > 
> > 
> > -- 
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
> > 
> > ___
> > zfs-discuss mailing list
> > [email protected]
> > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
> 
> -- 
> ZFS and performance consulting
> http://www.RichardElling.com


/HJ
___
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss


Re: [storage-discuss] Fwd: [zfs-discuss] COMSTAR iscsi replication - dataset busy

2010-07-28 Thread Bruno Sousa
Damn...seems like :(
Thanks for the heads-up.

Bruno

On 28-7-2010 19:42, Henrik Johansen wrote:
> At Wed, 28 Jul 2010 09:58:32 Richard Elling wrote:
>
>   
>> forwarded to storage-discuss
>>
>> Begin forwarded message:
>>
>> 
>>> From: Bruno Sousa 
>>> Date: July 28, 2010 8:54:27 AM PDT
>>> To: ZFS filesystem discussion list 
>>> Subject: [zfs-discuss] COMSTAR iscsi replication - dataset busy
>>>
>>> Hi all,
>>>
>>> I have in lab two servers running snv_134 and while doing some
>>> experiences with iscsi volumes and replication i came up to a road-block
>>> that i would like to ask for your help.
>>> So in server A i have a lun created in COMSTAR without any views attach
>>> to it and i can zfs send it to server B without problems.
>>>
>>> Now on server B i created a view on that volume and there's a linux
>>> machine accessing this volume over iscsi. As soon as i created the view
>>> of the lun on server B the process of zfs send incremental (or not btw)
>>> stops working , giving me the message of "dataset busy".
>>>   
> Perhaps this is related to CR 6833626 ?
>
> http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6833626
>  
>   
>>> So, if i stop the linux machine of accessing the lun in server B, the
>>> problem keeps on, if i remove the COMSTAR view the problem keeps on, but
>>> i remove the lu in COMSTAR then it works..
>>> Is there any other way to bypass this issue?
>>>
>>>
>>> Thanks,
>>> Bruno
>>>
>>>
>>>
>>> -- 
>>> This message has been scanned for viruses and
>>> dangerous content by MailScanner, and is
>>> believed to be clean.
>>>
>>> ___
>>> zfs-discuss mailing list
>>> [email protected]
>>> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
>>>   
>> -- 
>> ZFS and performance consulting
>> http://www.RichardElling.com
>> 
>
> /HJ
>
>   


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss


[storage-discuss] Fwd: [zfs-discuss] COMSTAR iscsi replication - dataset busy

2010-07-28 Thread Richard Elling
forwarded to storage-discuss

Begin forwarded message:

> From: Bruno Sousa 
> Date: July 28, 2010 8:54:27 AM PDT
> To: ZFS filesystem discussion list 
> Subject: [zfs-discuss] COMSTAR iscsi replication - dataset busy
> 
> Hi all,
> 
> I have in lab two servers running snv_134 and while doing some
> experiences with iscsi volumes and replication i came up to a road-block
> that i would like to ask for your help.
> So in server A i have a lun created in COMSTAR without any views attach
> to it and i can zfs send it to server B without problems.
> 
> Now on server B i created a view on that volume and there's a linux
> machine accessing this volume over iscsi. As soon as i created the view
> of the lun on server B the process of zfs send incremental (or not btw)
> stops working , giving me the message of "dataset busy".
> 
> So, if i stop the linux machine of accessing the lun in server B, the
> problem keeps on, if i remove the COMSTAR view the problem keeps on, but
> i remove the lu in COMSTAR then it works..
> Is there any other way to bypass this issue?
> 
> 
> Thanks,
> Bruno
> 
> 
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 
> ___
> zfs-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

-- 
ZFS and performance consulting
http://www.RichardElling.com









___
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss