haxellio Posted November 6, 2023 Share Posted November 6, 2023 Hi! I want to convert all my array drives from xfs to zfs to utilize zfs's compression and snapshot feature. My solution to this looks like this: I have disk1 and disk2. Disk2 just got installed today and is totally empty, so I've formatted it with zfs with no problem. To convert disk1 from xfs to zfs, I want to transfer all data from it to disk2. Currently, I'm in progress of copying all data from disk1 to disk2, after that I'll count all files in disk1 and 2 and if results are the same, I'll erase disk1 and format it to zfs. My questions are: 1. Is my process valid and I didn't forget something important? The shares I'm transferring are not in use by any process and are just user shares, not system ones. 2. Is this normal that when transferring data from disk1 to disk2, I get this amount of parity reads? Thanks. Quote Link to comment
itimpi Posted November 6, 2023 Share Posted November 6, 2023 5 hours ago, haxellio said: 2. Is this normal that when transferring data from disk1 to disk2, I get this amount of parity reads? Yes if you do not have Turbo Write enabled as described here the online documentation accessible via the Manual link at the bottom of the Unraid GUI. In addition every forum page has a DOCS link at the top and a Documentation link at the bottom which describes the Unraid write modes. The Unraid OS->Manual section covers most aspects of the current Unraid release. 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.