We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# ./lod -d --node ec01 --oss ec01 --mds ec01 --mdtdevs=/dev/sda --ostdevs=/dev/sdb --fsname=a --mountpoint=/mnt/lustre initialize [2020/08/25-17:54:09] [ERROR] [lod.py:195] mds_list not contained in node_list, ec01/['ec01']. [2020/08/25-17:54:09] [ERROR] [lod.py:1051] invalid lod options, please correct it. ['-d', '--node', 'ec01', '--oss', 'ec01', '--mds', 'ec01', '--mdtdevs=/dev/sda', '--ostdevs=/dev/sdb', '--fsname=a', '--mountpoint=/mnt/lustre', 'initialize']
without --oss and --mds, it seems to be working
# ./lod -d --node ec01 --mdtdevs=/dev/sda --ostdevs=/dev/sdb --fsname=a --mountpoint=/mnt/lustre initialize Operator: initialize MDS: ['ec01'] mgs: /tmp/.lod_mgt_200M ---> ec01 mdt0: /dev/sda ---> ec01 OSS: ['ec01'] ost0: /dev/sdb ---> ec01 Clients: ec01 /mnt/lustre Fsname: a Net: tcp Mountpoint: /mnt/lustre
The text was updated successfully, but these errors were encountered:
No branches or pull requests
without --oss and --mds, it seems to be working
The text was updated successfully, but these errors were encountered: