Intel-bigdata / SSM

Smart Storage Management for Big Data, a comprehensive hot/cold data optimized solution
Apache License 2.0
133 stars 67 forks source link

Ramdisk action for ec file and delete rules issues #2179

Closed lipppppp closed 4 years ago

lipppppp commented 4 years ago

Hi, I found two issues about SSM UI.

  1. As we know, onessd/onedisk/ramdisk is not applicable to EC file. But existing warning exception doesn't include ramdisk action. Then I add "Lazy_Persist" in the exception.
  2. The data mover and data sync page both have one problem. When I click the delete button, the rule change state to DELETED. But the rule itself doesn't remove from the list. So I still see the deleted rule in these pages. Please review. Thanks.
PHILO-HE commented 4 years ago

Thanks @lipppppp so much for your contribution! For deleted rule, we still keep the info in metastore for tracking use. It's ok to exclude the deleted rule in web display. The patch looks good to me. Committed just now.