Details
Description
The Storage Local Resource Provider (SLRP) is a resource provider component in Mesos to manage persistent local storage on agents. SLRP should support the following MVP functions:
- Registering to the RP manager (P0)
- Reporting available disk resources through a CSI controller plugin. (P0)
- Processing resource converting operations (CREATE_BLOCK, CREATE_VOLUME, DESTROY_BLOCK, DESTROY_VOLUME) issued by frameworks to convert RAW disk resources to mount or block volumes through a CSI controller plugin (P0)
- Publish/unpublish a disk resource through CSI controller/node plugins for a task (P0)
- Support storage profiles through modules (P1)
- Tracking and checkpointing resources and reservations (P1)
Attachments
Issue Links
- duplicates
-
MESOS-7235 Improve Storage Support using Resource Provider and CSI
- Resolved