-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Pr 2119 #2120
New issue
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
base: master
Are you sure you want to change the base?
Conversation
Fixed 1256 spelling errors across 236 markdown files using codespell and custom scripts. Preserved technical terms like ND, IST, AER, CLOS, etc. Co-authored-by: qiluo-msft <[email protected]>
|
|
/azp run |
|
No pipelines are associated with this pull request. |
|
|
||
| # Assume that domain name DeviceC.co point to 2001:db8::3 | ||
| ssh tom@DeviceC.co | ||
| # Assume that domain name device.co point to 2001:db8::3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original text DeviceC seems aligned with above device names.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep original capitalization DeviceC?
| SONiC Process related logs: | ||
| let messageRegex = @"(?i)internal_redis_generic_get|kernel:.*write failed|kernel:.*Write Protected|kernel:.*Remounting filesystem read-only|monit.*space usage|monit.*mem usage|syncd.*Received switch event 2|zebra.*No buffer space available|L3 route add faled with error Entry exists|supervisord: syncd error: assertion failed:|kernel:.*aufs_read_lock|quagga_watcher.*missing|returned unexpected number of bytes|systemd-logind.service watchdog timeout|pfc_storm_check.*detect_pfc_storm|error: linux runtime spec devices|swss#orchagent:.*:- main: Failed to access writable directory|.*dhcrelay\[\d+\]: Discarding packet received on .* interface that has no IPv4 address assigned.|SER Parity Check Error|MMU ERR Type|netlink-listen recvmsg overrun: No buffer space available|panic: invalid freelist page: 11, page type is leaf|dhcpmon detected disparity in DHCP Relay behavior|bcmCNTR.*segfault|monit.*Memory Usage|monit.*process is not running|exited:.*not expected|monit.*status failed|checkCrmThresholds: IPV6_NEXTHOP THRESHOLD_EXCEEDED|read-only file system|\'container_memory_dhcprelay\' status failed|SEU error was detected|SQUASHFS error: zlib decompression failed, data probably corrupt"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This creates a separate linux network stack including routes and network devices for every ASIC. | ||
| The interfaces for a given ASIC is linked to its corresponding namespace. | ||
|
|
||
| In a multi-ASIC system, very commonly the ASICs are physically connected in a clos fabric topology. With sonic container dockers running as separate namespaces for each ASIC in a multi-ASIC system, we can model and configure the system as if there is a spine-leaf network topology within the box. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
|
|
||
| #### 3.7.3 LED Class | ||
| There is no generic LED API class defined in PDDF. LED APIs related to a component has been made part of thats component's platform API class. System LED APIs are made part of PddfChassis class. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fix typo: onces -> ones (doc/acl/ACL-Table-Type-HLD.md) - Revert correct bold font markers in CLI abbreviation (doc/console/SONiC-Console-Switch-High-Level-Design.md) - Revert correct DeviceC names (doc/console/SONiC-Console-Switch-High-Level-Design.md) - Fix typo: happend -> happen (doc/console/serial-console-HLD.md) - Fix typo: wither -> either (doc/database/multi_database_instances.md) - Keep original capitalization: PseudoCode (doc/debug_framework_design_spec.md) - Revert correct "SER Parity Check Error" (doc/event-alarm-framework/events-producer.md) - Revert correct technical term "clos" (doc/multi_asic/SONiC_multi_asic_hld.md) - Fix grammar: that's -> that (doc/platform/brcm_pdk_pddf.md)
|
/azp run |
|
No pipelines are associated with this pull request. |
| |:-----------------------|:-----------------------------------------------------------------------| | ||
| |TPID |**T**ag **P**rotocol **ID**entifier | | ||
| |VLAN |**V**irtual **L**ocal **A**rea **N**etworks | | ||
| |PBB |**P**rovider **B**ack **B**one | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ; Defines schema for SYSTEM_LAG_ID_SET | ||
| key = SYSTEM_LAG_ID_SET ; System set key | ||
| ; values | ||
| "" = 1*10DIGIT ; One or ore of system_lag_id values |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| hex sec sec sec sec sec cnt | ||
| 8000002438eefbc3 20 2 15 1 0 0 | ||
| RootBridge RootPath DesignatedBridge Root Max Hel Fwd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - [2.2. Syslog Forwarding Output Module](#22-syslog-forwarding-output-module) | ||
| - [SONiC Syslog Source IP](#sonic-syslog-source-ip) | ||
| - [High Level Design document](#high-level-design-document) | ||
| - [Table of contents](#table-of-contents) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these 2 links do not exist
qiluo-msft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As comments. @copilot Could you improve the PR title and PR description?
|
@qiluo-msft I've opened a new pull request, #2122, to work on those changes. Once the pull request is ready, I'll request review from you. |
No description provided.