Closed mas90 closed 5 years ago
Hi,
Thanks for your report.
I agree this is far from ideal but it helps making sure that old volume groups are not still enabled, otherwise it might cause issues with the file restore.
This warning is displayed when some volume groups are mounted, but it can be safely ignored and should not cause any issues.
If you want to improve this, feel free to propose a pull request :slightly_smiling_face:
Hi,
I'm having the same warning about LVM. However, at the end of this, it is displayed:
2019-07-19T18:57:15.812Z - xo:xo-server - [ERROR] unhandled error event
{ error:
{ Error: Redis connection to 127.0.0.1:6379 failed - connect ETIMEDOUT 127.0.0.1:6379
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1191:14)
errno: 'ETIMEDOUT',
code: 'ETIMEDOUT',
syscall: 'connect',
address: '127.0.0.1',
port: 6379 } }
I tried to kill the process but it doesn't work.
@mguarienti your problem isn't related at all to this topic. I suppose you installed XO from the sources, just double check you correctly followed the documentation: https://xen-orchestra.com/docs/from_the_sources.html
If you continue to have this issue, 2 options:
@olivierlambert Thanks for the information. I solved allowing the port of redis (6379)
Context
Expected behavior
I am running Xen Orchestra on a server which uses LVM for its root filesystem. Xen Orchestra should leave that alone.
Current behavior
On startup, Xen Orchestra tries to deactivate all LVM volume groups by executing 'vgchange -an' -- this fails because they are in use: