Jump to content
XPEnology Community

RedPill - the new loader for 6.2.4 - Discussion


Recommended Posts

Hi,

 

Thx for Pocopico drivers. However, same problem here. With a passthough of the lsi card to the VM (ESXi 6.5), I can see only 6 disk of 8. Try different combination with SasIdxMap, DiskIdxMap, SataPortMap, the max disk I can have is 7 (sda desactivated...). 

Try also to just activate sasactivator from @ThorGroup, but have kernel panic at boot. 

Any suggestions ? 

 

Thx

Link to comment
Share on other sites

4 minutes ago, RedwinX said:

Hi,

 

Thx for Pocopico drivers. However, same problem here. With a passthough of the lsi card to the VM (ESXi 6.5), I can see only 6 disk of 8. Try different combination with SasIdxMap, DiskIdxMap, SataPortMap, the max disk I can have is 7 (sda desactivated...). 

Try also to just activate sasactivator from @ThorGroup, but have kernel panic at boot. 

Any suggestions ? 

 

Thx

 

Since i'm currently looking to fix the same issue have a look at the below : 

 

 

Link to comment
Share on other sites

2 minutes ago, pocopico said:

 

Since i'm currently looking to fix the same issue have a look at the below : 

 

 

Yeah, agree with you, I've try the correct combination (1 SATA and 8 disk with SAS), but not working. You can see the answer from thorgroup...

In addition, do you have an extension for vmxnet3 by chance ? 

Link to comment
Share on other sites

2 minutes ago, RedwinX said:

Yeah, agree with you, I've try the correct combination (1 SATA and 8 disk with SAS), but not working. You can see the answer from thorgroup...

In addition, do you have an extension for vmxnet3 by chance ? 

 

I've tested the following

 

 SataPortMap=148 -> First Controller 1 port , Second controller 4 ports, Third controller 8 ports. 

 

Based on the controller sequence you see the controllers when you run lspci -k

 

e.g. 

 

0000:02:05.0 Class 0106: Device 15ad:07e0
        DeviceName: sata0
        Subsystem: Device 15ad:07e0
        Kernel driver in use: ahci

First

Controller 

0000:02:06.0 Class 0106: Device 15ad:07e0
        DeviceName: sata1
        Subsystem: Device 15ad:07e0
        Kernel driver in use: ahci

Second

Controller 

0000:0b:00.0 Class 0107: Device 1000:0054 (rev 01)
        DeviceName: SCSI0
        Subsystem: Device 15ad:1976
        Kernel driver in use: mptsas

 

Third

Controller 


 

For vmxnet, sure, its on my list.. for which system ? 

Link to comment
Share on other sites

3 minutes ago, pocopico said:

 

I've tested the following

 

 SataPortMap=148 -> First Controller 1 port , Second controller 4 ports, Third controller 8 ports. 

 

Based on the controller sequence you see the controllers when you run lspci -k

 

e.g. 

 

0000:02:05.0 Class 0106: Device 15ad:07e0
        DeviceName: sata0
        Subsystem: Device 15ad:07e0
        Kernel driver in use: ahci

First

Controller 

0000:02:06.0 Class 0106: Device 15ad:07e0
        DeviceName: sata1
        Subsystem: Device 15ad:07e0
        Kernel driver in use: ahci

Second

Controller 

0000:0b:00.0 Class 0107: Device 1000:0054 (rev 01)
        DeviceName: SCSI0
        Subsystem: Device 15ad:1976
        Kernel driver in use: mptsas

 

Third

Controller 


 

For vmxnet, sure, its on my list.. for which system ? 

DS3615xs 7.0-41222

Link to comment
Share on other sites

9 minutes ago, pocopico said:

 

I've tested the following

 

 SataPortMap=148 -> First Controller 1 port , Second controller 4 ports, Third controller 8 ports. 

 

Based on the controller sequence you see the controllers when you run lspci -k

 

e.g. 

 

0000:02:05.0 Class 0106: Device 15ad:07e0
        DeviceName: sata0
        Subsystem: Device 15ad:07e0
        Kernel driver in use: ahci

First

Controller 

0000:02:06.0 Class 0106: Device 15ad:07e0
        DeviceName: sata1
        Subsystem: Device 15ad:07e0
        Kernel driver in use: ahci

Second

Controller 

0000:0b:00.0 Class 0107: Device 1000:0054 (rev 01)
        DeviceName: SCSI0
        Subsystem: Device 15ad:1976
        Kernel driver in use: mptsas

 

Third

Controller 


 

For vmxnet, sure, its on my list.. for which system ? 

This is what I have : 

0000:02:00.0 Class 0c03: Device 15ad:0774
        DeviceName: usb
        Subsystem: Device 15ad:1976
        Kernel driver in use: uhci_hcd
0000:02:02.0 Class 0106: Device 15ad:07e0
        DeviceName: sata0
        Subsystem: Device 15ad:07e0
        Kernel driver in use: ahci
0000:02:03.0 Class 0c03: Device 15ad:0770
        DeviceName: ehci
        Subsystem: Device 15ad:0770
        Kernel driver in use: ehci-pci
0000:03:00.0 Class 0107: Device 1000:0087 (rev 05)
        DeviceName: pciPassthru0
        Subsystem: Device 1028:1f38
        Kernel driver in use: mpt2sas
0000:0b:00.0 Class 0200: Device 8086:10d3
        DeviceName: Ethernet1
        Subsystem: Device 15ad:07d0
        Kernel driver in use: e1000e
0000:13:00.0 Class 0200: Device 15ad:07b0 (rev 01)
        DeviceName: Ethernet0
        Subsystem: Device 15ad:07b0
0001:07:00.0 Class 0106: Device 1b4b:9235 (rev 11)
0001:08:00.0 Class 0106: Device 1b4b:9235 (rev 11)
0001:09:00.0 Class 0106: Device 1b4b:9235 (rev 11)
0001:0a:00.0 Class 0106: Device 1b4b:9235 (rev 11)
 

Results with SataPortMap=148 : 

image.png.c7563e91ffff4af2ae7ce603ceac844c.png

It always missing the 1st disk with any combination

Edited by RedwinX
Link to comment
Share on other sites

2 minutes ago, Orphée said:

@RedwinX Could you please update the github ticket : https://github.com/RedPill-TTG/redpill-lkm/issues/19

With your comment ?

First tests made by @pigr8 was pointing to issue with disks >2Tb, but you have three 8Tb currently detected as "Normal"

So maybe this is something to catch somewere else.

This is not evident, I came from 6.2.3. And when the upgrade process started, there is not all disk, that’s why have this error. With RDM, works fine. Upgrade was ok and repair of disk was fine. 

Link to comment
Share on other sites

16 minutes ago, RedwinX said:

This is what I have : 

0000:02:00.0 Class 0c03: Device 15ad:0774
        DeviceName: usb
        Subsystem: Device 15ad:1976
        Kernel driver in use: uhci_hcd
0000:02:02.0 Class 0106: Device 15ad:07e0
        DeviceName: sata0
        Subsystem: Device 15ad:07e0
        Kernel driver in use: ahci
0000:02:03.0 Class 0c03: Device 15ad:0770
        DeviceName: ehci
        Subsystem: Device 15ad:0770
        Kernel driver in use: ehci-pci
0000:03:00.0 Class 0107: Device 1000:0087 (rev 05)
        DeviceName: pciPassthru0
        Subsystem: Device 1028:1f38
        Kernel driver in use: mpt2sas
0000:0b:00.0 Class 0200: Device 8086:10d3
        DeviceName: Ethernet1
        Subsystem: Device 15ad:07d0
        Kernel driver in use: e1000e
0000:13:00.0 Class 0200: Device 15ad:07b0 (rev 01)
        DeviceName: Ethernet0
        Subsystem: Device 15ad:07b0
0001:07:00.0 Class 0106: Device 1b4b:9235 (rev 11)
0001:08:00.0 Class 0106: Device 1b4b:9235 (rev 11)
0001:09:00.0 Class 0106: Device 1b4b:9235 (rev 11)
0001:0a:00.0 Class 0106: Device 1b4b:9235 (rev 11)
 

