Forum

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /homepages/13/d467848118/htdocs/templates/cleanout/vertex/responsive/responsive_mobile_menu.php on line 158
Welcome, Guest
Username: Password: Remember me

TOPIC:

Missing SCSI ID after update and reboot 1 month 4 weeks ago #5265

I have updated my two production pools with the "final workaround" from the September 2023 patch level to the most recent patch level.

I could confirm that everything runs smooth and the start of each node in manual mode works as expected without any storage problem.
Best regards Andreas

Please Log in or Create an account to join the conversation.

Missing SCSI ID after update and reboot 1 month 3 weeks ago #5266

Great. Happy to see it working out in the wild.
Thanks for the feedback.

Cheers
Nathan

Please Log in or Create an account to join the conversation.

Missing SCSI ID after update and reboot 1 month 1 week ago #5267

Hi all,
A new release of iscsi-ha-2.2.7 has been posted to halizard.org/release/iscsi-ha/.

This incorporates a fix for the missing LUN issue introduced in XCP 8.2.1.

Nathan - thank you for finding the root cause having to do with multipathd. The fix drops in the required filter automatically if the filter is missing and prior to attempting to start any services.

Please Log in or Create an account to join the conversation.

Missing SCSI ID after update and reboot 1 month 6 days ago #5269

Dear Salvatore,

thank you for this update. How should we perform the update on a runing pool?
Everything in manual mode, master first or it doesnt matter.

backup pool data with
ha-cfg backup /path
iscsi-cfg backup
(all config data to pool db)

How do we install the rpm files correctly?

Please Log in or Create an account to join the conversation.

Missing SCSI ID after update and reboot 1 month 42 minutes ago #5270

Download the latest RPMs
cd /tmp
wget http://halizard.org/release/ha-lizard/ha-lizard-2.3.2-2.rpm
wget http://halizard.org/release/iscsi-ha/iscsi-ha-2.2.7-1.rpm

Disable HA for the pool:
ha-cfg ha-disable

Install RPMs (host order does not matter)
rpm -Uvh ha-lizard-2.3.2-2.rpm
rpm -Uvh iscsi-ha-2.2.7-1.rpm
systemctl restart ha-lizard
systemctl restart iscsi-ha

Please Log in or Create an account to join the conversation.

Missing SCSI ID after update and reboot 2 weeks 3 days ago #5275

In
iscsi-ha-2.2.7-1.rpm

there is still the small but old bug in " iscsi-ha.sh" which is already known since version 2.2.5:

To correct you have to replace on line 245:
          unset $D_STATE
with      unset D_STATE

Please Log in or Create an account to join the conversation.