-
Notifications
You must be signed in to change notification settings - Fork 210
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
Unable to chef-server-ctl reconfigure
a new 15.3.2 install on Ubuntu 22.04
#3511
Comments
I have tested this on a KVM based VM on my desktop, which has NVMe Backed storage, and it worked fine. Perhaps there's some race condition during the setup that is causing the opensearch/elasticsearch to become corrupt after 14.14.x ? I have confirmed I have no other data corruption problems on my server hardware, and the iSCSI disks. |
I have confirmed same "CorruptIndexException" log with chef-server 15.3.2 on Ubuntu 20.04. Replacing libz.so.1.2.12 to libz.so.1.2.13 resolved this problem.
|
To get the order of operations correct:
Yes? |
@dkowis Yes! AFAIK, this problem occurs on cpu that does not support SSE 4.2. |
Ah yeah that'd do it, these CPUs are slightly too old for that: https://ark.intel.com/content/www/us/en/ark/products/75277/intel-xeon-processor-e52680-v2-25m-cache-2-80-ghz.html Thanks for finding this! I hope the chef team updates it! |
Actually, I think this CPU should support SSE4.2 It's supposedly Sandy Bridge era, which, in theory, supports SSE 4.2 HRMMM |
Yeah, I don't see it passed through in proxmox, so I've gotta figure that part out! |
probably same problem #3451 |
Chef Server Version
Chef-server standalone installation 15.3.2
Platform Details
Ubuntu 22.04
Installing on a ProxmoxVM, with iSCSI backed disks on a TrueNAS.
16GB ram, 50GB overall disk space
Configuration
Standalone, new install. Have also tried upgradding. The farthest I can upgrade to seems to be 14.14.1. If I try to upgrade to anything newer than that, I get all the index corrupt issues I'll paste below.
Scenario
I'm trying to run
chef-server-ctl reconfigure
after a fresh install. I have also done it after an upgrade and have failed.opensearch log
opensearch-log.zip
Steps to Reproduce
Create a VM on proxmox:
Install ubuntu 22.04 from the ubuntu server ISO.
Download the chef-infra-server package from: https://www.chef.io/downloads/tools/infra-server?v=15.3.2
apt install ./chef-server-core_15.3.2-1_amd64.deb
chef-server-ctl reconfigure
Expected Result
I was expecting to have a working chef server that I could then try restoring backups to.
Actual Result
There's the open search log which happens at this phase of the
chef-server-ctl reconfigure
The text was updated successfully, but these errors were encountered: