Known Issues for Roving Edge

The following known issue is identified in Roving Edge Infrastructure.

Shared block volumes get detached

On Roving Edge devices running version 2.16.2, when a block volume is shared with more than one instance, the shared block volume might get stuck in an ATTACHING state, then change to a DETACHED state.

Details
Any shared block volume attached to an instance that was created before version 2.16.2 remains attached and isn't affected by this issue.
Any shared block volume attached to an instance that's created on version 2.16.2, will be stuck in an ATTACHING state and eventually reach a DETACHED state.
Workaround
We're working on a resolution.

An Oracle Linux 9 instance takes a while to boot

An Oracle Linux 9 instance might take longer than 4 minutes to boot.

Workaround
  1. In the instance, run the following command to check if the bootloader entry contains a netroot setting that's set to an iscsi target:

    grep "netroot=iscsi" /boot/loader/entries/*$(uname -r).conf
  2. If the command returns any result, remove the netroot option from the bootloader entries using this command:

    sed -i 's/netroot=iscsi:[^ ]\+ / /' /boot/loader/entries/*.conf