Outreachy days 12 and 13

Hi world, I have spent the last 2 days creating a VM on azure. I had an issue of insufficient space in the VM I provisioned first and I did not realise you could change it so I created a new VM and had to start configuring it again. However, while configuring, I realised I could edit the disk parameters which I did. The reason why I had to get a VM is because my laptop is not strong enough to handle the ceph build process. I have listed at the bottom all the resources I used while setting up the VM.

I also had an issue using ssh to connect to the vm, it kept on saying access denied and I fixed this by going into my azure dashboard and resetting the ssh public key with the one equivalent to the private key on my system.

I have now been able to build ceph successfully and run the tests. Will build the documentation and conclude the task next.

  1. https://docs.microsoft.com/en-us/azure/virtual-machines/linux/nsg-quickstart
    1. az vm open-port –resource-group resource group name –name resource name —
  2. https://docs.microsoft.com/en-us/azure/virtual-machines/linux/use-remote-desktop
  3. https://docs.microsoft.com/en-us/azure/virtual-machines/linux/use-remote-desktop

Leave a comment