colttt

Results 37 issues of colttt

maybe you can add this in the readme: when i have spaces in the pathname you must use escape this (`): C:\Program Files\zabbix>%SystemRoot%\system32\windowspowershell\v1.0\powershell. exe -nologo -command "& C:\Program` Files\zabbix\zabbix_vbr_job.ps1" Discovery...

Hello, when i run the script manually i get the following errors: Code: C:\Program Files\zabbix>%SystemRoot%\system32\windowspowershell\v1.0\powershell. exe -nologo -ExecutionPolicy ByPass -command "& C:\zabbix_vbr_job.ps1" Discovery The term 'Get-VBRJob' is not recognized as...

I'm running it on Debian 11, on a Dell PowerEdge R730. I run: ``` fio --rw=randrw --name=test --numjobs=8 --runtime=36000 --iodepth=64 --size=120G --filename=/mnt/blubbs --group_reporting --time_based ``` after that bcachefs is still...

bug

Hello, it would be very nice if bcachefs has something to prevent multi mounts on different hosts in an HA setup with one JBODs. ZFS has this also implemented: https://github.com/zfsonlinux/zfs/issues/745

enhancement

After an unmount and mount from #251 I got the following trace ``` Jun 10 15:25:56 bcachefstest kernel: [11235.508523] bcachefs (83b10210-be02-49cb-a305-873f65facb43): error creating journal reclaim thread: -4 Jun 10 15:25:56...

new-version-testing
v18

I tried some benchmarks and after that it crashed/goes read-only I formated it with: ``` bcachefs format \ --group=ssd_read /dev/disk/by-id/dm-name-mpathb \ --group=ssd_write /dev/disk/by-id/dm-name-mpatha /dev/disk/by-id/dm-name-mpathm \ --group=hdd /dev/disk/by-id/dm-name-mpathc /dev/disk/by-id/dm-name-mpathd \ /dev/disk/by-id/dm-name-mpathe...

new-version-testing
v18

a simple mount takes along time I think. I've some snapshots in it. ``` time mount -t bcachefs /dev/disk/by-id/dm-name-mpathb:/dev/disk/by-id/dm-name-mpatha:/dev/disk/by-id/dm-name-mpathm:/dev/disk/by-id/dm-name-mpathc:/dev/disk/by-id/dm-name-mpathd:/dev/disk/by-id/dm-name-mpathe:/dev/disk/by-id/dm-name-mpathf:/dev/disk/by-id/dm-name-mpathg:/dev/disk/by-id/dm-name-mpathh:/dev/disk/by-id/dm-name-mpathi:/dev/disk/by-id/dm-name-mpathj:/dev/disk/by-id/dm-name-mpathk:/dev/disk/by-id/dm-name-mpathl:/dev/disk/by-id/dm-name-mpathn:/dev/disk/by-id/dm-name-mpatho:/dev/disk/by-id/dm-name-mpathp:/dev/disk/by-id/dm-name-mpathq:/dev/disk/by-id/dm-name-mpathr:/dev/disk/by-id/dm-name-mpaths:/dev/disk/by-id/dm-name-mpatht:/dev/disk/by-id/dm-name-mpathu /mnt/; date real 0m18.140s user 0m0.000s sys 0m4.402s ```

new-version-testing
v18

I rsync some data (around 17TB) to bcacchefs over network, and I got ``` [ 520.418356] bcachefs (abe03520-849b-4724-903a-d2da7e450b08): mounted with opts: metadata_replicas=2,data_replicas=2,foreground_target=ssd_write,background_target=hdd,promote_target=ssd_read,erasure_code,shard_inode_numbers [ 656.870663] bcachefs (dm-0 inum 1006632960 offset 3361176):...

new-version-testing
v18

Running on the latest master, also on latest bcachefs tools ``` uname -a Linux bcachefstest 5.13.0-bcachefs-fafff1761183 #1 SMP Mon Jul 19 14:25:19 CEST 2021 x86_64 GNU/Linux bcachefs version bcachefs tool...

new-version-testing
v18

Hello, does exist any plans to add LXC support (it also used libvirt)? If not can you tell me why? Best regards Me