FlorinB

Members
  • Posts

    125
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

1412 profile views

FlorinB's Achievements

Apprentice

Apprentice (3/14)

19

Reputation

  1. Changed Status to Closed Changed Priority to Other
  2. Hi, after upgrading to Unraid 6.9.0-rc2, I have noticed that the HDD temperatures are not displayed anymore I am using a SuperMicro motherboard with temperature dependent controlled fan speeds. Without the HDD temperature readings my server is unbearable noisy. See below image and the diag. node804-diagnostics-20201221-2341.zip
  3. With multiple pools I am seeing this as multiple "cache" drives. Since the Mover is able to move the data from the pools to Array, it will be helfpul (at least for me) to use the unBalance as well for Scatter & Gather the data between Array and pools.
  4. Would it be possible to update the plugin to support the Unraid 6.9 version with multiple cache pools? Thank you.
  5. Hi, Looks like my power source "be quiet! Pure Power 10 CM ATX 700W" just belw up yesterday. 1. Did anyone else had this? 2. Is the motherboard affected as well? If yes, which other components were affected in your case? (please reply to this only if you had the issue, no assumptions) 3. Does anyone else use be quiet! PSU? Did you ever had issues with it? How much time it worked without issues? 4. Does it worth to try to repair the PSU? (please reply only if you have the knowledge to repair the PSU yourself, taking it to a repair shop is out of discussion)
  6. I am considering to use a 3 x 1TB btrfs pool in raid5. Readed about the "write hole", but there are voices which are saying that with a UPS it will be safe enough https://blog.wille.io/index.php/2018/12/28/btrfs-with-raid5-is-safe-now/ Any oppinions on this matter? Is someone else using btrfs with raid5 and for how much time? Any issues occurred so far?
  7. @johnnie.black and the last questions: 1. Could you please suggest when it will be better to have redundancy on the Pools and for which kind of data. 2. What would be some use cases for having multipe Pools. I understand that adding SSDs into the array at this moment is not possible. 3. In a 2 or more btrfs disks Pool, assuming that it is at least raid1, if one disk fails what are the chances to get the data from there? Is it better to copy all data in another place and rebuild the Pool from scratch or just add the replacement disk? Thank you very much for your help and quick replies Johhnie.
  8. I have read the below thread. If there are minimum 2 devices it is recommended to use always -mconvert=raid1 for metadata redundancy? btrfs balance start -dconvert=... -mconvert=raid1 /mnt/cache
  9. Now I have: root@Node804:~# btrfs fi df /mnt/pool_2tb/ Data, single: total=1.00GiB, used=0.00B System, DUP: total=32.00MiB, used=16.00KiB Metadata, DUP: total=1.00GiB, used=112.00KiB GlobalReserve, single: total=3.25MiB, used=0.00B and into the GUI is displaying: Is this what I should expect? Do i still have the 2 TB available for data?
  10. Background: Initially I had a Cache Pool with 2 x 1TB SSD disks. With Unraid v.6.9.0 it is possible to bulid multiple pools. I have added to my Unraid another 2 SSDs - one of 1TB and the second of 2TB. By using the btrfs calculator from https://carfax.org.uk/btrfs-usage/ results that if I add 1TB+2TB in a raid, even with RAID0 i will lose 1 TB. 1. Should I add the 1TB disk to the Cache pool as the 3rd disk and build the additional pool with 2TB disk only? 2. If I build the second pool with only one disk how can I have at least Metadata 2nd copy on the same disk? Because at this moment everything is set on sigle. Data, single: total=1.00GiB, used=0.00B System, single: total=32.00MiB, used=16.00KiB Metadata, single: total=1.00GiB, used=112.00KiB GlobalReserve, single: total=3.25MiB, used=0.00B 3. What other options do I have? Best regards, Florin
  11. Hi, Changing VM name leads to impossibility to edit save the VM config afterwise. It hangs in Updating... I have noticed this since version 6.8.x, but looks it still remains under 6.9 as well. Althrough it is a "minor" issue, I was struggling a while to find the reason. Example: The initial vm name was "Windows Server 2019" and I have added after VM creation _1 at the end. The result: It hangs in updating. Best regards, Florin
  12. Hi, I have created a pool with one 2TB SSD. Is this normal or is a bug? It was the same in 6.9.0-beta24 Attached you can find also the diag file. Br, Florin node804-diagnostics-20200712-2255.zip
  13. Restore functionality would be great. Until then where I can find a manual restore procedure? Thanks in advance.
  14. Instructions into linuxserver/letsencrypt docker: /appdata/letsencrypt/nginx/proxy-confs/plex.subdomain.conf.sample # make sure that your dns has a cname set for plex, if plex is running in bridge mode, the below config should work as is, for host mode, # replace the line "proxy_pass https://$upstream_plex:32400;" with "proxy_pass https://HOSTIP:32400;" HOSTIP being the IP address of plex # in plex server settings, under network, fill in "Custom server access URLs" with your domain (ie. "https://plex.yourdomain.url:443") I had filled in the Custom server access URL with my external NGINX fqdn for plex. Everything is working now with the custom network, as it was in the Bridgde network: - accessibile via Unraid IP http://Unraid_IP:32400/web/index.html - accessibile via https://app.plex.tv/desktop# And additionally thanks to the NGINX reverse proxy from Internet, in a more secure way than with Plex Remote Access enabled. Thank you very much for your help @aptalca and @happyagnostic.