|
|
|
@ -166,7 +166,7 @@ public class IvsResourceRetryableDelegate { |
|
|
|
IvsConst.URI_SNAPSHOT_LIST, |
|
|
|
ivsChanSnapVo, |
|
|
|
IvsPlatformSnapshotView.class); |
|
|
|
log.info("URI_SNAPSHOT_LIST SUCCESS retryCount: {}, UUID: {}", retryCount, uuid); |
|
|
|
log.info("URI_SNAPSHOT_LIST SUCCESS retryCount: {}, UUID: {}, snapShotView: {}", retryCount, uuid, snapShotView); |
|
|
|
} catch (Exception e) { |
|
|
|
log.info("URI_SNAPSHOT_LIST FAIL retryCount: {}, UUID: {}", retryCount, uuid); |
|
|
|
throw new IOException("URI_SNAPSHOT_LIST FAIL UUID: " + uuid); |
|
|
|
|