<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - WARNING: SCSI: 5519: Failing I/O due to too many reservation conflicts</title>
    <link>http://communities.vmware.com/community/vmtn/vi/esx3.5?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Tue, 19 Jun 2007 14:46:06 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2007-06-19T14:46:06Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: WARNING: SCSI: 5519: Failing I/O due to too many reservation conflicts</title>
      <link>http://communities.vmware.com/message/674914?tstart=0#674914</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
VMFS metadata activities occur when you:&lt;br /&gt;
&lt;br /&gt;
    update the path/name, access/modification/create times, permissions/ownerships, size of a file on the VMFS&lt;br /&gt;
    Files grow in 15MB chunks usually.&lt;br /&gt;
    vMotion, clone, remove, migrate a file on the VMFS&lt;br /&gt;
    open/close files on the VMFS&lt;br /&gt;
&lt;br /&gt;
Effectively everytime you touch one of the VM files you buy a lock. This is why most VMDKs are monolithic. You do not get locks for changing the contents of an already opened file. But the open produces a short term lock, as does the close. And only if a file grows greater than the existing bounds do you produce locks.&lt;br /&gt;
&lt;br /&gt;
-delta.vmdk files are a case where the file is constantly growing past its boundaries. Every 15MBs requires a new lock to change the size of the file.&lt;br /&gt;
&lt;br /&gt;
The more simultaneous LUN activities the more chance of failures do to SCSI reservation conflicts. Reducing the number of LUN activities solves the problem. For example, 8 simultaneous vMotions on the same LUN will produce SCSI reservation conflicts. Yet 8 simultaneous vMotions using 8 different LUNs will not.&lt;br /&gt;
&lt;br /&gt;
Best regards,&lt;br /&gt;
Edward</description>
      <pubDate>Tue, 19 Jun 2007 14:46:06 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/674914?tstart=0#674914</guid>
      <dc:date>2007-06-19T14:46:06Z</dc:date>
      <clearspace:dateToText>2 years, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: WARNING: SCSI: 5519: Failing I/O due to too many reservation conflicts</title>
      <link>http://communities.vmware.com/message/674588?tstart=0#674588</link>
      <description>How do I check the LUN Metadata activities?  I am seeing the same errors intermittantly with my HP BL685c servers and EVA5000.  It is error free for a week then starts showing these errors intermittantly.   I am not creating a VM or VMotion at the time.  Errors logged at night during backups as well as during the day.  Tried setting the port speed and no difference.  Does anyone have a view on if the Insite Manager agents could be causing it?</description>
      <pubDate>Tue, 19 Jun 2007 07:19:53 GMT</pubDate>
      <author>Muddy</author>
      <guid>http://communities.vmware.com/message/674588?tstart=0#674588</guid>
      <dc:date>2007-06-19T07:19:53Z</dc:date>
      <clearspace:dateToText>2 years, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: WARNING: SCSI: 5519: Failing I/O due to too many reservation conflicts</title>
      <link>http://communities.vmware.com/message/673693?tstart=0#673693</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
SCSI Reservation conflicts are do to performing to many VMFS metadata updates simultaneously. Depending on your SAN/iSCSI server the limit on simultaneous metadata updates is severely limited before you start to through SCSI conflict messages.&lt;br /&gt;
&lt;br /&gt;
First things I would do: Verify the firmware level of your SAN, Fabric Switches, and HBAs are all at the desired level. For example, if you have a Hitachi SAN there was a firmware upgrade required so that the reservations responded much faster and therefore limited the amount of conflicts. Without this minimum version, conflicts would happen constantly.&lt;br /&gt;
&lt;br /&gt;
Second thing I would do, is verify any 3rd party agents, or in house written scripts that run on your ESX hosts on a regular basis. If for example, you constantly 'touch' the files on your SAN to make changes to times, ownership, or groups, and you are doing this simultaneously on ALL your ESX servers, you could easily throw 1000s if not millions of SCSI Reservation conflicts.&lt;br /&gt;
&lt;br /&gt;
Are you touching (file metadata changes), creating, removing, vmotioning, backing up (create and delete) VMs on the same LUN simultaneously? The limit on the number of metadata updates is on a per LUN basis.&lt;br /&gt;
&lt;br /&gt;
I would take your LUN metadata activities and pare them down to only 1 per LUN at any given time and slowly increase that number until you see reservations conflicts. That will give you the upper limit that you can do per LUN.&lt;br /&gt;
&lt;br /&gt;
Best regards,&lt;br /&gt;
Edward</description>
      <pubDate>Mon, 18 Jun 2007 12:35:14 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/673693?tstart=0#673693</guid>
      <dc:date>2007-06-18T12:35:14Z</dc:date>
      <clearspace:dateToText>2 years, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: WARNING: SCSI: 5519: Failing I/O due to too many reservation conflicts</title>
      <link>http://communities.vmware.com/message/672457?tstart=0#672457</link>
      <description>foo,&lt;br /&gt;
