comparison README.md @ 83:431ab61b5760

/move-storage when HybridMode is enabled
author Alain Mazy <am@osimis.io>
date Thu, 20 Oct 2022 15:14:39 +0200
parents 80792bb9600e
children d65580d2e9ca
comparison
equal deleted inserted replaced
82:f30b9acf80f0 83:431ab61b5760
174 - check that you can read instance 3 and that you can delete it 174 - check that you can read instance 3 and that you can delete it
175 - final check: 175 - final check:
176 - there should be only one file in the disk storage 176 - there should be only one file in the disk storage
177 - there should be only one file in the S3 bucket 177 - there should be only one file in the S3 bucket
178 178
179 test moving a study to file-system storage
180 curl http://localhost:8043/move-storage -d '{"Resources": ["737c0c8d-ea890b4d-e36a43bb-fb8c8d41-aa0ed0a8"], "TargetStorage" : "file-system"}'
181 curl http://localhost:8043/move-storage -d '{"Resources": ["737c0c8d-ea890b4d-e36a43bb-fb8c8d41-aa0ed0a8"], "TargetStorage" : "object-storage"}'