Quotas Break after XEN to KVM Upgrade FIX!

Hi everyone,

When your VPS is upgraded from XEN to KVM Quotas will be all messed up. The issue is that the symbolic link /dev/root is linking to /dev/xvda which has been replaced by /dev/sda so the symlink just needs to be replaced:

Run these to fix issue.

rm /dev/root

ln -s /dev/sda /dev/root

0 Replies

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct