Skip to content
Snippets Groups Projects
Commit 234cce81 authored by Julien Leduc's avatar Julien Leduc
Browse files

0001-Fixing-LBP-issue-in-CleanerSession.patch c09fe0105105678fcc0d83561ee503723ad59d76

parent 6a527032
Branches
Tags v0.0-81
No related merge requests found
......@@ -110,6 +110,7 @@ void castor::tape::tapeserver::daemon::CleanerSession::cleanDrive(drive::DriveIn
}
rewindDrive(drive);
drive.disableLogicalBlockProtection();
checkTapeContainsData(drive);
......@@ -118,7 +119,6 @@ void castor::tape::tapeserver::daemon::CleanerSession::cleanDrive(drive::DriveIn
unloadTape(volumeLabelVSN, drive);
dismountTape(volumeLabelVSN);
drive.disableLogicalBlockProtection();
}
//------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment