Skip to content

Commit

Permalink
One note to simplify troubleshooting for missing btrfs or devmapper
Browse files Browse the repository at this point in the history
Simplify two notes to one troubleshooting line
  • Loading branch information
razo7 committed Jun 18, 2024
1 parent 090922c commit f41350d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deploy-full-rp-service-in-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
go run ./cmd/aro mirror latest
```

> __NOTE:__ when devmapper package is missing try to install _device-mapper-devel_ or run with tag `exclude_graphdriver_devicemapper` (e.g., -tags=exclude_graphdriver_devicemapper) to ignore that.
> __NOTE:__ when "fatal error: btrfs/ioctl.h: No such file or directory" error occours try to install _btrfs-progs-devel_ package or run with tag `exclude_graphdriver_btrfs` (e.g., -tags=exclude_graphdriver_btrfs) to ignore that.
> __NOTE:__ There could be some issues when mirroring the images to the ACR realted to missing _devmapper_ or _btrfs_ (usually with "fatal error: btrfs/ioctl.h: No such file or directory" error) packages.
If respectively installing _device-mapper-devel_ or _btrfs-progs-devel_ packages won't help, then you may ignore them as follows:
```bash
go run -tags=exclude_graphdriver_devicemapper,exclude_graphdriver_btrfs ./cmd/aro mirror latest
Expand Down

0 comments on commit f41350d

Please sign in to comment.