ibm-spectrum-scale-install-infra
ibm-spectrum-scale-install-infra copied to clipboard
Spectrum Scale Installation and Configuration
The Ansible tasks and the manual start of mmfsd fails, if a node has insufficient memory. The Spectrum Scale FAQ says that at least 2GB memory are required. Though working...
There are three tasks which install prereqs to build the GPL module. Two of them are skipped. This looks strange and buggy. I would suggest to either eliminate two of...
Some internal testing has revealed intermittent hangs when running playbooks. (currently only observed on RHEL7.6) Small enhancement request to precheck config during install prechecks to see if ssh_args set to...
Looking to improve error messaging usability and problem determination by suppressing extra error messages and only posting the 'mm' command output. Example in current Ansible run: ```TASK [core/cluster : storage...
Typo in all.yml went undetected and wound up building an undesired NSD name later resulting in an NSD creation conflict. Inventory validation will help usability and user error from leading...
Based on some internal discussion > With current toolkit, we leave these around in /usr/lpp/mmfs. We leave Stanza files for the cluster node list AND for the NSDs. This was...
recreation steps: > first i deployed a single node cluster (vm1 )with core gpfs functionality, then added vm3 for nsd along with GUI and zimon feature, on the second run...
Zimon pmsensors package should not get installed if gui or collector is not enabled (true). No pmcollectors are installed, when we do not install any GUI ( scale_cluster_gui=false ), only...
Added a condition in the pre-check for version 311-19 to verify the /opt/cloudera/parcels directory for the HDFS 311-19 RPM.
Reference PR: https://github.com/IBM/ibm-spectrum-scale-install-infra/pull/811 1. Need To Add check If perfmon sensor file is exist then only the configure sensor command should run else it will fail if sensor in not...