Results with SataPortMap=148 : 

image.png.c7563e91ffff4af2ae7ce603ceac844c.png

It always missing the 1st disk with any combination

OK, you only have two controllers : 

 

1st controller  ->  0000:02:02.0 Class 0106: Device 15ad:07e0
and

2nd controller -> 0000:03:00.0 Class 0107: Device 1000:0087 (rev 05)

 

So in your case you should use SataPortMap=18 -> 1 Port on first controller and 8 on second 

 

Link to comment
Share on other sites

1 minute ago, pocopico said:

OK, you only have two controllers : 

 

1st controller  ->  0000:02:02.0 Class 0106: Device 15ad:07e0
and

2nd controller -> 0000:03:00.0 Class 0107: Device 1000:0087 (rev 05)

 

So in your case you should use SataPortMap=18 -> 1 Port on first controller and 8 on second 

 

I will try in hour, going to work now. But already try in my memory. I let you know when I will try. 

Link to comment
Share on other sites

Currently on my Jun's loader running system I have this :

0000:02:03.0 SATA controller: VMware SATA AHCI controller
        DeviceName: sata0
        Subsystem: VMware SATA AHCI controller
        Kernel driver in use: ahci
0000:02:04.0 SATA controller: VMware SATA AHCI controller
        DeviceName: sata1
        Subsystem: VMware SATA AHCI controller
        Kernel driver in use: ahci
0000:03:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01)
        DeviceName: Ethernet0
        Subsystem: VMware VMXNET3 Ethernet Controller
        Kernel driver in use: vmxnet3
0000:0b:00.0 RAID bus controller: Broadcom / LSI SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (rev 03)
        DeviceName: pciPassthru0
        Subsystem: Fujitsu Technology Solutions HBA Ctrl SAS 6G 0/1 [D2607]
        Kernel driver in use: mpt2sas

 

There is an unused SATA1 Vmware controller (no virtual disk plugged on it)

Only having :

DiskIdxMap=0C

SataPortMap=1

SasIdxMap=0

 

# fdisk -l
Disk /dev/sdd: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: C8F6C728-968A-4E5A-A4CE

Device       Start        End    Sectors  Size Type
/dev/sdd1     2048    4982527    4980480  2.4G Linux RAID
/dev/sdd2  4982528    9176831    4194304    2G Linux RAID
/dev/sdd3  9437184 7813832351 7804395168  3.6T Linux RAID


Disk /dev/sda: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 1737264A-CC18-4ED0-9DFC

Device       Start        End    Sectors  Size Type
/dev/sda1     2048    4982527    4980480  2.4G Linux RAID
/dev/sda2  4982528    9176831    4194304    2G Linux RAID
/dev/sda3  9437184 7813832351 7804395168  3.6T Linux RAID


Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 14839AC4-2446-4931-A35B

Device       Start        End    Sectors  Size Type
/dev/sdb1     2048    4982527    4980480  2.4G Linux RAID
/dev/sdb2  4982528    9176831    4194304    2G Linux RAID
/dev/sdb3  9437184 7813832351 7804395168  3.6T Linux RAID


Disk /dev/sdc: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 2EB2E747-7B6A-4553-BB5F

Device       Start        End    Sectors  Size Type
/dev/sdc1     2048    4982527    4980480  2.4G Linux RAID
/dev/sdc2  4982528    9176831    4194304    2G Linux RAID
/dev/sdc3  9437184 7813832351 7804395168  3.6T Linux RAID


Disk /dev/md0: 2.4 GiB, 2549940224 bytes, 4980352 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/md1: 2 GiB, 2147418112 bytes, 4194176 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/zram0: 1.2 GiB, 1245708288 bytes, 304128 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/zram1: 1.2 GiB, 1245708288 bytes, 304128 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/md2: 10.9 TiB, 11987547783168 bytes, 23413179264 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 65536 bytes / 196608 bytes

 

I must admit all my tests with Redpill were a loss...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...