Any update???</description>
      <pubDate>Fri, 15 Jun 2007 17:37:04 GMT</pubDate>
      <author>falsehope</author>
      <guid>http://communities.vmware.com/message/672457?tstart=0#672457</guid>
      <dc:date>2007-06-15T17:37:04Z</dc:date>
      <clearspace:dateToText>2 years, 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: WARNING: SCSI: 5519: Failing I/O due to too many reservation conflicts</title>
      <link>http://communities.vmware.com/message/633877?tstart=0#633877</link>
      <description>We are still having these issues does anyone have any suggestions?&lt;br /&gt;
&lt;br /&gt;
We have a support request open with VM but this is going very slowly! &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
regards,&lt;br /&gt;
&lt;br /&gt;
Paul</description>
      <pubDate>Mon, 30 Apr 2007 09:51:25 GMT</pubDate>
      <author>foofighter26</author>
      <guid>http://communities.vmware.com/message/633877?tstart=0#633877</guid>
      <dc:date>2007-04-30T09:51:25Z</dc:date>
      <clearspace:dateToText>2 years, 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: WARNING: SCSI: 5519: Failing I/O due to too many reservation conflicts</title>
      <link>http://communities.vmware.com/message/622693?tstart=0#622693</link>
      <description>Have you Informations, what HP preferred??&lt;br /&gt;
I know, some Storage-Vendors preferred fix seetings for Port-Speed too. I preferred fix settings for both to all FC-Target-Devices, if possible.&lt;br /&gt;
&lt;br /&gt;
regards&lt;br /&gt;
Werner</description>
      <pubDate>Mon, 16 Apr 2007 15:00:00 GMT</pubDate>
      <author>wtreutz</author>
      <guid>http://communities.vmware.com/message/622693?tstart=0#622693</guid>
      <dc:date>2007-04-16T15:00:00Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: WARNING: SCSI: 5519: Failing I/O due to too many reservation conflicts</title>
      <link>http://communities.vmware.com/message/622687?tstart=0#622687</link>
      <description>All are set to f-type only apart from the truncation between switches which is e-type.&lt;br /&gt;
&lt;br /&gt;
Also Portspeed is set to auto at the moment.</description>
      <pubDate>Mon, 16 Apr 2007 14:55:21 GMT</pubDate>
      <author>foofighter26</author>
      <guid>http://communities.vmware.com/message/622687?tstart=0#622687</guid>
      <dc:date>2007-04-16T14:55:21Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: WARNING: SCSI: 5519: Failing I/O due to too many reservation conflicts</title>
      <link>http://communities.vmware.com/message/622673?tstart=0#622673</link>
      <description>How are your FC-Switch-Port settings, and in which szzenario do you have the errors.&lt;br /&gt;
&lt;br /&gt;
I had seen in /var/log/vmkernel something like&lt;br /&gt;
vmkernel: 0:00:44:23.107 cpu2:1036)WARNING: SCSI: 7916: status SCSI reservation conflict, rstatus #c0de01 for vmhba1:0:0. residual R 919, CR 0, ER 3&lt;br /&gt;
vmkernel: 0:00:44:23.107 cpu2:1036)WARNING: FS3: 4008: Reservation error: SCSI reservation conflict&lt;br /&gt;
vmkernel: 0:00:44:23.393 cpu2:1034)SCSI: vm 1034: 5509: Sync CR at 0&lt;br /&gt;
vmkernel: 0:00:44:23.393 cpu2:1034)WARNING: SCSI: 5519: Failing I/O due to too many reservation conflicts&lt;br /&gt;
after FC-Storage failover. For us it was reproducible the settings on the FC-Switch-Ports. We &lt;u&gt;must &lt;/u&gt;set the PortSpeed &lt;u&gt;fix &lt;/u&gt;and set the PortType to &lt;u&gt;F-Type only&lt;/u&gt; (no E-Type and no L-Type)</description>
      <pubDate>Mon, 16 Apr 2007 14:41:29 GMT</pubDate>
      <author>wtreutz</author>
      <guid>http://communities.vmware.com/message/622673?tstart=0#622673</guid>
      <dc:date>2007-04-16T14:41:29Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>WARNING: SCSI: 5519: Failing I/O due to too many reservation conflicts</title>
      <link>http://communities.vmware.com/message/622627?tstart=0#622627</link>
      <description>WARNING: SCSI: 5519: Failing I/O due to too many reservation conflicts in vmkernel logs. We are currently having an issue where 3 blades changed to not responsive and the vms on them were powered on but unresponsive. The datastore on the SAN's scsi reservation had changed from none to regular which caused the datastore to become inaccessible. We rebooted the blades which appeared to change the reservation on the SAN back to none then we were able to power on the vms with the exception of one blade where we had to rescan the datastore to get the datastore back. Equipment: HP EVA 8000 HP BL20P G4 Blades Fibre Switch is 4GB</description>
      <pubDate>Mon, 16 Apr 2007 14:10:38 GMT</pubDate>
      <author>foofighter26</author>
      <guid>http://communities.vmware.com/message/622627?tstart=0#622627</guid>
      <dc:date>2007-04-16T14:10:38Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
  </channel>
</rss>

