force=true on extent/targetextent DELETE is unconditionally ignored by CORE 13.0 — it always checks for active sessions. POST /service/restart is async and iscsid reconnects in milliseconds, so the restart window was never clear enough for the DELETE to succeed. New fallback sequence (only triggered when force=true fails): 1. Set iscsiadm node to manual startup — prevents auto-reconnect 2. iscsiadm --logout — drops initiator session 3. POST /service/stop + poll until service is stopped (up to 15s) 4. DELETE targetextent — succeeds with service fully stopped 5. DELETE extent 6. POST /service/start — restore service 7. Restore automatic startup + discovery + login + rescan Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| PVE/Storage/Custom | ||
| REST | ||