1234567891011121314151617181920212223242526272829303132333435 |
- # Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- # Default configurations written for :
- # ----Switch-IB(TM) 2 based EDR InfiniBand 1U Switch, 36 QSFP28 ports----
- # Change the configurations as per the switch model to avoid failures
- # Subnet Manager: centralized resource used by infiniband
- # to handle the management of the fabric.
- # Cache and Log directories of subnet manager
- # container are mounted to below mentioned path on host.
- # cache_directory: opensm stores certain data to the disk such that
- # subsequent runs are consistent. The default directory used is /var/cache/opensm.
- # The following files are included in it: guid2lid, guid2mkey, neighbors
- # log_directory: controls the directory in which the temporary files
- # generated by opensm are created. These files are: opensm-subnet.lst,
- # opensm.fdbs, and opensm.log. By default, this directory is /var/log.
- subnet_manager:
- cache_directory: /var/cache/opensm
- log_directory: /var/log
|