Page MenuHomeFreeBSD

hv_snapshot: port Linux patch, increase timeout of vss backup operations
AbandonedPublic

Authored by avg on Nov 11 2019, 1:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 13, 5:44 AM
Unknown Object (File)
Fri, Jun 12, 11:04 PM
Unknown Object (File)
Thu, Jun 11, 2:51 PM
Unknown Object (File)
Fri, Jun 5, 11:26 AM
Unknown Object (File)
Fri, May 29, 7:13 PM
Unknown Object (File)
Thu, May 28, 11:56 PM
Unknown Object (File)
May 3 2026, 7:12 PM
Unknown Object (File)
Apr 30 2026, 6:44 PM
Subscribers

Details

Summary

This is based on a Linux change b357fd3908c1191f2.
This patch increases timeout of the VSS_OP_FREEZE operation to 15 minutes.
I believe, but have not confirmed yet, that this should fix diagnostic
messages that users see:

kernel: (da2:storvsc0:0:0:2): Retrying command (per sense data)
kernel: (da2:storvsc0:0:0:2): WRITE(10). CDB: 2a 00 14 2e 0e 00 00 00 08 00 
kernel: (da2:storvsc0:0:0:2): CAM status: SCSI Status Error
kernel: (da2:storvsc0:0:0:2): SCSI status: Check Condition
kernel: (da2:storvsc0:0:0:2): SCSI sense: UNIT ATTENTION asc:3f,2 (Changed operating definition)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27441
Build 25679: arc lint + arc unit

Event Timeline

Looks like the proposed change does not improve anything, so time to abandon.