Skip to content

Commit

Permalink
Small KEBE comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan McDonald committed Dec 2, 2020
1 parent 349727a commit f7d99f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/piadm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ enablepool() {
bootfs=${pool}/boot

if ispoolenabled "$pool" ; then
# XXX KEBE ASKS --> different checks for $bootfs for Head Node?
# XXX KEBE SAYS --> different checks for $bootfs for Head Node!
if [[ -d /${bootfs}/platform/. && -d /${bootfs}/boot/. ]]; then
echo "Pool $pool appears to be bootable."
if [[ "$TRITON_CN" == "yes" ]]; then
Expand Down

0 comments on commit f7d99f3

Please sign in to comment.