Thank you Sergey, Though I change the record to 1, I don't see storage_pool
getting updated, do I need to restart the cloudstack?

MariaDB [cloud]> select id, is_local_storage_enabled from data_center;
+----+--------------------------+
| id | is_local_storage_enabled |
+----+--------------------------+
|  1 |                        1 |
+----+--------------------------+
1 row in set (0.00 sec)

MariaDB [cloud]>

Thank you and best regards

Asanka


On 3 November 2017 at 02:12, Dag Sonstebo <dag.sonst...@shapeblue.com>
wrote:

> Thanks – will test it in the lab.
>
> Regards,
> Dag Sonstebo
> Cloud Architect
> ShapeBlue
>  S: +44 20 3603 0540  | dag.sonst...@shapeblue.com |
> http://www.shapeblue.com <http://www.shapeblue.com/> | Twitter:@ShapeBlue
> <https://twitter.com/#!/shapeblue>
>
>
> On 03/11/2017, 03:47, "Sergey Levitskiy" <serg...@hotmail.com> wrote:
>
>     Never tried it for other hypervisors. You can verify if entries for
> each local datastore are created in storage_pool table. One they are there,
> provisioning with service offering using local storage should succeed.
>
>     On 11/2/17, 10:25 AM, "Dag Sonstebo" <dag.sonst...@shapeblue.com>
> wrote:
>
>         Thanks for the tip Sergey – does the unmanage/manage trick work
> for KVM and XS as well after the db flip?
>
>         Regards,
>         Dag Sonstebo
>         Cloud Architect
>         ShapeBlue
>          S: +44 20 3603 0540  | dag.sonst...@shapeblue.com |
> http://www.shapeblue.com <http://www.shapeblue.com/> | Twitter:@ShapeBlue
> <https://twitter.com/#!/shapeblue>
>
>
>         On 03/11/2017, 00:32, "Sergey Levitskiy" <serg...@hotmail.com>
> wrote:
>
>             You can update record in table data_center by flipping flag
> ‘is_local_storage_enabled’. Then manage/unmanage ESX clusters in that zone
> that would be trigger discovery of local storage pools.
>
>             Thanks,
>             Sergey
>
>             On 11/2/17, 5:02 AM, "Asanka Gunasekara" <asa...@nimbus.lk>
> wrote:
>
>                 Thank you Lvan
>
>                 Only way is the recreate the Zone, starting from scratch :)
>
>                 Best Regards
>
>                 Asanka
>
>                 On 2 November 2017 at 17:29, Ivan Kudryavtsev <
> kudryavtsev...@bw-sw.com>
>                 wrote:
>
>                 > Hi, Asanka. Service offering of type local doesn't mean
> you can deploy the
>                 > vm instance if zone doesn't support local storage
> capability.
>                 >
>                 > Dag is absolutely right about local storage. You have to
> enable it during
>                 > zone deployment procedure. It leads that ACS begins to
> display all
>                 > /var/lib/libvirt dirs for every compute node as local
> storage in
>                 > infrastructure storage area. Only they fit for local
> offering deployments.
>                 > Also, you can specify if system vms are deployed in
> local storage (which is
>                 > meaningful if you would like to purge shared storage at
> all).
>                 >
>                 > 2 нояб. 2017 г. 18:48 пользователь "Dag Sonstebo" <
>                 > dag.sonst...@shapeblue.com> написал:
>                 >
>                 > Asanka,
>                 >
>                 > As far as I remember you need to enable local storage
> for guest VMs when
>                 > you first create the zone.
>                 >
>                 > Regards,
>                 > Dag Sonstebo
>                 > Cloud Architect
>                 > ShapeBlue
>                 >  S: +44 20 3603 0540  | dag.sonst...@shapeblue.com |
>                 > http://www.shapeblue.com <http://www.shapeblue.com/> |
> Twitter:@ShapeBlue
>                 > <
>                 > https://twitter.com/#!/shapeblue>
>                 >
>                 >
>                 > On 02/11/2017, 20:30, "Asanka Gunasekara" <
> asa...@nimbus.lk> wrote:
>                 >
>                 >     Hi All, when I go to
>                 >
>                 >     Service offerings > Compute Offering > Add compute
> offering
>                 >
>                 >     In the Add Computer Offering dialogue box, when I
> pull-down on the
>                 > option
>                 >     "Storage type" it gives me two options.
>                 >
>                 >     a) Shared
>                 >     b) Local
>                 >
>                 >     Is this mean, by default local storage is enabled
> for Guest VMs?
>                 >
>                 >     Thanks and Regards
>                 >
>                 >     Asanka
>                 >
>                 >
>                 > dag.sonst...@shapeblue.com
>                 > www.shapeblue.com
>                 > 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
>                 > @shapeblue
>                 >
>                 >
>                 >
>
>         dag.sonst...@shapeblue.com
>         www.shapeblue.com
>         53 Chandos Place, Covent Garden, London  WC2N 4HSUK
>         @shapeblue
>
>
>
>
> dag.sonst...@shapeblue.com
> www.shapeblue.com
> 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> @shapeblue
>
>
>
> > On 2 November 2017 at 13:14, Asanka Gunasekara <asa...@nimbus.lk> wrote:
>                 >
>                 >     > Hi All, in the global setting I am unable to find
> this particular
>                 > option
>                 >     > (use.local.storage) but
> system.vm.use.local.storage is set to fals,
>                 > which
>                 >     > is fine.
>                 >     >
>                 >     > Thanks and Regards
>                 >     >
>                 >     > Asanka
>                 >     >
>                 >     > On 2 November 2017 at 10:40, Asanka Gunasekara <
> asa...@nimbus.lk>
>                 > wrote:
>                 >     >
>                 >     >> Hi I need to enable local-storage for guests that
> dont need HA or VM
>                 >     >> move, if I follow below will there be any advers
> effect (I have
>                 > already
>                 >     >> created the Zone)
>                 >     >>
>                 >     >> 1. In Global Setting change use.local.storage =
> true and do a
>                 > restart
>                 >     >> 2. Create a new offering with local storage
>                 >     >>
>                 >     >> Cloudstack 4.10
>                 >     >> Hypervisor - ESXi 5.5 (Vmware)
>                 >     >>
>                 >     >> Thanks and Regards
>                 >     >>
>                 >     >> Asanka
>                 >     >>
>                 >     >>
>                 >     >
>                 >
>
>
>
>
>
>
>
>
>

Reply via email to