Implement Progress Bar + Estimated Time Remaining + Cancel Button for Volume Snapshots
- 主要语言
- Java
- 星标
- 3.1k
- 派生
- 1.4k
- 平均合并
- 6 天 19 小时
- 30 天内合并 PR
- 32
描述
##### ISSUE TYPE
* Improvement Request
##### COMPONENT NAME
~~~
Volume Snapshots
~~~
##### CLOUDSTACK VERSION
~~~
4.19.0
~~~
##### CONFIGURATION
##### OS / ENVIRONMENT
##### SUMMARY
Currently when taking Volume Snapshots, users have no idea how long the operation takes.
Cloudstack will just show a circle loading animation, with no indication on progress or time left.
As a result, user does not know if there is a bug in the snapshot process, or its actually in progress.
This becomes even worse for large volumes (eg. 10TB) where it can take hours to complete.
And if the user waits too long, they will think the system hanged and would then attempt to create a new Volume Snapshot, resulting in 2 on going copies, which will slow down the entire system.
Volume Snapshot seems to be a very intensive operation. In this case, user should be allowed to cancel an ongoing volume snapshot if desired, to save system resources from an unmeaningful operation.
My suggestion is to add a progress bar to the following UI for better user experience:



This implementation should be neutral to the underlying storage, such as NFS, Object Storage, Ceph, Linstor etc
##### STEPS TO REPRODUCE
~~~
~~~
##### EXPECTED RESULTS
~~~
Better user experience for volume snapshots
~~~
##### ACTUAL RESULTS
~~~
- Cant tell if Volume Snapshot hanged, or is in progress (especially large Volumes)
- Cant monitor progress of snapshot
- Cant cancel Volume Snapshot
~~~
贡献指南
调研方向
首先查看链接的屏幕截图中显示的 Volume Snapshots UI,以及现有的 snapshot 操作流程。定义进度、预计时间和取消在 NFS、Object Storage、Ceph 和 Linstor 上应如何工作;完成标准是用户可以监控和取消 snapshot,而无需针对特定存储的行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- backend, cloud, frontend, infrastructure
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100