Hi everyone!
I have problem with my PVE 6.4-13/9f411e79 (running kernel: 5.4.128-1-pve) with Disk volume
Disk model: PERC H730 Mini (raid6 2Gb*8)
Disk /dev/sdd: 10.9 TiB
create file system in parted:
create file system ext4: mkfs.ext4 /dev/sdd1
done, I see my file system
/dev/sdd1 2048 21092106239 21092104192 9.8T Linux filesystem
mount /dev/sdd1 /data/hdd
add to /etc/fstab
mount to my folder and add in proxmox:
Datacenter->Storage->Add Directory ID:name1, folder: /data/hdd
everything is ok, all see and worked
cheeking in fio performers:
fio --ioengine=libaio --direct=1 --sync=1 --rw=readwrite --bs=1M --numjobs=1 --iodepth=1 --runtime=60 --time_based --name seq_read --filename=/dev/sdd
Then I start backup my virtual machines after I see problem with my file system
Open parted and see next:
log files:
/var/log/messages
/var/log/messages
Please help me what could be the problem?
Raid controler working normal.
Thanks!
I have problem with my PVE 6.4-13/9f411e79 (running kernel: 5.4.128-1-pve) with Disk volume
Disk model: PERC H730 Mini (raid6 2Gb*8)
Disk /dev/sdd: 10.9 TiB
create file system in parted:
Code:
(parted) mklabel gpt
mkpart primary 1 90%
done, I see my file system
/dev/sdd1 2048 21092106239 21092104192 9.8T Linux filesystem
mount /dev/sdd1 /data/hdd
add to /etc/fstab
mount to my folder and add in proxmox:
Datacenter->Storage->Add Directory ID:name1, folder: /data/hdd
everything is ok, all see and worked
cheeking in fio performers:
fio --ioengine=libaio --direct=1 --sync=1 --rw=readwrite --bs=1M --numjobs=1 --iodepth=1 --runtime=60 --time_based --name seq_read --filename=/dev/sdd
Code:
Run status group 0 (all jobs):
READ: bw=244MiB/s (256MB/s), 244MiB/s-244MiB/s (256MB/s-256MB/s), io=14.3GiB (15.4GB), run=60010-60010msec
WRITE: bw=243MiB/s (255MB/s), 243MiB/s-243MiB/s (255MB/s-255MB/s), io=14.2GiB (15.3GB), run=60010-60010msec
Disk stats (read/write):
sdd: ios=58609/63644, merge=0/41, ticks=109472/48335, in_queue=92312, util=78.79%
Then I start backup my virtual machines after I see problem with my file system
Open parted and see next:
Code:
(parted) p
Error: /dev/sdd: unrecognised disk label
Model: DELL PERC H730 Mini (scsi)
Disk /dev/sdd: 12.0TB
Sector size (logical/physical): 512B/4096B
Partition Table: unknown
log files:
/var/log/messages
Code:
kernel: [328804.360931] EXT4-fs warning (device sdd1): ext4_dirblock_csum_verify:370: inode #11: comm du: No space for directory leaf checksum. Please run e2fsck -D.
/var/log/messages
Code:
EXT4-fs warning (device sdd1): ext4_dirblock_csum_verify:370: inode #11: comm du: No space for directory leaf checksum. Please run e2fsck -D.
Please help me what could be the problem?
Raid controler working normal.
Thanks!
Last edited: