summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2009-10-05 08:44:31 +0000
committerlulf <lulf@FreeBSD.org>2009-10-05 08:44:31 +0000
commitb3a1193d86e5b7dac9555e9d39d15bfa2b55e919 (patch)
treec341b2e7fe001f6bcd68e3baba103ec2619a14d7
parent6971f85ec4a3d374612d3eeeebb06898457ce16b (diff)
downloadFreeBSD-src-b3a1193d86e5b7dac9555e9d39d15bfa2b55e919.zip
FreeBSD-src-b3a1193d86e5b7dac9555e9d39d15bfa2b55e919.tar.gz
- Improve error message consistency and wording.
-rw-r--r--sys/geom/vinum/geom_vinum_create.c18
-rw-r--r--sys/geom/vinum/geom_vinum_events.c2
-rw-r--r--sys/geom/vinum/geom_vinum_init.c6
-rw-r--r--sys/geom/vinum/geom_vinum_move.c4
-rw-r--r--sys/geom/vinum/geom_vinum_rm.c8
-rw-r--r--sys/geom/vinum/geom_vinum_subr.c4
6 files changed, 21 insertions, 21 deletions
diff --git a/sys/geom/vinum/geom_vinum_create.c b/sys/geom/vinum/geom_vinum_create.c
index 0ea0ef3..289710d 100644
--- a/sys/geom/vinum/geom_vinum_create.c
+++ b/sys/geom/vinum/geom_vinum_create.c
@@ -94,7 +94,7 @@ gv_create_drive(struct gv_softc *sc, struct gv_drive *d)
if (g_attach(cp, pp) != 0) {
g_destroy_consumer(cp);
g_topology_unlock();
- G_VINUM_DEBUG(0, "create drive '%s': couldn't attach",
+ G_VINUM_DEBUG(0, "create drive '%s': unable to attach",
d->name);
g_free(d);
return (GV_ERR_CREATE);
@@ -135,7 +135,7 @@ gv_create_drive(struct gv_softc *sc, struct gv_drive *d)
g_detach(cp);
g_destroy_consumer(cp);
g_topology_unlock();
- G_VINUM_DEBUG(0, "create drive '%s': couldn't update "
+ G_VINUM_DEBUG(0, "create drive '%s': unable to update "
"access counts", d->name);
if (d->hdr != NULL)
g_free(d->hdr);
@@ -320,7 +320,7 @@ gv_concat(struct g_geom *gp, struct gctl_req *req)
dcount = 0;
vol = gctl_get_param(req, "name", NULL);
if (vol == NULL) {
- gctl_error(req, "volume names not given");
+ gctl_error(req, "volume name not given");
return;
}
@@ -388,7 +388,7 @@ gv_mirror(struct g_geom *gp, struct gctl_req *req)
pcount = 0;
vol = gctl_get_param(req, "name", NULL);
if (vol == NULL) {
- gctl_error(req, "volume's not given");
+ gctl_error(req, "volume name not given");
return;
}
@@ -396,7 +396,7 @@ gv_mirror(struct g_geom *gp, struct gctl_req *req)
drives = gctl_get_paraml(req, "drives", sizeof(*drives));
if (drives == NULL) {
- gctl_error(req, "drives not given");
+ gctl_error(req, "drive names not given");
return;
}
@@ -480,7 +480,7 @@ gv_raid5(struct g_geom *gp, struct gctl_req *req)
vol = gctl_get_param(req, "name", NULL);
if (vol == NULL) {
- gctl_error(req, "volume's not given");
+ gctl_error(req, "volume name not given");
return;
}
flags = gctl_get_paraml(req, "flags", sizeof(*flags));
@@ -493,7 +493,7 @@ gv_raid5(struct g_geom *gp, struct gctl_req *req)
}
if (drives == NULL) {
- gctl_error(req, "drives not given");
+ gctl_error(req, "drive names not given");
return;
}
@@ -558,14 +558,14 @@ gv_stripe(struct g_geom *gp, struct gctl_req *req)
pcount = 0;
vol = gctl_get_param(req, "name", NULL);
if (vol == NULL) {
- gctl_error(req, "volume's not given");
+ gctl_error(req, "volume name not given");
return;
}
flags = gctl_get_paraml(req, "flags", sizeof(*flags));
drives = gctl_get_paraml(req, "drives", sizeof(*drives));
if (drives == NULL) {
- gctl_error(req, "drives not given");
+ gctl_error(req, "drive names not given");
return;
}
diff --git a/sys/geom/vinum/geom_vinum_events.c b/sys/geom/vinum/geom_vinum_events.c
index 81e87f3..02c14ce 100644
--- a/sys/geom/vinum/geom_vinum_events.c
+++ b/sys/geom/vinum/geom_vinum_events.c
@@ -193,7 +193,7 @@ gv_drive_lost(struct gv_softc *sc, struct gv_drive *d)
if (cp != NULL) {
if (cp->nstart != cp->nend) {
G_VINUM_DEBUG(0, "dead drive '%s' has still active "
- "requests, can't detach consumer", d->name);
+ "requests, unable to detach consumer", d->name);
gv_post_event(sc, GV_EVENT_DRIVE_LOST, d, NULL, 0, 0);
return;
}
diff --git a/sys/geom/vinum/geom_vinum_init.c b/sys/geom/vinum/geom_vinum_init.c
index 34f1156..de3ad9c 100644
--- a/sys/geom/vinum/geom_vinum_init.c
+++ b/sys/geom/vinum/geom_vinum_init.c
@@ -87,7 +87,7 @@ gv_start_obj(struct g_geom *gp, struct gctl_req *req)
case GV_TYPE_SD:
case GV_TYPE_DRIVE:
/* XXX Not implemented, but what is the use? */
- gctl_error(req, "cannot start '%s' - not yet supported",
+ gctl_error(req, "unable to start '%s' - not yet supported",
argv);
return;
default:
@@ -279,8 +279,8 @@ gv_rebuild_plex(struct gv_plex *p)
LIST_FOREACH(s, &p->subdisks, in_plex) {
d = s->drive_sc;
if (d == NULL || (d->flags & GV_DRIVE_REFERENCED)) {
- G_VINUM_DEBUG(0, "can't rebuild %s, subdisk(s) have no "
- "drives", p->name);
+ G_VINUM_DEBUG(0, "unable to rebuild %s, subdisk(s) have"
+ " no drives", p->name);
return (ENXIO);
}
}
diff --git a/sys/geom/vinum/geom_vinum_move.c b/sys/geom/vinum/geom_vinum_move.c
index e55a6a2..8c295f6 100644
--- a/sys/geom/vinum/geom_vinum_move.c
+++ b/sys/geom/vinum/geom_vinum_move.c
@@ -84,7 +84,7 @@ gv_move(struct g_geom *gp, struct gctl_req *req)
type = gv_object_type(sc, object);
if (type != GV_TYPE_SD) {
gctl_error(req, "you can only move subdisks; "
- "'%s' isn't one", object);
+ "'%s' is not a subdisk", object);
return;
}
@@ -145,7 +145,7 @@ gv_move_sd(struct gv_softc *sc, struct gv_sd *cursd,
err = gv_set_sd_state(cursd, GV_SD_STALE,
GV_SETSTATE_FORCE | GV_SETSTATE_CONFIG);
if (err) {
- G_VINUM_DEBUG(0, "could not set the subdisk '%s' to state "
+ G_VINUM_DEBUG(0, "unable to set the subdisk '%s' to state "
"'stale'", cursd->name);
return (err);
}
diff --git a/sys/geom/vinum/geom_vinum_rm.c b/sys/geom/vinum/geom_vinum_rm.c
index fa56bc3..0d94de9 100644
--- a/sys/geom/vinum/geom_vinum_rm.c
+++ b/sys/geom/vinum/geom_vinum_rm.c
@@ -207,7 +207,7 @@ gv_rm_vol(struct gv_softc *sc, struct gv_volume *v)
/* Check if any of our consumers is open. */
if (gv_provider_is_open(pp)) {
- G_VINUM_DEBUG(0, "Unable to remove %s: volume still in use",
+ G_VINUM_DEBUG(0, "unable to remove %s: volume still in use",
v->name);
return;
}
@@ -241,7 +241,7 @@ gv_rm_plex(struct gv_softc *sc, struct gv_plex *p)
/* Check if any of our consumers is open. */
if (v != NULL && gv_provider_is_open(v->provider) && v->plexcount < 2) {
- G_VINUM_DEBUG(0, "Unable to remove %s: volume still in use",
+ G_VINUM_DEBUG(0, "unable to remove %s: volume still in use",
p->name);
return;
}
@@ -318,7 +318,7 @@ gv_rm_drive(struct gv_softc *sc, struct gv_drive *d, int flags)
g_topology_unlock();
if (err) {
- G_VINUM_DEBUG(0, "%s: couldn't access '%s', "
+ G_VINUM_DEBUG(0, "%s: unable to access '%s', "
"errno: %d", __func__, cp->provider->name, err);
return;
}
@@ -327,7 +327,7 @@ gv_rm_drive(struct gv_softc *sc, struct gv_drive *d, int flags)
d->hdr->magic = GV_NOMAGIC;
err = gv_write_header(cp, d->hdr);
if (err)
- G_VINUM_DEBUG(0, "gv_rm_drive: couldn't write header to"
+ G_VINUM_DEBUG(0, "gv_rm_drive: error writing header to"
" '%s', errno: %d", cp->provider->name, err);
g_topology_lock();
diff --git a/sys/geom/vinum/geom_vinum_subr.c b/sys/geom/vinum/geom_vinum_subr.c
index 95767fd..e381ff2 100644
--- a/sys/geom/vinum/geom_vinum_subr.c
+++ b/sys/geom/vinum/geom_vinum_subr.c
@@ -585,7 +585,7 @@ gv_sd_to_drive(struct gv_sd *s, struct gv_drive *d)
return (0);
}
} else {
- G_VINUM_DEBUG(0, "can't give sd '%s' to '%s' "
+ G_VINUM_DEBUG(0, "error giving subdisk '%s' to '%s' "
"(already on '%s')", s->name, d->name,
s->drive_sc->name);
return (GV_ERR_ISATTACHED);
@@ -612,7 +612,7 @@ gv_sd_to_drive(struct gv_sd *s, struct gv_drive *d)
/* No good slot found? */
if (s->size == -1) {
- G_VINUM_DEBUG(0, "couldn't autosize '%s' on '%s'",
+ G_VINUM_DEBUG(0, "unable to autosize '%s' on '%s'",
s->name, d->name);
return (GV_ERR_BADSIZE);
}
OpenPOWER on IntegriCloud