December 27, 20178 yr i have 4 SSDs (2x 500gb EVO 960 nvme, 250gb EVO 850, WD 256gb nvme) setup as cache drives in my unraid. so the total space adds up to 1500gb but my cache pool only shows half the space 749GB. can somebody clarify how i can fix this Edited December 27, 20178 yr by avenger93
December 27, 20178 yr Community Expert You should probably be reading this: https://wiki.lime-technology.com/UnRAID_6_2/Storage_Management#Cache_pool_operations You can also find it be clicking on the "Manual" button on the bottom toolbar at the far right side.
December 27, 20178 yr Author 4 minutes ago, Frank1940 said: You should probably be reading this: https://wiki.lime-technology.com/UnRAID_6_2/Storage_Management#Cache_pool_operations You can also find it be clicking on the "Manual" button on the bottom toolbar at the far right side. thanks. so i understand my cache pool is running in btrfs RAID 1. i do not need raid 1. can you tell me how can i change it to raid 0 or even set them up as separate drives. i am still a beginner when it comes to raids. my goal is to utilize full space
December 27, 20178 yr Community Expert I am sorry but I don't know if that is possible. I would suggest that you change the topic of this thread to reflect that fact that you want a RAID0 type setup rather than RAID1. You can do this by editing your first post. (You should add this to the end of the original subject so that anyone who is been looking at this thread is aware of the change in focus.) Edited December 27, 20178 yr by Frank1940
December 27, 20178 yr Community Expert 22 minutes ago, avenger93 said: can you tell me how can i change it to raid 0 https://forums.lime-technology.com/topic/46802-faq-for-unraid-v6/?do=findComment&comment=480421
December 27, 20178 yr Author 3 minutes ago, johnnie.black said: https://forums.lime-technology.com/topic/46802-faq-for-unraid-v6/?do=findComment&comment=480421 thanks! this worked!
December 28, 20178 yr Can I check if you can have a RAID 0 cache pool with two SSD drives both formatted with XFS? I am trying to avoid using BTRFS due to issues with the available space and needing to constanlty balance it.
December 28, 20178 yr 9 minutes ago, Zangief said: Can I check if you can have a RAID 0 cache pool with two SSD drives both formatted with XFS? I am trying to avoid using BTRFS due to issues with the available space and needing to constanlty balance it. Nope. Only BTRFS for pools. XFS is only available for single slot cache.
December 28, 20178 yr Thanks @Jonathanm I'll stick to a single XFS cache drive and use the second drive unassigned.
June 21, 20188 yr Not to resurrect an old thread but i had to go to CLI and run below for into work on 6.5.1. The command ran on GUI didnt do anything for some reason Btrfs balance start -dconvert=raid0 -mconvert=raid1 /mnt/cache
June 21, 20188 yr Community Expert 23 minutes ago, ars92 said: Not to resurrect an old thread but i had to go to CLI and run below for into work on 6.5.1. The command ran on GUI didnt do anything for some reason Btrfs balance start -dconvert=raid0 -mconvert=raid1 /mnt/cache Most likely a copy/past issue, looks like it's happening to some users where the an additional or invalid character is pasted and so it doesn't work.
June 21, 20188 yr 26 minutes ago, ars92 said: Not to resurrect an old thread but i had to go to CLI and run below for into work on 6.5.1. The command ran on GUI didnt do anything for some reason Btrfs balance start -dconvert=raid0 -mconvert=raid1 /mnt/cache Watch out for copy/paste from Windows bringing a carriage-return character that merges with "/mnt/cache" and have btrfs complain. And next thing - the command is named "btrfs" and not "Btrfs" - Linux is case-sensitive.
June 22, 20188 yr On 6/21/2018 at 2:34 PM, pwm said: Watch out for copy/paste from Windows bringing a carriage-return character that merges with "/mnt/cache" and have btrfs complain. And next thing - the command is named "btrfs" and not "Btrfs" - Linux is case-sensitive. The capital B was actually due to me typing that using my phone which auto corrected it Would be nice if it errored out rather than just refreshing the page without any prompts though…. On 6/21/2018 at 2:30 PM, johnnie.black said: Most likely a copy/past issue, looks like it's happening to some users where the an additional or invalid character is pasted and so it doesn't work. Could be...as I noticed an extra space on the statement I copied from your other post, but even removing that did the same thing. I could have tried just retyping from scratch in GUI though, which I didn't.
Archived
This topic is now archived and is closed to further replies.