Hi:
Using the nearline storage function of the dcm4chee-arc-light project, I installed the 5.13.1 version to configure the incoming line storage, and configured the S3 object storage as the incoming line storage mode. The local storage fs was configured with the deletion threshold and export parameters. I configured If the storage space is lower than 27G, I would like to delete the local storage if it is lower than 27G. However, the test results show that the nearline storage does copy the local data to the S3 Object through ActiveMQ, but the local data is not deleted and the available space is less than 27G. , Is there a problem with my configuration, or is it that I understand it wrong? Please correct me. Thank you very much.
Observe the log and find that the following information is printed:
2018-05-16 13:19:39,660 INFO [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) Usable Space on Storage[id=fs1, uri=file:///opt/wildfly/standalone/data/fs1/] below 27GB - start deleting 7.229459968GB
2018-05-16 13:19:39,662 WARN [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) No studies for deletion found on Storage[id=fs1, uri=file:///opt/wildfly/standalone/data/fs1/]
Why does the prompt have no deleteable check?