Skip to content

Commit 6ff1962

Browse files
johnelserobhoes
authored andcommitted
CP-14869: Remove user-visible references to Citrix/XenServer
Signed-off-by: John Else <[email protected]>
1 parent ccbd130 commit 6ff1962

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

ocaml/auth/extauth_plugin_ADpbis.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct
2828
*
2929
*)
3030

31-
let user_friendly_error_msg = "The Active Directory Plug-in could not complete the command. Additional information in the XenServer log."
31+
let user_friendly_error_msg = "The Active Directory Plug-in could not complete the command. Additional information in the logs."
3232

3333
open Pervasiveext
3434
open Xstringext

ocaml/idl/datamodel.ml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -686,9 +686,9 @@ let _ =
686686
error Api_errors.xen_vss_req_error_init_failed [ "vm"; "error_code" ]
687687
~doc:"Initialization of the VSS requester failed" ();
688688
error Api_errors.xen_vss_req_error_prov_not_loaded [ "vm"; "error_code" ]
689-
~doc:"The Citrix XenServer Vss Provider is not loaded" ();
689+
~doc:"The Vss Provider is not loaded" ();
690690
error Api_errors.xen_vss_req_error_no_volumes_supported [ "vm"; "error_code" ]
691-
~doc:"Could not find any volumes supported by the Citrix XenServer Vss Provider" ();
691+
~doc:"Could not find any volumes supported by the Vss Provider" ();
692692
error Api_errors.xen_vss_req_error_start_snapshot_set_failed [ "vm"; "error_code" ]
693693
~doc:"An attempt to start a new VSS snapshot failed" ();
694694
error Api_errors.xen_vss_req_error_adding_volume_to_snapset_failed [ "vm"; "error_code" ]
@@ -857,29 +857,29 @@ let _ =
857857
error Api_errors.wlb_disabled []
858858
~doc:"This pool has wlb-enabled set to false." ();
859859
error Api_errors.wlb_connection_refused []
860-
~doc:"The WLB server refused a connection to XenServer." ();
860+
~doc:"WLB refused a connection to the server." ();
861861
error Api_errors.wlb_unknown_host []
862862
~doc:"The configured WLB server name failed to resolve in DNS." ();
863863
error Api_errors.wlb_timeout ["configured_timeout"]
864864
~doc:"The communication with the WLB server timed out." ();
865865
error Api_errors.wlb_authentication_failed []
866-
~doc:"The WLB server rejected our configured authentication details." ();
866+
~doc:"WLB rejected our configured authentication details." ();
867867
error Api_errors.wlb_malformed_request []
868-
~doc:"The WLB server rejected XenServer's request as malformed." ();
868+
~doc:"WLB rejected the server's request as malformed." ();
869869
error Api_errors.wlb_malformed_response ["method"; "reason"; "response"]
870-
~doc:"The WLB server said something that XenServer wasn't expecting or didn't understand. The method called on the WLB server, a diagnostic reason, and the response from WLB are returned." ();
870+
~doc:"WLB said something that the server wasn't expecting or didn't understand. The method called on WLB, a diagnostic reason, and the response from WLB are returned." ();
871871
error Api_errors.wlb_xenserver_connection_refused []
872-
~doc:"The WLB server reported that XenServer refused it a connection (even though we're connecting perfectly fine in the other direction)." ();
872+
~doc:"WLB reported that the server refused it a connection (even though we're connecting perfectly fine in the other direction)." ();
873873
error Api_errors.wlb_xenserver_unknown_host []
874-
~doc:"The WLB server reported that its configured server name for this XenServer instance failed to resolve in DNS." ();
874+
~doc:"WLB reported that its configured server name for this server instance failed to resolve in DNS." ();
875875
error Api_errors.wlb_xenserver_timeout []
876-
~doc:"The WLB server reported that communication with XenServer timed out." ();
876+
~doc:"WLB reported that communication with the server timed out." ();
877877
error Api_errors.wlb_xenserver_authentication_failed []
878-
~doc:"The WLB server reported that XenServer rejected its configured authentication details." ();
878+
~doc:"WLB reported that the server rejected its configured authentication details." ();
879879
error Api_errors.wlb_xenserver_malformed_response []
880-
~doc:"The WLB server reported that XenServer said something to it that WLB wasn't expecting or didn't understand." ();
880+
~doc:"WLB reported that the server said something to it that WLB wasn't expecting or didn't understand." ();
881881
error Api_errors.wlb_internal_error []
882-
~doc:"The WLB server reported an internal error." ();
882+
~doc:"WLB reported an internal error." ();
883883
error Api_errors.wlb_connection_reset []
884884
~doc:"The connection to the WLB server was reset." ();
885885
error Api_errors.wlb_url_invalid ["url"]
@@ -1130,7 +1130,7 @@ let _ =
11301130
error Api_errors.patch_precheck_failed_out_of_space [ "patch"; "found_space"; "required_required"]
11311131
~doc:"The patch precheck stage failed: the server does not have enough space." ();
11321132
error Api_errors.patch_precheck_tools_iso_mounted ["patch"]
1133-
~doc:"XenServer Tools ISO must be ejected from all running VMs." ();
1133+
~doc:"Tools ISO must be ejected from all running VMs." ();
11341134

