xcat-core icon indicating copy to clipboard operation
xcat-core copied to clipboard

Code repo for xCAT core packages

Results 205 xcat-core issues
Sort by recently updated
recently updated
newest added
trafficstars

/etc/xcat/cfgloc stores postgres password in plain text. Can we encrypt this? @samveen

nodeset command failed with error randomly command: `nodeset all osimage=ubuntu22.04.3-x86_64-install-compute` Error mentioned below: ``` Usage: nodeset [COMMAND] [OPTIONS] [ns1 [-ixX] ns2|...] nodeset: error: No command specified. ``` Same command works...

syncfiles return with 1 in one node and returned 0 in another node. Due to this node status updated as failed. By running updatenode -F it updated successfully in failed...

I downloaded the project source code and executed it/ Builddep.sh, but an error occurred: Error: This script is intended to be used by xCAT development Error: The GSA directory (/gsa/pokgsa/projects/x/xcat/build/Linux/xcat...

### The PR is to fix issue #7401 #7385

type:bug

When I want to provision centos8.4 diskful node, I used the post.xcat.ng in the compute.centos8.tmpl for node kickstart template as below: %pre { echo "Running Kickstart Pre-Installation script..." #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rhels8# }...

### The PR is to partially fix issue #4610 ### The modification include ## ShellChecks on go-xcat ### The UT result ``` [samveen@x230 tools]$ shellcheck go-xcat && echo complete complete...

priority:low

### Description For ONIE switches, the MacMap / refresh_switches routine first tries to connect via SSH to retrieve the MAC table: https://github.com/xcat2/xcat-core/blob/c8cb1d6a38f9dc204313ff7b12b055f03ca233e6/perl-xCAT/xCAT/MacMap.pm#L720-L728 Unfortunately, when the SSH connection fails, and despite...

type:bug

I'm trying to use xcat to deploy rhel 8.9 onto a compute node, but the compute node fails to finish booting at this point: ``` Configuring (net0 ac:1f:6b:bc:db:ec)...... ok net0:...

### The PR is to partially fix issue #4610 The code here was previously part of Pull request #4923 . For easier checks, this contains the easily-checked portions of the...

priority:low