Open qiaofeng1227 opened 5 hours ago
install nvme :
sudo yum install kernel-uek -y
sudo reboot
sudo dracut --force --add-drivers "nvme" /boot/initramfs-$(uname -r).img $(uname -r)
sudo reboot
xfs file system vs ext4:
XFS File System
Benefits:
High performance: XFS excels at handling large files and highly concurrent I/O operations, making it suitable for big data and high-performance computing environments.
Scalability: XFS supports very large filesystems and files, up to 8 exabytes of filesystems and 8 exabytes of individual files.
Fast Recovery: XFS has an efficient logging mechanism that enables fast file system recovery.
Deferred Allocation: XFS uses a deferred allocation policy that reduces file fragmentation and improves performance.
ext4 file system
Benefits:
Widely used: ext4 is one of the most commonly used filesystems on Linux systems, with extensive community support and documentation.
Balanced performance: ext4 performs well with both small and large files, and is suitable for most general-purpose uses.
Metadata operation performance: ext4 performs well with large numbers of small files and frequent metadata operations.
Snapshot Support: ext4 can be used with LVM to support snapshots at the file system level.
Translated with DeepL.com (free version)
yum install -y oraclelinux-developer-release-e oracle-epel-release-e; fi python3 and pip at OracleLinux7? delete QemuGuestAgent