Pytheas

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Pytheas's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I created a second cache pool for my nvme drive. The mounting point is /mnt/nvme . Disk log: Jul 31 13:14:02 UnraidServer emhttpd: PNY_CS3030_1TB_SSD_PNY10200004940301CEB (nvme0n1) 512 1953525168 Jul 31 13:14:02 UnraidServer emhttpd: import 32 cache device: (nvme0n1) PNY_CS3030_1TB_SSD_PNY10200004940301CEB Jul 31 13:14:44 UnraidServer emhttpd: writing MBR on disk (nvme0n1) with partition 1 offset 2048, erased: 0 Jul 31 13:14:44 UnraidServer emhttpd: re-reading (nvme0n1) partition table Jul 31 13:14:45 UnraidServer kernel: nvme0n1: p1 Jul 31 13:14:45 UnraidServer emhttpd: shcmd (1224): /sbin/wipefs -a /dev/nvme0n1p1 Jul 31 13:14:45 UnraidServer root: /dev/nvme0n1p1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 Jul 31 13:14:45 UnraidServer emhttpd: shcmd (1225): mkfs.xfs -m crc=1,finobt=1 -f /dev/nvme0n1p1 Jul 31 13:14:45 UnraidServer root: meta-data=/dev/nvme0n1p1 isize=512 agcount=4, agsize=61047598 blks Jul 31 13:14:46 UnraidServer emhttpd: shcmd (1227): mount -t xfs -o noatime /dev/nvme0n1p1 /mnt/nvme Jul 31 13:14:46 UnraidServer kernel: XFS (nvme0n1p1): Mounting V5 Filesystem Jul 31 13:14:46 UnraidServer kernel: XFS (nvme0n1p1): Ending clean mount I changed the cache pool for the user share 'system' to nvme. In the docker settings the value of 'Docker vDisk location' is '/mnt/user/system/docker/docker.img'. I installed a new docker container. If i now browse /mnt/nvme there is no file. The system directory is on /mnt/cache. I disabled docker and started the mover, but nothing happens. The docker vDisk is on: /mnt/cache/system/docker/docker.img Docker settings: /mnt/user/system/docker/docker.img User share 'system' cache pool: nvme nvme mount point: /mnt/nvme The docker container run without any problems. Do i anything wrong or is this a bug?
  2. I created a second cache pool for my nvme drive. The mounting point is /mnt/nvme . Disk log: Jul 31 13:14:02 UnraidServer emhttpd: PNY_CS3030_1TB_SSD_PNY10200004940301CEB (nvme0n1) 512 1953525168 Jul 31 13:14:02 UnraidServer emhttpd: import 32 cache device: (nvme0n1) PNY_CS3030_1TB_SSD_PNY10200004940301CEB Jul 31 13:14:44 UnraidServer emhttpd: writing MBR on disk (nvme0n1) with partition 1 offset 2048, erased: 0 Jul 31 13:14:44 UnraidServer emhttpd: re-reading (nvme0n1) partition table Jul 31 13:14:45 UnraidServer kernel: nvme0n1: p1 Jul 31 13:14:45 UnraidServer emhttpd: shcmd (1224): /sbin/wipefs -a /dev/nvme0n1p1 Jul 31 13:14:45 UnraidServer root: /dev/nvme0n1p1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 Jul 31 13:14:45 UnraidServer emhttpd: shcmd (1225): mkfs.xfs -m crc=1,finobt=1 -f /dev/nvme0n1p1 Jul 31 13:14:45 UnraidServer root: meta-data=/dev/nvme0n1p1 isize=512 agcount=4, agsize=61047598 blks Jul 31 13:14:46 UnraidServer emhttpd: shcmd (1227): mount -t xfs -o noatime /dev/nvme0n1p1 /mnt/nvme Jul 31 13:14:46 UnraidServer kernel: XFS (nvme0n1p1): Mounting V5 Filesystem Jul 31 13:14:46 UnraidServer kernel: XFS (nvme0n1p1): Ending clean mount I changed the cache pool for the user share 'system' to nvme. In the docker settings the value of 'Docker vDisk location' is '/mnt/user/system/docker/docker.img'. I installed a new docker container. If i now browse /mnt/nvme there is no file. The system directory is on /mnt/cache. I disabled docker and started the mover, but nothing happens. The docker vDisk is on: /mnt/cache/system/docker/docker.img Docker settings: /mnt/user/system/docker/docker.img User share 'system' cache pool: nvme nvme mount point: /mnt/nvme The docker container run without any problems. Do i anything wrong or is this a bug?