| Feature | Issue | Solution |
|---|---|---|
| Deployment Script | Script fail in the middle with partial component install. | It is recommended to remove the partially installed component and re-run the deployment script. If the problem persists, contact Lightbits Support. |
| Volumes/Snapshot Management | Create command fails with the following error: rpc error: code = FailedPrecondition desc = rpc error: code = FailedPrecondition desc = all clusters are unavailable for volume placement, operation details: failed to create volume. volume name: <volume_name>. | Check that the attached clusters are connected (using the Check that the CF managed project exists in the managed Lightbits clusters. |
| Volumes Management | Create/update/get/delete command fails with the following error: rpc error: code = InvalidArgument desc = project <project_name> is not defined in cluster-federation, and multi-tenancy is not currently supported. Use the <cf_configured_project_name> project. | The <project_name> has to be the single project name defined in Cluster Federation (in the /etc/cf/cf.yaml file). |
| Volumes Management | Create command fails with the following error: rpc error: code = InvalidArgument desc = rpc error: code = InvalidArgument desc = no such project '<project_name>', operation details: failed to create volume in the cluster '<cluster_id>'. volume name: <volume_name>. | The <project_name> does not exist on the designated Lightbits cluster (identified by its ID). |
| Volumes Management | Update/get/delete command fails with the following error: rpc error: code = InvalidArgument desc = rpc error: code = InvalidArgument desc = ProjectName must be provided, operation details: failed to <update|get|delete> volume in cluster '<cluster_id>'. volume name: <volume_name>. | The --project-name attribute must be provided to the command. |
| Snapshot Management | Create/get/delete command fails with the following error: rpc error: code = InvalidArgument desc = project <project_name> is not defined in cluster-federation, and multi-tenancy is not currently supported. Use the <cf_configured_project_name> project. | The <project_name> has to be the single project name defined in Cluster Federation (in the /etc/cf/cf.yaml file). |
Was this page helpful?