-
- Downloads
Implemented drive status support in drive register structure and code.
Added drive status reporting in scheduler Added drive status reporting in OStoreDB Added support for drive status listing in the front end Removed virtual functions from the Scheduler, which is never overloaded. Added DesiredDriveState structure to drive state. Removed usage of duplicate MountType, DriveStatus and DriveState structures. Created DriveInfo structure to allow recreation of drive register entry in all reporting situation (potentially with partial/assumed info).
Showing
- common/CMakeLists.txt 1 addition, 0 deletionscommon/CMakeLists.txt
- common/DriveState.hpp 13 additions, 5 deletionscommon/DriveState.hpp
- common/dataStructures/DesiredDriveState.cpp 25 additions, 0 deletionscommon/dataStructures/DesiredDriveState.cpp
- common/dataStructures/DesiredDriveState.hpp 42 additions, 0 deletionscommon/dataStructures/DesiredDriveState.hpp
- common/dataStructures/DriveDesiredState.hpp 34 additions, 0 deletionscommon/dataStructures/DriveDesiredState.hpp
- common/dataStructures/DriveInfo.hpp 38 additions, 0 deletionscommon/dataStructures/DriveInfo.hpp
- common/dataStructures/DriveState.cpp 37 additions, 8 deletionscommon/dataStructures/DriveState.cpp
- common/dataStructures/DriveState.hpp 16 additions, 8 deletionscommon/dataStructures/DriveState.hpp
- common/dataStructures/DriveStatus.cpp 11 additions, 1 deletioncommon/dataStructures/DriveStatus.cpp
- common/dataStructures/DriveStatus.hpp 2 additions, 1 deletioncommon/dataStructures/DriveStatus.hpp
- common/dataStructures/MountType.cpp 13 additions, 6 deletionscommon/dataStructures/MountType.cpp
- common/dataStructures/MountType.hpp 7 additions, 4 deletionscommon/dataStructures/MountType.hpp
- objectstore/DriveRegister.cpp 142 additions, 525 deletionsobjectstore/DriveRegister.cpp
- objectstore/DriveRegister.hpp 29 additions, 55 deletionsobjectstore/DriveRegister.hpp
- objectstore/ObjectOps.hpp 7 additions, 1 deletionobjectstore/ObjectOps.hpp
- objectstore/cta.proto 26 additions, 40 deletionsobjectstore/cta.proto
- scheduler/ArchiveMount.cpp 3 additions, 3 deletionsscheduler/ArchiveMount.cpp
- scheduler/ArchiveMount.hpp 2 additions, 2 deletionsscheduler/ArchiveMount.hpp
- scheduler/LabelMount.cpp 2 additions, 2 deletionsscheduler/LabelMount.cpp
- scheduler/LabelMount.hpp 2 additions, 2 deletionsscheduler/LabelMount.hpp
Loading
Please register or sign in to comment