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, Apr 13, 4:54 AM
Unknown Object (File)
Dec 23 2023, 12:19 AM
Unknown Object (File)
Dec 14 2023, 11:27 PM
Unknown Object (File)
Nov 18 2023, 4:17 PM
Unknown Object (File)
Nov 18 2023, 3:47 PM
Unknown Object (File)
Nov 18 2023, 3:43 PM
Unknown Object (File)
Oct 27 2023, 12:19 PM
Unknown Object (File)
Aug 16 2023, 8:51 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.