The Evolution of Backend Storage in Pingao Virtualization

The Evolution of Backend Storage in Pingao Virtualization

In the continuous development of Pingao virtualization technology, backend storage for virtualization has always been a focal point. This article will trace the evolution from the initial file storage and NFS to centralized storage SAN, then to the selection of Ceph’s RBD method, and finally to the current state of backend storage supporting the vhost … Read more

Essential Tools for Embedded Development: Sanitizer

Essential Tools for Embedded Development: Sanitizer

Hello everyone, I am the Mixed Cuisine Master. Today we are going to share a development and debugging tool – Sanitizer. Introduction to Sanitizer Sanitizer is an open-source toolkit initiated by Google, designed to detect memory leaks and other issues. Link: https://github.com/google/sanitizers/wiki/ It includes various tools such as AddressSanitizer, MemorySanitizer, ThreadSanitizer, and LeakSanitizer. These tools … Read more