Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support 2.5 Cache Drives RS3413xs+ #157

Closed
bradkeller opened this issue May 19, 2024 · 8 comments
Closed

[Feature Request] Support 2.5 Cache Drives RS3413xs+ #157

bradkeller opened this issue May 19, 2024 · 8 comments
Assignees

Comments

@bradkeller
Copy link

Is there any way to add support for 2.5in SSDs in the cache trays of a Synology Rack Server?

@007revad
Copy link
Owner

So DSM 7.1.1 won't let you create a storage pool on 2.5in SSDs in the cache trays?

I notice that the RS3413xs+ manual says you must install 2 identical SSDs in the cache trays in order to mount SSD cache. So it sounds like it only supported a read/write cache.

What does the following (insanely long) command return? It's 1 line.
for s in /dev/sd?; do echo -ne "$s "; cat "/sys/block/$(basename -- $s)/device/model" | tr -d '\n'; cat "/sys/block/$(basename -- $s)/device/syno_disk_serial" | xargs; done

Can you tell me which of the drives that command returned are the SSDs in the cache trays?

@007revad
Copy link
Owner

Do you want to setup those SSDs as RAID 1, RAID 0 or 2 separate single volumes?

@bradkeller
Copy link
Author

bradkeller commented May 19, 2024

So DSM 7.1.1 won't let you create a storage pool on 2.5in SSDs in the cache trays?

I notice that the RS3413xs+ manual says you must install 2 identical SSDs in the cache trays in order to mount SSD cache. So it sounds like it only supported a read/write cache.

What does the following (insanely long) command return? It's 1 line. for s in /dev/sd?; do echo -ne "$s "; cat "/sys/block/$(basename -- $s)/device/model" | tr -d '\n'; cat "/sys/block/$(basename -- $s)/device/syno_disk_serial" | xargs; done

Can you tell me which of the drives that command returned are the SSDs in the cache trays?

These are the two installed SSDs currently:

/dev/sdk SSDSC2BA200G3 BTTV322101WW200GGN
/dev/sdl SSDSC2BA200G3 BTTV322101WZ200GGN

@bradkeller
Copy link
Author

Do you want to setup those SSDs as RAID 1, RAID 0 or 2 separate single volumes?

Is it the same amount of work to have multiple options? I wouldn't mind all of those options being available all being equal. Otherwise currently I would just be happy moving the SSDs I have in the 3.5in bays to the 2.5in bay and using them as separate single volumes.

@007revad
Copy link
Owner

So the SSDs are currently in 3.5in bays. You can create the volume, or volumes, on them while they are in the 3.5in bays, then shut down the NAS and move the SSDs to the 2.5in cache trays.

@bradkeller
Copy link
Author

So the SSDs are currently in 3.5in bays. You can create the volume, or volumes, on them while they are in the 3.5in bays, then shut down the NAS and move the SSDs to the 2.5in cache trays.

The two installed SSDs are currently uninitialized in the 2.5in cache trays. You think I can move them to a 3.5 tray and create volume(s) and then move them back? I can give it a go.

@007revad
Copy link
Owner

I believe it will work.

@007revad
Copy link
Owner

Another alternative is:

sudo synostgpool --create -t single -l basic /dev/sdk
sudo synostgpool --create -t single -l basic /dev/sdl

or if you also want DSM to do a drive check after creating the storage pools:

sudo synostgpool --create -t single -l basic -c /dev/sdk
sudo synostgpool --create -t single -l basic -c /dev/sdl

You'd then create the volumes in storage manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants