Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download template with isolated storage network

1.Bring up CS in advanced zone
2.create zone->pod->cluster>host
3.Primary and secondary storage on storage server in isolated network(Only management network has the reachability to storage server, public network does not have the reachability)
4.Disable zone
5.Set global settings parameter "secstorage.allowed.internal.sites" to storage server subnet
6.Restart management server
5.Enable zone

Verify that SSVM downloads the guest OS templates from storage server which is in isolated network.
Use below sql query to verify the download status of the template.
mysql> select * from template_host_ref;

p1

Y

 

CS-13972

 

 

 

 

 

 

 

Dettach and Attach disk to VM

1) Try to bring fresh setup of CS
2) Add zone->Advanced zone
3) Deploy multiple guest vms
4) Create Data Disk volume and attch it to one of the guest VMs
5) Dettach the data disk from the VM and try to attach it to another vm

Should be successful. Attaching disk wizard should list all the available guests in drop-down list

P1

N

 

cs-12347

Passed

 

 

 

 

 

 

Public ISOs visibility in Add Instance wizard

1) Try to bring a fresh setup of CS
2) Add Zone -> Advance mode
3) Register ISO to the CS and mark it as public, featured no, enable_password no, bootable yes, cross_zones no, extractable yes.
4) Try to deploy a VM.

Public ISOs should be listed in "Add Instance" wizard

P1

N

 

cs-12515

Passed

 

 

 

 

 

 

Template creation from root volume with static nat

1) Try to bring fresh setup of CS
2) Add zone->Advanced zone
3) Deploy guest vm
3) Acquire IP and configure static nat rule and assign guest vm
4) Stop the VM and try to create template from the vm's root volume

Template creation should throw an error

p1

N

 

cs-12768

 

 

 

 

 

 

 

vm deploy with template having truncated uuid in vmware

1) Try to bring fresh setup of CS

2) Add zone->Advanced zone with vmware cluster

3) Register template and verify template uuid
4) Create a vm from the template registered at step3

Template copied to primary storage should have 32 characters(should not contain "-" in uuid) in its uuid and vm should be up.Verify this with the below sql query:
mysql> select * from vm_template\G;
mysql> select * from vm_instance\G;

P1

Y

 

cs-13386

 

 

 

 

 

 

 

uuid truncate in vmware

1) Try to bring fresh setup of CS
2) Add zone->Advanced zone with vmware cluster
3) Register template and verify template uuid

Template uuid should be 32characters and should not contain "-" in uuid.
Verify this with the below sql query:
mysql> select * from vm_template\G;

P1

Y

 

cs-13386