11351135
error Api_errors.cannot_find_oem_backup_partition []
11361136
~doc:"The backup partition to stream the updat to cannot be found" ();
@@ -3981,7 +3981,7 @@ let host_patch =
39813981

39823982
let host_bugreport_upload = call
39833983
~name:"bugreport_upload"
3984-
~doc:"Run xen-bugtool --yestoall and upload the output to Citrix support"
3984+
~doc:"Run xen-bugtool --yestoall and upload the output to support"
39853985
~in_oss_since:None
39863986
~in_product_since:rel_rio
39873987
~params:[ Ref _host, "host", "The host on which to run xen-bugtool";
@@ -4051,7 +4051,7 @@ let host_create_params =
40514051
{param_type=String; param_name="external_auth_service_name"; param_doc="name of external authentication service configured; empty if none configured"; param_release=george_release; param_default=Some(VString "")};
40524052
{param_type=Map(String,String); param_name="external_auth_configuration"; param_doc="configuration specific to external authentication service"; param_release=george_release; param_default=Some(VMap [])};
40534053
{param_type=Map(String,String); param_name="license_params"; param_doc="State of the current license"; param_release=midnight_ride_release; param_default=Some(VMap [])};
4054-
{param_type=String; param_name="edition"; param_doc="XenServer edition"; param_release=midnight_ride_release; param_default=Some(VString "")};
4054+
{param_type=String; param_name="edition"; param_doc="Product edition"; param_release=midnight_ride_release; param_default=Some(VString "")};
40554055
{param_type=Map(String,String); param_name="license_server"; param_doc="Contact information of the license server"; param_release=midnight_ride_release; param_default=Some(VMap [VString "address", VString "localhost"; VString "port", VString "27000"])};
40564056
{param_type=Ref _sr; param_name="local_cache_sr"; param_doc="The SR that is used as a local cache"; param_release=cowley_release; param_default=(Some (VRef (Ref.string_of Ref.null)))};
40574057
{param_type=Map(String,String); param_name="chipset_info"; param_doc="Information about chipset features"; param_release=boston_release; param_default=Some(VMap [])};
@@ -4633,7 +4633,7 @@ let host =
46334633
field ~qualifier:DynamicRO ~in_product_since:rel_george ~default_value:(Some (VString "")) ~ty:String "external_auth_type" "type of external authentication service configured; empty if none configured.";
46344634
field ~qualifier:DynamicRO ~in_product_since:rel_george ~default_value:(Some (VString "")) ~ty:String "external_auth_service_name" "name of external authentication service configured; empty if none configured.";
46354635
field ~qualifier:DynamicRO ~in_product_since:rel_george ~default_value:(Some (VMap [])) ~ty:(Map (String,String)) "external_auth_configuration" "configuration specific to external authentication service";
4636-
field ~qualifier:DynamicRO ~in_product_since:rel_midnight_ride ~default_value:(Some (VString "")) ~ty:String "edition" "XenServer edition";
4636+
field ~qualifier:DynamicRO ~in_product_since:rel_midnight_ride ~default_value:(Some (VString "")) ~ty:String "edition" "Product edition";
46374637
field ~qualifier:RW ~in_product_since:rel_midnight_ride ~default_value:(Some (VMap [VString "address", VString "localhost"; VString "port", VString "27000"])) ~ty:(Map (String, String)) "license_server" "Contact information of the license server";
46384638
field ~qualifier:DynamicRO ~in_product_since:rel_midnight_ride ~default_value:(Some (VMap [])) ~ty:(Map (String,String)) "bios_strings" "BIOS strings";
46394639
field ~qualifier:DynamicRO ~in_product_since:rel_midnight_ride ~default_value:(Some (VString "")) ~ty:String "power_on_mode" "The power on mode";
@@ -7695,13 +7695,13 @@ let vmpp =
76957695
field ~lifecycle:vmpr_removed ~qualifier:RW ~ty:vmpp_backup_type "backup_type" "type of the backup sub-policy" ~default_value:(Some (VEnum "snapshot"));
76967696
field ~lifecycle:vmpr_removed ~qualifier:StaticRO ~ty:Int "backup_retention_value" "maximum number of backups that should be stored at any time" ~default_value:(Some (VInt 7L));
76977697
field ~lifecycle:vmpr_removed ~qualifier:StaticRO ~ty:vmpp_backup_frequency "backup_frequency" "frequency of the backup schedule" ~default_value:(Some (VEnum "daily"));
7698-
field ~lifecycle:vmpr_removed ~qualifier:StaticRO ~ty:(Map (String,String)) "backup_schedule" "schedule of the backup containing 'hour', 'min', 'days'. Date/time-related information is in XenServer Local Timezone" ~default_value:(Some (VMap []));
7698+
field ~lifecycle:vmpr_removed ~qualifier:StaticRO ~ty:(Map (String,String)) "backup_schedule" "schedule of the backup containing 'hour', 'min', 'days'. Date/time-related information is in Local Timezone" ~default_value:(Some (VMap []));
76997699
field ~lifecycle:vmpr_removed ~qualifier:DynamicRO ~ty:Bool "is_backup_running" "true if this protection policy's backup is running";
77007700
field ~lifecycle:vmpr_removed ~qualifier:DynamicRO ~ty:DateTime "backup_last_run_time" "time of the last backup" ~default_value:(Some(VDateTime(Date.of_float 0.)));
77017701
field ~lifecycle:vmpr_removed ~qualifier:StaticRO ~ty:vmpp_archive_target_type "archive_target_type" "type of the archive target config" ~default_value:(Some (VEnum "none"));
77027702
field ~lifecycle:vmpr_removed ~qualifier:StaticRO ~ty:(Map (String,String)) "archive_target_config" "configuration for the archive, including its 'location', 'username', 'password'" ~default_value:(Some (VMap []));
77037703
field ~lifecycle:vmpr_removed ~qualifier:StaticRO ~ty:vmpp_archive_frequency "archive_frequency" "frequency of the archive schedule" ~default_value:(Some (VEnum "never"));
7704-
field ~lifecycle:vmpr_removed ~qualifier:StaticRO ~ty:(Map (String,String)) "archive_schedule" "schedule of the archive containing 'hour', 'min', 'days'. Date/time-related information is in XenServer Local Timezone" ~default_value:(Some (VMap []));
7704+
field ~lifecycle:vmpr_removed ~qualifier:StaticRO ~ty:(Map (String,String)) "archive_schedule" "schedule of the archive containing 'hour', 'min', 'days'. Date/time-related information is in Local Timezone" ~default_value:(Some (VMap []));
77057705
field ~lifecycle:vmpr_removed ~qualifier:DynamicRO ~ty:Bool "is_archive_running" "true if this protection policy's archive is running";
77067706
field ~lifecycle:vmpr_removed ~qualifier:DynamicRO ~ty:DateTime "archive_last_run_time" "time of the last archive" ~default_value:(Some(VDateTime(Date.of_float 0.)));
77077707
field ~lifecycle:vmpr_removed ~qualifier:DynamicRO ~ty:(Set (Ref _vm)) "VMs" "all VMs attached to this protection policy";

ocaml/xapi/xapi_host.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ let create ~__context ~uuid ~name_label ~name_description ~hostname ~address ~ex
571571
Db.Host_metrics.create ~__context ~ref
572572
~uuid:(Uuid.to_string (Uuid.make_uuid ())) ~live:false
573573
~memory_total:0L ~memory_free:0L ~last_updated:Date.never ~other_config:[] in
574-
let name_description = "Default install of XenServer"
574+
let name_description = "Default install"
575575
and host = Ref.make () in
576576

577577
let metrics = Ref.make () in

ocaml/xe-cli/newcli.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ let main () =
629629
exit_status := 0;
630630
usage ();
631631
| Not_a_cli_server ->
632-
error "Failed to contact a running XenServer management agent.\n";
632+
error "Failed to contact a running management agent.\n";
633633
error "Try specifying a server name and port.\n";
634634
usage();
635635
| Protocol_version_mismatch x ->

0 commit comments

Comments
 (0)