Release Notes
This is the first release of Trilio Share Protection, a Backup and Recovery as a Service API for OpenStack Manila shares. This initial release establishes the foundational API surface for managing share protection, including backup lifecycle operations, recovery workflows, and policy management.
New features
- Share Backup ManagementCreate, list, retrieve, and delete backups of OpenStack Manila shares. Supports on-demand and scheduled backup operations targeting individual shares or share groups.
- Share RecoveryRestore Manila shares from existing backups, with support for full restore and granular file-level recovery to original or alternate locations.
- Protection PoliciesDefine and manage protection policies that specify backup schedules, retention rules, and target storage configuration, allowing consistent protection across multiple shares.
- Workload ManagementGroup one or more Manila shares into a workload unit to coordinate backups and restores as a single consistent operation.
- Snapshot SupportCreate and manage point-in-time snapshots of protected shares as part of the backup pipeline, enabling faster recovery objectives.
- Multi-Tenant IsolationAll API operations are scoped to an OpenStack project (tenant), ensuring strict data isolation between tenants in a shared cloud environment.
- Asynchronous Job TrackingLong-running operations such as backup and restore return a job identifier that can be polled for status, progress percentage, and error details.
- Audit and Event LoggingRetrieve a structured audit trail of protection events per share or workload, including timestamps, triggering user, and operation outcome.