tweedyc

Members
  • Posts

    12
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

tweedyc's Achievements

Noob

Noob (1/14)

1

Reputation

  1. FYSA, a few months ago I took the plunge and I went ahead and built a Dell r730 with 24 4TB Evo SSDs. I used ZFS. It runs fine. If you mix and match SSDs of various sizes, they need to be in pools that contain drives of the same size. Good luck.
  2. I forgot to mention ZFS. I do not consider ZFS as an elegant solution for a 100% SSD Unraid machine. ZFS has strict constraints that I think are antithetical to Unraid. One of the major attractions for me to Unraid was the ability to take all of the drives I have laying around and use them with no constraints regarding size or storage capacity. With 24 bay 2U boxes so cheap nowadays it is attractive to take one and load it up with all of the old SSDs I have laying around and use them. However, the SSD requirement for trim and the data loss potential due to trim on a SSD parity drive are at cross purposes. I will be using Unraid forever. One experiment I plan to do is to setup up a 100% SSD Unraid box (Dell 24 bay 720xd) WITHOUT PARITY. As mentioned in my post above I have 3 Unraid machines (one is 800 miles away) with a complete copy each of the critical data (using spinning drives BTW). In case of a catastrophic failure, I will clone back to the SSD machine. Again I feel compelled to mention the reason I have a NAS is data access and storage. While the awesome other features and capabilities available on Unraid can be used to do so many things, I use Unraid almost exclusively as a NAS only. The capability of the other Apps, Dockers, etc. on Unraid I perform on other boxes. The data from those are copied to the NAS after thorough scanning. Once a no-trim SSD comes out, this whole issue will be moot. Someday....
  3. PitRejection, I have 2 responses to your email. You should be able to see the responses that I've received in this thread. The written responses, unwritten responses, and other research has lead me to the following conclusions to resolve this question for me that I will list below (note that my situation may not work for you): 2a) Since Unraid protects against data loss (on a single machine) by use of 1 or 2 parity drives, a totally SSD based Unraid machine is not very useful since SSDs require trim. Trimming a SSD parity drive will usually cause loss of parity data (thus defeating the value of having a parity drive). 2b) You could have all SSDs for data and a spinning drive for parity but that defeats the purpose of an all SSD machine. 2c) You could do like I do and have 1 or 2 additional Unraid clone machines that rsync from A to B and A to C. (B is located 800 miles away). This approach makes parity redundant to the clone. 2d) You could abandon Unraid and run Rocky Linux and have a pure SSD machine and either have a clone or typical Raid to protect against data loss. I am headed in this direction for a pure SSD machine. I'm lucky since I have lots of servers laying around and can afford to have Unraid and Typical Raid boxes that are independent of each other. 2e) Consider the purpose of a 100% SSD setup. Such a setup shouldn't be for speed purposes since the backplane limits you to 6 or 12 GBPS. If the purpose is to reduce electricity consumption consider this: I noted that my ancient Dell c2100 was only drawing about 120-150 watts once I put it on a Kill-o-watt. Occasionally, it would spike to 300 watts but that was infrequent. When it was idle, it dropped to about 80 watts. That's a light bulb. The power consumption just didn't matter (the heat was nice in the winter before I put it in the garage). I did throttle the fans so I didn't have to listen to them roar. FYSA, I do not have my Unraid boxes connected to the internet to destinations for Sonaar, Radaar, etc. I have separate boxes in separate network DMZs for that purpose. While that can be done internally on a single Unraid box, I don't need to have one machine do everything. Also, note that after sync between A and B, I simply shut down B and disable sync for security concerns. It is not much trouble to turn it on for the next sync. I hope this response was helpful. Everyone's use case is different and everyone's resources are different. I'm fortunate to have many servers that I can play with. I started my NAS journey with QNAP equipment. That was very expensive. When I found out that I could have many 2U servers for the cost of a single QNAP (8 bay), I moved to Unraid on Dell c2100 12 bay boxes because of cost and I could take all of my old hard drives and use them as one big disc. My original c2100 Unraid box is still running after 7 years. It even survived a house fire (and the fire department). I'm slowly migrating to Dell R720xd 12 bay machines now that they are so cheap.
  4. Thanks to everyone who have responded to my questions so far! Thank you, gyto6 for your input. I would appreciate some info or guidance about your SSD-only array (e.g., Unraid version, drive sizes, cache drive?, and how you set it up--thanks in advance if you reply). The raidz or ZFS solution prompts new questions: Accepting that such a configuration will take care of parity, how is raidz setup? Is a drive manually dedicated to parity as in typical Unraid? (see note below regarding gyto6's response) Would someone be kind enough to attach a link with raidz setup steps? (redundant to #1) Does raidz make cache drive(s) obsolete and/or redundant? Will raidz allow an array that is composed of unmatched drives such as 12 different drive sizes (e.g., 6-1TB drives, 4-2TB droves, and 2-4TB drives) or must all drives be the same size (and specifications)? Besides price, this was the #1 attraction I found for Unraid which was the ability to grow a drive at a time and as drives got larger (and prices dropped) my first Unraid machines utilized a pile of unused drives that I had from older machines. Has ZFS changed to allow mixed drive sizes WITHOUT IGNORING THE EXTRA VOLUME OF THE LARGER DRIVES? My current understanding is that ZFS in #5 above would treat all drives as 1TB for a total of 12TB not 18TB. Please correct me if I'm wrong. FYSA, If I can get a SSD array working correctly, I will probably use the older Unraid machines as a periodic backup location wherein I start the (spinning drive) Unraid machine(s) periodically, backup from the SSD Unraid, and then shut down the spinning drive Unraid machine. I understand the limitation of a 6 GBPS backplane and intend to slowly migrate to 12 GBPS backplanes however as we all know, that is an investment in computers and drives. I find gyto6's note interesting, "1 - If you're using a ZFS Pool, no trouble. ZFS manages any Parity/Cache operation. Leave a "dead" storage in the array to start container.". That sounds like there may be some instructions somewhere that would be helpful to people like me with respect to ZFS so direction to where we can learn would be appreciated. The "dead storage" sounds like a drive that functions like a parity? drive or maybe not. How would the dedicated "dead" drive be formatted? I had considered trying a setup with Trim turned off because I saw some other posts that seemed to use such a solution but eventual corruption of a lot of SSDs would be cost prohibitive in the long run. Thanks to all of you for explaining a bit about raidz.
  5. Can someone clarify how raidz answers the mail? I assume the point i for the raidz pool to be setup for SSDs. If so, is there a need for a parity drive in this setup? Also, do all other Unraid functions work normally? Finally, in raidz do all drives have to be identical? Can different size drives be used?
  6. QUESTION: I would like to run Unraid with only SSDs. I request feedback regarding the following 2 options: SSD only with no parity (#1 Unraid box). Data recovery to be accomplished by rsync backups to #2 Unraid box. SSD only with SSD parity. If SSD trim works in 6.12, will this work? Or will parity updates fail because of parity events conflicting with SSD trim events? UNRELATED TO SSD QUESTION: How do you improve data I/O to an Unraid box from other boxes (Dell servers, Macs, and WIN) on the network? What is a list of things to do? UNRELATED TO SSD QUESTION GIVENS: All HD and backplanes are 6 GBS. I do not consider 12GBS worth the money at this time. Files by % of Unraid Array are mostly photos and videos (80%) with the next being documents (15%) and the last being files (5%) compressed/uncompressed. Original NICs (can add fiber card to server(s)). Network is Ubiquity ethernet + fiber. I am considering: Fiber backbone (already complete) Newer and larger SSD cache drives ? HW ENVIRONMENT I have multiple 12 bay Dell servers to play with. My original Unraid was on v4 on a Dell c2100 (still works fine after house fire, moving, and electrical outages) which started on 3TB HD and now has 12TB. There are no VMs. It has a few Dockers for rsync, Filezilla, etc. I have 5 Unraid max licenses running. The c2100s are running IT Mode LSI cards. Options to play with include 5 Dell r720s, 4 Dell r730s, and one NVME Dell r740 for a SSD only rig. I have 4 Samsung EVO 8TB SSDs, 10 Samsung EVO 4TB, and some others. Also, I have a fiber backbone in the house. Although Unraid is not RAM intensive, I have plenty to use; especially on a box running a lot of VMs. SSD ONLY BOX INTENDED USE Multiple VMs for running different OSs (WIN, OSX, Linux) Experiment with low electrical consumption -------------------Thanks in advance for your time in responding. My search of the forums did not help me. Either I used the wrong search terms or I did not understand what I was reading.--------------------em
  7. Thank you for this reply. I have no space on server 1 to make a clone to move. As such, I understand your alternative option to be using rsync (via NFS) to clone the "user shares" to server 2. Is that correct? Thanks in advance.
  8. How do I clone my unraid server (85 TB of data) to an identical server (same brand, same CPU, same physical drive sizes, etc.) with a new unraid license? I want to have 2 identical servers at the end of the cloning. Then I will setup replication between the 2 servers. Once cloned, I will locate one server at a different geographic location. Ideas I've considered is to: 1) setup the same "user shares" on the new unraid server and then let replication do the copying. 2) find software that will create user shares on the new server and then copy data from user share to user share 3) manually copy files I would appreciate any feedback from anyone who has done this.
  9. The only place is an email sent by lime. However, that email is seen to be junk by MS outlook.
  10. Where can I download my license key (file) for manual installation to my USB stick. Copy and paste in the registration page fails to submit successfully (without errors).
  11. Brilliant! You're the maaaaan. Problem solved. Drive is formatting. Thank you.
  12. I have 7 drives in an array that has been running for a year. I want to add drive 8. I precleared the new drive to add to the array. On the main screen I can assign the drive (as sdh). With the array started Unraid shows the drive as unmountable (at the top in the list of drives). At the bottom of the main screen under "Array Operation" it lists the drive under "Unmountable disk present". The "Format" button is dithered out and unoperable. Under the text to the right of the "Format" button it says "Yes I want to do this" but there is no checkbox visible. How do I format the disk now that preclear is complete? Where are simple, direct instructions on adding new disks on Lime? Is the proper sequence: shutdown, insert new drive, boot, find disk on "Main" and select preclear, assign new disk, and then format? Thanks in advance for any help.