Peter's Portfolio

[Proxmox] How to remove offline iSCSI storage.

If you removed the entry in PVE, then you must remove the iSCSI from the host config. If you don’t do this, Proxmox will connect to the iscsi share every boot.

Launch CLI via web or ssh.

iscsiadm -m node -T <target> -u
iscsiadm -m node -T <target> -o delete
if /etc/iscsi/send_targets/initiator/ which target belongs to is empty
rm -rf /etc/iscsi/send_targets/initiator/

remove from PVE

The thing is the same as NFS or other storage types, you disable it in PVE, but this does not mean disable or unmount it on the system.

REF: https://forum.proxmox.com/threads/no-access-to-the-panel-after-the-update-promox-to-ve-5.35517/

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料