Displaying 20 results from an estimated 48 matches for "pvc".
Did you mean:
pc
2004 May 21
5
T100P HDLC configuration
...ous rate 64k
interface t1 1 clock source network
interface t1 1 diagnostic mode normal
interface t1 1 dle hdlc
interface t1 1 encoding b8zs
interface t1 1 framing esf
interface t1 1 operation mode hdlc
interface t1 1 priority-queuing enable yes
interface t1 1 pvc 1 yes
interface t1 1 pvc 1 enable yes
interface t1 1 pvc 1 tag "Circuit 1"
interface t1 1 pvc 1 vpi 0
interface t1 1 pvc 1 vci 35
interface t1 1 pvc 1 cp default
interface t1 1 pvc 1 voice no
interface t1 1 pvc 1 pcr 0
interface...
2017 Aug 10
2
Kubernetes v1.7.3 and GlusterFS Plugin
.....
Events:
FirstSeen LastSeen Count From SubObjectPath Type Reason Message
--------- -------- ----- ---- ------------- -------- ------ -------
5h 54s 173 kubelet, k8s-bootcamp-rbac-np-worker-6263f70 Warning
FailedMount (combined from similar events): MountVolume.SetUp failed for
volume "pvc-fa4b2621-7dad-11e7-8a44-062df200059f" : glusterfs: mount
failed: mount failed: exit status 1
Mounting command: mount
Mounting arguments: 159.100.242.235:vol_7a312f660490387c94cfaf84bce81bca
/var/lib/kubelet/pods/fa4c6540-7dad-11e7-8a44-062df200059f/volumes/
kubernetes.io~glusterfs/pvc-fa4b2621...
2017 Aug 10
2
Kubernetes v1.7.3 and GlusterFS Plugin
...nt From SubObjectPath Type Reason Message
>> --------- -------- ----- ---- ------------- -------- ------ -------
>> 5h 54s 173 kubelet, k8s-bootcamp-rbac-np-worker-6263f70 Warning
>> FailedMount (combined from similar events): MountVolume.SetUp failed for
>> volume "pvc-fa4b2621-7dad-11e7-8a44-062df200059f" : glusterfs: mount
>> failed: mount failed: exit status 1
>> Mounting command: mount
>> Mounting arguments: 159.100.242.235:vol_7a312f660490387c94cfaf84bce81bca
>> /var/lib/kubelet/pods/fa4c6540-7dad-11e7-8a44-062df200059f/volumes/...
2017 Aug 10
2
Kubernetes v1.7.3 and GlusterFS Plugin
...n Message
>>>> --------- -------- ----- ---- ------------- -------- ------ -------
>>>> 5h 54s 173 kubelet, k8s-bootcamp-rbac-np-worker-6263f70 Warning
>>>> FailedMount (combined from similar events): MountVolume.SetUp failed
>>>> for volume "pvc-fa4b2621-7dad-11e7-8a44-062df200059f" : glusterfs: mount
>>>> failed: mount failed: exit status 1
>>>> Mounting command: mount
>>>> Mounting arguments: 159.100.242.235:vol_7a312f660490387c94cfaf84bce81bca
>>>> /var/lib/kubelet/pods/fa4c6540-7dad-...
2017 Aug 10
0
Kubernetes v1.7.3 and GlusterFS Plugin
...een LastSeen Count From SubObjectPath Type Reason Message
> --------- -------- ----- ---- ------------- -------- ------ -------
> 5h 54s 173 kubelet, k8s-bootcamp-rbac-np-worker-6263f70 Warning
> FailedMount (combined from similar events): MountVolume.SetUp failed for
> volume "pvc-fa4b2621-7dad-11e7-8a44-062df200059f" : glusterfs: mount
> failed: mount failed: exit status 1
> Mounting command: mount
> Mounting arguments: 159.100.242.235:vol_7a312f660490387c94cfaf84bce81bca
> /var/lib/kubelet/pods/fa4c6540-7dad-11e7-8a44-062df200059f/volumes/
> kubernetes....
2017 Aug 10
0
Kubernetes v1.7.3 and GlusterFS Plugin
...tPath Type Reason Message
>>> --------- -------- ----- ---- ------------- -------- ------ -------
>>> 5h 54s 173 kubelet, k8s-bootcamp-rbac-np-worker-6263f70 Warning
>>> FailedMount (combined from similar events): MountVolume.SetUp failed
>>> for volume "pvc-fa4b2621-7dad-11e7-8a44-062df200059f" : glusterfs:
>>> mount failed: mount failed: exit status 1
>>> Mounting command: mount
>>> Mounting arguments: 159.100.242.235:vol_7a312f660490387c94cfaf84bce81bca
>>> /var/lib/kubelet/pods/fa4c6540-7dad-11e7-8a44-062df2...
2017 Aug 10
0
Kubernetes v1.7.3 and GlusterFS Plugin
...t;>>> --------- -------- ----- ---- ------------- -------- ------ -------
>>>>> 5h 54s 173 kubelet, k8s-bootcamp-rbac-np-worker-6263f70 Warning
>>>>> FailedMount (combined from similar events): MountVolume.SetUp failed
>>>>> for volume "pvc-fa4b2621-7dad-11e7-8a44-062df200059f" : glusterfs:
>>>>> mount failed: mount failed: exit status 1
>>>>> Mounting command: mount
>>>>> Mounting arguments: 159.100.242.235:vol_7a312f660490387c94cfaf84bce81bca
>>>>> /var/lib/kubelet/pod...
2017 Aug 10
1
Kubernetes v1.7.3 and GlusterFS Plugin
...t; --------- -------- ----- ---- ------------- -------- ------ -------
>>>>>> 5h 54s 173 kubelet, k8s-bootcamp-rbac-np-worker-6263f70 Warning
>>>>>> FailedMount (combined from similar events): MountVolume.SetUp failed
>>>>>> for volume "pvc-fa4b2621-7dad-11e7-8a44-062df200059f" : glusterfs: mount
>>>>>> failed: mount failed: exit status 1
>>>>>> Mounting command: mount
>>>>>> Mounting arguments: 159.100.242.235:vol_7a312f660490387c94cfaf84bce81bca
>>>>>> /var...
2020 Jun 16
2
Re: [PATCH virt-v2v] v2v: Allow temporary directory to be set on a global basis.
...ody can guarantee that there will be enough space.
The underlying filesystem (not the mountpoint) is shared between all the
containers running on the host. This is the reason why we have a PV on
/var/tmp -- to make sure we have guaranteed free space.
>
> * /var/tmp => an NFS mount from a PVC
>
> This is a large (2T) external NFS mount.
I assume that is the free space in the underlying filesystem. From there
you should be guaranteed to "own" only 2GB (or something like that).
> I actually started two pods
> to see if they got the same NFS mount point, and they d...
2017 Aug 10
0
Kubernetes v1.7.3 and GlusterFS Plugin
Are you seeing issue or error message which says auto_unmount option is not
valid ?
Can you please let me the issue you are seeing with 1.7.3 ?
--Humble
On Thu, Aug 10, 2017 at 3:33 PM, Christopher Schmidt <fakod666 at gmail.com>
wrote:
> Hi all,
>
> I am testing K8s 1.7.3 together with GlusterFS and have some issues
>
> is this correct?
> - Kubernetes v1.7.3 ships
2017 Aug 10
2
Kubernetes v1.7.3 and GlusterFS Plugin
Hi all,
I am testing K8s 1.7.3 together with GlusterFS and have some issues
is this correct?
- Kubernetes v1.7.3 ships with a GlusterFS Plugin that depends on
GlusterFS 3.11
- GlusterFS 3.11 is not recommended for production. So 3.10 should be used
This actually means no K8s 1.7.x version, right?
Or is there anything else I could do?
best Christopher
-------------- next part --------------
An
2017 Sep 07
1
Redis db permission issue while running GitLab in Kubernetes with Gluster
...permissions inside the Redis container *again* got skewed up. I am not sure
whether Gluster is messing up with the Redis file/folders permissions but i
can't think of any other reason
?except for mount?.
One thing i would like to highlight is that all the three containers are
using the *same* PVC
- name: gluster-vol1
persistentVolumeClaim:
claimName: gluster-dyn-pvc
Above is common for all three. What differs is shown below:
a) postgresql-deployment.yaml
volumeMounts:
- name: gluster-vol1
mountPath: /var/lib/postgresql
b) redisio-deployment.yaml
volumeMounts:
- name: gluster-v...
2002 Dec 08
1
(no subject)
Dear listers
I am a very newbie with graphs in R. I have a pulmonary function prediction
equation in the form of PVC = 1.1 - 0.45*age in years + 0.011*height in cm.
How can I draw the corresponding nomogram?. I read the help for the
design.nomogram function but it is too difficult for me. Excuse my
ignorance. Any direct help will be appreciated.
Thanks in advance.
_________________________________________...
2017 Sep 08
1
Redis db permission issue while running GitLab in Kubernetes with Gluster
...kewed up. I am not
>> sure whether Gluster is messing up with the Redis file/folders permissions
>> but i can't think of any other reason
>> ?except for mount?.
>>
>> One thing i would like to highlight is that all the three containers are
>> using the *same* PVC
>>
>> - name: gluster-vol1
>> persistentVolumeClaim:
>> claimName: gluster-dyn-pvc
>>
>> Above is common for all three. What differs is shown below:
>>
>> a) postgresql-deployment.yaml
>>
>> volumeMounts:
>> - name: gluster-vol...
2023 Mar 30
0
About libvirt domain dump state and persistent state
...} Device:disk RawIO: SGIO: Snapshot: Model: Driver:0xc00073b420 Auth:0xc000f49e40 Source:0xc000159860 BackingStore:<nil> Geometry:<nil> BlockIO:<nil> Mirror:<nil> Target:0xc000a58b40 IOTune:0xc00019b970 ReadOnly:<nil> Shareable:<nil>
Transient:<nil> Serial:pvc-33003998-6624-4ac9-a923-d94f9401abdf WWN: Vendor: Product: Encryption:<nil> Boot:<nil> Alias:<nil> Address:0xc001420b40} error: virError(Code=27, Domain=20, Message='XML error: target 'vdf' duplicated for disk sources 'volume-0aab375c-1858-4f09-b276-ea297cd29a3d...
2020 Jun 16
0
Re: [PATCH virt-v2v] v2v: Allow temporary directory to be set on a global basis.
...ust have to assume that there's some space available in
/tmp or /var/tmp surely.
If we can guarantee that each container has 1 or 2 G of free space
(doesn't seem unreasonable?) then virt-v2v should work fine and won't
need any NFS mounts.
> > * /var/tmp => an NFS mount from a PVC
> >
> > This is a large (2T) external NFS mount.
>
> I assume that is the free space in the underlying filesystem. From there
> you should be guaranteed to "own" only 2GB (or something like that).
>
> > I actually started two pods
> > to see if they...
2009 Jul 09
0
Node colors in pvclust
Is there a way to assign color to nodes as with
hclust/as.dendrogram/dendrapply when using pvclust?
The problem is that as.dendrogram isn't working on the pvclust objects.
library(pvclust)
pvc <- pvclust(matrix, nboot=1000)
plot(pvc)
--
View this message in context: http://www.nabble.com/Node-colors-in-pvclust-tp24405329p24405329.html
Sent from the R help mailing list archive at N...
2014 Mar 10
1
ISO mag card encoding and writing
We have a potential requirement to produce a limited number of embossed PVC
cards with magnetic encoding for an internal project. We are considering
obtaining a read/write device (likely USB) suitable for encoding HICO magnetic
stripes. Has anyone here any experience with suitable hardware and software
that runs on CentOS-6? If so then what was used and what problems we...
2020 Apr 02
6
[PATCH virt-v2v] v2v: Allow temporary directory to be set on a global basis.
...ually
/var/tmp). However the problem is this ties the libguestfs appliance
and the virt-v2v overlay files to the same location.
When virt-v2v is run in a container, or any other situation where
local storage is limited, it's helpful to be able to put the overlay
files on an externally mounted PVC, which might be using NFS and
shared between containers. But putting the libguestfs appliance on
NFS in a shared location is certainly not recommended.
This allows the two locations to be set separately:
VIRT_V2V_TMPDIR - location of large temporary files, can use NFS
and m...
2020 Apr 06
1
Re: [PATCH virt-v2v v2 2/2] v2v: Allow large temporary directory to be set on a global basis.
...the problem is this ties the libguestfs appliance
> and the virt-v2v overlay files to the same location.
>
> When virt-v2v is run in a container, or any other situation where
> local storage is limited, it's helpful to be able to put the overlay
> files on an externally mounted PVC, which might be using NFS and
> shared between containers. But putting the libguestfs appliance on
> NFS in a shared location is certainly not recommended.
>
> This allows the two locations to be set separately:
>
> VIRT_V2V_TMPDIR - location of large temporary files, can use...