Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 07:54:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 276547] 'glabel label' command fails to set up label on a GEOM provider
Message-ID:  <bug-276547-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276547

            Bug ID: 276547
           Summary: 'glabel label' command fails to set up label on a GEOM
                    provider
           Product: Base System
           Version: 13.2-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: matei35@yahoo.com

$ uname -a
FreeBSD eagle 13.2-RELEASE FreeBSD 13.2-RELEASE GENERIC amd64
$

GEOM provider labelization, 'automatic' method:
$ sudo glabel label -v test35 ada0p1
glabel: Can't store metadata on ada0p1: Operation not permitted.
$

GEOM provider labelization, 'manual' method works fine:
$ sudo glabel create -v test35 ada0p1
$ glabel list
...
Geom name: ada0p1
Providers:
1. Name: label/test35  // 'test35' disappears at system reboot
...
$
$ glabel stop test35
$ glabel list
...test35 is gone...
$

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276547-227>