Change report Jaglion V2 Service Packs

From SEPsesam
Revision as of 13:40, 30 June 2022 by Sta (talk | contribs) (Synced with: servicepacks/5.0.0/5.0.0.9/windows/x64/change_report_v_5_0_0_9..v_5_0_0_9_sp1.txt (EE))
Draft.png WORK IN PROGRESS
This article is in the initial stage and may be updated, replaced or deleted at any time. It is inappropriate to use this document as reference material as it is a work in progress and should be treated as such.

5.0.0.x Jaglion V2 SP1

Updated: June 23, 2022 | The purpose of this change report is to list the changes, enhancements and fixes in the SEP sesam software between version 5.0.0.9 Jaglion V2 and 5.0.0.x Jaglion V2 SP1.

  • You must install 5.0.0.9 Jaglion V2 before you install SP1.
  • SP1 installation is highly recommended as it includes various performance, stability, and other key customer fixes not available in the initial release of 5.0.0.9 Jaglion V2.

Change report

  • BUGFIX: (#30912) Concurrent backups result in backing up incorrect Nutanix VM snapshot disks because the same UUID was incorrectly used to create the VM snapshot. Solution: A unique client identifier has been added for querying the Nutanix UUID. If the UUID of the backed up VM and the UUID of the snapshot information do not match, the backup terminates with an error.
  • BUGFIX: Fixing the double free problem in qm_main that can trigger qm_main crash
  • BUGFIX: (#30895) External job stays in state queued, if submit timeout expires. Remove wrong check for backup operation.
  • BUGFIX: (#30745) Sesam bootstrap DB export doesn't contain information about migrated Sesam backup. Correct SQL query to use 'backup_id' instead of 'saveset'
  • BUGFIX: (#30784) 'Cancel Current Running Activities' updates after 100 seconds the state of all still running tasks. Solution: Do not update results' state
  • BUGFIX: (#30868) 'DB:results.stop_time' written in wrong format. Initialze 'szStopTim' with empty string, so 'time_get()' will return correct time in correct format
  • BUGFIX: (#30822) Microsoft Windows Unicode with 4 Bytes could not be converted on Linux RDS. Solution: Use iconv() to convert from UTF-16 to UTF-8
  • BUGFIX: (#30822) Microsoft Windows Unicode with 4 Bytes could not be converted on Linux RDS. Solution: Use iconv() to convert from UTF-16 to UTF-8
  • NEW: (#25577) Use HTTP(S) to cancel STPD of running tasks. If 'gv_conf_use_com_stpd_kill=http/https' set http or https connection to STPD will be used to terminate active backup/restore connections
  • NEW: (#30781) Add LTO-9 drive and media type
  • BUGFIX: (#30496) Backup of ACL on CIFS share failed with ERROR_PRIVILEGE_NOT_HELD (1314) 'A required privilege is not held by the client'. Solution: Use CreateFile() File Security and Access Rights according to https://docs.microsoft.com/en-us/windows/win32/fileio/file-security-and-access-rights
  • BUGFIX: (#30790) sm_qm_main. When changing que back to idle all relevant queues that share a share should be set to idle change: modified qm_main unit tests to use unittest framework change: modified sm_qm_main unit tests to reflect latest changes BUGFIX: (#30550) - pending jobs never got processed or got procesed very late. Problem caused by incorrect priority check
  • BUGFIX: (#30669) License check sends notification for end of maintenance instead of license expiration
  • BUGFIX: (#30757) sm_break don't kill the parent restore task. Problem: Process was terminated but state was still active. Solution: In no process found then update database
  • BUGFIX: (#30764) Exclude deactivated VM tasks from the license count
  • BUGFIX: (#30772) Status of data store remains OK if RDS is not reachable and 'disk stat only' flag set
  • BUGFIX: (#30761) Fixed generation SFR of vSphere VM of backup subtype Image. sm_vmdk_interface had a condition to skip adding of FDI chain savesets to LSL file for VFS in prepare_vm_vmdks(). Old code that was not properly reworked within changes for common sm_vfs.
  • NEW: (#30861) Check, if all vSphere configuration files are saved, which are mandatory for restore
  • CHANGE: New version 5.0.0.10 for release build
  • CHANGE: (#30792) Saveset will not be removed from data store, if immediate delete is selected in GUI. Add 'purge option for 'sm_sesam remove_saveset -s ssid -o purge...' call, to execute removal of saveset file from DS
  • BUGFIX: (#30860) Exception with 'syntax error at or near "AND"' occurs if three backup filters are active at 'Monitoring/Last Backup State'
  • BUGFIX: (#30862) Type filters 'Migration' and 'Replication' at 'Monitoring/Last Backup State' have no function since version 5.0.0
  • BUGFIX: (#18079) Backup of virtual machines not possible if virtual machine data resides in subdirectory on data-store
  1. CHANGE: (#30865) Try to import OVF file during VM restore with original network setting
  2. NEW: (#30221) Remove support for Java 1.8
  3. NEW: (#30806) Allow separate exclude for files and directories. If exclude ends with "/", it should be seen as directory regex, if no "/" at the end, is seen as file regex