feat(troubleshooting): ghost tasks (#108)

This commit is contained in:
Julien Fontanet 2017-10-21 09:44:30 +02:00 committed by Olivier Lambert
parent 77d067613d
commit 3be965ed7f

View File

@ -108,15 +108,15 @@ $ tail -f /var/log/syslog
You can read more about logs [in the dedicated chapter](logs.md).
### Reset XO configuration
### Ghost tasks
If you have problems with your `xo-server` configuration, you can reset the database. **This operation will delete all your configured users and servers**:
If you have ghost tasks accumulating on your XenOrchestra you can try
the following actions in order:
1. `redis-cli`
2. `FLUSHALL`
3. `systemctl restart xo-server.service`
You can now log in with `admin@admin.net` and `admin` password.
1. refresh the web page
1. disconnect and reconnect the Xen pool/server of the tasks
1. restart the XenAPI Toolstack of the XenServer master
1. restart xo-server
### Redownload and rebuild all the packages
@ -126,3 +126,13 @@ If a package disappear due to a build problem or a human error, you can redownlo
2. `xoa-updater --upgrade`
> We'll have a `xoa-updater --force-reinstall` option soon, to do this automatically
### Reset XO configuration
If you have problems with your `xo-server` configuration, you can reset the database. **This operation will delete all your configured users and servers**:
1. `redis-cli`
2. `FLUSHALL`
3. `systemctl restart xo-server.service`
You can now log in with `admin@admin.net` and `admin` password.