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)
Mon, Aug 31, 9:51 AM
Unknown Object (File)
Mon, Aug 31, 9:46 AM
Unknown Object (File)
Mon, Aug 31, 4:25 AM
Unknown Object (File)
Sat, Aug 29, 9:35 AM
Unknown Object (File)
Sat, Aug 29, 3:13 AM
Unknown Object (File)
Sat, Aug 29, 2:34 AM
Unknown Object (File)
Thu, Aug 27, 9:03 AM
Unknown Object (File)
Thu, Aug 27, 6:58 AM
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.