-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion error after disk discovery #44
Comments
Apparently you're ending up here: Lines 913 to 927 in 6935ecf
And then here: Lines 895 to 909 in 6935ecf
Which should be:
Which results in:
Which gets split and should become
Which is useless, because we don't want the size of the symlink... but it shouldn't be For your
But, this should likely not be done by the What does your vm config look like, and then specifically the configuration for the I cannot explain why:
Did you change some code by any chance? |
No change to the code at all (wouldn’t know what to do there 😝 ).
I had to migrate the machine the other day by the backup restore method and its now sitting on a ceph cluster.
The original machine was a standard issue Proxmox Mail iso install on local-lvm storage.
Sorry I cant drag any more info up on that one.
|
No worries, I appreciate you looking.
-------- Original message --------From: Walter Doekes ***@***.***> Date: 25/5/22 20:08 (GMT+10:00) To: ossobv/proxmove ***@***.***> Cc: cfresh ***@***.***>, Author ***@***.***> Subject: Re: [ossobv/proxmove] Assertion error after disk discovery (Issue #44)
Well. Then it looks like you're either in the need for this:
#33
or this:
#27
which are both marked as Wontfix, as I use neither.
I'm sorry. I don't have any quick fixes for you.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Im trying to run a test migration before committing to this solution but unable to get it to work - please see command and debug below.
~/.proxmoverc
From the source the command
ssh [email protected] ls -l /dev/pve/vm-103-disk-0
produces...
lrwxrwxrwx 1 root root 8 May 14 17:37 /dev/pve/vm-103-disk-0 -> ../dm-16
Any help would be appreciated - thanks :)
The text was updated successfully, but these errors were encountered: