Everything posted by dlandon
-
Recycle Bin (vfs recycle) for SMB Shares
It works in either situation.
-
NFSv4 Stale File Handles (Mover, SSD Cache, and Hard Links)
It's difficult for us to help since LT does not support virtualizing Unraid.
-
Tips and Tweaks Plugin to possibly improve performance of Unraid and VMs
That comes from Intel. They recommend Performance (you have that choice), for best overall performance and power savings. The 'Power Saving' mode is good for after hours when performance is not important. You can do this using Tips and Tweaks scheduling. I also recommend turning off Turbo after hours with Tips and Tweaks scheduling.
-
Tips and Tweaks Plugin to possibly improve performance of Unraid and VMs
That means those are the only CPU Governor choices for the 'Intel Pstate' driver. If you saw a change since updating Unraid, then the driver for your processor changed with the latest Linux kernel.
-
Tips and Tweaks Plugin to possibly improve performance of Unraid and VMs
These are the governors available for the 'Intel Pstate' driver: root@MediaServer:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors performance powersave Try that command on your server to confirm.
-
Tips and Tweaks Plugin to possibly improve performance of Unraid and VMs
What driver shows for the CPU Governor?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Ok, here is the situation. There was a decision made long before I took over UD and it was a poor choice. The SMB Sharing setting (Disabled, Private, Public, etc) setting in the config file is 'smb_security'. The user names are 'smb_username' in 'Private' mode. You have a user 'security', so in the config file the 'smb_security' is your user setting and not the 'smb_security' setting which confuses UD. Until I can come up with a solution to this dilemna, your best bet is to rename the 'security' user and then reconfigure UD SMB settings.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Go to a command line and do this command 'ud_diagnostics'. Then post the /flash/logs/ud_diagnostics....zip'
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
It's possible you found a corner case. Give me a screen shot of that settings page. Do you have any special characters in the user names?
-
Tips and Tweaks Plugin to possibly improve performance of Unraid and VMs
This should be fixed in the latest version of the plugin.
-
Tips and Tweaks Plugin to possibly improve performance of Unraid and VMs
The plugin has been updated to add the 'AMD Pstate' and 'AMD Pstate EPP' cpu governor drivers. I believe the 'AMD Pstate' driver will allow boost control, but the 'AMD Pstate EPP' driver will not. The EPP driver is an energy efficient driver and it looks like it controls the boost to conserve power. The CPU modes for each driver are: AMD Pstate - performance, powersave, and schedutil. performance → Runs at the highest frequency possible. powersave → Focuses on energy efficiency by using lower frequencies. schedutil → Uses Linux's CPU scheduler to adjust frequencies dynamically. AMD Pstate EPP - powersave, balanced_power, balanced_performance, and performance. powersave → Prioritizes power efficiency. balanced_power → Balances performance and power usage, with a slight bias toward efficiency. balanced_performance → Balances power and performance, but with a slight performance bias. performance → Prioritizes maximum CPU performance. I don't have a system with an AMD processor, so I have limited testing ability. Let me know of any issues that you see.
-
NFSv4 Stale File Handles (Mover, SSD Cache, and Hard Links)
Yes. That's what I am seeing.
-
NFSv4 Stale File Handles (Mover, SSD Cache, and Hard Links)
What is your client side mount command?
-
NFSv4 Stale File Handles (Mover, SSD Cache, and Hard Links)
Why is your eth0 driver "virtio_net"? Settings for eth0: Supported ports: [ ] Supported link modes: Not reported Supported pause frame use: No Supports auto-negotiation: No Supported FEC modes: Not reported Advertised link modes: Not reported Advertised pause frame use: No Advertised auto-negotiation: No Advertised FEC modes: Not reported Speed: Unknown! Duplex: Unknown! (255) Auto-negotiation: off Port: Other PHYAD: 0 Transceiver: internal Link detected: yes driver: virtio_net
-
Tips and Tweaks Plugin to possibly improve performance of Unraid and VMs
Do the following: Click on the "Boot Device" tab. Click on the "Flash" text. Click on "Syslinux Configuration". Add the text "amd_pstate=disable" to the "Unraid OS" box. Reboot Unraid.
-
cannot get "vfs objects = full_audit" to work
/var/log/recycle.bin.log and /var/log/file.activity.log
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
It sounds like your flash device is having problems. Shutdown your server and check the flash in a PC.
-
Tips and Tweaks Plugin to possibly improve performance of Unraid and VMs
I think the best bet will be to remove the driver from the kernel until it is fully implemented.
-
Recycle Bin (vfs recycle) for SMB Shares
Try a restart.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
If the drive in question is sdc, there is no partition on that disk that I can see. It looks like the disk may also have some SMART issues. Someone with more experience with drives may be able to give you some suggestions.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
I've been doing some testing and I think it may work with exclusive shares. I had one situation in my testing where it wouldn't work. That may be a program issue. Still testing.
-
cannot get "vfs objects = full_audit" to work
There is nothing I can do to add user tracking to the file activity. The user is not known to inotify.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
It takes a lot to set it up correctly, and I honestly don't think Multichannel offers any advantage on a home NAS.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
What I found in my testing is that any exclusive share in a rootshare prevents the recycle bin from working on any shares. There are several choices you have: Don't use exclusive shares if you need the recycle bin and a rootshare. Don't use the recycle bin if the rootshare and exclusive shares are more important. Don't use a root share.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
When you edit the file on the flash device, you need to click the double arrows icon on the UD page since the settings on the flash need to be copied to the /tmp/ file system because UD uses the /tmp/ copy to manage UD. This is done to save reads on the flash.