ConfD job remote_volume_state fails to identify connection problems

Details

Detail name Value
Changelog Number 31160
Type Bug
Status Resolved
Affected Versions Exasol 8.0.0
Fix Versions Exasol 2026.1.2, Exasol 2025.1.16
Resolution Date 2026-08-28

Description

ConfD job remote_volume_state always reported a remote volume's state as Online, even when the volume actually had connection problems (e.g. an unreachable S3 endpoint) or was unmounted.

Workaround

There is no workaround.

Fix

The underlying node command's exit status is now checked directly instead of pattern-matching its output text: remote_volume_state reports Online only when the check command exits successfully, and otherwise reports Connection problems (for remote volumes) or Unmounted (for mounted volumes).