tampler commented on issue #5240:
URL: https://github.com/apache/cloudstack/issues/5240#issuecomment-886855701


   @slavkap here's more info
   
   1. Turned off local storage with `system.vm.use.local.storage = false`
   2. Storagepools
   ```
   (localcloud) 🐱 > list storagepools
   {
     "count": 1,
     "storagepool": [
       {
         "clusterid": "a1280df8-8e44-43d4-90b4-7fdb9509831b",
         "clustername": "cluster0",
         "created": "2021-07-26T16:44:40+0300",
         "disksizeallocated": 196648,
         "disksizetotal": 491180957696,
         "disksizeused": 21191286784,
         "id": "acfa6fdc-259f-4608-b1c1-d99d11288164",
         "ipaddress": "x.x.x.x",
         "name": "cloud-local-acfa6fdc",
         "overprovisionfactor": "2.0",
         "path": "/var/lib/libvirt/images",
         "podid": "c42f243e-2eef-4ccb-bc66-7ceaf919cbab",
         "podname": "pod0",
         "provider": "DefaultPrimary",
         "scope": "HOST",
         "state": "Up",
         "storagecapabilities": {
           "VOLUME_SNAPSHOT_QUIESCEVM": "false"
         },
         "type": "Filesystem",
         "zoneid": "eb9927c5-2c61-404c-8c94-c77c9cc407a6",
         "zonename": "zone0"
       }
     ]
   }
   (localcloud) 🐱 > 
   ```
   
   3. Service offering
   ```
   (localcloud) 🐱 > list serviceofferings 
id=5c9a9721-037c-4ddf-91a9-d38f5698d71b 
   {
     "count": 1,
     "serviceoffering": [
       {
         "cacheMode": "writeback",
         "cpunumber": 2,
         "cpuspeed": 1500,
         "created": "2021-07-26T19:32:56+0300",
         "defaultuse": false,
         "displaytext": "NWS Base-0",
         "id": "5c9a9721-037c-4ddf-91a9-d38f5698d71b",
         "iscustomized": false,
         "issystem": false,
         "isvolatile": false,
         "limitcpuuse": false,
         "memory": 4096,
         "name": "NWS Base-0",
         "networkrate": 100,
         "offerha": false,
         "provisioningtype": "thin",
         "rootdisksize": 10,
         "storagetype": "shared"
       }
     ]
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to