Advanced Search
Search Results
5 total results found
Ephemeral Storage
Errors Warning FailedScheduling 21m (x3 over 22m) default-scheduler 0/18 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/disk-pressure: }, 3 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }, 6 Insuffici...
Storage
https://prometheus.io/docs/prometheus/latest/storage/ Prometheus includes a local on-disk time series database, but also optionally integrates with remote storage systems. Local storage Prometheus's local time series database stores data in a custom, highly e...
Commands
iostat -x 1 iotop lsblk lsblk -o NAME,SIZE,TYPE,MOUNTPOINT dmsetup ls lvdisplay cat /etc/fstab
Logical Volume Manager
LVM 是 Logical Volume Manager(逻辑卷管理器)的缩写。 它是一种在 Linux 系统中管理磁盘存储空间的技术,主要功能包括: 把多个物理磁盘或磁盘分区(Physical Volumes, PV)合并成一个大的存储池(Volume Group, VG)。 在这个存储池里创建和管理逻辑卷(Logical Volumes, LV),相当于虚拟分区。 方便灵活地调整磁盘容量,比如扩展(扩容)、缩小、快照备份等,而不用像传统分区那样受限。 简单说,LVM 可以让你更灵活地管理硬盘空间,动态调整磁...
Storage CN
https://prometheus.io/docs/prometheus/latest/storage/ Prometheus 包含一个本地磁盘上的时间序列数据库,也可以选择集成远程存储系统。 本地存储 Prometheus 的本地时序数据库以一种自定义且高效的格式将数据存储在本地存储中。 磁盘布局 Prometheus 会将采集到的样本按两个小时为一组划分为数据块(block)。每个两个小时的数据块对应一个目录,该目录中包含: 一个 chunks 子目录(存放该时间段内所有时间序列的样本) 一个元数据文件(...