On 06/21/2017 12:04 PM, gunterze wrote:
> Guess you did not add a reference to the second Storage to the Archive
> Network AE
> <
http://dcm4chee-arc-cs.readthedocs.io/en/latest/networking/config/archiveNetworkAE.html>
> , so when the reference to the first storage get removed from that AE on
> reaching the threshold, no reference left.
Indeed I miss such reference.
But also adding the second filesystem to the AEtitle, it seems that the
first sotrage is not removed from that AE: it seems that dcm4chee
insists to write to the first one.
2017-06-21 12:59:29,886 INFO [org.dcm4chee.arc.storage.StorageFactory]
(EE-ManagedExecutorService-default-Thread-63) No space left on
FileSystemStorage{file:/opt/dcm4chee-arc-light/wildfly/standalone/data/fs1/}
This is what I have in LDAP:
dicomAETitle=MYAETITLE,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM
Configuration,dc=dcm4che,dc=org
...
dcmObjectStorageID: fs1
dcmObjectStorageID: fs2
...
dcmStorageID=fs1,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM
Configuration,dc=dcm4che,dc=org
...
dcmURI: ${jboss.server.data.url}/fs1/
dcmStorageThreshold: 5G
...
dcmStorageID=fs2,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM
Configuration,dc=dcm4che,dc=org
...
dcmURI: /mnt/fs2
...
Thank you.
A.