vphan13

Results 5 issues of vphan13

I'm a bit of an ansible noob here. . .but, When generating the slurm.conf file Instead of hard coded values: slurm_nodes: - name: "{{ headnode }}" CoresPerSocket: "**6**" CPUs: "**12**"...

Can you add the following to the install.sh to enable automated install for Rocky 8? `## Rocky` `elif [[ $osname == 'rocky' ]]; then` `# Install Dependencies` `yum -y install...

Apologies ahead of time if this available somewhere, but I've scoured the documentaion and could not find mention of **_pg_dump_options_** anywhere outside of the comment in the sample config file...

1. Required packages (I'm using Rocky/Fedora) `sudo yum install libvirt, qemu, libvirt-nss` 2. Non-privileged user requirements (I'm not sure if this is right, but if not done, then you can...

I'm attempting to use macvlans with virter. I've successfully added a macvlan bridge interface on my virter host using: ``` nmcli connection add type macvlan dev enp4s0 mode bridge tap...