The command confd_client -c st_device_enlarge does not increase the backing file to the correct size.

Details

Detail name Value
Changelog Number 29700
Type Bug
Status Resolved
Affected Versions Exasol 8.0.0
Fix Versions

Description

The command

confd_client -c st_device_enlarge -a '{node: {node}, devname: {file_path}, num_sectors: {num_sectors}}'

does not increase the backing {{

}} file or sets the wrong size.

Workaround

Manually increase the file size, for example, using the command {{truncate --size=

.}}

Fix

The issue was fixed, so the confd_client -c st_device_enlarge command will automatically enlarge the backing file. No manual intervention is needed.