| Revision 2543,
1.4 KB
checked in by chris, 3 years ago
(diff) |
|
Allow RaidFileWrite? to test that the reference count of an object is
correct before overwriting or deleting it.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | EXCEPTION RaidFile 2 |
|---|
| 2 | |
|---|
| 3 | Internal 0 |
|---|
| 4 | CantOpenConfigFile 1 The raidfile.conf file is not accessible. Check that it is present in the default location or daemon configuration files point to the correct location. |
|---|
| 5 | BadConfigFile 2 |
|---|
| 6 | NoSuchDiscSet 3 |
|---|
| 7 | CannotOverwriteExistingFile 4 |
|---|
| 8 | AlreadyOpen 5 |
|---|
| 9 | ErrorOpeningWriteFile 6 |
|---|
| 10 | NotOpen 7 |
|---|
| 11 | OSError 8 Error when accessing an underlying file. Check file permissions allow files to be read and written in the configured raid directories. |
|---|
| 12 | WriteFileOpenOnTransform 9 |
|---|
| 13 | WrongNumberOfDiscsInSet 10 There should be three directories in each disc set. |
|---|
| 14 | RaidFileDoesntExist 11 Error when accessing a file on the store. Check the store with bbstoreaccounts check. |
|---|
| 15 | ErrorOpeningFileForRead 12 |
|---|
| 16 | FileIsDamagedNotRecoverable 13 |
|---|
| 17 | InvalidRaidFile 14 |
|---|
| 18 | DirectoryIncomplete 15 |
|---|
| 19 | UnexpectedFileInDirPlace 16 |
|---|
| 20 | FileExistsInDirectoryCreation 17 |
|---|
| 21 | UnsupportedReadWriteOrClose 18 |
|---|
| 22 | CanOnlyGetUsageBeforeCommit 19 |
|---|
| 23 | CanOnlyGetFileSizeBeforeCommit 20 |
|---|
| 24 | ErrorOpeningWriteFileOnTruncate 21 |
|---|
| 25 | FileIsCurrentlyOpenForWriting 22 |
|---|
| 26 | RequestedModifyUnreferencedFile 23 Internal error: the server attempted to modify a file which has no references. |
|---|
| 27 | RequestedModifyMultiplyReferencedFile 24 Internal error: the server attempted to modify a file which has multiple references. |
|---|
| 28 | RequestedDeleteReferencedFile 25 Internal error: the server attempted to delete a file which is still referenced. |
|---|
Note: See
TracBrowser
for help on using the repository browser.