Commit Graph

1045 Commits

Author SHA1 Message Date
tom mortensen 191f68642c Merge pull request #1743 from othyn/master
Add in the ability to set a manual UPS capacity override in `dynamix.apcupsd`
2024-06-04 14:14:37 -07:00
tom mortensen 955ba7f0a6 Merge pull request #1750 from SimonFair/WebUI
Create WebUI option in VM Template.
2024-06-03 13:13:34 -07:00
SimonFair b2916424be Add rdp menu option. 2024-06-02 15:06:58 +01:00
SimonFair e61132fe69 Create WebUI option for VMs 2024-06-01 15:25:30 +01:00
SimonFair 15af3fb6eb Fix zfs dir create if parent is a dir rather than dataset. 2024-05-31 15:10:24 +01:00
Tom Mortensen c1493a61d7 fix messaging on Main when array Stopped 2024-05-30 14:39:02 -07:00
tom mortensen 50a27242ab Merge pull request #1742 from dlandon/master
Fix detection of no mountable devices and detection of an empty share.
2024-05-30 12:49:25 -07:00
tom mortensen 15913a6c64 Merge pull request #1745 from unraid/fix-dashboard-buttons
Dashboard: Fix Array Start/Stop buttons
2024-05-30 12:47:29 -07:00
dlandon ef795438cc Merge remote-tracking branch 'upstream/master' 2024-05-29 06:27:03 -05:00
Squidly271 7a968eac84 Update file_put_contents_atomic 2024-05-28 20:15:20 -04:00
ljm42 5daacf1e97 Dashboard: Fix Array Start/Stop buttons 2024-05-28 12:19:43 -07:00
dlandon e621ccebb1 Primary only pool needs to use the primary device full size for floor calculations. 2024-05-27 13:38:54 -05:00
Ben e28d4a32fb Add in the ability to set a manual UPS capacity override in dynamix.apcupsd, so that Nominal Power can still be estimated based on the load percentage for UPS's that don't report their NOMPOWER 2024-05-27 19:19:04 +01:00
dlandon f6427a3361 Fix logic to determine a share is empty and when no mountable devices found. 2024-05-27 06:51:41 -05:00
dlandon 91e14b22db Fix detection of no mountable devices. 2024-05-27 06:49:52 -05:00
dlandon 095b931dad Code cleanuo. 2024-05-27 06:49:05 -05:00
Tom Mortensen 0f22fe77e6 support array status ERROR:NO_DEVICES 2024-05-26 12:16:42 -07:00
tom mortensen e29de3c3e5 Merge pull request #1740 from SimonFair/Enable-subvol-or-dataset-for-VMs
VM Bug fixes.
2024-05-26 11:55:32 -07:00
tom mortensen a757fe0fe6 Merge pull request #1741 from dlandon/master
Fixes from extensive testing.
2024-05-26 10:37:21 -07:00
dlandon 55c79439f3 Add language translation to missing pool messages; correct backwards prefer mover message. 2024-05-26 11:40:46 -05:00
dlandon 32c769e6bd Fixes from extensive testing. 2024-05-26 08:39:31 -05:00
SimonFair 290d4da90a Updates to my_mkdir. 2024-05-25 20:24:20 +01:00
ljm42 cf6f3acb3a When no array, hide parity check history details 2024-05-24 11:34:57 -07:00
tom mortensen b14922734a Merge pull request #1736 from dlandon/master
Share configuration changes for "array optional" feature and a few bug fixes
2024-05-23 23:12:44 -07:00
tom mortensen 9aa50b1b1d Merge pull request #1737 from SimonFair/Enable-subvol-or-dataset-for-VMs
Update my_mkdir and VMs to use my_mkdir
2024-05-23 23:11:27 -07:00
dlandon a2d35294d3 Floor calculation needs to be based on secondary pool, not primary pool. 2024-05-23 18:49:42 -05:00
ljm42 73b3829d61 Notifications: remove html entities from subject used by email and agents 2024-05-23 16:17:00 -07:00
dlandon 7b568c2aa1 Shares set to 'prefer' when set up in an array will work when no array is configured. 2024-05-23 16:51:01 -05:00
dlandon 44e74e15d3 Show all array shares when in poolsOnly mode so user can see the shares that need fixing. 2024-05-23 13:59:11 -05:00
SimonFair 3ec2a92b41 Update my_mkdir 2024-05-23 19:22:29 +01:00
dlandon e256fa8313 Fixes for dealing with share predefined for array use that are dealt with differently when there are array disks. 2024-05-23 10:57:07 -05:00
dlandon ad2e98ea46 Handle the case when switching to no array, and an array 'prefer' move setting is set. 2024-05-23 09:32:58 -05:00
dlandon ed1ee47ce4 Changes to support array optional feature. 2024-05-23 08:44:10 -05:00
dlandon cce6b7ea92 Change no array detection. 2024-05-23 08:43:31 -05:00
dlandon 1d5ff688ba Change no array detection. 2024-05-23 06:55:13 -05:00
Tom Mortensen 81e48a2291 small array slots dropdown correction 2024-05-22 21:42:06 -07:00
ljm42 a4f6b7dcad Allow the Array to be optional 2024-05-22 15:43:58 -07:00
dlandon 05f6afd1a2 Sanitize the model text field. 2024-05-20 11:23:16 -05:00
dlandon bdc9ef9782 Remove double quote and forward slashes from description. 2024-05-20 08:42:43 -05:00
dlandon dcb1e43d21 Remove test code. 2024-05-19 08:04:13 -05:00
dlandon a5cab82c29 Fix detection of unmountable disk when checking for no mountable disks . 2024-05-19 07:05:51 -05:00
Tom Mortensen 280e7a52cd Change zfs profile text 'raid0' to 'stripe' 2024-05-18 18:50:55 -07:00
Tom Mortensen f0d4c00389 Create meaningful zfs subpool descriptions 2024-05-18 18:50:16 -07:00
Squidly271 04ef869aba Refactor 2024-05-18 10:28:43 -04:00
Squidly271 8d4c007226 Update Wrappers.php 2024-05-18 09:43:28 -04:00
tom mortensen 59835e14eb Merge pull request #1729 from dlandon/master
Fix share floor calculation when the share is array only; fix detection of no mountable devices when adding shares
2024-05-17 15:21:37 -07:00
dlandon cebe945e81 Refactir siome Java Script code for readability. 2024-05-16 14:42:30 -05:00
dlandon 7532448241 Code cleanup and add safeName() to cleanup up share name before applying settings. 2024-05-16 13:36:40 -05:00
dlandon f184a79e85 Changes to address proper share floor calculations. 2024-05-16 13:31:00 -05:00
dlandon e988ef55fc Fix share floor calculation for pool disks. 2024-05-14 09:31:55 -05:00