February 17, 20197 yr 1 hour ago, jbrodriguez said: Try - Enable unBALANCE server -> No - Apply - Enable unBALANCE server -> Yes - Apply Should work. Let me know otherwise. Thank you for your reply. Unfortunately doing those steps it still won’t start.
February 19, 20197 yr I am in the process of using unbalance and rsync (directly) to move data around a 14-drive array so I can slowly convert each disk to encrypted. I'm about two weeks into the ordeal and I'm just over halfway done. My 8TB disks are all that's left, and they are taking 50-60 hours per disk to copy data off of them and onto other member disks. After this server is done, I have a second one to convert, in the same way. I am averaging 35MB/s copy speeds. I have set up the write method as per other threads, to attain the best possible speeds. What else can I do to improve speeds when copying from one disk to another? I believe I read something about disabling parity.....
February 20, 20197 yr I'm currently doing a bit of research into this gearing up to convert my disks. In this vid he disables the parity and uses copy to speed up the transfer speeds. https://www.youtube.com/watch?v=uPPnY3jbRKg&index=3&list=PL7g5ef-W3a3o1WXPZrKPqdm7ewTxk39FI&t=0s @9:50 he's getting 100MB speeds
February 28, 20197 yr Author 😮 I think the values are held in float64 types, so an overflow seems hard to achieve, but it certainly looks like it 🤣 🤷♂️
March 4, 20197 yr Can unBalance's "Scatter" function move data between disks while *STILL* utilising the source disk? I have a backup set that's taking up 7.1TB of a 10TB disk and a bunch of other disks that aren't very well utilised. I want to scatter the backup set across disks but don't want to completely remove all the data from disk1. Is this possible? Thanks.
March 5, 20197 yr Author I guess you could specify just some folders of the backup set to be scattered. Depends on the size of your data mostly.
March 5, 20197 yr 9 hours ago, jbrodriguez said: I guess you could specify just some folders of the backup set to be scattered. Depends on the size of your data mostly. Yeah I looked into that. You're right, though - that does achieve the desired result but is just more time-consuming than I'd like since the backup data is literally 100s of 1000s of tiny files that are anywhere from 1MB to 50MB. Thanks for the suggestion, though.
March 13, 20197 yr On 2/18/2019 at 2:17 PM, docbrown said: I removed it and the re-installed and it's working again. Just had to do the same (on 6.7 rc5) to get unbalance running again, cheers 👍
March 16, 20197 yr I don't know if I have something misconfigured. I've been running unbalance and it copies data to drive I indicate, but the rsync is not removing data from the source. I'm having to go in an manually delete this data with mc. I've run the Docker Safe Permissions run. Any ideas on how to fix this?
March 19, 20197 yr Author Are you sure you're running a move operation (either scatter/gather) ? Can you double check the permissions on the data that doesn't get deleted, for any issues ? Finally, the logs should show any issues while removing the source folders. You could check them or send me the relevant parts to check.
March 20, 20197 yr Versions Unraid 6.6.7, unBalance v2019.02.12b I get the same results with scatter or gather. All rsyncs use the same flags as this: rsync -avPR -X "Joe/Software" "/mnt/disk3/" It explicitly says skipping deletion, but I don't know if that is for source or target. W: 2019/03/20 11:58:33 core.go:763: command:end:error(exit status 13) I: 2019/03/20 11:58:33 core.go:767: command:retcode(0):exitcode(13) I: 2019/03/20 11:58:33 core.go:1028: Command Finished I: 2019/03/20 11:58:33 core.go:1041: Current progress: 100.00% done ~ 0s left (141003.94 MB/s) W: 2019/03/20 11:58:33 core.go:960: skipping:deletion:(rsync command was flagged):(/mnt/disk3/Joe/NeedsOrganizing) I: 2019/03/20 11:58:33 core.go:710: Command Started: (src: /mnt/disk4) rsync -avPR -X "Joe/Software" "/mnt/disk3/" W: 2019/03/20 11:58:33 shell.go:51: flag:(rsync: failed to set times on "/mnt/disk3/Joe": Operation not permitted (1) Seeing permissions of drwxrwxrwx nobody users for all directories and drw-rw-rw- nobody users for files. Edited March 20, 20197 yr by sacherjj
March 21, 20197 yr Author rsync was flagged due to error 13, "Errors with program diagnostics", according to its manual (some rsync erros messages are pretty opaque). Because of this error, the plugin skipped deletion of the source (skipping deletion always refers to the source). If you check the History tab, that particular operation should be shown with a yellow icon, as well as the specific rsync command that failed. Additionally, the flagged rsync command should have a 'rmsrc' (remove source) button, so that you can manually delete the source if you want to. The next rsync command in your log was flagged due to 'failed to set times', so it looks like you have some files with 'crazy' date/times. Recapping: - An rsync warned about an error 13 (probably due to irregular date/times on some file(s)) - The copy continued, but the source files weren't removed, because of the error/warning - It's now up to you to decided if the copy on the target is valid to you. So you either a - Delete the source (manually or via the rmsrc button), keep the target b - Delete the target, fix the issues on the source, copy/move again Hope this helps.
March 21, 20197 yr Helps quite a bit. The part I was missing is seeing the pull down that gives the rmsrc commands to help easily clean up. Still not sure why permissions are causing this, but working through that as I get to understand unraid better. Thanks for the education.
March 30, 20197 yr Potentially dumb question - I just queued up a fairly large move that will take ~24hrs. I can close the browser window right? It will continue with the browser closed and the Windows PC turned off?
March 30, 20197 yr 56 minutes ago, jpotrz said: Potentially dumb question - I just queued up a fairly large move that will take ~24hrs. I can close the browser window right? It will continue with the browser closed and the Windows PC turned off? yep
March 31, 20197 yr Author 22 hours ago, Cessquill said: yep Could not have said it better myself 😁 👍 I have an update pending, I added elapsed time and some other stuff. Can't quite remember why I haven't published it yet 🤷🏼♂️
April 5, 20197 yr I went to the Apps section and did a search for 'unbalance' and nothing is found ? Edited April 5, 20197 yr by fschris
April 5, 20197 yr 52 minutes ago, fschris said: I went to the Apps section and did a search for 'unbalance' and nothing is found ? Hmmm. Shows up for me searching on that term. I am not sure if it matters, but it looks like you might not have the latest version of CA. That's an older version in your screenshot. Edited April 5, 20197 yr by Hoopster
April 5, 20197 yr 11 hours ago, fschris said: I went to the Apps section and did a search for 'unbalance' and nothing is found ? 10 hours ago, Hoopster said: I am not sure if it matters, but it looks like you might not have the latest version of CA. That's an older version in your screenshot. That version is over a year old. You should make sure ALL your plugins are up-to-date.
April 19, 20197 yr Author Also, some time in the past week, this thread went past 100k views ... a far cry from CA, dynamix, preclear, unassigned devices, et al., but ... it still counts for something ! 🙌 🙌
April 19, 20197 yr 38 minutes ago, jbrodriguez said: I just noticed something 👀 Limited test release. Since nobody looks at sigs, and most don't have them even enabled since they are turned off by default, you are only the 2nd person to notice.
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.