def create(vol_path, vol_meta): """ Create a side car KV store for given vol_path. Return true if successful, false otherwise """ return kvESX.create(vol_path, vol_meta)