[Box Backup-commit] COMMIT r1518 - box/chris/merge/lib/raidfile

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Fri, 20 Apr 2007 21:00:30 +0100


Author: chris
Date: 2007-04-20 21:00:30 +0100 (Fri, 20 Apr 2007)
New Revision: 1518

Modified:
   box/chris/merge/lib/raidfile/RaidFileException.txt
Log:
Added commentary to RaidFileDoesntExist exception.


Modified: box/chris/merge/lib/raidfile/RaidFileException.txt
===================================================================
--- box/chris/merge/lib/raidfile/RaidFileException.txt	2007-04-16 17:57:01 UTC (rev 1517)
+++ box/chris/merge/lib/raidfile/RaidFileException.txt	2007-04-20 20:00:30 UTC (rev 1518)
@@ -11,7 +11,8 @@
 OSError							8	Error when accessing an underlying file. Check file permissions allow files to be read and written in the configured raid directories.
 WriteFileOpenOnTransform		9
 WrongNumberOfDiscsInSet			10	There should be three directories in each disc set.
-RaidFileDoesntExist				11
+RaidFileDoesntExist				11	Error when accessing a
+file on the store. Check the store with bbstoreaccounts check.
 ErrorOpeningFileForRead			12
 FileIsDamagedNotRecoverable		13
 InvalidRaidFile					14