-
Notifications
You must be signed in to change notification settings - Fork 790
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feeling 'dev' compatibility is better
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
438b344
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you sure it is working with more than 2 disks connected? that was the issue, that user are not able to boot with more than 2 connected disks.
438b344
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested 920+and 3622xs+ with 3 virtual hard drives in PVE, and it seems that there are no issues,
What is the problematic environment like? I did see some people talking about it, but there has been no log. I haven't reproduced it.
438b344
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the issue was somewhere in debug code from dev lkm.
438b344
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, then I'll change it back first
438b344
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i will try it here to find out if it is working now. we have changed some things in lkm since the issue was there. will report back asap.
438b344
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i tried on multiple systems, can't bring the issue back and serial log is also clean. so it looks like, latest changes in lkm will work. i think it's safe for now to use "dev".
438b344
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw many people complaining that they couldn't find the IP, and when they switched to dev, it seemed to have eased,
but no one provided logs, I'll try again tomorrow, too.
it's 2am Chinese time now, and I'm dozing off, I'm ready to break.
I wish you a good dream tonight, too. :)
438b344
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wish you, too.
we will figure it out ;)
looks like "dev" fixes the ip issue but causes an issue that powerbutton will not work.
438b344
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I received a response today stating that if it exceeds 2 SSDs, it will not start,
As I currently do not have as many SSDs for testing, I used PVE to simulate three SSD virtual hard disks and they are still OK,
I don't know what the physical machine is like? If it's convenient for you, you can give it a try. If it's not convenient, just for a knowledge
438b344
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i tried on physical and everything was OK. but to make sure that everything is working, we should use "prod".
438b344
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's keep the prod for now. If anyone has a problem, let them try to modify it themselves