The problem was yum cache. If I did yum update right after yum update xcp-ng-release-linstor
it would still fail. To get it working right away did the following
yum update xcp-ng-release-linstor
yum clean all
yum update
The problem was yum cache. If I did yum update right after yum update xcp-ng-release-linstor
it would still fail. To get it working right away did the following
yum update xcp-ng-release-linstor
yum clean all
yum update
OK I figured it out! I made an init container that gets a manually created node label for the node the pod is running on. This value is the bare metal host for that k8s node. The init contianer then takes that value and makes a script wrapper and then calls linstor-csi with the correct values. After making these changes all the linstor csi containers are running with no errors.
Current problem comes from deploying and using storage class. Started with a basic one that failed, and noticed I did not know what the correct storage_pool_name
name was, so went to http://IP:3370/v1/nodes/NODE/storage-pools and http://IP:3370/v1/nodes/NODE to get information.
Still troubleshooting, but wanted to provide info.
Attempting to migrate an existing disk into linstor fails. The following error is printed after the task is complete.
Linstor version
[15:55 ovbh-pprod-xen10 ~]# linstor controller version
linstor controller 1.24.2; GIT-hash: adb19ca96a07039401023410c1ea116f09929295
[15:55 ovbh-pprod-xen10 ~]# linstor --version
linstor-client 1.19.0; GIT-hash: 500970a65717de3eeba002ee32ceb668ebd654b1
Error:
vdi.migrate
{
"id": "5ba9251a-42ef-489e-bcdb-6a0b21bd8e44",
"sr_id": "a8b860a9-5246-0dd2-8b7f-4806604f219a"
}
{
"code": "SR_BACKEND_FAILURE_202",
"params": [
"",
"General backend error [opterr=Failed to refresh VDI 6733dbf5-6ff9-4ca9-9986-e2f0173b5fbc]",
""
],
"task": {
"uuid": "75204992-0f80-189e-4679-7ed709398371",
"name_label": "Async.VDI.pool_migrate",
"name_description": "",
"allowed_operations": [],
"current_operations": {},
"created": "20240305T20:25:27Z",
"finished": "20240305T20:31:44Z",
"status": "failure",
"resident_on": "OpaqueRef:b5e3bf1f-2c0e-4272-85f5-7cde69a8d98e",
"progress": 1,
"type": "<none/>",
"result": "",
"error_info": [
"SR_BACKEND_FAILURE_202",
"",
"General backend error [opterr=Failed to refresh VDI 6733dbf5-6ff9-4ca9-9986-e2f0173b5fbc]",
""
],
"other_config": {},
"subtask_of": "OpaqueRef:NULL",
"subtasks": [],
"backtrace": "(((process xapi)(filename ocaml/xapi-client/client.ml)(line 7))((process xapi)(filename ocaml/xapi-client/client.ml)(line 19))((process xapi)(filename ocaml/xapi-client/client.ml)(line 12359))((process xapi)(filename lib/xapi-stdext-pervasives/pervasiveext.ml)(line 24))((process xapi)(filename lib/xapi-stdext-pervasives/pervasiveext.ml)(line 35))((process xapi)(filename ocaml/xapi/message_forwarding.ml)(line 134))((process xapi)(filename lib/xapi-stdext-pervasives/pervasiveext.ml)(line 24))((process xapi)(filename lib/xapi-stdext-pervasives/pervasiveext.ml)(line 35))((process xapi)(filename lib/xapi-stdext-pervasives/pervasiveext.ml)(line 24))((process xapi)(filename ocaml/xapi/rbac.ml)(line 205))((process xapi)(filename ocaml/xapi/server_helpers.ml)(line 95)))"
},
"message": "SR_BACKEND_FAILURE_202(, General backend error [opterr=Failed to refresh VDI 6733dbf5-6ff9-4ca9-9986-e2f0173b5fbc], )",
"name": "XapiError",
"stack": "XapiError: SR_BACKEND_FAILURE_202(, General backend error [opterr=Failed to refresh VDI 6733dbf5-6ff9-4ca9-9986-e2f0173b5fbc], )
at Function.wrap (file:///opt/xen-orchestra/packages/xen-api/_XapiError.mjs:16:12)
at default (file:///opt/xen-orchestra/packages/xen-api/_getTaskResult.mjs:11:29)
at Xapi._addRecordToCache (file:///opt/xen-orchestra/packages/xen-api/index.mjs:1006:24)
at file:///opt/xen-orchestra/packages/xen-api/index.mjs:1040:14
at Array.forEach (<anonymous>)
at Xapi._processEvents (file:///opt/xen-orchestra/packages/xen-api/index.mjs:1030:12)
at Xapi._watchEvents (file:///opt/xen-orchestra/packages/xen-api/index.mjs:1203:14)
at runNextTicks (node:internal/process/task_queues:60:5)
at processImmediate (node:internal/timers:447:9)
at process.callbackTrampoline (node:internal/async_hooks:128:17)"
}
It says I am three commits behind, but I just checked the update.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6477 100 6477 0 0 72775 0 --:--:-- --:--:-- --:--:-- 73602
installed : v18.19.1 (with npm 10.2.4)
Stopping xo-server...
Warning: apt-key output should not be parsed (stdout is not a terminal)
Checking for Yarn package...
Checking for Yarn update...
Reading package lists...
Building dependency tree...
Reading state information...
yarn is already the newest version (1.22.19-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Checking for missing dependencies...
Checking for Repo change...
Checking xen-orchestra...
Current branch master
Current version 5.138.0 / 5.139.0
Current commit 0b00c1a6547e2e07feb49d3cd39cb1ffed3ed213 2024-03-04 14:42:06 +0100
3 updates available
Updating from source...
No local changes to save
No stash entries found.
Updating 0b00c1a65..37c2cfd99
Fast-forward
CHANGELOG.md | 13 +++++++++++++
CHANGELOG.unreleased.md | 7 -------
packages/xo-server/package.json | 2 +-
packages/xo-server/src/api/xostor.mjs | 3 ++-
packages/xo-web/package.json | 2 +-
5 files changed, 17 insertions(+), 10 deletions(-)
Clearing directories...
Installing...
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning "@commitlint/cli > @commitlint/load > cosmiconfig-typescript-loader@5.0.0" has unmet peer dependency "@types/node@*".
warning "@commitlint/cli > @commitlint/load > cosmiconfig-typescript-loader@5.0.0" has unmet peer dependency "typescript@>=4".
warning "@vue/eslint-config-typescript > @typescript-eslint/eslint-plugin > ts-api-utils@1.2.1" has unmet peer dependency "typescript@>=4.2.0".
warning "workspace-aggregator-8dfe1888-d206-4158-b73c-c08f391a75fb > @vates/node-vsphere-soap > soap@1.0.0" has incorrect peer dependency "axios@^0.27.2".
warning "workspace-aggregator-8dfe1888-d206-4158-b73c-c08f391a75fb > @vates/event-listeners-manager > tap > @tapjs/test > @isaacs/ts-node-temp-fork-for-pr-2009@10.9.5" has unmet peer dependency "@types/node@*".
warning "workspace-aggregator-8dfe1888-d206-4158-b73c-c08f391a75fb > @vates/event-listeners-manager > tap > @tapjs/asserts > tcompare > react-element-to-jsx-string@15.0.0" has unmet peer dependency "react@^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0".
warning "workspace-aggregator-8dfe1888-d206-4158-b73c-c08f391a75fb > @vates/event-listeners-manager > tap > @tapjs/asserts > tcompare > react-element-to-jsx-string@15.0.0" has unmet peer dependency "react-dom@^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0".
warning Workspaces can only be enabled in private projects.
[5/5] Building fresh packages...
$ husky install
husky - Git hooks installed
Done in 26.21s.
yarn run v1.22.19
$ TURBO_TELEMETRY_DISABLED=1 turbo run build --scope xo-server --scope xo-server-'*' --scope xo-web
• Packages in scope: xo-server, xo-server-audit, xo-server-auth-github, xo-server-auth-google, xo-server-auth-ldap, xo-server-auth-oidc, xo-server-auth-saml, xo-server-backup-reports, xo-server-load-balancer, xo-server-netbox, xo-server-perf-alert, xo-server-sdn-controller, xo-server-test, xo-server-test-plugin, xo-server-transport-email, xo-server-transport-icinga2, xo-server-transport-nagios, xo-server-transport-slack, xo-server-transport-xmpp, xo-server-usage-report, xo-server-web-hooks, xo-web
• Running build in 22 packages
• Remote caching disabled
Tasks: 25 successful, 25 total
Cached: 23 cached, 25 total
Time: 2m2.266s
Done in 122.81s.
Updated version 5.138.1 / 5.140.0
Updated commit 37c2cfd99e004d669950e70d1da61d09a4596e71 2024-03-05 17:50:39 +0100
Checking plugins...
Ignoring xo-server-test plugin
Cleanup plugins...
Restarting xo-server...
The problem was yum cache. If I did yum update right after yum update xcp-ng-release-linstor
it would still fail. To get it working right away did the following
yum update xcp-ng-release-linstor
yum clean all
yum update
Looks like the package is listed twice?
[12:32 ovbh-pprod-xen10 ~]# yum update xcp-ng-linstor
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Excluding mirror: updates.xcp-ng.org
* xcp-ng-base: mirrors.xcp-ng.org
Excluding mirror: updates.xcp-ng.org
* xcp-ng-updates: mirrors.xcp-ng.org
Resolving Dependencies
--> Running transaction check
---> Package xcp-ng-linstor.noarch 0:1.0-1.xcpng8.2 will be updated
---> Package xcp-ng-linstor.noarch 0:1.1-3.xcpng8.2 will be an update
--> Processing Dependency: sm-linstor for package: xcp-ng-linstor-1.1-3.xcpng8.2.noarch
--> Finished Dependency Resolution
Error: Package: xcp-ng-linstor-1.1-3.xcpng8.2.noarch (xcp-ng-updates)
Requires: sm-linstor
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[12:34 ovbh-pprod-xen10 ~]# yum list
[...]
xcp-networkd.x86_64 0.56.2-8.xcpng8.2 xcp-ng-updates
xcp-networkd-debuginfo.x86_64 0.56.2-8.xcpng8.2 xcp-ng-updates
xcp-ng-generic-lib-devel.x86_64 1.1.1-3.xcpng8.2 xcp-ng-base
xcp-ng-linstor.noarch 1.1-3.xcpng8.2 xcp-ng-updates
xcp-ng-release.x86_64 8.2.1-10 xcp-ng-updates
xcp-ng-release-config.x86_64 8.2.1-10 xcp-ng-updates
[...]
Seems like the old package is just stuck there and is a duplicate version
[12:34 ovbh-pprod-xen10 ~]# yum remove xcp-ng-linstor.noarch 0:1.0-1
Loaded plugins: fastestmirror
No Match for argument: 0:1.0-1
Resolving Dependencies
--> Running transaction check
---> Package xcp-ng-linstor.noarch 0:1.0-1.xcpng8.2 will be erased
--> Finished Dependency Resolution
Dependencies Resolved
===========================================================================================================================================================================================================================================================================================================================================================================================================================================
Package Arch Version Repository Size
===========================================================================================================================================================================================================================================================================================================================================================================================================================================
Removing:
xcp-ng-linstor noarch 1.0-1.xcpng8.2 @xcp-ng-linstor 0.0
Transaction Summary
===========================================================================================================================================================================================================================================================================================================================================================================================================================================
Remove 1 Package
Installed size: 0
Is this ok [y/N]:
Unfortunately does not look like that works. Unless I am doing something wrong.
[12:26 ovbh-pprod-xen10 ~]# yum update xcp-ng-release-linstor
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Excluding mirror: updates.xcp-ng.org
* xcp-ng-base: mirrors.xcp-ng.org
Excluding mirror: updates.xcp-ng.org
* xcp-ng-linstor: mirrors.xcp-ng.org
Excluding mirror: updates.xcp-ng.org
* xcp-ng-updates: mirrors.xcp-ng.org
Resolving Dependencies
--> Running transaction check
---> Package xcp-ng-release-linstor.noarch 0:1.2-1.xcpng8.2 will be updated
---> Package xcp-ng-release-linstor.noarch 0:1.3-1.xcpng8.2 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
==========================================================================================================================================================================================================================================================================================
Package Arch Version Repository Size
==========================================================================================================================================================================================================================================================================================
Updating:
xcp-ng-release-linstor noarch 1.3-1.xcpng8.2 xcp-ng-updates 4.0 k
Transaction Summary
==========================================================================================================================================================================================================================================================================================
Upgrade 1 Package
Total download size: 4.0 k
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
xcp-ng-release-linstor-1.3-1.xcpng8.2.noarch.rpm | 4.0 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Updating : xcp-ng-release-linstor-1.3-1.xcpng8.2.noarch 1/2
Cleanup : xcp-ng-release-linstor-1.2-1.xcpng8.2.noarch 2/2
Verifying : xcp-ng-release-linstor-1.3-1.xcpng8.2.noarch 1/2
Verifying : xcp-ng-release-linstor-1.2-1.xcpng8.2.noarch 2/2
Updated:
xcp-ng-release-linstor.noarch 0:1.3-1.xcpng8.2
Complete!
[12:26 ovbh-pprod-xen10 ~]# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Excluding mirror: updates.xcp-ng.org
* xcp-ng-base: mirrors.xcp-ng.org
Excluding mirror: updates.xcp-ng.org
* xcp-ng-updates: mirrors.xcp-ng.org
Resolving Dependencies
--> Running transaction check
---> Package blktap.x86_64 0:3.37.4-1.0.1.0.linstor.1.xcpng8.2 will be updated
---> Package blktap.x86_64 0:3.37.4-2.1.xcpng8.2 will be an update
---> Package device-mapper-multipath.x86_64 0:0.4.9-119.xs+1.2.xcpng8.2 will be updated
---> Package device-mapper-multipath.x86_64 0:0.4.9-136.xcpng8.2 will be an update
---> Package device-mapper-multipath-libs.x86_64 0:0.4.9-119.xs+1.2.xcpng8.2 will be updated
---> Package device-mapper-multipath-libs.x86_64 0:0.4.9-136.xcpng8.2 will be an update
---> Package e2fsprogs.x86_64 0:1.42.9-12.el7_5 will be updated
---> Package e2fsprogs.x86_64 0:1.47.0-1.1.xcpng8.2 will be an update
--> Processing Dependency: libfuse.so.2(FUSE_2.5)(64bit) for package: e2fsprogs-1.47.0-1.1.xcpng8.2.x86_64
--> Processing Dependency: libfuse.so.2(FUSE_2.6)(64bit) for package: e2fsprogs-1.47.0-1.1.xcpng8.2.x86_64
--> Processing Dependency: libfuse.so.2(FUSE_2.8)(64bit) for package: e2fsprogs-1.47.0-1.1.xcpng8.2.x86_64
--> Processing Dependency: libfuse.so.2()(64bit) for package: e2fsprogs-1.47.0-1.1.xcpng8.2.x86_64
---> Package e2fsprogs-libs.x86_64 0:1.42.9-12.el7_5 will be updated
---> Package e2fsprogs-libs.x86_64 0:1.47.0-1.1.xcpng8.2 will be an update
---> Package forkexecd.x86_64 0:1.18.1-1.1.xcpng8.2 will be updated
---> Package forkexecd.x86_64 0:1.18.3-3.1.xcpng8.2 will be an update
---> Package gpumon.x86_64 0:0.18.0-4.2.xcpng8.2 will be updated
---> Package gpumon.x86_64 0:0.18.0-11.2.xcpng8.2 will be an update
---> Package grub.x86_64 1:2.02-3.1.0.xcpng8.2 will be updated
---> Package grub.x86_64 1:2.02-3.2.0.xcpng8.2 will be an update
---> Package grub-efi.x86_64 1:2.02-3.1.0.xcpng8.2 will be updated
---> Package grub-efi.x86_64 1:2.02-3.2.0.xcpng8.2 will be an update
---> Package grub-tools.x86_64 1:2.02-3.1.0.xcpng8.2 will be updated
---> Package grub-tools.x86_64 1:2.02-3.2.0.xcpng8.2 will be an update
---> Package guest-templates-json.noarch 0:1.9.6-1.2.xcpng8.2 will be updated
---> Package guest-templates-json.noarch 0:1.10.6-1.1.xcpng8.2 will be an update
---> Package guest-templates-json-data-linux.noarch 0:1.9.6-1.2.xcpng8.2 will be updated
---> Package guest-templates-json-data-linux.noarch 0:1.10.6-1.1.xcpng8.2 will be an update
---> Package guest-templates-json-data-other.noarch 0:1.9.6-1.2.xcpng8.2 will be updated
---> Package guest-templates-json-data-other.noarch 0:1.10.6-1.1.xcpng8.2 will be an update
---> Package guest-templates-json-data-windows.noarch 0:1.9.6-1.2.xcpng8.2 will be updated
---> Package guest-templates-json-data-windows.noarch 0:1.10.6-1.1.xcpng8.2 will be an update
---> Package http-nbd-transfer.x86_64 0:1.2.0-1.xcpng8.2 will be updated
---> Package http-nbd-transfer.x86_64 0:1.3.0-1.xcpng8.2 will be an update
---> Package irqbalance.x86_64 3:1.0.7-11.xcpng8.2 will be updated
---> Package irqbalance.x86_64 3:1.0.7-16.xcpng8.2 will be an update
---> Package kernel.x86_64 0:4.19.19-7.0.15.1.xcpng8.2 will be updated
---> Package kernel.x86_64 0:4.19.19-7.0.23.1.xcpng8.2 will be an update
---> Package kpartx.x86_64 0:0.4.9-119.xs+1.2.xcpng8.2 will be updated
---> Package kpartx.x86_64 0:0.4.9-136.xcpng8.2 will be an update
---> Package libcom_err.x86_64 0:1.42.9-12.el7_5 will be updated
---> Package libcom_err.x86_64 0:1.47.0-1.1.xcpng8.2 will be an update
---> Package libss.x86_64 0:1.42.9-12.el7_5 will be updated
---> Package libss.x86_64 0:1.47.0-1.1.xcpng8.2 will be an update
---> Package linux-firmware.noarch 0:20190314-5.1.xcpng8.2 will be updated
---> Package linux-firmware.noarch 0:20190314-10.2.xcpng8.2 will be an update
---> Package lldpad.x86_64 0:1.0.1-3.git036e314.xcpng8.2 will be updated
---> Package lldpad.x86_64 0:1.0.1-10.xcpng8.2 will be an update
---> Package message-switch.x86_64 0:1.23.2-3.2.xcpng8.2 will be updated
---> Package message-switch.x86_64 0:1.23.2-10.1.xcpng8.2 will be an update
---> Package microcode_ctl.x86_64 2:2.1-26.xs23.1.xcpng8.2 will be updated
---> Package microcode_ctl.x86_64 2:2.1-26.xs26.2.xcpng8.2 will be an update
---> Package nbd.x86_64 0:3.14-2.el7 will be updated
---> Package nbd.x86_64 0:3.24-1.xcpng8.2 will be an update
---> Package qemu.x86_64 2:4.2.1-4.6.2.1.xcpng8.2 will be updated
---> Package qemu.x86_64 2:4.2.1-4.6.3.1.xcpng8.2 will be an update
---> Package rrd2csv.x86_64 0:1.2.5-7.1.xcpng8.2 will be updated
---> Package rrd2csv.x86_64 0:1.2.6-8.1.xcpng8.2 will be an update
---> Package rrdd-plugins.x86_64 0:1.10.8-5.1.xcpng8.2 will be updated
---> Package rrdd-plugins.x86_64 0:1.10.9-5.1.xcpng8.2 will be an update
---> Package sm.x86_64 0:2.30.7-1.3.0.linstor.7.xcpng8.2 will be updated
---> Package sm.x86_64 0:2.30.8-7.1.xcpng8.2 will be an update
---> Package sm-cli.x86_64 0:0.23.0-7.xcpng8.2 will be updated
---> Package sm-cli.x86_64 0:0.23.0-54.1.xcpng8.2 will be an update
---> Package sm-rawhba.x86_64 0:2.30.7-1.3.0.linstor.7.xcpng8.2 will be updated
---> Package sm-rawhba.x86_64 0:2.30.8-7.1.xcpng8.2 will be an update
---> Package squeezed.x86_64 0:0.27.0-5.xcpng8.2 will be updated
---> Package squeezed.x86_64 0:0.27.0-11.1.xcpng8.2 will be an update
---> Package tzdata.noarch 0:2022a-1.el7 will be updated
---> Package tzdata.noarch 0:2023c-1.el7 will be an update
---> Package tzdata-java.noarch 0:2022a-1.el7 will be updated
---> Package tzdata-java.noarch 0:2023c-1.el7 will be an update
---> Package varstored-guard.x86_64 0:0.6.2-1.xcpng8.2 will be updated
---> Package varstored-guard.x86_64 0:0.6.2-8.xcpng8.2 will be an update
---> Package vendor-drivers.x86_64 0:1.0.2-1.3.xcpng8.2 will be updated
---> Package vendor-drivers.x86_64 0:1.0.2-1.6.xcpng8.2 will be an update
--> Processing Dependency: mpi3mr-module for package: vendor-drivers-1.0.2-1.6.xcpng8.2.x86_64
--> Processing Dependency: r8125-module for package: vendor-drivers-1.0.2-1.6.xcpng8.2.x86_64
--> Processing Dependency: igc-module for package: vendor-drivers-1.0.2-1.6.xcpng8.2.x86_64
---> Package vhd-tool.x86_64 0:0.43.0-4.1.xcpng8.2 will be updated
---> Package vhd-tool.x86_64 0:0.43.0-11.1.xcpng8.2 will be an update
---> Package wsproxy.x86_64 0:1.12.0-5.xcpng8.2 will be updated
---> Package wsproxy.x86_64 0:1.12.0-12.xcpng8.2 will be an update
---> Package xapi-core.x86_64 0:1.249.26-2.1.xcpng8.2 will be updated
---> Package xapi-core.x86_64 0:1.249.32-2.1.xcpng8.2 will be an update
---> Package xapi-nbd.x86_64 0:1.11.0-3.2.xcpng8.2 will be updated
---> Package xapi-nbd.x86_64 0:1.11.0-10.1.xcpng8.2 will be an update
---> Package xapi-storage.x86_64 0:11.19.0_sxm2-3.xcpng8.2 will be updated
---> Package xapi-storage.x86_64 0:11.19.0_sxm2-10.xcpng8.2 will be an update
---> Package xapi-storage-script.x86_64 0:0.34.1-2.1.xcpng8.2 will be updated
---> Package xapi-storage-script.x86_64 0:0.34.1-9.1.xcpng8.2 will be an update
---> Package xapi-tests.x86_64 0:1.249.26-2.1.xcpng8.2 will be updated
---> Package xapi-tests.x86_64 0:1.249.32-2.1.xcpng8.2 will be an update
---> Package xapi-xe.x86_64 0:1.249.26-2.1.xcpng8.2 will be updated
---> Package xapi-xe.x86_64 0:1.249.32-2.1.xcpng8.2 will be an update
---> Package xcp-networkd.x86_64 0:0.56.2-1.xcpng8.2 will be updated
---> Package xcp-networkd.x86_64 0:0.56.2-8.xcpng8.2 will be an update
---> Package xcp-ng-linstor.noarch 0:1.0-1.xcpng8.2 will be updated
---> Package xcp-ng-linstor.noarch 0:1.1-3.xcpng8.2 will be an update
--> Processing Dependency: sm-linstor for package: xcp-ng-linstor-1.1-3.xcpng8.2.noarch
---> Package xcp-ng-release.x86_64 0:8.2.1-6 will be updated
---> Package xcp-ng-release.x86_64 0:8.2.1-10 will be an update
---> Package xcp-ng-release-config.x86_64 0:8.2.1-6 will be updated
---> Package xcp-ng-release-config.x86_64 0:8.2.1-10 will be an update
---> Package xcp-ng-release-presets.x86_64 0:8.2.1-6 will be updated
---> Package xcp-ng-release-presets.x86_64 0:8.2.1-10 will be an update
---> Package xcp-ng-xapi-plugins.noarch 0:1.7.2-1.0.0.linstor.1.xcpng8.2 will be updated
---> Package xcp-ng-xapi-plugins.noarch 0:1.8.0-1.xcpng8.2 will be an update
---> Package xcp-rrdd.x86_64 0:1.33.0-6.1.xcpng8.2 will be updated
---> Package xcp-rrdd.x86_64 0:1.33.2-7.1.xcpng8.2 will be an update
---> Package xen-dom0-libs.x86_64 0:4.13.5-9.30.3.xcpng8.2 will be updated
---> Package xen-dom0-libs.x86_64 0:4.13.5-9.38.3.xcpng8.2 will be an update
---> Package xen-dom0-tools.x86_64 0:4.13.5-9.30.3.xcpng8.2 will be updated
---> Package xen-dom0-tools.x86_64 0:4.13.5-9.38.3.xcpng8.2 will be an update
---> Package xen-hypervisor.x86_64 0:4.13.5-9.30.3.xcpng8.2 will be updated
---> Package xen-hypervisor.x86_64 0:4.13.5-9.38.3.xcpng8.2 will be an update
---> Package xen-libs.x86_64 0:4.13.5-9.30.3.xcpng8.2 will be updated
---> Package xen-libs.x86_64 0:4.13.5-9.38.3.xcpng8.2 will be an update
---> Package xen-tools.x86_64 0:4.13.5-9.30.3.xcpng8.2 will be updated
---> Package xen-tools.x86_64 0:4.13.5-9.38.3.xcpng8.2 will be an update
---> Package xenopsd.x86_64 0:0.150.12-1.2.xcpng8.2 will be updated
---> Package xenopsd.x86_64 0:0.150.17-2.1.xcpng8.2 will be an update
---> Package xenopsd-cli.x86_64 0:0.150.12-1.2.xcpng8.2 will be updated
---> Package xenopsd-cli.x86_64 0:0.150.17-2.1.xcpng8.2 will be an update
---> Package xenopsd-xc.x86_64 0:0.150.12-1.2.xcpng8.2 will be updated
---> Package xenopsd-xc.x86_64 0:0.150.17-2.1.xcpng8.2 will be an update
---> Package xs-openssl-libs.x86_64 1:1.1.1k-6.1.xcpng8.2 will be updated
---> Package xs-openssl-libs.x86_64 1:1.1.1k-9.1.xcpng8.2 will be an update
---> Package zabbix-agent.x86_64 0:7.0.0-alpha3.release1.el7 will be updated
---> Package zabbix-agent.x86_64 0:7.0.0-beta1.release1.el7 will be an update
--> Running transaction check
---> Package fuse-libs.x86_64 0:2.9.2-10.xcpng8.2 will be installed
---> Package igc-module.x86_64 0:5.10.200-1.xcpng8.2 will be installed
---> Package mpi3mr-module.x86_64 0:8.6.1.0.0-1.xcpng8.2 will be installed
---> Package r8125-module.x86_64 0:9.012.03-1.xcpng8.2 will be installed
---> Package xcp-ng-linstor.noarch 0:1.1-3.xcpng8.2 will be an update
--> Processing Dependency: sm-linstor for package: xcp-ng-linstor-1.1-3.xcpng8.2.noarch
--> Finished Dependency Resolution
Error: Package: xcp-ng-linstor-1.1-3.xcpng8.2.noarch (xcp-ng-updates)
Requires: sm-linstor
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
@stormi Message sent, thanks!
No change if excluding zabbix
[13:20 ovbh-pprod-xen10 ~]# yum update --disablerepo=zabbix*
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Excluding mirror: updates.xcp-ng.org
* xcp-ng-base: mirrors.xcp-ng.org
Excluding mirror: updates.xcp-ng.org
* xcp-ng-linstor: mirrors.xcp-ng.org
Excluding mirror: updates.xcp-ng.org
* xcp-ng-updates: mirrors.xcp-ng.org
Resolving Dependencies
--> Running transaction check
---> Package blktap.x86_64 0:3.37.4-1.0.1.0.linstor.1.xcpng8.2 will be updated
---> Package blktap.x86_64 0:3.37.4-2.1.xcpng8.2 will be an update
---> Package device-mapper-multipath.x86_64 0:0.4.9-119.xs+1.2.xcpng8.2 will be updated
---> Package device-mapper-multipath.x86_64 0:0.4.9-136.xcpng8.2 will be an update
---> Package device-mapper-multipath-libs.x86_64 0:0.4.9-119.xs+1.2.xcpng8.2 will be updated
---> Package device-mapper-multipath-libs.x86_64 0:0.4.9-136.xcpng8.2 will be an update
---> Package e2fsprogs.x86_64 0:1.42.9-12.el7_5 will be updated
---> Package e2fsprogs.x86_64 0:1.47.0-1.1.xcpng8.2 will be an update
--> Processing Dependency: libfuse.so.2(FUSE_2.5)(64bit) for package: e2fsprogs-1.47.0-1.1.xcpng8.2.x86_64
--> Processing Dependency: libfuse.so.2(FUSE_2.6)(64bit) for package: e2fsprogs-1.47.0-1.1.xcpng8.2.x86_64
--> Processing Dependency: libfuse.so.2(FUSE_2.8)(64bit) for package: e2fsprogs-1.47.0-1.1.xcpng8.2.x86_64
--> Processing Dependency: libfuse.so.2()(64bit) for package: e2fsprogs-1.47.0-1.1.xcpng8.2.x86_64
---> Package e2fsprogs-libs.x86_64 0:1.42.9-12.el7_5 will be updated
---> Package e2fsprogs-libs.x86_64 0:1.47.0-1.1.xcpng8.2 will be an update
---> Package forkexecd.x86_64 0:1.18.1-1.1.xcpng8.2 will be updated
---> Package forkexecd.x86_64 0:1.18.3-3.1.xcpng8.2 will be an update
---> Package gpumon.x86_64 0:0.18.0-4.2.xcpng8.2 will be updated
---> Package gpumon.x86_64 0:0.18.0-11.2.xcpng8.2 will be an update
---> Package grub.x86_64 1:2.02-3.1.0.xcpng8.2 will be updated
---> Package grub.x86_64 1:2.02-3.2.0.xcpng8.2 will be an update
---> Package grub-efi.x86_64 1:2.02-3.1.0.xcpng8.2 will be updated
---> Package grub-efi.x86_64 1:2.02-3.2.0.xcpng8.2 will be an update
---> Package grub-tools.x86_64 1:2.02-3.1.0.xcpng8.2 will be updated
---> Package grub-tools.x86_64 1:2.02-3.2.0.xcpng8.2 will be an update
---> Package guest-templates-json.noarch 0:1.9.6-1.2.xcpng8.2 will be updated
---> Package guest-templates-json.noarch 0:1.10.6-1.1.xcpng8.2 will be an update
---> Package guest-templates-json-data-linux.noarch 0:1.9.6-1.2.xcpng8.2 will be updated
---> Package guest-templates-json-data-linux.noarch 0:1.10.6-1.1.xcpng8.2 will be an update
---> Package guest-templates-json-data-other.noarch 0:1.9.6-1.2.xcpng8.2 will be updated
---> Package guest-templates-json-data-other.noarch 0:1.10.6-1.1.xcpng8.2 will be an update
---> Package guest-templates-json-data-windows.noarch 0:1.9.6-1.2.xcpng8.2 will be updated
---> Package guest-templates-json-data-windows.noarch 0:1.10.6-1.1.xcpng8.2 will be an update
---> Package http-nbd-transfer.x86_64 0:1.2.0-1.xcpng8.2 will be updated
---> Package http-nbd-transfer.x86_64 0:1.3.0-1.xcpng8.2 will be an update
---> Package irqbalance.x86_64 3:1.0.7-11.xcpng8.2 will be updated
---> Package irqbalance.x86_64 3:1.0.7-16.xcpng8.2 will be an update
---> Package kernel.x86_64 0:4.19.19-7.0.15.1.xcpng8.2 will be updated
---> Package kernel.x86_64 0:4.19.19-7.0.23.1.xcpng8.2 will be an update
---> Package kpartx.x86_64 0:0.4.9-119.xs+1.2.xcpng8.2 will be updated
---> Package kpartx.x86_64 0:0.4.9-136.xcpng8.2 will be an update
---> Package libcom_err.x86_64 0:1.42.9-12.el7_5 will be updated
---> Package libcom_err.x86_64 0:1.47.0-1.1.xcpng8.2 will be an update
---> Package libss.x86_64 0:1.42.9-12.el7_5 will be updated
---> Package libss.x86_64 0:1.47.0-1.1.xcpng8.2 will be an update
---> Package linux-firmware.noarch 0:20190314-5.1.xcpng8.2 will be updated
---> Package linux-firmware.noarch 0:20190314-10.2.xcpng8.2 will be an update
---> Package lldpad.x86_64 0:1.0.1-3.git036e314.xcpng8.2 will be updated
---> Package lldpad.x86_64 0:1.0.1-10.xcpng8.2 will be an update
---> Package message-switch.x86_64 0:1.23.2-3.2.xcpng8.2 will be updated
---> Package message-switch.x86_64 0:1.23.2-10.1.xcpng8.2 will be an update
---> Package microcode_ctl.x86_64 2:2.1-26.xs23.1.xcpng8.2 will be updated
---> Package microcode_ctl.x86_64 2:2.1-26.xs26.2.xcpng8.2 will be an update
---> Package nbd.x86_64 0:3.14-2.el7 will be updated
---> Package nbd.x86_64 0:3.24-1.xcpng8.2 will be an update
---> Package qemu.x86_64 2:4.2.1-4.6.2.1.xcpng8.2 will be updated
---> Package qemu.x86_64 2:4.2.1-4.6.3.1.xcpng8.2 will be an update
---> Package rrd2csv.x86_64 0:1.2.5-7.1.xcpng8.2 will be updated
---> Package rrd2csv.x86_64 0:1.2.6-8.1.xcpng8.2 will be an update
---> Package rrdd-plugins.x86_64 0:1.10.8-5.1.xcpng8.2 will be updated
---> Package rrdd-plugins.x86_64 0:1.10.9-5.1.xcpng8.2 will be an update
---> Package sm.x86_64 0:2.30.7-1.3.0.linstor.7.xcpng8.2 will be updated
---> Package sm.x86_64 0:2.30.8-7.1.xcpng8.2 will be an update
---> Package sm-cli.x86_64 0:0.23.0-7.xcpng8.2 will be updated
---> Package sm-cli.x86_64 0:0.23.0-54.1.xcpng8.2 will be an update
---> Package sm-rawhba.x86_64 0:2.30.7-1.3.0.linstor.7.xcpng8.2 will be updated
---> Package sm-rawhba.x86_64 0:2.30.8-7.1.xcpng8.2 will be an update
---> Package squeezed.x86_64 0:0.27.0-5.xcpng8.2 will be updated
---> Package squeezed.x86_64 0:0.27.0-11.1.xcpng8.2 will be an update
---> Package tzdata.noarch 0:2022a-1.el7 will be updated
---> Package tzdata.noarch 0:2023c-1.el7 will be an update
---> Package tzdata-java.noarch 0:2022a-1.el7 will be updated
---> Package tzdata-java.noarch 0:2023c-1.el7 will be an update
---> Package varstored-guard.x86_64 0:0.6.2-1.xcpng8.2 will be updated
---> Package varstored-guard.x86_64 0:0.6.2-8.xcpng8.2 will be an update
---> Package vendor-drivers.x86_64 0:1.0.2-1.3.xcpng8.2 will be updated
---> Package vendor-drivers.x86_64 0:1.0.2-1.6.xcpng8.2 will be an update
--> Processing Dependency: mpi3mr-module for package: vendor-drivers-1.0.2-1.6.xcpng8.2.x86_64
--> Processing Dependency: r8125-module for package: vendor-drivers-1.0.2-1.6.xcpng8.2.x86_64
--> Processing Dependency: igc-module for package: vendor-drivers-1.0.2-1.6.xcpng8.2.x86_64
---> Package vhd-tool.x86_64 0:0.43.0-4.1.xcpng8.2 will be updated
---> Package vhd-tool.x86_64 0:0.43.0-11.1.xcpng8.2 will be an update
---> Package wsproxy.x86_64 0:1.12.0-5.xcpng8.2 will be updated
---> Package wsproxy.x86_64 0:1.12.0-12.xcpng8.2 will be an update
---> Package xapi-core.x86_64 0:1.249.26-2.1.xcpng8.2 will be updated
---> Package xapi-core.x86_64 0:1.249.32-2.1.xcpng8.2 will be an update
---> Package xapi-nbd.x86_64 0:1.11.0-3.2.xcpng8.2 will be updated
---> Package xapi-nbd.x86_64 0:1.11.0-10.1.xcpng8.2 will be an update
---> Package xapi-storage.x86_64 0:11.19.0_sxm2-3.xcpng8.2 will be updated
---> Package xapi-storage.x86_64 0:11.19.0_sxm2-10.xcpng8.2 will be an update
---> Package xapi-storage-script.x86_64 0:0.34.1-2.1.xcpng8.2 will be updated
---> Package xapi-storage-script.x86_64 0:0.34.1-9.1.xcpng8.2 will be an update
---> Package xapi-tests.x86_64 0:1.249.26-2.1.xcpng8.2 will be updated
---> Package xapi-tests.x86_64 0:1.249.32-2.1.xcpng8.2 will be an update
---> Package xapi-xe.x86_64 0:1.249.26-2.1.xcpng8.2 will be updated
---> Package xapi-xe.x86_64 0:1.249.32-2.1.xcpng8.2 will be an update
---> Package xcp-networkd.x86_64 0:0.56.2-1.xcpng8.2 will be updated
---> Package xcp-networkd.x86_64 0:0.56.2-8.xcpng8.2 will be an update
---> Package xcp-ng-linstor.noarch 0:1.0-1.xcpng8.2 will be updated
---> Package xcp-ng-linstor.noarch 0:1.1-3.xcpng8.2 will be an update
--> Processing Dependency: sm-linstor for package: xcp-ng-linstor-1.1-3.xcpng8.2.noarch
---> Package xcp-ng-release.x86_64 0:8.2.1-6 will be updated
---> Package xcp-ng-release.x86_64 0:8.2.1-10 will be an update
---> Package xcp-ng-release-config.x86_64 0:8.2.1-6 will be updated
---> Package xcp-ng-release-config.x86_64 0:8.2.1-10 will be an update
---> Package xcp-ng-release-linstor.noarch 0:1.2-1.xcpng8.2 will be updated
---> Package xcp-ng-release-linstor.noarch 0:1.3-1.xcpng8.2 will be an update
---> Package xcp-ng-release-presets.x86_64 0:8.2.1-6 will be updated
---> Package xcp-ng-release-presets.x86_64 0:8.2.1-10 will be an update
---> Package xcp-ng-xapi-plugins.noarch 0:1.7.2-1.0.0.linstor.1.xcpng8.2 will be updated
---> Package xcp-ng-xapi-plugins.noarch 0:1.8.0-1.xcpng8.2 will be an update
---> Package xcp-rrdd.x86_64 0:1.33.0-6.1.xcpng8.2 will be updated
---> Package xcp-rrdd.x86_64 0:1.33.2-7.1.xcpng8.2 will be an update
---> Package xen-dom0-libs.x86_64 0:4.13.5-9.30.3.xcpng8.2 will be updated
---> Package xen-dom0-libs.x86_64 0:4.13.5-9.38.3.xcpng8.2 will be an update
---> Package xen-dom0-tools.x86_64 0:4.13.5-9.30.3.xcpng8.2 will be updated
---> Package xen-dom0-tools.x86_64 0:4.13.5-9.38.3.xcpng8.2 will be an update
---> Package xen-hypervisor.x86_64 0:4.13.5-9.30.3.xcpng8.2 will be updated
---> Package xen-hypervisor.x86_64 0:4.13.5-9.38.3.xcpng8.2 will be an update
---> Package xen-libs.x86_64 0:4.13.5-9.30.3.xcpng8.2 will be updated
---> Package xen-libs.x86_64 0:4.13.5-9.38.3.xcpng8.2 will be an update
---> Package xen-tools.x86_64 0:4.13.5-9.30.3.xcpng8.2 will be updated
---> Package xen-tools.x86_64 0:4.13.5-9.38.3.xcpng8.2 will be an update
---> Package xenopsd.x86_64 0:0.150.12-1.2.xcpng8.2 will be updated
---> Package xenopsd.x86_64 0:0.150.17-2.1.xcpng8.2 will be an update
---> Package xenopsd-cli.x86_64 0:0.150.12-1.2.xcpng8.2 will be updated
---> Package xenopsd-cli.x86_64 0:0.150.17-2.1.xcpng8.2 will be an update
---> Package xenopsd-xc.x86_64 0:0.150.12-1.2.xcpng8.2 will be updated
---> Package xenopsd-xc.x86_64 0:0.150.17-2.1.xcpng8.2 will be an update
---> Package xs-openssl-libs.x86_64 1:1.1.1k-6.1.xcpng8.2 will be updated
---> Package xs-openssl-libs.x86_64 1:1.1.1k-9.1.xcpng8.2 will be an update
--> Running transaction check
---> Package fuse-libs.x86_64 0:2.9.2-10.xcpng8.2 will be installed
---> Package igc-module.x86_64 0:5.10.200-1.xcpng8.2 will be installed
---> Package mpi3mr-module.x86_64 0:8.6.1.0.0-1.xcpng8.2 will be installed
---> Package r8125-module.x86_64 0:9.012.03-1.xcpng8.2 will be installed
---> Package xcp-ng-linstor.noarch 0:1.1-3.xcpng8.2 will be an update
--> Processing Dependency: sm-linstor for package: xcp-ng-linstor-1.1-3.xcpng8.2.noarch
--> Finished Dependency Resolution
Error: Package: xcp-ng-linstor-1.1-3.xcpng8.2.noarch (xcp-ng-updates)
Requires: sm-linstor
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
@Jonathon said in XOSTOR hyperconvergence preview:
@stormi said in XOSTOR hyperconvergence preview:
yum repolist
lol glad I checked then
# yum repolist Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Excluding mirror: updates.xcp-ng.org * xcp-ng-base: mirrors.xcp-ng.org Excluding mirror: updates.xcp-ng.org * xcp-ng-linstor: mirrors.xcp-ng.org Excluding mirror: updates.xcp-ng.org * xcp-ng-updates: mirrors.xcp-ng.org repo id repo name status !xcp-ng-base XCP-ng Base Repository 2,161 !xcp-ng-linstor XCP-ng LINSTOR Repository 142 !xcp-ng-updates XCP-ng Updates Repository 1,408 !zabbix/x86_64 Zabbix Official Repository - x86_64 79 !zabbix-non-supported/x86_64 Zabbix Official Repository non-supported - x86_64 6 repolist: 3,796
I was wondering if anyone had any insight into this? Unable to upgrade xen hosts.
@stormi said in XOSTOR hyperconvergence preview:
yum repolist
lol glad I checked then
# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Excluding mirror: updates.xcp-ng.org
* xcp-ng-base: mirrors.xcp-ng.org
Excluding mirror: updates.xcp-ng.org
* xcp-ng-linstor: mirrors.xcp-ng.org
Excluding mirror: updates.xcp-ng.org
* xcp-ng-updates: mirrors.xcp-ng.org
repo id repo name status
!xcp-ng-base XCP-ng Base Repository 2,161
!xcp-ng-linstor XCP-ng LINSTOR Repository 142
!xcp-ng-updates XCP-ng Updates Repository 1,408
!zabbix/x86_64 Zabbix Official Repository - x86_64 79
!zabbix-non-supported/x86_64 Zabbix Official Repository non-supported - x86_64 6
repolist: 3,796
Hello!
I am attempting to update our hosts, starting with the pool controller. But I am getting a message that I wanted to ask about.
The following happens when I attempt a yum update
--> Processing Dependency: sm-linstor for package: xcp-ng-linstor-1.1-3.xcpng8.2.noarch
--> Finished Dependency Resolution
Error: Package: xcp-ng-linstor-1.1-3.xcpng8.2.noarch (xcp-ng-updates)
Requires: sm-linstor
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Only reference I am finding is here: https://koji.xcp-ng.org/buildinfo?buildID=3044
My best guess is I need to do two updates, the first one skip broken. But wanted to ask to be sure as to not put things in a weird state.
Thanks in advance!
I do not see any logs or admin panel that insinuates that it is actively being blocked.
OMG, it is somehow Cloudflare zero trust access.
We have our XOA behind ZT, so on a whim I tried importing the vm export directly in our internal network, and it works.
Sorry for the goose chase, maybe this will help someone in the future. May update this when we have some better idea of what the problem actually is.